/*
* @Author: jason
* @Date:   2016-08-11 16:26:04
* @Last Modified by:   jason
* @Last Modified time: 2017-01-12 23:13:57
*/
@charset "utf-8";

body {
  height: 100%;
}

/* show-live */
.show-live { margin-top: 0; }
.live-video {
  position: relative;
  background-color: #000;
}
.live-video video,
.video-poster img {
  display: block;
  width: 100%;
}
.live-video video { height: 100%; }
.video-poster:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: url('../../../images/zbmy/app/article_video.png') no-repeat center;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  background-color: rgba(0,0,0,.3);
}
.video-player-flash {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 450px;
}
.live-title,
.live-description { margin: 0 15px; }
.live-title {
  position: relative;
  margin-top: 15px;
  padding-left: 4.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.live-title:before {
  position: absolute;
  top: .2rem;
  left: 0;
  content: 'LIVE';
  padding: 0 .7rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  border-radius: 50px;
  background-color: #e64a46;
}
.live-description {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #888;
  text-align: justify;
}