
#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;
}

#app{
    width: 100%;
    /* min-height: 650px; */
}
#mobile .topBanner_div{
    margin-bottom: 0;
    width: 100%;
    height: 4.533rem;
    background-color: #242A2F; 
}
.topBanner_div{
    margin-bottom: 25px;
    width: 100%;
    height: 330px;
    background-color: #242A2F;
}
#mobile .topBanner_div .topBanner_bg{
    width: 100%;
    height: 4.533rem;

}
.topBanner_div .topBanner_bg{
    position:relative;
    margin: 0 auto;
    width: 1280px;
    height: 330px;
    background-position: center center;
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#mobile .topBanner_bg .bannerCont_left{
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 2;
    padding-left: .4rem;
    width: 100%;
    height: 2rem;
}
.topBanner_bg .bannerCont_left{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    padding-left: 40px;
    width: 600px;
    height: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
#mobile .bannerCont_left .bannerCont_teamLogo{
    float: left;
    width: 2rem;
    height: 2rem;
    background-color: rgba(255,255,255,.3);
    border: .133rem solid rgba(91, 91, 91, 1);
    border-radius: 50%;
    overflow: hidden;
}
.bannerCont_left .bannerCont_teamLogo{
    float: left;
    width: 120px;
    height: 120px;
    background-color: rgba(255,255,255,.3);
    border: 8px solid rgba(91, 91, 91, 1);
    border-radius: 50%;
    overflow: hidden;
}
.bannerCont_teamLogo img{
    height: 100%;
}
.bannerCont_teamLogo img{
    display: block;
    width: 100%;
    height: auto;
}
#mobile .bannerCont_left .bannerCont_teamName{
    line-height: 2rem;
    padding-left: .4rem;
    font-size: .48rem;
    width: 7rem;
}
.bannerCont_left .bannerCont_teamName{
    float: left;
    padding-left: 20px;
    width: 440px;
    font-size: 32px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile .topBanner_bg .bannerCont_right{
    position: absolute;
    left: 0;
    top: 83%;
    z-index: 2;
    padding-right: 0;
    width: 100%;
    height: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.topBanner_bg .bannerCont_right{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    padding-right: 40px;
    width: 680px;
    height: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
#mobile .bannerCont_right>span{
    float: left;
    margin-right: 0;
    width: 50%;
    height: .64rem;
    background-color: rgba(238, 27, 46, 0);
    border: 0;
    text-align: left;
    color: #fff;
    border-radius: 0;
    text-align: left;
    overflow: hidden;
    line-height: .64rem;
    display: flex;
    justify-content: flex-start;
    padding:0 .4rem 0 .533rem;

}
#mobile .bannerCont_right>span:first-child{
    border-right: 1px solid #999999;
}
.bannerCont_right>span{
    float: left;
    margin-right: 68px;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background-color: rgba(238, 27, 46, 1);
    border: 16px solid rgba(217, 31, 48, 1);
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.bannerCont_right>span:last-child{
    margin-right: 0;
    background-color: rgba(0,0,0,.1);
}
#mobile .bannerCont_right span .bannerCont_title{
    display: inline-block;
    line-height: .64rem;
    padding: 0;
    font-size: .347rem;
    width: 1.6rem;
    margin-right: .133rem;
    font-weight: normal;
}
.bannerCont_right span .bannerCont_title{
    display: block;
    padding: 18px 10px 10px 10px;
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#mobile .bannerCont_right span .bannerCont_number{
    display: inline-block;
    padding: 0;
    flex: 1;
    width: auto;
    font-family: inherit;
    line-height: .64rem;
    font-size: .453rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.bannerCont_right span .bannerCont_number{
    display: block;
    padding: 0 10px;
    width: 100%;
    font-family: "DIN";
    line-height: 74px;
    font-size: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bannerCont_right span .bannerCont_number.DINfont46{
    line-height: 50px;
    font-size: 36px;
}
#pc #third_header{
    display: none;
}
#mobile .viewTab_ul{
    display: none;  
}
.viewTab_ul{
    margin: 0 auto 40px;
    width: 1280px;
    height: 46px;
    text-align: center;
    border-bottom: 2px solid rgba(160, 0, 0, 1);
    font-size: 0;
}
.viewTab_ul li{
    position: relative;
    display: inline-block;
    padding: 18px 30px 10px 30px;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    cursor: pointer;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
}

.viewTab_ul .act, .viewTab_ul li:hover{
    padding: 8px 30px 10px 30px;
    color: #333;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}
.viewTab_ul .act::before{
    position: absolute;
    content: '\20';
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    border-width: 5px;
    border-color: transparent transparent rgba(160, 0, 0, 1) transparent;
    border-style: solid;
}
#mobile #third_header>ul>li{
    width: 50% !important;
}

#mobile .view_main{
    margin:0 auto 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 4rem - 1.173rem - 1.33rem);
}
#pc .mobile_title{
    display: none;
}
#mobile .mobile_title{
    font-size: .4rem;
    padding: .4rem 0 .33rem .4rem;
    color: #333333;
    font-weight: 600;
    background-color: #F9F9F9;
    line-height: .56rem;
}
.view_main{
    margin: 40px auto 0;
    width: 1280px;
    height: auto;
}
#mobile .view_main .view_left{
    float: none;
    width: 100%;
    height: auto;
    padding: .2rem 0;
    min-height: calc(100vh - 4.53rem - 1.33rem);
}
.view_main .view_left{
    float: left;
    width: 914px;
    height: auto;
}
.view_main .view_right{
    float: right;
    margin-left: 47px;
    width: 300px;
    height: auto;
}

.view_left .mainNew{
    width: 100%;
    height: auto;

}

.mainNew .mainNew_tag{
    width: auto;
    max-width: 90%;
    padding: 2px 0 28px 5px;
    height: auto;
}
#mobile .mainNew .mainNew_tag{
    display: none;
}
.mainNew_tag .mainNew_tagSpan{
    float: left;
    margin-right: 14px;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 3px;
    background-color: #e6e6e6;
}
.mainNew_tag .bgEed{
    background-color:rgba(200,174,106,1);
}
/* 大新闻样式start */
.mainNew .mainNew_info{
    width: 100%;
    height: auto;
    padding-bottom: 21px;
    border-bottom: 1px solid #ededed;
}
#mobile .mainNew_info{
    height: auto;
    padding: .4rem .4rem .266rem .4rem;
    border-bottom: .266rem solid #F9F9F9;
}
.mainNew_info .mainNew_infoLeft{
    overflow: hidden;
    float: left;
    width: 540px; 
    height: 360px;
}
#mobile .mainNew_info .mainNew_infoLeft{
    float: none;
    margin-right: 0;
    width: 9.18rem;
    height: 6.12rem;
    border: 1px solid #ccc;
}
.mainNew_infoLeft img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
}

.mainNew_info .mainNew_infoRight{
    float: right;
    width: 350px;
    height: auto;
}
#mobile .mainNew_info .mainNew_infoRight{
    float: none;
    padding-left: 0;
    width: 100%;
    height: auto;
}

.mainNew_infoRight .infoRight_blod{
    padding: 15px 0 36px 0;
    height: 156px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
#mobile .mainNew_infoRight .infoRight_blod{
    border-bottom: none;
    cursor: pointer;
    height: .469rem;
    line-height: .469rem;
    font-size: .373rem;
    color: #333;
    margin-bottom: .46rem;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .24rem 0 .4rem 0;
}
.mainNew_infoRight .infoRight_blod:hover{
   color: #A00000;
}

.mainNew_infoRight .infoRight_font{
    padding: 42px 23px 0 0;
    /* padding-top: 42px; */
    /* width: 279px; */
    height: 164px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
}
#mobile .mainNew_infoRight .infoRight_font{
    display: none;
}
/* 大新闻样式 end  */



/* 侧边组件-精彩专栏 样式 */
.sideBar_wonderful{
    padding-bottom: 47px;
    width: 100%;
    height: auto;

}
.sideBar_wonderful .wonderful_title{
    margin-bottom: 26px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.sideBar_wonderful .wonderful_ul{
    width: 100%;
    height: auto;
}
.wonderful_ul .wonderful_li{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: relative;
}
.wonderful_ul .wonderful_li .containerSpan #video{
	display: inline-block;
    vertical-align: baseline;
}
.wonderful_ul .wonderful_li .containerSpan .video_img{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
     height: 200px;
    z-index: 2;
    cursor:pointer;
}
.wonderful_ul .wonderful_li .containerSpan .video_img>img{
    width: 20%;
    height: 30%;
    margin-top: 23%;

}
.wonderful_ul .wonderful_li .containerSpan #videos{
	display: inline-block;
    vertical-align: baseline;
}
.wonderful_ul .wonderful_li .containerSpan .video_img2{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
       height: 200px;
    z-index: 2;
    cursor:pointer;
}
.wonderful_ul .wonderful_li .containerSpan .video_img2>img{
    width: 20%;
    height: 30%;
    margin-top: 23%;

}
.wonderful_li .containerSpan{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
       position: relative;
    /* border: 1px solid #e6e6e6; */
}
.wonderful_li .containerSpan .video_title{
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.53px;
    padding: 15px 20px 0 20px;
    line-height: 16px;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,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%);
    width: 98.5%;
    left: 2px;
    height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.containerSpan img{
    display: block;
    width: 100%;
    height: 100%;
}
.wonderful_li .containerSpan_title{
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


/* 带图片新闻条 样式  start*/
.mainNew_title{
    display: none;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 1px solid #ededed;
}
#mobile .mainNew_title.isShow{
    display: none;
}
.mainNew_title.isShow{
    display: block;
}
#mobile .newsArticle{
    padding: 0 .4rem;
}
#mobile .newsArticle_li{
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    height: auto;
    padding: .267rem 0;
}
.newsArticle_li{
    padding: 12px 10px 12px 5px;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #ededed;
}
#mobile .newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -3rem;
    width: 3rem;
    height: 2rem;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -180px;
    width: 180px;
    height: 120px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left img{
    display: block;
    width: 100%;
    height: auto;
    
}
#mobile .newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 3.27rem;
    width: 100%;
    height: 2rem;
}
.newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 204px;
    width: 100%;
    height: 120px;
}
#mobile .newsArticle_rightTop{
    padding-top: 0;
    height: .987rem;
    line-height: .469rem;
    font-size: .373rem;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: .4rem;
}
.newsArticle_rightTop{
    padding-top: 10px;
    height: 84px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: bold; 
    cursor: pointer;
}
.newsArticle_rightTop:hover{
    color:#a00000;
}
.newsArticle_right .newsArticle_rightBottom{
    width: 100%;
    height: 36px;
    font-size: 12px;
}
#mobile .newsArticle_rightBottom .newsArticle_btn{
    float: left;
    padding: 0 .133rem;
    width: auto;
    min-width: 1.6rem;
    margin: 0;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: .0267rem;
    font-size: .267rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
.newsArticle_rightBottom .newsArticle_btn{
    float: left;
    margin: 6px 0;
    padding: 0 10px;
    width: auto;
    min-width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
#mobile .newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: .48rem;
    color: #BBBBBB;
    font-size: .267rem;
}
.newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: 36px;
    color: #333;
}
/* 带图片新闻条 样式  end*/


/* 赛事 样式 start */
#mobile .view_main .matchList_main{
    padding:0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: none;
}
.view_main .matchList_main{
    padding: 14px 0;
    width: 100%;
    height: auto;
    background-color: rgba(225, 227, 231, 1);
    border: 1px solid rgba(225, 227, 231, 1);
}
.matchList_main .notDataMatch{
    text-align: center;
    font-size: 20px;
    line-height: 140px;
    background-color: #fff;
    letter-spacing: 2;
    color: #666;
}
#mobile .matchList_ul .matchList_li{
    padding: 0 .4rem;
}
.matchList_main .matchList_ul{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.matchList_ul .matchList_li{
    float: left;
    padding: 0 35px;
    width: 100%;
    height: auto;
    font-size: 0;
    cursor: pointer;
    position: relative;
}
#mobile .matchList_ul .matchLi_main{
    border-bottom: 1px solid #EDEDED;
    height: 100%;
    padding: .4rem 0 .33rem 0;
}
.matchList_ul .matchLi_main{
    display: block;
    width: 100%;
    height: 141px;
    border-bottom: 1px solid rgba(232, 241, 241, 1);
    cursor: pointer;
}
#mobile .matchLi_main .matchLi_left1{
    width: 8.27rem;
    float: none;
}
.matchLi_main .matchLi_left1{
    float: left;
    width: 540px;
    height: auto;
}
#mobile .matchLi_left1 .matchName{
    display: block;
    padding: 0 .267rem .333rem 0;
    width: 100%;
    font-size: .427rem;
    line-height: .533rem;
    color: #333333;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pc .matchLi_left1 .mobile_no{
    display: none;
}
#mobile .matchLi_left1 .mobile_no{
    font-size: .427rem;
    line-height: .533rem;
    color: #A00000;
    position: absolute;
    right: .4rem;
    top: .4rem;
}
.matchLi_left1 .matchName{
    display: block;
    padding: 35px 20px 20px 0;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: rgba(36, 42, 47, 1);
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#mobile .matchLi_left1 .matchInfor{
    display: block;
    width: 100%;
    font-size: .293rem;
    line-height: .373rem;
    color: #999999;
    text-align: left;
}
.matchLi_left1 .matchInfor{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
}
#mobile .matchLi_left1 .matchInfor>span{
    float: none;
    display: block;
}
.matchLi_left1 .matchInfor>span{
    float: left;
}
#mobile .matchLi_left1 .matchInfor .matchInfor_date{
    padding-right: 0;
    padding-bottom: .133rem;
}
.matchLi_left1 .matchInfor .matchInfor_date{
    padding-right: 40px;
}
#mobile .matchLi_left3{
    display: none;
}
#mobile .matchLi_main .matchLi_left2, .matchLi_main .matchLi_left3{
    /* float: left;
    width: 220px;
    height: auto; */
}
.matchLi_main .matchLi_left2, .matchLi_main .matchLi_left3{
    float: left;
    width: 220px;
    height: auto;
}
#mobile .matchLi_main .matchLi_left2 .lineBlockTitle{
    display: none;
}
.matchLi_main .matchLi_left2 .lineBlockTitle, .matchLi_main .matchLi_left3 .lineBlockTitle{
    float: left;
    width: auto;
    color: rgba(36, 42, 47, 1);
    font-size: 14px;
    line-height: 140px;
}
#mobile .matchLi_main .matchLi_left2 .lineBlockInfor{
    position: absolute;
    right: .4rem;
    top: 1.146rem;
    float: none;
    padding:0;
    width: auto;
    color: #999999;
    font-size: .293rem;
    line-height: .533rem;
    font-weight: 400;

}
.matchLi_main .matchLi_left2 .lineBlockInfor, .matchLi_main .matchLi_left3 .lineBlockInfor{
    float: left;
    padding: 48px 0 0 10px;
    width: auto;
    color: rgba(36, 42, 47, 1);
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
#mobile .matchLi_main .matchLi_left4{
   display: none;
}
.matchLi_main .matchLi_left4{
    float: right;
    padding: 49px 0;
    width: 200px;
    height: auto;
}
.matchLi_left4 .detailBtn{
    float: right;
    width: 110px;
    line-height: 40px;
    border: 1px solid rgba(213, 222, 222, 1);
    border-radius: 4px;
    text-align: center;
    color: rgba(36, 42, 47, 1);
    font-size: 14px;
    font-weight: bold;
}
.matchList_ul .matchList_li:hover{
    background-color: rgba(160, 0, 0, .08);
}
.matchList_ul .matchList_li:hover .detailBtn{
    background-color: rgba(160, 0, 0, 1);
    border: 1px solid rgba(98,24,24,1);
    color: #fff;
}


/* 赛事 样式 end */


/* 图片&视频 样式 start  */
.picAvideo_main{
    padding: 50px 0 80px;
    width: 100%;
    height: auto;
}
.picAvideo_main .picAvideo_title{
    padding-bottom: 40px;
    width:100%;
    font-size:34px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:44px;
} 
.picAvideo_main .picAvideo_ul{
    width: 100%;
    height: auto;
}
.picAvideo_ul .picAvideo_li{
    float: left;
    margin: 0 16px 16px 0;
    width: 308px;
    height: 204px;
}
.picAvideo_ul .picAvideo_li:nth-child(4n){
    margin-right: 0;
}
.picAvideo_li img{
    display: block;
    width: 100%;
    height: auto;
}
.picAvideo_li .picAvideo_picSpan{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.picAvideo_picSpan .picSpan_title, .picAvideo_picSpan .videoSpan_title{
    /* opacity: 0; */
    position: absolute;
    bottom: 0; 
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,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%);
    
}
.picAvideo_li:hover .picAvideo_picSpan .picSpan_title>span, .picAvideo_li:hover .picAvideo_picSpan .videoSpan_title>span{
    opacity: 1;
}
.picAvideo_picSpan .picSpan_title>span, .picAvideo_picSpan .videoSpan_title>span{
    opacity: 0;
    position: relative;
    display: block;
    padding: 0 20px 0 55px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picAvideo_picSpan .picSpan_title>i{
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 3;
    content: '';
    width: 25px;
    height: 20px;
    background-image: url(../../img//youthsports/youth_icon.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/* .picAvideo_picSpan .picSpan_title>span::before{
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 3;
    content: '';
    width: 25px;
    height: 20px;
    background-image: url(../../img//youthsports/youth_icon.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
} */
.picAvideo_picSpan .videoSpan_title>span{
    padding: 0 20px 0 70px;
    line-height: 50px;

}
.picAvideo_picSpan .videoSpan_title>i{ 
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 3;
    content: '';
    width: 40px;
    height: 28px;
    background-image: url(../../img//index/video.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/* .picAvideo_picSpan .videoSpan_title>span::before{ 
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 3;
    content: '';
    width: 40px;
    height: 28px;
    background-image: url(../../img//index/video.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
} */
/* 图片&视频 样式 end  */



/* 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);
    }
 }