img{
    border: 0;
}
*{
    box-sizing: border-box;
}


.menu-mask {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 88px;
    z-index: 200;
    background: #a00000;
    box-shadow: 0 68px 94px 0 rgba(0, 0, 0, 0.15);
}

.menu-mask .menu_content {
    width: 1280px;
    height: 48px;
}
#mobile .menu-mask .menu_content {
    width: 100%;
}

.menu_content .menuMask_ul {
    padding: 0 100px;
    width: auto;
    height: auto;
}   
.menu_content .menuMask_ul .menuMask_li {
    float: left;
    width: auto;
    height: auto;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    padding-right: 55px;
}

.youth_view_main {
    margin: 69px auto 0;;
    width: 1280px;
    height: auto;
    padding-bottom: 150px;
}

#mobile .youth_view_main{
    margin: 0;
    padding: 0;
    width: 100%;
}

.youth_view_main .youth_view_left{
    float: left;
    width: 71%;
    height: auto;
}
#mobile .youth_view_main .youth_view_left{
    width: 100%;
}
.youth_view_left .youth_splendid_collection{
    position: relative;
    padding-top: 42px;
}
#mobile .youth_view_left .youth_splendid_collection{
    padding: .4rem;
    height: 5.493rem;
    border-bottom: .16rem solid rgba(246, 246, 246, 1);
}
.youth_view_left .youth_splendid_collection .youth_splendid_collection_title{
    position: relative;
    width: 100%;
    padding-bottom: 22px;
    text-align: left;
}
.youth_splendid_collection .youth_splendid_collection_title>p:nth-child(1) {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.youth_splendid_collection .youth_splendid_collection_title>p:nth-child(2) {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}
#mobile .youth_splendid_collection .youth_splendid_collection_title{
    padding-bottom: .213rem;
}
#mobile .youth_splendid_collection .youth_splendid_collection_title>p:nth-child(1) {
    font-size: .267rem;
    line-height: .32rem;
}
#mobile .youth_splendid_collection .youth_splendid_collection_title>p:nth-child(2) {
    font-size: .427rem;
    line-height: .56rem;
}
.youth_view_left .youth_splendid_collection .youth_splendid_collection_img{
    /* position: absolute; */
    top: 112px;
    left: 0;
    z-index: 10;
    width: 100%;

}
#mobile .youth_view_left .youth_splendid_collection .youth_splendid_collection_img{
    position: absolute;
    top: 112px;
    left: -100%;
    z-index: 10;
    width: 1px;
    height: 1px;
    overflow: hidden;

}
.youth_splendid_collection_img .youth_splendid_collection_img_top{
    width: 100%;
    height: 300px;

}

.youth_splendid_collection_img .youth_splendid_collection_img_top>div{
    float: left;
    margin-right: 10px;
    width: 449px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.youth_splendid_collection_img .youth_splendid_collection_img_top>div:last-child{
    margin-right: 0;
}
.youth_splendid_collection_img .youth_splendid_collection_img_top>div>img{
    display: block;
    width: 100%;
    height:100%;
    object-fit: contain;
}

.youth_splendid_collection_img .youth_splendid_collection_img_top>div>p{
    position: absolute;
}
.youth_splendid_collection_img .youth_splendid_collection_img_top>div>.title_bag>.title_imgs{
    float: left;
    margin-left: 16px;
    width: 23px;
    height: 18px;;


}

.youth_splendid_collection_img .youth_splendid_collection_img_top>div>.title_bag>.title_imgs>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

 .youth_splendid_collection_img .youth_splendid_collection_img_top>div>.title_bag{
    position: absolute;
    bottom: 0;
    width: 450px;
    height: 50px;
    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%);
    padding-top: 15px;
}
.youth_splendid_collection_img .youth_splendid_collection_img_top>div>.title_bag>.title_title{
    float: left;
    margin-left: 14px;
    width:350px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}

.mobile_collection{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#mobile .mobile_collection{
    position: absolute;
    top: 1.414rem;
    left: 0;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 3.467rem;

}
.mobile_collection .mobile_collection_ul{
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 0;
}
.mobile_collection .mobile_collection_ul::-webkit-scrollbar{ /*滚动条整体样式*/
    width: 30px;
    height: 0;
    background-color: #fff;
}
.mobile_collection_ul::before, .mobile_collection_ul::after{
    display: inline-block;
    content: '\20';
    width: .4rem;
    height: .4rem;
}
.mobile_collection_ul>li{
    position: relative;
    display: inline-block;
    width: 5.333rem;
    height: 3.467rem;
    margin-right: 0.16rem;
}
.mobile_collection_ul>li:last-child{
    margin-right: 0;
}
.mobile_collection_ul>li .imgBig{
    border-radius: 0.107rem;

}

#mobile .title_bag{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.067rem;
    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%);
    border-radius: 0 0 .16rem .16rem;
}

#mobile .title_bag>.title_imgs{
    float: left;
    margin: .334rem 0 0 .2rem;
    width: .497rem;
    height: .373rem;;

}
#mobile .title_bag>.title_imgs>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mobile .title_bag>.title_title{
    float: left;
    margin-left: .1rem;
    padding-right: .2rem;
    width: calc(100% - .797rem);
    font-size: .347rem;
    color: #fff;
    line-height: 1.067rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}

.youth_splendid_collection_img .youth_splendid_collection_img_bottom{
    width: 100%;
    height: 196px;
    margin-top: 10px;
}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div{
    float: left;
    margin-right: 10px;
    width: 296px;
    height: 100%;
    position: relative;
    overflow: hidden;

}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div:last-child{
    margin-right: 0;
}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>img{
    display: block;
    width: 100%;
    height:100%;
    object-fit: contain;
}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>p{
    position: absolute;
}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>.title_bag>.title_imgs{
    float: left;
    width: 23px;
    height: 18px;;
    margin-left: 16px;  
}
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>.title_bag>.title_imgs>img{
    display: block;
    width: 100%;
    height: 100%;;
    object-fit: contain;
  }
  .youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>.title_bag{
    position: absolute;
    bottom: 0px;
    width: 450px;
    height: 43px;
    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%);
    padding-top: 10px;
  }
.youth_splendid_collection_img .youth_splendid_collection_img_bottom>div>.title_bag>.title_title{
    float: left;
    margin-left: 14px;
    width: 200px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}
.youth_view_main .youth_view_right {
    float: right;
    width: 330px;
    height: auto;
}

#mobile .youth_view_main .youth_view_right {
    float: none;
    padding: .4rem;
    width: 100%;
    height: auto;
}

#mobile .youth_view_main .youth_view_right{
    float: left;
}

.youth_view_left .mainNew {
    width: 100%;
    height: auto;
}

#mobile .youth_view_left .mainNew{
    padding: .4rem;
    border-top: .16rem solid rgba(246, 246, 246, 1);
    border-bottom: .16rem solid rgba(246, 246, 246, 1);
}

.mainNew .mainNew_title {
    position: relative;
    width: 100%;
    color: #333;
    text-align: left;
    padding-bottom: 22px;
    /* border-bottom: 1px solid #ededed; */
}


.mainNew .mainNew_title>p:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
}
.mainNew .mainNew_title>p:nth-child(2) {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
}

#mobile .mainNew .mainNew_title{
    padding-bottom: .213rem;
}
#mobile .mainNew .mainNew_title>p:nth-child(1) {
    font-size: .267rem;
    line-height: .32rem;
}
#mobile .mainNew .mainNew_title>p:nth-child(2) {
    font-size: .427rem;
    line-height: .56rem;
}


.mainNew .youth_news .mainNew_tag{
    float: left;
    width: 449px;
    margin-right: 10px;
} 
#mobile .mainNew .youth_news .mainNew_tag{
    width: 100%;
    margin: 0;
}
#mobile .mainNew .youth_news .mainNew_tag:first-child{
    margin: 0 0 .64rem 0;
    padding-bottom: 1.333rem;
}
#mobile .mainNew .youth_news .mainNew_tag:nth-child(2){
    padding-bottom: 1.333rem;
}
#mobile .mainNew .youth_news{
    position: relative;
}
#mobile .mainNew .youth_news .mainNew_tag.mainNew_notPic{
    float: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}
#mobile .mainNew .youth_news>div:nth-child(3){
    top: 5.6rem;
}
#mobile .mainNew .youth_news>div:nth-child(5){
    top: 6.267rem;
}
#mobile .mainNew .youth_news>div:nth-child(4){
    top: 13.004rem;
}
#mobile .mainNew .youth_news>div:nth-child(6){
    top: 13.644rem;
}
.mainNew .youth_news .mainNew_tag:nth-child(2n){
    margin-right: 0;
} 
.mainNew .youth_news .mainNew_tag .youth_news_img{
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 12px;
    overflow: hidden;
}
#mobile .mainNew .youth_news .mainNew_tag .youth_news_img{
    margin: 0;
    height: 5.413rem;
    border-radius: .107rem;
}
.mainNew .youth_news .mainNew_tag .youth_news_img>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainNew .youth_news .mainNew_tag .youth_news_img> .youth_news_img_bg{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 10px;
    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%);
    height: 60px;
    width: 100%;    
}
#mobile .youth_news_img> .youth_news_img_bg{
    padding: 0 .16rem;
    height: 2rem;
}
  .mainNew .youth_news .mainNew_tag .youth_news_img> .youth_news_img_title{
    display:block;
    position: absolute;
    bottom: 22px;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
       
}
#mobile .youth_news_img> .youth_news_img_title{
    bottom: .5rem;
    padding: 0 .24rem;
    font-size: .373rem;
    line-height: .48rem;
    font-weight: bold;
}
.mainNew .youth_news .mainNew_tag .youth_news_text1{
    width: 100%;

}
.mainNew .youth_news .mainNew_tag .youth_news_text1>a{   
    display: block;
    padding: 0 15px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
#mobile .mainNew_tag .youth_news_text1>a{
    padding: 0;
    font-size: .373rem;
    line-height: .48rem;
    color: rgba(102, 102, 102, 1);
}
/* .mainNew .youth_news .mainNew_tag .youth_news_text2{
   
    line-height: 23px;
    
}
.mainNew .youth_news .mainNew_tag .youth_news_text2>a{ 
    display: block;
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    color: #000000;
    cursor: pointer;
} */
.mainNew .youth_news .mainNew_tag .youth_news_text1>a:hover{
   color: #A00000;
}
/* .mainNew .youth_news .mainNew_tag .youth_news_text2>a:hover{
    color: #A00000;
 } */



/* 今日比赛 样式 */
/* .view_right{
float: left;
margin-left: 40px;
} */
.fontBlod{
font-weight: bold;
}
.todayGame_div{
width: 100%;
height: auto;

}
.todayGame_div .todayGame_titleEN{
color: #333;
font-size: 16px;
line-height: 20px;
text-align: left;
}
.todayGame_div .todayGame_titleCN{
padding-bottom: 22px;
color: #333;
font-size: 22px;
line-height: 28px;
font-weight: bold;
text-align: left;
}
#mobile .todayGame_div{
    padding-bottom: .213rem;
}
#mobile .todayGame_div .todayGame_titleEN{
    font-size: .267rem;
    line-height: .32rem;
}
#mobile .todayGame_div .todayGame_titleCN{
    font-size: .427rem;
    line-height: .56rem;
}
.todayGame_div .todayGame_floorMain{
    margin-bottom: 14px;
    width: 100%;
    height: auto;
    border: 1px solid #F1F5F5;
}
#mobile .todayGame_div .todayGame_floorMain{
    margin-bottom: .64rem;
}
#mobile .todayGame_div .todayGame_floorMain:last-child{
    margin-bottom: 0;
}

.todayGame_floorMain .todayGame_floorTitle{
display: block;
padding-left: 15px;
width: 100%;
height: 44px;
font-size: 0;
background: #AFC2E2;
background: linear-gradient(90deg, rgb(175, 194, 226, 1), rgba(255, 255, 255, 1));
background: -webkit-linear-gradient(0, rgb(175, 194, 226, 1), rgba(255, 255, 255, 1));
background: -o-linear-gradient(0, rgb(175, 194, 226, 1), rgba(255, 255, 255, 1));
background: -moz-linear-gradient(0, rgb(175, 194, 226, 1), rgba(255, 255, 255, 1));
}
#mobile .todayGame_floorMain .todayGame_floorTitle{
    padding-left: .4rem;
    height: 1.173rem;
}
.todayGame_floorTitle .todayGame_title{
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
}
#mobile .todayGame_floorTitle .todayGame_title{
    line-height: 1.173rem;
    font-size: .373rem;
}
.moreAfter_icon{
position: relative;
}
.moreIcon_child{
    display: block;
    position: absolute;
    top: 21px;
    right: 7px;
    z-index: 2;
    width: 56px;
    height: 26px;
    text-align: center;
    font-size: 0;
    padding: 10px 15px;
}
#mobile .moreIcon_child{
    top: .287rem;
    right: .2rem;
    z-index: 2;
    width: auto;
    height: .438rem;
    padding: .134rem .2rem;
}
.todayGame_floorMain .moreIcon_child{
    top: 9px;
}
#mobile .todayGame_floorMain .moreIcon_child{
    top: .367rem;
}

.moreIcon_child i{
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 1px 4px 1px 0;
    background-color: #D8D8D8;
    border-radius: 4px;
}
#mobile .moreIcon_child i{
    width: .09rem;
    height: .09rem;
    margin: .04rem .09rem .04rem 0;
    border-radius: .09rem;
}
.moreIcon_child:hover{
    cursor: pointer;
}
.moreIcon_child:hover i{
    background-color: #A00000;
}
.moreIcon_child i:nth-child(2n){
    margin: 0 4px 0 0;
    width: 6px;
    height: 6px;
}
#mobile .moreIcon_child i:nth-child(2n){
    margin: 0 .09rem .025rem 0;
    width: .12rem;
    height: .12rem;
}
.moreIcon_child i:last-child{
    margin-right: 0;
}

.todayGame_floorMain .todayGame_ul{
    width: 100%;
    height: auto;
}

.todayGame_ul .todayGame_li{
    padding: 0px 16px;
    width: 100%;
    height: 48px;
    cursor: pointer;

}
#mobile .todayGame_ul .todayGame_li{
    padding: 0 .4rem;
    height: 1.173rem;
    cursor: default;

}
.todayGame_li>a{
    width: 100%;
    height: 48px;
    padding-top:3px;
    display: inline-block;
    color:rgba(51,51,51,1);
    border-bottom: 1px solid #F1F5F5;
}
#mobile .todayGame_li>a{
    height: 1.173rem;
    padding-top: .252rem;
}
.todayGame_ul .todayGame_li:hover{
    background:rgba(160,0,0,0.08);

}
#mobile .todayGame_ul .todayGame_li:hover{
    background: transparent;

}
.todayGame_ul .todayGame_li:last-child>a{
    border-bottom: 0; 
}

.todayGame_li>a .todayGame_homeSpan, .todayGame_li .todayGame_awaySpan{
    float: left;
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
#mobile .todayGame_li>a .todayGame_homeSpan, #mobile  .todayGame_li .todayGame_awaySpan{
    height: .667rem;
    line-height: .667rem;
}
.todayGame_li>a .todayGame_homeSpan{
text-align: left;
}
.todayGame_li>a .todayGame_awaySpan{
text-align: right;
}

.todayGame_homeSpan .todayGame_logoSpan, .todayGame_awaySpan .todayGame_logoSpan{
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    overflow: hidden;
}
#mobile .todayGame_homeSpan .todayGame_logoSpan, #mobile .todayGame_awaySpan .todayGame_logoSpan{
    width: .667rem;
    height: .667rem;
    margin-top: 0;
}
.todayGame_homeSpan .todayGame_logoSpan img, .todayGame_awaySpan .todayGame_logoSpan img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.todayGame_homeSpan .todayGame_logoSpan{
    margin-right: -35px;

}
#mobile .todayGame_homeSpan .todayGame_logoSpan{
    margin-right: -.667rem;

}
.todayGame_awaySpan .todayGame_logoSpan{
    margin-left: -35px;

}
#mobile .todayGame_awaySpan .todayGame_logoSpan{
    margin-left: -.667rem;

}

.todayGame_homeSpan .todayGame_nameSpan, .todayGame_awaySpan .todayGame_nameSpan{
    float: left;
    width: 100%;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile .todayGame_homeSpan .todayGame_nameSpan, #mobile .todayGame_awaySpan .todayGame_nameSpan{
    height: .667rem;
    font-size: .347rem;
}
.todayGame_homeSpan .todayGame_nameSpan{
    padding-left: 40px;

}
#mobile .todayGame_homeSpan .todayGame_nameSpan{
    padding-left: .867rem;

}
.todayGame_awaySpan .todayGame_nameSpan{
    padding-right: 40px;
}

#mobile .todayGame_awaySpan .todayGame_nameSpan{
    padding-right: .867rem;

}

.todayGame_li>a .todayGame_scoreSpan{
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
}
#mobile .todayGame_li>a .todayGame_scoreSpan{
    height: .667rem;
    line-height: .667rem;
}


.todayGame_li>a .todayGame_scoreSpan span{
    display: inline-block;
    font-size: 14px;

}
#mobile .todayGame_li>a .todayGame_scoreSpan span{
    font-size: .32rem;

}
.todayGame_li>a .todayGame_scoreSpan .redColor{
    color: #D33E25;
}
.todayGame_li>a .todayGame_scoreSpan .score_padding{
    padding: 0 2px
}
#mobile .todayGame_li>a .todayGame_scoreSpan .score_padding{
    padding: 0 .027rem;
}

.notData_div{
    color: #999;
}

/* 轮播图组建 */

.youth_banner_container {
    width: 1280px;
    height: 613px;
    padding-right: 228px;
    margin: 25px auto 0;
    position: relative;
}

#mobile .youth_banner_container{
    width: calc(100% - .8rem);
    height: 7.31rem;
    margin: .4rem;
    padding: 0;
    border-radius: .1rem;
}

.youth_banner_container  .swiper_container {
    width: 100%;
    height: 613px;
    overflow: hidden;
}
#mobile .youth_banner_container .swiper_container{
    height: 7.31rem;
    border-radius: .1rem;
}


 .swiper-slide {
    float: left;
    width: 100%;
    height: 613px;
    cursor: pointer;
   
}
#mobile .swiper-slide{
    height: 100%;
}
 .swiper_pagination {
    position: absolute;
    right: 0;
    height: 613px;
    cursor: pointer;
    /* height: 605px; */
    z-index: 2;
}
#mobile .swiper_pagination{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    width: 100%;
    left: 0;
    bottom: 2.6rem;
    height: .067rem;
    
}
.swiper-pagination-custom {
    width: 228px ;
    left: 1053px;
    bottom: 0;
}


#mobile .swiper_pagination .mobile_banner_pagination{
    margin: 0 .04rem;
    width: .134rem;
    height: .067rem;
    border-radius: .04rem;
    background-color: #fff;
}
#mobile .swiper_pagination .mobile_banner_pagination.act{
    width: .36rem;
}

.swiper-pagination-customs {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #fff;
    position: relative;
}
.swiper-pagination-customs:nth-child(4) {
   
    border-bottom: none;
   
}
.swiper-pagination-customs>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-pagination-customs::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '\20';
    transition: all 1s ease;
    color: #FFF;
 
}

.swiper-pagination-customs-active::after {
    background: none;
    /* background-color:red; */

}

.swiper_pagination>ul {
    height: 100%;
}
.banner_imgs{
    overflow: hidden;
    width: 100%;
    height: 616px;
    cursor: pointer;
}
#mobile .banner_imgs{
    height: 4.91rem;
    border-radius: .1rem .1rem 0 0;
}
.banner_over{
    display:block;
    width:100%;
    height:100%;
    overflow: hidden;

}
.banner_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#mobile .banner_img{
    background-size: cover !important;
}

.banner_descrite {
    width: 40%;
    height: 100%;
    background:rgba(28,28,28,0.8);
    border-left: 8px solid #D33E25;
    position: absolute;
    right: 0;
    top:0;
}
#mobile .banner_descrite{
    position: relative;
    width: 100%;
    height: 2.4rem;
    background: rgba(28, 28, 28, 1);
    border-top: .1rem solid #D33E25;
    border-left:none;
    border-radius: 0 0 .1rem .1rem;
}
.banner_descrite>a {
    display:block;
    width: 100%;
    padding: 47px 60px 0px 60px;
    height: 100%;
  
}
#mobile .banner_descrite>a{
    padding: .133rem .267rem 0 .267rem;
}
.banner_descrite>a>.banner_img_title{
    text-align: left;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mobile .banner_descrite>a>.banner_img_title{
    position: absolute;
    top: -1.187rem;
    left: .267rem;
    z-index: 5;
    width: calc(100% - .667rem);
    font-size: .427rem;
    line-height: .48rem;
    font-weight: bold;
    
}

.banner_descrite>a>.banner_img_time {
    background: rgba(69, 6, 6, .28);
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    width: 93px;
    height: 32px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 10px;
}
#mobile .banner_descrite>a>.banner_img_time {
    position: absolute;
    bottom: .2rem;
    right: .267rem;
    z-index: 3;
    margin: 0;
    padding: 0 .2rem;
    border-radius: .213rem;
    font-size: 0.267rem;
    width: auto;
    height: .427rem;
    line-height: .427rem;
    background: rgba(255, 6, 6, .15);
}

.banner_descrite>a>.banner_img_border {
    opacity: 0.2;
    border: 2px solid #c1b9b7;
}
#mobile .banner_descrite>a>.banner_img_border{
    opacity: 1;
    position: absolute;
    top: -1.701rem;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 1.601rem;
    border: 0;
    background: linear-gradient(180deg,transparent, #242A2F 100%);
    background: -webkit-linear-gradient(-90deg,transparent, #242A2F 100%);
    background: -moz-linear-gradient(-90deg,transparent, #242A2F 100%);
    background: -o-linear-gradient(-90deg,transparent, #242A2F 100%);
}

.banner_descrite>a>.banner_img_text {
    text-align: left;
    padding-top: 35px;
    font-size: 18px;
    color: rgba(255,255,255, .74);
    line-height: 32px;
}
#mobile .banner_descrite>a>.banner_img_text {
    padding: 0;
    font-size: .347rem;
    color: #fff;
    line-height: .48rem;
}

/* 侧边组件-精彩专栏 样式 */

.sideBar_wonderful {
    padding-bottom: 30px;
    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: 23px;
    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;
}

.wonderful_li .containerSpan {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #e6e6e6;
}

.containerSpan img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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;
}
/* 横向新闻条 样式 */

.newsArticle {
    width: 100%;
    height: auto;
}

.newsArticle .newsArticle_ul {
    width: 100%;
    height: auto;
}

.newsArticle_ul .newsArticle_li {
    padding: 12px 10px 12px 5px;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #ededed;
}

.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;
}

.newsArticle_li .newsArticle_right {
    float: right;
    padding-left: 204px;
    width: 100%;
    height: 120px;
}

.newsArticle_rightTop {
    padding-top: 10px;
    height: 84px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.newsArticle_right .newsArticle_rightBottom {
    width: 100%;
    height: 36px;
    font-size: 12px;
}

.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;
}

.newsArticle_rightBottom .newsArticle_time {
    float: right;
    line-height: 36px;
    color: #333;
}