@charset "utf-8";
html,body{
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../imgs/tv/bg.jpg) no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
}
.wrap .text .img_text{
  overflow: visible!important;
}
/* 视频 */
.video_wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background: #000;
  display: none;
}
.video_wrap .close{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.video_wrap .black_bg{
  height: 100%;
  position: relative;
}
.user-name {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: red;
  border: 1px solid red;
}
#example_video_1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech{
  outline: none!important;
}
.vjs-text-track-display{
  bottom: 0;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/* 三个视频 */
dl.news_content{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  padding-top: 1%;
  height: 0;
  padding-bottom: 46.8%;
  clear: both;
}
dl.news_content dd{
  position: relative;
  width: 100%;
}
dl.news_content .write_border{
  height: 0;
  position: relative;
  padding: 0.4%;
  padding-bottom: 46.4%;
  border: 1px solid #fff;
  border-bottom: none;
  opacity: 0.6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
dl.news_content .red_border{
  height: 0;
  padding-bottom: 46.8%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e60122;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
dl.news_content .red_border span{
  width: 5px;
  height: 5px;
  background: url(../imgs/small_add.png) no-repeat;
}
dl.news_content .red_border span.left_top{
  position: absolute;
  top: -2px;
  left: -2px;
}
dl.news_content .red_border span.left_bottom{
  position: absolute;
  bottom: -3px;
  left: -2px;
}
dl.news_content .red_border span.right_top{
  position: absolute;
  top: -2px;
  right: -2px;
}
dl.news_content .red_border span.right_bottom{
  position: absolute;
  bottom: -3px;
  right: -2px;
}
dl.news_content .news_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1%;
  height: 0;
  padding-bottom: 44.8%;
  overflow: hidden;
  cursor: pointer;
}
dl.news_content .news_img img.big_img{
  width: 100%;
  margin-top: 0;
}
dl.news_content .news_img img.play_btn{
  width: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

/* 轮播图 */
.device {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 18%;
}
.swiper-container {
  width: 90%;
  cursor: default!important;
  height: 0;
  padding-bottom: 18%;
  background: url(../imgs/tv/tv_bg.png) repeat-x left top;
  background-size: auto 100%;
  position: relative;
}
.swiper-wrapper{
  overflow: hidden;
  position: absolute;
  margin-top: 3%;
}
.swiper-slide{
  padding:0 6px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.swiper-slide img{
  width: 100%;
  cursor: pointer;
}
.swiper-slide p{
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.swiper-slide .play_btn{
  position: absolute;
  width: 18%;
  top: 50%;
  left: 50%;
  margin-left: -9%;
  margin-top: -9%;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  display: none;
}
.swiper-slide_active .play_btn{
  display: block;
}
.swiper-slide_active:hover .play_btn{
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
}
.device .arrow-left {
  background: rgba(114,58,3,0.7);
  float: left;
  width: 4.95%;
  height: 0;
  padding-bottom: 18%;
  /* border-right: 1px solid rgba(255,255,255,0.1); */
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.device .arrow-left img{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 0.5;
}
.device .arrow-right {
  background: rgba(114,58,3,0.7);
  float: right;
  width: 4.9%;
  height: 0;
  padding-bottom: 18%;
  /* border-left: 1px solid rgba(255,255,255,0.1); */
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.device .arrow-right img{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}



