.swiper {
    width: 100%;
    /*height: 600px;*/
}
.swiper-img{
    width: 100%;
}
.my-bullet{
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 0 5px;
    background-color: #1A1A1A;
    opacity: 0.18;
}
.my-bullet-active{
    background-color: #FFFFFF;
    opacity: 1;
}
.news{
    width: 416px;
}
.news .recommend{
    margin-top: 23px;
    background-color: #fff;
}
.news .recommend>img{
    width: 100%;
}
.news .recommend>.title{
    padding: 20px;
    text-align: justify;
    font-weight: 500;
    font-size: 24px;
    color: #070707;
}
.news>.news-list{
    margin-top: 33px;
}
.news>.news-list .title{
    font-size: 20px;
    color: #070707;
}
.news>.news-list hr{
    margin: 20px 0;
}
.dian{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.policy{
    width: 416px;
    margin-left: 24px;
}
.policy .recommend{
    margin-top: 23px;
    background-color: #fff;
}
.policy .recommend>img{
    width: 100%;
}
.policy .recommend>.title{
    padding: 20px;
    text-align: justify;
    font-weight: 500;
    font-size: 24px;
    color: #070707;
}
.policy>.policy-list{
    margin-top: 33px;
}
.policy>.policy-list .title{
    font-size: 20px;
    color: #070707;
}
.policy>.policy-list hr{
    margin: 20px 0;
}


.type-title{
    font-weight: 600;
    font-size: 36px;
    color: #070707;
}


.register-btn-group{
    width: 312px;
    margin-left: 24px;
    margin-top: 79px;
}
.register-btn{
    /*width: 313px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    text-align: center;
    margin-bottom: 20px;
    background: #8CBC44;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;

}


/*赛事*/
.game{
    padding: 40px;
    background-color: #fff;
}
.game .layui-tab-title > li{
    background: #E6E6E6;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    border: none;
    margin: 0;
    border-radius: 0;
}
.game .layui-tab-title > li.layui-this{
    background: #8CBC44;
    color: #FFFFFF;
    border: none;
}

.tab-content{
    margin-top: 10px;
    position: relative;
}
.game-swiper{
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb;
}
.game-swiper-content{
    overflow: hidden;
}
.game-swiper-1-button-prev,.game-swiper-2-button-prev,.game-swiper-3-button-prev,.game-swiper-4-button-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -23px;
}
.game-swiper-1-button-next,.game-swiper-2-button-next,.game-swiper-3-button-next,.game-swiper-4-button-next{
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -23px;
}
.game-swiper .swiper-slide{
    background-color: #fff;
}
.game-swiper .title{
    padding: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #070707;
}

/*名人堂*/
.fame{
    width: 580px;
}
.fame>.recommend{
    margin-top: 15px;
}
.fame>.recommend img{
    width: 227px;
}
.fame>.recommend>.text{
    margin-left: 28px;
}
.fame>.recommend>.text>.title>a{
    font-weight: 500;
    font-size: 24px;
    color: #070707;
}
.fame>.recommend>.text>.desc{
    margin-top: 10px;
}
.fame>.recommend>.text>.desc>a{
    font-weight: 500;
    font-size: 20px;
    color: #ABA6A6;
}
.fame>.fame-list{
    margin-top: 33px;
}
.fame>.fame-list .title{
    font-size: 20px;
    color: #070707;
}
.fame>.fame-list hr{
    margin: 20px 0;
}

/*希望之星*/
.hope{
    width: 580px;
    margin-left: 40px;
}
.hope>.recommend{
    margin-top: 15px;
}
.hope>.recommend img{
    width: 227px;
}
.hope>.recommend>.text{
    margin-left: 28px;
}
.hope>.recommend>.text>.title>a{
    font-weight: 500;
    font-size: 24px;
    color: #070707;
}
.hope>.recommend>.text>.desc{
    margin-top: 10px;
}
.hope>.recommend>.text>.desc>a{
    font-weight: 500;
    font-size: 20px;
    color: #ABA6A6;
}
.hope>.hope-list{
    margin-top: 33px;
}
.hope>.hope-list .title{
    font-size: 20px;
    color: #070707;
}
.hope>.hope-list hr{
    margin: 20px 0;
}



/*俱乐部*/
.club{
    width: 857px;
}
.club-swiper{
    overflow: hidden;
}
.club-swiper .title{
    padding: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #070707;
}
.club-swiper-pagination{
    text-align: center;
    margin-top: 5px;
}
.club-swiper-bullet{
    display: inline-block;
    width: 34px;
    height: 4px;
    margin: 0 5px;
    background-color: #1A1A1A;
    opacity: 0.18;
}
.club-swiper-bullet-active{
    background-color: #8BBC43;
    opacity: 1;
}
.club-btn-group{
    width: 312px;
    margin-left: 24px;
}
.club-btn-group .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 106px;
    text-align: center;
    margin-bottom: 20px;
    background: #8CBC44;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;

}

/*视频*/
.video-content{
    margin-top: 28px;
}
.video-list{
    width: 286px;
    margin-right: 20px;
}
.video-list>.video{
    position: relative;
    width: 286px;
    height: 170px;
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-list>.text{
    padding: 10px;
}
.video-list>.text>.title{
    font-weight: 500;
    font-size: 20px;
    color: #070707;

}
.video-list>.text>.time{
    text-align: right;
    font-size: 18px;
    color: #CDCBCB;
}


/*相关链接*/
.link>.link-title{
    width: 100px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
}
.link-content{
    width: 1040px;
    margin-left: 60px;
}
.link-list{
    width: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.link-list>.title{
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.link-list>img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}