#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#mobile .scroll_main{ /* add scroll */
    margin: 0 auto 0;
    height: calc(100vh - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.video_highlights{
    margin: 0 auto 0;;
    width: 1280px;
    height: auto;
    min-height: 650px;
}
#mobile .video_highlights{ 
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    min-height: auto;
}
/* 图片库banner start */
.video_highlights .video_highlights_banner{
    width: 100%;
    height: 295px;
    overflow: hidden;
    position:relative;

}
#mobile .video_highlights .video_highlights_banner{
    display: none;
}
.video_highlights .video_highlights_banner>img{
    width: 100%;
    height: 100%;
}
.video_highlights_banner .video_highlights_bannner_dcrite{
    position: absolute;
    right: 185px;
    top: 94px;
}
.video_highlights_banner .video_highlights_bannner_dcrite>p:nth-child(1){
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:30px;
    letter-spacing:3px;
}
.video_highlights_banner .video_highlights_bannner_dcrite>p:nth-child(2){
    font-size:18px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
    letter-spacing:1px
}
.video_highlights_banner .video_highlights_bannner_dcrite>p:nth-child(3){
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:15px;
}
/* 图片库banner end */

.video_highlights .video_highlights_title{
    font-size:34px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:44px;
    margin: 63px 0 0 5px;
}
#mobile .video_highlights .video_highlights_title{
    font-size: .427rem;
    font-weight: bold;
    color: rgba(36,42,47,1);
    line-height: .613rem;
    padding: .4rem;
    margin: 0;
}
/* 图片库内容 */
.video_highlights_content{
    width: 100%;
    margin-bottom: 60px;

}
#mobile .video_highlights_content{
    padding: .4rem 0;
    margin: 0;
    min-height: calc(100vh - 1.33rem);
}
.video_highlights_content>ul{
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
#mobile .video_highlights_content>ul{
    padding: 0 .4rem;
}
.video_highlights_content>ul>li{
    /* float: left;
    width: 420px;
    height: 240px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px; */
    position: relative;
    float: left;
    width: 312.5px;
    height: 208px;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
#mobile .video_highlights_content>ul>li {
    float: left;
    width: 4.533rem;
    height: 3.013rem;
    overflow: hidden;
    position: relative;
    margin: 0 .133rem .133rem 0;
}
.video_highlights_content>ul>li:nth-child(4n){
    margin-right: 0!important;
}
#mobile .video_highlights_content>ul>li:nth-child(2n){
    margin-right: 0!important
}
.video_highlights_content>ul>li>a{
   display: block;
   width: 100%;
   height: 100%;
}
.video_highlights_content>ul>li .video_highlights_bag{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    height: 60px;
    width: 100%;
}
#mobile .video_highlights_content>ul>li .video_highlights_bag{
    height: .93rem;
}
.video_highlights_content>ul>li .video_highlights_bag>.pley_video{
   display: block;
   float: left;
   width: 43px;
   height: 28px;
   margin-left: 27px;
   margin-top: 17px;
}
#mobile .video_highlights_content>ul>li .video_highlights_bag>.pley_video{
    display: block;
    float: left;
    width: 1.04rem;
    height: .986rem;
    margin-left: .293rem;
    margin-top: 0;
}
.video_highlights_content>ul>li .video_highlights_bag>.pley_video>img{
    display: block;
   width: 100%;
 }
.video_highlights_content>ul>li .video_highlights_bag>.pley_title{
    float: left;
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    width: 77%;
    padding: 22px 13px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.video_highlights_content>ul>li>a>span:hover:hover ~ .video_highlights_bag>.pley_title{
    opacity: 1;
}

 /* add scroll */
 .loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
 .loadingH5-icon{color: #707070;}
 .loaderH5{
     display: none;
     position: relative;
     font-size: .133rem;
     margin: .106rem auto;
     text-indent: -9999em;
     width: .64rem;
     height: .64rem;
     border-radius: 50%;
     background: #999;
     background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
     background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
     -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
     -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
     -o-animation: scrollMoreLoaderH5An 1s infinite linear;
     animation: scrollMoreLoaderH5An 1s infinite linear;
  }
  .loadingH5 .loaderH5{
      display: block;
  }
  .loadingH5 .loaderH5:before {
      width: 50%;
      height: 50%;
      background: #999;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
  }
  .loadingH5 .loaderH5:after {
      background: #fff;
      width: 72%;
      height: 75%;
      border-radius: 68%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
  }
 @-webkit-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
 @-moz-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
 @-o-keyframes scrollMoreLoaderH5An {
     0% {
         -webkit-transform: rotate(0deg);
     }
     100% {
         -webkit-transform: rotate(360deg);
     }
 }
  
 @keyframes scrollMoreLoaderH5An {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
  }



