* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

a {
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

body {
    background: #190451 url(../img/bg.jpg) no-repeat right top;
    background-size: cover;
    position: relative;
    font-family: 'Microsoft Yahei', '微软雅黑', 'Arial';
}

.di-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.di-bg img {
    width: 100%;
}

.s-title {
    text-align: center;
    margin-bottom: 2.5vw;
    padding-top: 5vw;
}
#zb .s-title {
    padding-top: 12vw;
}
.s-title h2 {
    display: inline-block;
    background: linear-gradient(to right, #ff3451, #ffb435);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    outline: 0;
}

.s-title h3 {
    color: #fff;
    opacity: 0.3;
}

.sub-nav {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
    display: none;
}

.sub-nav ul li {
    position: relative;
    cursor: pointer;
    width: 100px;
}

.sub-nav ul li .dian {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.sub-nav ul li span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #ff1966;
    white-space: nowrap;
    font-weight: bold;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.sub-nav ul li:not(:first-child) {
    margin-top: 30px;
}

.sub-nav ul li:hover .dian {
    background: #ff1966;
    opacity: 1;
}

.sub-nav ul li:hover span {
    opacity: 1;
}

.banner {
    height: 40vw;
}

.banner .con {
    position: relative;
}

.banner .con .logo {
    position: absolute;
    left: 0;
    top: 2vw;
}

.banner .con .text {
    position: absolute;
    width: 64.8%;
    left: 50%;
    top: 9vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.banner .con .text img {
    width: 100%;
}

.banner .con .text h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 1vw 0 3vw;
}

.banner .con .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 70px;
    border-radius: 35px;
    background-image: linear-gradient(90deg, #ff1966 0%, #ffcb2e 100%), linear-gradient(90deg, #25ccc3 0%, #0046ff 100%);
    margin: 0 auto;
    color: #fff;
    box-shadow: 0 10px 10px 0px rgba(4, 0, 40, 0.2);
}

.banner .con .text a .iconfont {
    font-size: 26px;
    position: relative;
    top: 2px;
}

.banner .con .text a .txt {
    margin-left: 10px;
}

.banner .con .text a:hover {
    background-image: linear-gradient(90deg, #ffcb2e 0%, #ff1966 100%), linear-gradient(90deg, #25ccc3 0%, #0046ff 100%);
}

.time_flx {
    display: flex;
    justify-content: space-between;
}

.CJZ-zhibo .left {
    float: left;
    width: 77%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.CJZ-zhibo .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CJZ-zhibo .right {
    float: right;
    width: 20.8%;
    position: absolute;
    height: 100%;
    background-image: url(../img/a_img_bg.png);
    background-size: cover;
    border-radius: 5px;
    right: 0;
    top: 0;
    overflow: hidden;
}

.CJZ-zhibo .right .top {
    display: flex;
}

.CJZ-zhibo .right .top h2 {
    width: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.CJZ-zhibo .right .top h2:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #ff2f5f 0%, #ffb435 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.CJZ-zhibo .right .top h2.active:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #ff2f5f 0%, #ffb435 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}

.CJZ-zhibo .right .bottom {
    height: calc(100% - 115px);
    position: relative;
    overflow: hidden;
}

.CJZ-zhibo .right .bottom .box {
    height: 100%;
    position: relative;
    display: none;
}

.CJZ-zhibo .right .bottom .box:first-child {
    display: block;
}

.CJZ-zhibo .right .bottom .box ul {
    padding: 0 20px;
    margin-top: 40px;
    height: 100%;
    overflow: auto;
}

.CJZ-zhibo .right .bottom .box ul li {
    padding: 0 20px 26px 20px;
    position: relative;
}

.CJZ-zhibo .right .bottom .box ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.CJZ-zhibo .right .bottom .box ul li h3 {
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(to right, #ff2f5f 0%, #ffb535 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.CJZ-zhibo .right .bottom .box ul li h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.CJZ-zhibo .right .bottom .box ul li:after {
    content: '';
    height: 80%;
    border: 1px dashed #00429f;
    position: absolute;
    top: 20px;
    left: 2px;
}

.CJZ-zhibo {
    height: 624px;
    position: relative;
}

.video-btn {
    display: none;
}

#video {
/*    display: none;*/
}

#player {
    display: none;
}

.CJZ-zhibo .right .bottom .box ul li span {
    color: white;
    opacity: 0.7;
}

.zb_other {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 65px;
    background-image: linear-gradient(90deg, #ff2f5f 0%, #ffb435 100%);
}

.zb_other img {
    margin-right: 15px;
}

.broadcast_nime .mCSB_scrollTools .mCSB_dragger {
    height: 114px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: linear-gradient(#ff2f5f 0%, #ffb435 100%);
}

.ctn1 {
    display: none;
}

.ctn1 .ctn-list {
    background: rgba(3, 81, 250, 0.17);
    border-radius: 10px;
    border: 1px solid #413194;
    color: #e4edff;
    padding: 4vw 3vw;
    font-size: 18px;
}

.ctn1 .ctn-list p {
    line-height: 2;
}

.ctn1 .ctn-list h3 {
    font-weight: bold;
    margin-top: 3vw;
}

.ctn2 .ctn-list {
    overflow: inherit;
}

.ctn3 .ctn-list {
    overflow: inherit;
}

.forum_act {
    position: fixed;
    top: 0px;
    background: rgb(23, 0, 82);
    left: 0px;
    padding: 30px 0px;
}

.forum-list {
    background: url(../img/bg4.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 1px solid #413194;
    overflow: hidden;
}


.forum-ul {
    padding: 0 3.125vw;

}

.zeng_tab {
    display: none;
}

.foruming {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #ff3451, #ffb435);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    outline: 0;
}

.forum-item {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    flex-wrap: wrap;
}

.forum-ul .forum-item:last-child {
    border: none;
}

.items-top.forum-item {
    line-height: 4;
}

.item-2,
.item-3,
.item-4 {
    font-weight: bold;
}

.item-2 span {
    font-weight: normal;
}

.item-1 {
    flex: 0 0 5.62em;
    margin-right: 3.28vw;
    display: flex;
    flex-direction: column;
}

.item-1 span {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    color: #e4edff;
}

.item-2 {
    flex: 0 0 5em;
    margin-right: 3.125vw;
    display: flex;
}

.item-2 span {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
}

.item-3 {
    flex: 1;
}

.item-3 .item-3-inner:last-child {
    border: none;
}

.item-3-inner {
    padding: 40px 4.21875vw 30px 0;
    /*display: flex;*/
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /*flex-wrap: wrap;*/
}

.rw {
    flex: 0 0 390px;
    /*width: 390px;*/
    height: 100px;
    border-radius: 50px;
    /*background: #201e7c;*/
    position: relative;
    display: flex;
    align-items: center;
    /*margin-right: 3.02vw;
    padding-right: 25px;*/
    transition: all 0.4s;
}

.rw:hover .rw-left::after {
    background: url(../img/p_bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.rw-left {
    bottom: 0;
    position: absolute;
    left: 0px;
    width: 140px;
    border-radius: 50px;
    overflow: hidden;
}

.rw-left::after {
    height: 100px;
    content: "";
    display: block;
    background: #201e7c;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 50px;
}

.rw-left img {
    position: relative;
    z-index: 2;
}

.rw-right {
    padding-left: 180px;
    font-weight: normal;
    /*display: flex;*/
    align-items: center;
}

.rw-right .name {
    line-height: 1;
    font-weight: bold;
}

.rw-right .des {
    line-height: 1.5;
    /*margin-top: 9px;*/
    margin-top: 8px;
}

.purpose {
    /*display: flex;*/
    line-height: 1.5;
    display: none;
}

.purpose .zz {
    flex: 0 0 3em;
}

.list-top1 {
    display: flex;
    justify-content: space-between;
    padding: 19px 3.125vw;
    align-items: center;
    transition: all 0.4s;
    position: relative;
    flex-wrap: wrap;
}

.list-top1::after {
    position: absolute;
    bottom: 0;
    left: 3.125vw;
    right: 3.125vw;
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    content: '';
}

.list-top1 .tits {
    line-height: 1;
    transition: all 0.4s;
}

.list-top1 .time {
    height: 0;
    line-height: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.list-top1 a {
    background-color: #27259f;
    border: 1px solid #27259f;
}

.list-top1.active {
    background: url(../img/t1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px 3.125vw;
}

.list-top1.active .tits {
    font-size: 30px;
    margin-bottom: 1vw;
    font-weight: bold;
}

.list-top1.active .time {
    height: 1em;
}

.list-top1.active a {
    background-color: transparent;
    border-color: #fff;
}

.list-bottom {
    padding: 0 3.125vw;
    display: none;
}

.bot-ul {
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.bot-item:last-child {
    border: none;
}

.list-1:last-child .bot-ul {
    border: none;
}

.bot-item {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 20px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.bot-1 {
    flex: 0 0 5.62em;
    margin-right: 4.21875vw;
}

.bot-2 {
    font-weight: bold;
    flex: 0 0 13.1%;
    margin-right: 1%;
}

.bot-3 {
    font-weight: bold;
    flex: 0 0 40%;
    margin-right: 3.0%;
    line-height: normal;
}

.bot-4 {
    flex: 1;
    line-height: normal;
}

.bot-4 .name {
    font-weight: bold;
}


/*end*/
.forum-inner {
    display: none;
}

.forum-inner:first-child {
    display: block;
}

.forum-inner:first-child .forum-ul {
    display: block;
}

.ctn4 .ctn-list {
    background-size: cover;
}

.ctn4 .pic_t {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(3, 81, 250, .15);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #413194;
    box-shadow: 5px 5px 10px rgba(4, 0, 40, .3);
}

.ctn4 * {
    box-sizing: border-box;
}

.ctn4 .pic_t .img {
    width: 50%;
    overflow: hidden;
}

.ctn4 img {
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    transition: all .5s;
}

.ctn4 .img:hover img {
    transform: scale(1.05);
}

.ctn4 .pic_t .txt {
    width: 50%;
    height: 100%;
    padding: 0 7%;

}

.ctn4 .pic_t .txt p a {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    font-weight: bold;
}

.ctn4 .pic_t .txt span {
    color: rgba(255, 255, 255, 0.5);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.7;
    height: 5.1em;
    margin-top: 4%;
}

.ctn4 .pic_t .txt .dm {
    display: inline-block;
    padding: 10px 38px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-top: 10%;
}

.ctn4 .pic_t .txt .dm::after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(to right, #ffcb2e 0%, #ff1966 40%, #ff1966 50%, #ffcb2e 100%);
    transition: all 0.5s;
    z-index: -1;
}

.ctn4 .pic_t .txt .dm:hover::after {
    right: -100%;
}

.ctn4 .pic_t .txt .dm svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: sub;
}
.ctn4 .sw_box{
    position: relative;
    
}
.ctn4 .sw_box .prev {
    width: auto;
    position: absolute;
    left: -50px;
    top: -70px;
    bottom: 0px;
    margin: auto 0;
    cursor: pointer;
}
.ctn4 .sw_box .next {
    width: auto;
    position: absolute;
    right: -50px;
    top: -70px;
    bottom: 0px;
    margin: auto 0;
    cursor: pointer;
}
.ctn4 .swiper-container {
    margin-top: 30px;
    padding-bottom: 70px;
}
.ctn4 .swiper-button-disabled {
    opacity: 0.2;
}
.ctn4 .swiper-container .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 0px 5px rgba(4, 0, 40, .3);
}

.ctn4 .swiper-container .img {
    overflow: hidden;
}

.ctn4 .swiper-container .txt {
    padding: 20px 30px;
    color: #fff;
    background: rgba(3, 81, 250, .15);
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #413194;
    border-left: 1px solid #413194;
    border-right: 1px solid #413194;
}

.ctn4 .swiper-container .txt::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to right, #ff1966 30%, #ffcb2e 100%);
    opacity: 0;
    transition: all .5s;
}

.ctn4 .swiper-container .swiper-slide:hover .mask{
    bottom:0;
}

.ctn4 .swiper-container .txt p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    font-weight: bold;
}
.ctn4 .swiper-container .txt h3{
    display: none;
}

.ctn4 .swiper-container a{
    position: relative;
    overflow: hidden;
    display: block;
}
.ctn4 .swiper-container .mask{
    position: absolute;
    left:0;
    bottom:-100%;
    width: 100%;
    padding: 1vw 1.5vw 1.5vw;
    background: linear-gradient(90deg, #ff1966 0%, #ffcb2e 100%), linear-gradient(#27259f, #27259f);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.ctn4 .swiper-container .mask h2{
    font-weight: bold;
    color: #fff;
}
.ctn4 .swiper-container .mask h3{
    margin-top:20px;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: #eb2b5d;
    font-weight: bold;
}
.ctn4 .swiper-container .swiper-pagination {
    display: none;
    bottom: 0;
}

.ctn4 .swiper-container .swiper-pagination-bullet {
    background: #fff;
    border: 3px solid transparent;
    box-sizing: content-box !important;
    transform: scale(.6);
    transform-origin: 50% 50%;
    margin: 0 14px;
    width: 10px;
    height: 10px;
}

.ctn4 .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 3px solid #fff;
    background: transparent;
    transform: scale(1);
}

@media screen and (max-width: 1280px) {
    .ctn4 .pic_t .txt span {
        margin-top: 2%;
    }

    .ctn4 .pic_t .txt .dm {
        margin-top: 5%;
        padding: 7px 33px;
    }

    .ctn4 .swiper-container .txt {
        padding: 20px 15px;
    }
    .ctn4 .sw_box .prev{
        left: -30px;
    }
    .ctn4 .sw_box .next{
        right: -30px;
    }
}

@media screen and (max-width: 998px) {
    .ctn4 .pic_t {
        flex-wrap: wrap;
    }

    .ctn4 .pic_t .img,
    .ctn4 .pic_t .txt {
        width: 100%;
    }

    .ctn4 .pic_t .txt {
        padding: 20px;
    }

    .ctn4 .pic_t .txt p {
        display: block;
        height: auto;
    }

    .ctn4 .swiper-container .txt h3{
        display: block;
        margin-top:20px;
        width: 100px;
        height: 34px;
        line-height: 34px;
        border-radius: 20px;
        background: #fff;
        text-align: center;
        color: #eb2b5d;
        font-weight: bold;
    }

    .ctn4 .swiper-container .mask{
        display: none!important;
    }

    .ctn4 .pic_t .txt span {
        margin-top: 10px;
        display: block;
        height: auto;
    }

    .ctn4 .pic_t .txt .dm {
        margin-top: 15px;
    }
    .ctn4 .sw_box .prev,.ctn4 .sw_box .next{
        display: none;
    }
    .ctn4 .swiper-container .swiper-pagination{
        display: block;
    }
}

.shiji_img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2.6vw;
}

.shiji_img img {
    width: 100%;
}

.sj_sw {
    position: relative;
}

.lb_img {
    position: relative;
    height: 0;
    padding-bottom: 103%;
    overflow: hidden;
    border-radius: 10px;
}

.lb_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sj_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
}

.sjH {
    width: 66%;
    margin: 0 auto;
    transition: all 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
}

.sj_sw .swiper-slide:hover .sjH {
    max-height: 200px;
}

.sj_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    border-radius: 35px;
    background-image: linear-gradient(90deg, #ff1966 0%, #ffcb2e 100%), linear-gradient(90deg, #25ccc3 0%, #0046ff 100%);
    margin: 2vw auto 0;
    color: #fff;
    box-shadow: 0 10px 10px 0px rgba(4, 0, 40, 0.2);
}

.sj_prev {
    width: 40px;
    height: 40px;
    left: -60px;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sj_point {
    display: none;
    margin-top: 25px;
}

.sj_point span {
    background: white;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    display: block;
}

.sj_point .swiper-pagination-bullet-active {
    background: #0351fa;
}

.sj_prev:before {
    content: '\e601';
    font-family: iconfont;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sj_next {
    width: 40px;
    height: 40px;
    right: -60px;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sj_next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ctn9 .ctn-list {
    padding: 4vw 3vw;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #413194;
    overflow: hidden;
}

.ctn9 .ctn-list .top {
    position: relative;
}

.ctn9 .ctn-list .top .left {
    float: left;
    width: 570px;
}

.ctn9 .ctn-list .top .left p {
    font-size: 18px;
    color: #e4edff;
    line-height: 2;
}

.ctn9 .ctn-list .top .right {
    position: absolute;
    width: calc(100% - 570px);
    height: 100%;
    right: 2vw;
    top: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

.ctn9 .ctn-list .top .right img {
    max-width: 90%;
}

.ctn9 .ctn-list .bottom {
    margin-top: 4vw;
}

.ctn9 .ctn-list .bottom ul {
    display: flex;
    justify-content: space-around;
}

.ctn9 .ctn-list .bottom ul li {
    text-align: center;
}

.ctn9 .ctn-list .bottom ul li h2 {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -4px;
    position: relative;
}

.ctn9 .ctn-list .bottom ul li h2:after {
    content: '+';
    color: #fff;
    line-height: 1;
    position: absolute;
}

.ctn9 .ctn-list .bottom ul li p {
    color: #fff;
}

.ctn9 .ctn-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 70px;
    border-radius: 35px;
    background-image: linear-gradient(90deg, #ff1966 0%, #ffcb2e 100%), linear-gradient(90deg, #25ccc3 0%, #0046ff 100%);
    margin: 3vw auto 0;
    color: #fff;
}

.ctn9 .ctn-list a .iconfont {
    font-size: 34px;
    position: relative;
    top: 1px;
}

.ctn9 .ctn-list a .txt {
    margin-left: 10px;
}

.ctn9 .ctn-list a:hover {
    background-image: linear-gradient(90deg, #ffcb2e 0%, #ff1966 100%), linear-gradient(90deg, #25ccc3 0%, #0046ff 100%);
}

.ctn6 .ctn-list {
    position: relative;
}

.ctn7 {
    overflow: hidden;
}

.ctn7 .ctn-list {
    overflow: inherit;
}

.ctn8 .top {
    padding: 0 3vw;
}

.ctn8 .top .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.ctn8 .top .swiper-wrapper .swiper-slide {
    width: auto;
    cursor: pointer;
}

.ctn8 .top .swiper-wrapper .swiper-slide h2 {
    color: #e4edff;
    padding-bottom: 1vw;
    position: relative;
}

.ctn8 .top .swiper-wrapper .swiper-slide h2:before {
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ctn8 .top .swiper-wrapper .swiper-slide h2 a {
    color: #e4edff;
}

.ctn8 .top .swiper-wrapper .swiper-slide:not(:last-child).active h2 {
    color: #fff;
    font-weight: bold;
}

.ctn8 .top .swiper-wrapper .swiper-slide:not(:last-child).active h2:before {
    width: 100%;
    left: 0;
}

.ctn8 .bottom .swiper-container .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.ctn8 .bottom .swiper-container .swiper-slide img {
    width: 100%;
}

.ctn8 .bottom .swiper-container .swiper-slide .text {
    position: absolute;
    width: 34%;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctn8 .bottom .swiper-container .swiper-slide .text h2 {
    color: #fff;
    font-weight: bold;
}

.ctn8 .bottom .swiper-container .swiper-slide .text p {
    color: #fff;
    line-height: 1.8;
    margin: 1.2vw 0 2.5vw;
}

.ctn8 .bottom .swiper-container .swiper-slide .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border-radius: 35px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ctn8 .bottom .swiper-container .swiper-slide .text a .iconfont {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.ctn8 .bottom .swiper-container .swiper-slide .text a .txt {
    margin-left: 10px;
}

.ctn8 .bottom .swiper-container .swiper-slide .text a:hover {
    background: #fff;
    color: #27259f;
}

.anniversary {
    padding-top: 6vw;
}

.anniversary img {
    width: 100%;
}

.anniversary .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.anniversary a span {
    position: relative;
    z-index: 2;
}

.phone {
    display: none;
}

.anniversary a {
    position: absolute;
    right: 14%;
    bottom: 0;
    margin-bottom: 6.1%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 70px;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    transition: all 0.5s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.anniversary a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #ff3451, #ffb435);
    opacity: 0;
    transition: all 0.5s;
}

.anniversary a:hover {
    color: #1f025c;
}

.anniversary a:hover::after {
    background: white;
}

.anniversary a:hover::after {
    opacity: 1;
}


.ctn10 .ctn-list .box {
    position: relative;
}

.ctn10 .ctn-list .box .top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -18px;
    z-index: 2;
}

.ctn10 .ctn-list .box .top h2 {
    position: absolute;
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 6px;
}

.ctn10 .ctn-list .box .swiper-container {
    background: rgba(3, 81, 250, 0.17);
    border: 1px solid #413194;
    border-radius: 10px;
    padding: 30px 0;
}

.ctn10 .ctn-list .box .swiper-container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.ctn10 .ctn-list .box .swiper-container .swiper-wrapper .swiper-slide {
    width: 16.666%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctn10 .ctn-list .box .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 64%;
    max-height: 64%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ctn10 .ctn-list .box .swiper-container .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn10 .ctn-list .media {
    margin-top: 3vw;
}

.sponsor {
    padding: 0 55px;
}

.sponsor_flx {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.sponsor_flx:last-child {
    border-bottom: none;
}

.sponsor_l {
    width: 156px;
    text-align: center;
    color: white;
}

.sponsor_r {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sponsor_r>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-bottom: 50px;
}

.sponsor_r img {
    max-width: 64%;
    transition: all 0.5s;
}

.sponsor_r>div:hover img {
    transform: scale(1.05);
}










.ctn10 .top {
    padding: 0 17vw;
}

.ctn10 .top .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.ctn10 .top .swiper-wrapper .swiper-slide {
    width: auto;
    cursor: pointer;
}

.ctn10 .top .swiper-wrapper .swiper-slide h2 {
    color: #e4edff;
    padding-bottom: 1vw;
    position: relative;
}

.ctn10 .top .swiper-wrapper .swiper-slide h2:before {
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ctn10 .top .swiper-wrapper .swiper-slide h2 a {
    color: #e4edff;
}

.ctn10 .top .swiper-wrapper .swiper-slide.active h2 {
    color: #fff;
    font-weight: bold;
}

.ctn10 .top .swiper-wrapper .swiper-slide.active h2:before {
    width: 100%;
    left: 0;
}

.ctn10 .bottom .swiper-container {
    border-radius: 10px;
    border: 1px solid #413194;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    height: 1px;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left {
    float: left;
    position: absolute;
    left: 0;
    width: 24.5%;
    height: 100%;
    top: 0;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text {
    position: absolute;
    top: 3vw;
    left: 3vw;
    font-weight: bold;
    color: #fff;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text h2 {
    margin-bottom: 10px;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text h3 {
    line-height: 1.3;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text p {
    line-height: 1.3;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right {
    float: right;
    width: 75.5%;
    padding: 0 4vw 3vw;
    background: url(../img/bg6.png) no-repeat;
    background-size: cover;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .rl {
    float: left;
    width: 54%;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .rr {
    float: right;
    width: 44%;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box {
    margin-top: 3vw;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box h2 {
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1vw;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul {
    margin-top: 1vw;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul li {
    color: #e4edff;
    margin-top: 12px;
    position: relative;
    padding-left: 16px;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 12px;
}

.ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide-active {
    height: auto;
}

.ctn10 .add-text {
    margin-top: 1.5vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ctn10 .add-text p {
    color: #e4edff;
}

.ctn10 .add-text p a {
    color: #e4edff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.ctn10 .add-text p a:hover {
    color: #fff;
}

.footer {
    padding-bottom: 7vw;
    margin-top: 9vw;
    position: relative;
    z-index: 3;
}

.footer .erweima .tu {
    width: 116px;
    height: 116px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.footer .erweima .tu img {
    width: 100%;
}

.footer .erweima p {
    text-align: center;
    color: #e4edff;
    margin-top: 10px;
}

.footer .logo {
    width: 26.2vw;
    margin: 2vw auto;
}

.footer .logo img {
    width: 100%;
}

.footer .text p {
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
}

#videoPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup .video-box {
    width: 66%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#videoPopup .video-box video {
    width: 100%;
}

#videoPopup .video-box .closes {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#videoPopup .video-box .closes span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup .video-box .closes:hover {
    background: rgba(0, 0, 0, 0.5);
}

.phone_time {
    display: none;
}




/* 直播页 */
.broadcast {
    width: 100%;
}

.broadcast_nime .mCSB_inside>.mCSB_container {

    margin-right: 0px;
}

.broadcast_nime .mCSB_scrollTools {

    width: 6px;
    height: auto;
    left: auto;
    top: 3vw;
}

.broadcast .broadcast_nime {
    height: 480px;
    margin-top: 3vw;
    /* padding: 4vw 3vw; */
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #413194;
    overflow: hidden;

}

.broadcast_nime .broadcast_bottom {
    height: 100%;
    padding-bottom: 3vw;
}

.broadcast_nime .cast_nime {
    padding: 2.8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.broadcast_nime .cast_nime li {
    width: 46.6%;
    border-bottom: 1px solid #413194;
    padding-bottom: 2vw;
    padding-top: 2vw;
}

.broadcast_nime .cast_nime li a {
    display: flex;
    justify-content: space-between;
}

.broadcast_nime .cast_nime li a p .txt {
    letter-spacing: 0px;
    color: #a6a5ff;
    font-weight: bold;
    white-space: nowrap;
}

.broadcast_nime .cast_nime li a p .txt1 {
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;

    -webkit-box-orient: vertical;
}

.broadcast_nime .cast_nime li .time {

    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
}



.broadcast_nime .cast_nime li a p .dot {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    opacity: 0.5;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
}

.broadcast_nime .cast_nime li a p {
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.broadcast_nime .cast_nime li:nth-child(1),
.broadcast_nime .cast_nime li:nth-child(2) {
    padding-top: 0vw;
}

::-webkit-scrollbar {
    width: 4px;
    height: 100px;

}


::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#ff2f5f 0%, #ffb435 100%);

}

@media screen and (max-width: 1600px) {
    .w1440 {
        width: 80%;
    }

    .list-top1.active .tits {
        font-size: 28px;
    }

    .CJZ-zhibo {
        height: 555px;
    }

}

@media screen and (max-width: 1440px) {
    .CJZ-zhibo {
        height: 499px;
    }

    .rw {
        flex: 0 0 360px;
        height: 90px;
        border-radius: 45px;
    }

    .broadcast_nime .cast_nime li .time {
        padding-left: 21px;
        width: 100%;
    }

    .broadcast_nime .cast_nime li a {

        flex-wrap: wrap;
    }

    .item-3-inner {
        padding-right: 0;
    }

    .rw-left {
        left: -2px;
        width: 124px;
    }

    .rw-left img {
        width: 100%;
    }

    .rw-right {
        padding-left: 140px;
    }

    .list-top1.active .tits {
        font-size: 24px;
    }

    .banner .con .logo img {
        width: 240px;
    }

    .banner .con .text a {
        width: 220px;
        height: 60px;
    }

    .banner .con .text a .iconfont {
        font-size: 22px;
    }

    .ctn1 .ctn-list {
        font-size: 16px;
    }

    .ctn9 .ctn-list .top .left {
        width: 510px;
    }

    .ctn9 .ctn-list .top .left p {
        font-size: 16px;
    }

    .ctn9 .ctn-list .top .right {
        width: calc(100% - 510px);
    }

    .ctn9 .ctn-list .bottom ul li h2 {
        font-size: 70px;
    }

    .ctn9 .ctn-list a {
        width: 280px;
        height: 60px;
    }

    .ctn9 .ctn-list a .iconfont {
        font-size: 28px;
    }

    .ctn9 .ctn-list .box .top h2 {
        top: 8px;
    }

    .ctn10 .add-text p {
        font-size: 14px;
    }

    /* .broadcast_nime .cast_nime li a p {

        white-space: nowrap;
    } */
}

@media screen and (max-width: 1366px) {
    .CJZ-zhibo {
        height: 475px;
    }
}

@media screen and (max-width: 1280px) {
    .CJZ-zhibo {
        height: 445px;
    }
}

@media screen and (max-width: 1200px) {
    .broadcast_nime .cast_nime li a p {
        line-height: 2;
    }

    .broadcast_nime .cast_nime li {

        width: 100%;
    }

    .broadcast_nime .cast_nime li:nth-child(2) {

        padding-top: 2vw;
    }

    .list-top1.active .tits {
        font-size: 22px;
    }

    .w1440 {
        width: 90%;
    }

    .rw {
        flex: 0 0 300px;
        height: 80px;
        border-radius: 40px;
    }

    .rw-left {
        left: -2px;

    }

    .rw-left img {
        width: 100%;
    }
    .ctn4 .swiper-container .mask h3{
        width: 120px;
        height: 36px;
        line-height: 36px;
    }
    .ctn9 .ctn-list .bottom ul li h2 {
        font-size: 50px;
    }

    .ctn9 .ctn-list a .iconfont {
        font-size: 26px;
        top: 0;
    }


    .ctn8 .bottom .swiper-container .swiper-slide .text a {
        width: 160px;
        height: 46px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text a .iconfont {
        font-size: 18px;
        top: 1px;
    }

    .sj_prev {
        left: -50px;
    }

    .sj_next {
        right: -50px;
    }

    .sponsor_r {
        width: calc(100% - 180px);
    }

    .sponsor_flx {
        padding: 20px 0 0;
    }

    .sponsor_r>div {
        margin-bottom: 20px;
    }



    .broadcast_nime .cast_nime li .time {
        padding-left: 21px;
        width: 100%;
    }

    .broadcast_nime .cast_nime li a {
        flex-wrap: wrap;

    }
}

@media screen and (max-width: 1024px) {
    .list-top1.active .tits {
        font-size: 20px;
    }

    .rw {
        flex: 0 0 240px;
        height: 90px;
        border-radius: 45px;
        overflow: hidden;
    }

    .rw-left {
        left: 0px;
        width: 70px;
        bottom: 0px;
    }

    .rw-left img {
        width: 100%;
    }

    .rw-right {
        padding-left: 70px;
    }

    .sub-nav {
        display: none !important;
    }


    .ctn10 .add-text p {
        font-size: 12px;
    }

    #videoPopup .video-box {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .zb {
        margin-top: 80px;
    }    
    #video {
        width:100%;
        height:100%;
    }
    .ctn4 .swiper-container .swiper-pagination-bullet {
        margin:0 5px;
    }
    .CJZ-zhibo {
        height: auto;
    }

    .CJZ-zhibo .right {
        width: 100%;
        height: 280px;
        position: relative;
        margin-top: 20px;
    }

    .CJZ-zhibo .left {
        width: 100%;
    }

    .item-3-inner {
        flex-wrap: wrap;
    }

    .list-top1>div {
        flex: 0 0 100%;
    }

    .list-top1.active .tits {
        font-size: 18px;
    }

    .bot-item>div {
        flex: 0 0 100%;
    }

    .bot-3 {
        margin: 5px 0;
    }

    .items-top.forum-item {
        line-height: 1.5;
        padding: 10px 0;
    }

    .rw {
        width: 100%;
        flex: 0 0 100%;
        background: transparent;
        height: auto;
        border-radius: 0%;
        flex-wrap: wrap;
        padding-left: 120px;
    }

    .purpose {
        flex: 0 0 100%;
        margin-top: 5px;
    }

    .rw-right {
        padding-left: 0;
        display: block;
        align-items: center;
    }

    .rw-right .des {
        margin-top: 5px;
        margin-left: 0px;
        flex: 1;
    }

    .rw:hover {
        background: none;
    }

    .list-right {
        margin-top: 10px;
    }

    .item-3-inner {
        padding: 10px 0;
    }

    .forum-item {
        padding: 10px 0;
    }

    .rw-left {
        display: none;
    }

    .forum-item>div {
        flex: 0 0 100%;
    }

    body {
        background: #190451 url(../img/bg_phone.jpg) no-repeat right top;
        background-size: cover;
    }

    .s-title {
        margin-bottom: 20px;
        padding-top: 50px;
    }
    #zb .s-title {
        padding-top: 0vw;
    }
    .s-title h2 {
        font-size: 24px;
    }

    .s-title h3 {
        font-size: 12px;
    }

    .banner {
        height: 240px;
    }

    .banner .con .logo {
        top: 20px;
    }

    .banner .con .logo img {
        width: 120px;
    }

    .banner .con .text {
        top: 80px;
        width: 70%;
    }

    .banner .con .text h2 {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .banner .con .text a {
        width: 140px;
        height: 44px;
        font-size: 14px;
    }

    .banner .con .text a .iconfont {
        font-size: 16px;
        top: 0;
    }

    .banner .con .text a .txt {
        margin-left: 4px;
    }

    .ctn1 {
        margin-top: 60px;
    }

    .ctn1 .ctn-list {
        padding: 20px;
        font-size: 14px;
    }

    .ctn1 .ctn-list p {
        line-height: 1.8;
    }

    .ctn1 .ctn-list h3 {
        margin-top: 20px;
    }

    .ctn2 .ctn-list {
        overflow: hidden;
    }

    .ctn9 .ctn-list {
        padding: 30px 20px;
    }

    .ctn9 .ctn-list .top .right {
        position: relative;
        width: 60%;
        right: 0;
        margin-left: 20%;
    }

    .ctn9 .ctn-list .top .right img {
        max-width: 100%;
        width: 100%;
    }

    .ctn9 .ctn-list .top .left {
        width: 100%;
        margin-top: 20px;
    }

    .ctn9 .ctn-list .top .left p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ctn9 .ctn-list .bottom {
        margin-top: 30px;
    }

    .ctn9 .ctn-list .bottom ul li h2 {
        font-size: 26px;
        letter-spacing: 0;
    }

    .ctn9 .ctn-list .bottom ul li:nth-child(2) p {
        width: 60px;
        margin: 0 auto;
    }

    .ctn9 .ctn-list .bottom ul li:nth-child(3) p {
        width: 84px;
        margin: 0 auto;
    }

    .ctn9 .ctn-list a {
        width: 180px;
        height: 44px;
        font-size: 14px;
        margin: 30px auto 0;
    }

    .ctn9 .ctn-list a .iconfont {
        font-size: 20px;
        top: 0;
    }

    .ctn9 .ctn-list a .txt {
        margin-left: 4px;
    }

    .ctn8 .top {
        padding: 0;
    }

    .ctn8 .top .swiper-wrapper .swiper-slide h2 {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .ctn8 .top .swiper-wrapper .swiper-slide h2:before {
        height: 2px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide {
        height: 300px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text {
        width: 56%;
        left: 20px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text p {
        line-height: 1.6;
        margin: 10px 0 20px;
        text-align: justify;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text a {
        width: 140px;
        height: 42px;
        font-size: 14px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text a .iconfont {
        font-size: 16px;
        top: 0;
    }

    .ctn8 .bottom .swiper-container .swiper-slide .text a .txt {
        margin-left: 4px;
    }

    .ctn8 .bottom .swiper-container .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .ctn9 .ctn-list .box .swiper-container {
        padding: 30px 0 10px;
    }

    .ctn9 .ctn-list .box .swiper-container .swiper-wrapper .swiper-slide {
        height: 40px;
        width: 25%;
    }

    .ctn9 .ctn-list .box .top {
        width: 120px;
        top: -12px;
    }

    .ctn9 .ctn-list .box .top img {
        width: 100%;
    }

    .ctn9 .ctn-list .box .top h2 {
        top: 4px;
        font-size: 14px;
    }

    .ctn9 .ctn-list .media {
        margin-top: 30px;
    }

    .ctn10 .top {
        padding: 0;
    }

    .ctn10 .top .swiper-wrapper .swiper-slide h2 {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .ctn10 .top .swiper-wrapper .swiper-slide h2:before {
        height: 2px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text {
        top: 20px;
        left: 20px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text h2 {
        font-size: 16px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text h3 {
        font-size: 14px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .left .text p {
        font-size: 14px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right {
        width: 100%;
        padding: 0 20px 20px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box {
        margin-top: 20px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box h2 {
        padding-bottom: 10px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul li {
        margin-top: 6px;
        padding-left: 12px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul li:before {
        top: 8px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .box ul li span {
        font-size: 12px;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .rl {
        width: 100%;
    }

    .ctn10 .bottom .swiper-container .swiper-wrapper .swiper-slide .right .rr {
        width: 100%;
    }

    .ctn10 .add-text {
        margin-top: 10px;
    }

    .ctn10 .add-text p {
        line-height: 2;
    }

    .footer {
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .footer .logo {
        width: 70%;
        margin: 20px auto;
    }

    .footer .text {
        padding: 0 5%;
    }

    .footer .text p {
        font-size: 12px;
    }

    .sj_prev {
        display: none;
    }

    .sj_next {
        display: none;
    }

    .sj_point {
        display: flex;
        justify-content: center;
    }

    .anniversary a {
        width: 140px;
        height: 42px;
        font-size: 14px;
        right: 8%;
    }

    .phone {
        display: block;
    }

    .pc {
        display: none;
    }

    .lb_img {
        padding-bottom: 56%;
    }

    .left {
        width: 100%;
    }

    .CJZ-zhibo .right {
        display: none;
    }

    .bot-2 {
        margin-bottom: 5px;
    }

    .phone_time {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .item-1 {
        display: none;
    }

    .ctn9 .ctn-list .bottom ul li p {
        font-size: 10px;
    }

    .sponsor_flx {
        display: block;
    }

    .sponsor_l {
        width: 100%;
        margin-bottom: 20px;
    }

    .sponsor_r {
        width: 100%;
    }

    .sponsor_r>div {
        width: 25%;
    }

    .sponsor {
        padding: 0 20px;
    }

    .zb>div {
        width: 100%;
    }

    .broadcast_nime .cast_nime li {

        width: 100%;
    }

    .broadcast_nime .cast_nime li .time {
        padding-left: 7px;
        width: 100%;
    }

    .broadcast_nime .cast_nime li a {
        flex-wrap: wrap;

    }

    .broadcast_nime .cast_nime li a p .dot {
        margin-right: 5px;
        width: 5px;
        height: 5px;
    }

    .ctn4 .swiper-container .swiper-pagination {
        margin-top: 20px;
    }

    .ctn4 .swiper-pagination {
        position: unset;
    }
}


/*# sourceMappingURL=index.css.map */