.c_crumb {
  padding-top: 95px;
  padding-bottom: 20px;
  color: #9f9f9d;
}
.c_crumb a{
  color: #9f9f9d;
  transition: 0.5s;

}
.c_crumb a:last-child{
  color: #308ef0;
}
.c_crumb a:hover{
  color: #308ef0;
  transition: 0.5s;
}
.c_crumb span {
  display: inline-block;
  padding: 0 10px;
}
.title{
  line-height: 1;
}
.others{
  color: #A0A0A0;
  display: flex;
  margin: 14px 0 26px;
}
.others div{
  margin-right: 46px;
}
.vio_tit{
  margin: 39px 0 13px;
  font-weight: 600;
}
.vio_des{
  color: #2B2B2B;
  width: 57.5%;
  margin-bottom: 43px;
}
.vio_des img{
    max-width:100%;
}
.vio{
  position: relative;
  height: 480px;
    background: #000;
 
}
.vio video{
 max-width: 100%;
   height: 100%;
  display: block;
    margin:0 auto;
}
.play{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 86px;
  cursor: pointer;
}


.social-share .icon-wechat .wechat-qrcode{
    top:42px;
}
.social-share .icon-wechat .wechat-qrcode:after{
    bottom:auto;
    top:-13px;
    border-width:6px 6px 8px 6px;
    border-color:transparent transparent #fff transparent;
}


.video-box .right ul li a .tu{
    background: rgba(0,0,0,1);
}
.video-box .right ul li a .tu img.feng{
    width: auto;
    max-width:100%;
    height: 100%;
    position: absolute;
    left:50%;
    top:0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.video_list{
  background-color: #F9FAFC;
  padding: 58px 0 82px;
}
.list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list li{
  width: calc((100% - 99px)/4);
  background: white;
  transition: 0.5s;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
.list li:hover{
  transition: 0.5s;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.img img{
  object-fit: cover;
}
.txt{
    padding: 15px 17px 17px;
}
.stage {
    display: inline-block;
    background-color: #F19C07;
    color: #fff;
    padding: 1px 8px;
    border-radius: 2px;
    font-weight: 600;
    margin-bottom: 5px;
}
.man_tag {
    font-size: 12px;
    color: #2486EF;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 13px;
}
.video_tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    margin-bottom: 7px;
}
.video_tit a {
    color: #252B3A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video_tit a:hover {
    color: #308ef0;
}
.time{
  color: #A0A0A0;
}
.watch{
    width: 95px;
    height: 33px;
    background: #3E83E2;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.watch:hover:after {
    margin-left: 4px;
    opacity: 1;
}

.watch:after {
    display: inline-block;
    content: '\e683';
    font-family: iconfont;
    font-size: 14px;
    color: #fff;
    width: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.sign-in-wrap {
    position: fixed;
    top: 30vh;
    left: 50%;
    z-index: 9999;
    margin-left: -210px;
    width: 420px;
    height: 290px;
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,.5);
    border-radius: 8px;
    text-align: center;
    display:none;
}

.sign-in-wrap .sign-in-text-1 {
    color: #061828;
    font-size: 24px;
    line-height: 33px;
    margin-top: 24px
}

.sign-in-wrap .sign-in-text-2 {
    color: #0086fe;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px
}

.sign-in-wrap .sign-in-qrcode {
    width: 160px;
    height: 160px;
    margin-top: 20px
}

.sign-in-wrap .sign-in-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #c4c7cd;
    pointer-events: auto;
    font-size: 36px;
}

.sign-in-wrap .sign-in-close:hover {
    color: #061828
}

.sign-in-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 9998;
    display:none;
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.svg-external-icon{
    background-color: currentColor;
    -webkit-mask-size: cover!important;
    mask-size: cover!important;
    display: inline-block
}
.bottom{
  padding-top: 11px;
  border-top: 1px solid #F2F2F2;
  margin-top: 18px;
  display: flex;
    position: relative;
}
.bottom img{
  height: fit-content;
    margin-top: 2px;
}
.txt_flx{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.man_num{
  color: #A0A0A0;
}
.video_list .img{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 57%;
    border-radius: 5px 5px 0 0;
}
.video_list .img div{

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;

}
.video_list .img div a{
width:100%;
height: 100%;
display:block;
}

.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  
  
}
@media screen and (max-width: 1220px) {
  
}
@media screen and (max-width: 1200px) {   
    .bottom {
        display: block;
    }
    .man_tag {
        position: static;
        display: block;
        margin-top: 7px;
    }
}
@media screen and (max-width: 1024px) {
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
  .watch{
    width: 75px;
  }
  .vio{
    height: 420px;
  }

}
@media screen and (max-width: 600px) {
  .sign-in-wrap {
    margin-left: -175px;
    width: 350px;
}
  .sign-in-mask {
    background: #000000;
    opacity: 0.6;
}
.vio {
    height: 250px;
}
/* .vio video {
    height: 100%;
    object-fit: fill;
} */
  .free {
    padding: 5% 0;
    display: none;
  }
  .free .con .left {
    float: none;
    text-align: center;
  }
  .free .con a {
      float: none;
      margin: 15px auto 0 auto;
      top: 0;
      width: 126px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
  }
.c_crumb {
  padding-top: 76px;
}
.list li {
  width: calc((100% - 10px)/2);
  margin-bottom: 10px;
}
.txt_flx{
  display: block;
}
.watch{
  margin-top: 10px;
}
.play{
  width: 30px;
}
.vio_des{
  width: 100%;
  margin-bottom: 30px;
}
.video_list .img img{
  width: 100%;
}
.vio_tit {
  margin: 20px 0 5px;
  
}
.others {
  margin: 10px 0 20px;
}
.video_list{
  margin: 30px 0;
  padding: 30px 0;
}
}




.vio_des{
    width:100%;
}
.video-title{
    font-weight: bold;
}
.others{
    margin: 20px 0 26px;
}
.others div{
    line-height: 32px;
}
.help{
    margin-right:0!important;
}
.social-share a{
    width: 31px;
    height: 31px;
    margin:0 7px;
    position: relative;
    border:none!important;
    background: none!important;
}
.social-share .icon-qzone:before{
    content:'';
    width: 100%;
    height: 100%;
    background: url(../img/video_list/icon_01.png);
    position: absolute;
    left:0;
    top:0;
}
.social-share .icon-wechat:before{
    content:'';
    width: 100%;
    height: 100%;
    background: url(../img/video_list/icon_02.png);
    position: absolute;
    left:0;
    top:0;
}
.social-share .icon-weibo:before{
    content:'';
    width: 100%;
    height: 100%;
    background: url(../img/video_list/icon_03.png);
    position: absolute;
    left:0;
    top:0;
}
.video-box .left{
    float: left;
    width: 67.4%;
}
.video-box .right{
    float: right;
    width: 31%;
}
.video-box .right .title h2{
    font-weight: bold;
}
.video-box .right ul li{
    margin-top:28px;
}
.video-box .right ul li a{
    display: block;
}
.video-box .right ul li a .tu{
    float: left;
    width: 42%;
    position: relative;
    height: 0;
    padding-bottom: 24%;
    overflow: hidden;
}
.video-box .right ul li a .tu img{
    width: 100%;
}
.video-box .right ul li a .tu img.v-btn{
    position: absolute;
    width: 28px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.video-box .right ul li a .text{
    float: right;
    width: 54%;
}
.video-box .right ul li a .text h2{
    color:#2b2b2b;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:1.5;
    height:3em;
}
.video-box .right ul li a .text h3{
    color:#a0a0a0;
    margin-top:6%;
}
.play{
    height: 86px;
}
.play img{
    width: 100%;
}
.play:before{
    content:'';
    width: 23px;
    height: 33px;
    background-image: url(../img/video_list/btn_r.png);
    position: absolute;
    left:56%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.product-recommend{
    padding:30px 0 80px;
    background: #f9fafc;
}
.product-recommend .con .title h2{
    padding-left:20px;
    font-weight: bold;
    position: relative;
}
.product-recommend .con .title h2:before{
    content:'';
    width: 3px;
    height: 100%;
    background: #3E83E2;
    position: absolute;
    top:6%;
    left:0;
}
.product-recommend .con .recommend-list{
    margin-top:30px;
}
.product-recommend .con .recommend-list ul li{
    float: left;
    width: 31.86%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(16,42,133,0.07);
    padding:24px 20px 0 20px;
    height: 120px;
}
.product-recommend .con .recommend-list ul li a{
    display: flex;
}
.product-recommend .con .recommend-list ul li:not(:nth-child(3n)){
    margin-right:2.21%;
}
.product-recommend .con .recommend-list ul li:nth-child(n+4){
    margin-top:20px;
}
.product-recommend .con .recommend-list ul li .tu img{
    max-width: 78px;
}
.product-recommend .con .recommend-list ul li .text{
    margin-left:20px;
}
.product-recommend .con .recommend-list ul li .text h2{
    font-weight: bold;
    color:#2b2b2b;
    margin-top:6px;
}
.product-recommend .con .recommend-list ul li .text h3{
    color:#a0a0a0;
    margin-top:4px;
}
@media screen and (max-width: 600px) {
    .others{
        display: block;
        margin:10px 0 20px;
    }
/*     .vio{
        height: auto;
    } */
    .play{
        width: 60px;
        height: 60px;
    }
    .play:before{
        width: 16px;
        height: 22px;
        background-size: cover;
    }
    .social-share{
        margin-top:10px;
    }
    .video-box .left{
        width:100%;
    }
    .video-box .right{
        width: 100%;
    }
    .video-box .right ul li{
        margin-top:10px;
    }
    .product-recommend{
        padding:30px 0;
    }
    .product-recommend .con .title h2{
        padding-left:14px;
    }
    .product-recommend .con .title h2:before{
        top:0;
    }
    .product-recommend .con .recommend-list{
        margin-top:10px;
    }
    .product-recommend .con .recommend-list ul li{
        width: 100%;
        margin-top:10px!important;
        padding:20px 20px 0 20px;
        height: 100px;
    }
    .product-recommend .con .recommend-list ul li:not(:nth-child(3n)){
        margin-right:0;
    }
    .product-recommend .con .recommend-list ul li .text h2{
        margin-top:8px;
    }
}



/*# sourceMappingURL=active.css.map */
