.header_bg {
    height: 100px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header_bg .nav {
    width: 65%;
    font-size: 16px;
    align-items: center;
    font-weight: 400;
}

.header_bg .nav a {
    color: #fff;
}

.header_bg .nav .active a {
    font-weight: bold;
}

.header_bg .nav .list_bg {
    width: 118px;
    line-height: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #DD74F2 -14.41%, #D136C1 41.37%, #3A41C9 100%);
    text-align: center;
    align-items: center;
    margin: 0 15px;
}

.header_bg .nav .list_bg a {
    display: block;
}

.index_banner {
    position: relative;
    /* background: url(../image/video_1.mp4) no-repeat center center; */
    height: 100vh;
    background-size: cover;
}

.index_banner .bg_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 10%;
}

.index_banner .bg_cont .bg_img {
    text-align: center;
}

.index_banner .bg_cont .message {
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.index_banner .bg_cont .message .text {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    margin: 0 23px;
}

.index_banner .bg_cont .bg_but {
    margin-top: 20px;
    justify-content: center;
}

.index_banner .bg_cont .bg_but .but {
    flex-wrap: wrap;
    width: 288px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 5px;
    background: #FFF;
    margin: 0 23px;
    font-size: 22px;
    position: relative;
}

.index_banner .bg_cont .bg_but .but a {
    color: #7344CB;
    display: block;
}

.index_banner .bg_cont .bg_but .but .dian {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: none;
}

.index_banner .bg_cont .bg_but .but:hover .dian {
    display: block;
}

.index_banner video {
    object-fit: cover;
}

.index_cont .section_1 {
    padding: 82px 0 67px;
}

.index_cont .section_1 .intro .left {
    width: 26%;
    margin-left: 2%;
}

.index_cont .section_1 .intro .right {
    width: 65%;
}

.index_cont .section_1 .intro .right .text {
    margin-bottom: 14px;
    color: #000;
    font-size: 16px;
    line-height: 189.5%;
    /* 30.32px */
    text-align: justify;
}

.index_cont .section_1 .plan {
    margin-top: 40px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.index_cont .section_1 .plan img {
    margin-left: 5px;
}

.index_cont .section_1 .st1list {
    margin-top: 22px;
}

.index_cont .section_1 .st1list .st1num {
    position: relative;
}

.index_cont .section_1 .st1list .st1num .add {
    color: #A82CEF;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: -20px;
}

.index_cont .section_1 .st1list .st1num .count-title {
    font-size: 87px;
    font-weight: 700;
    background: linear-gradient(92deg, #D962E3 -3.05%, #623FC7 98.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_cont .section_1 .st1list .text {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.index_cont .section_2_bg {
    background: url("../image/banner_21.jpg") no-repeat center center;
    background-size: cover;
    padding: 46px 0 60px;
}

.index_cont .section_2 .title {
    color: #7344CB;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.index_cont .section_2 .s2_list {
    margin-top: 45px;
}

.index_cont .section_2 .s2_list .icon {
    text-align: center;
    height: 70px;
}

.index_cont .section_2 .s2_list .text {
    color: #000;
    text-align: center;
    font-size: 20px;
}

.index_cont .section_3_bg {
    background: url("../image/banner_22.png") no-repeat center center;
    background-size: contain;
    padding: 86px 0 81px;
}

.index_cont .section_3 .count_down .public {
    width: 82px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    flex-shrink: 0;
    color: #7244CB;
    font-family: Source Han Sans SC;
    font-size: 38px;
    font-weight: 700;
    border: 0.388px solid #3123D3;
    background: rgba(255, 255, 255, 0.42);
    display: block;
    margin: -15px 5px 0 15px;
}

.index_cont .section_3 .count_down .title {
    color: #7244CB;
    font-size: 31px;
    font-weight: 700;
    margin-top: 25px
}

.index_cont .section_3 .count_down .title img {
    margin-right: 11px;
    vertical-align: middle;
    margin-top: -3px;
}

.index_cont .section_3 .count_down .but {
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(169deg, #EF85DB -14.29%, #EB89E2 6.18%, #F3658D 38.83%, #AA4BBA 106.27%);
    width: 222px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

.index_cont .section_3 .count_down .but img {
    margin-left: 11px;
}

.index_cont .section_3 .s3_cont {
    border-radius: 23px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px 0px 12px 0px rgba(97, 6, 212, 0.19);
    padding: 52px 0 56px;
    margin-top: 57px;
}

.index_cont .section_3 .mySwiper1fa {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.index_cont .section_3 .mySwiper1fa .swiper-slide {
    background: url("../image/banner_5.png") no-repeat center center;
    background-size: cover;
    padding: 26px 0px 77px;
}

.index_cont .section_3 .mySwiper1fa .swiper-slide .img {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 48px;
}

.index_cont .section_3 .mySwiper1fa .swiper-slide .name {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(197, 72, 143, 0.73);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.index_cont .section_3 .mySwiper1fa .swiper-slide .price {
    margin-bottom: 8px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(197, 72, 143, 0.73);
    font-size: 33px;
    font-weight: 700;
}

.index_cont .section_3 .mySwiper1fa .swiper-slide .time {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(197, 72, 143, 0.73);
    font-size: 15px;
    font-weight: 700;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-prev2 {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    position: absolute;
    top: 40%;
    left: -65px;
    cursor: pointer;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-next2 {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    position: absolute;
    top: 40%;
    right: -65px;
    cursor: pointer;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-prev2:after {
    display: none;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-next2:after {
    display: none;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-prev2 {
    background: url(../image/icon_16.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
    transition: 0.25;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-prev2:hover {
    background: url(../image/icon_18.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
    transition: 0.25;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-next2 {
    background: url(../image/icon_17.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
    transition: 0.25;
}

.index_cont .section_3 .mySwiper1fa .swiper-button-next2:hover {
    background: url(../image/icon_19.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
    transition: 0.25;
}

.index_cont .section_3 .s3_cont .more {
    height: 66px;
    line-height: 66px;
    width: 222px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #D95EE0 0%, #4E40C8 100%);
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    margin-top: 38px;
    font-weight: 700;
}

.index_cont .section_3 .s3_cont .more a {
    display: block;
    color: #FFF;
}

.index_cont .section_3 .s3_cont .more img {
    margin-left: 11px;
}

.index_cont .section_3 .hint {
    border-radius: 23px;
    background: #FCF3FF;
    padding: 27px;
    margin-top: 28px;
}

.index_cont .section_3 .hint .warn {
    color: #7244CB;
    font-size: 18px;
    font-weight: 500;
    line-height: 208.5%;
    /* 36.643px */
}

.index_cont .section_3 .hint .warn img {
    margin-right: 5px;
}

.index_cont .section_3 .hint .text {
    color: #000;
    font-size: 15px;
    line-height: 208.5%;
}

.index_cont .section_3 .hint .text img {
    margin-right: 5px;
}

.index_cont .section_3 .hint .text2 {
    margin-left: 14px;
}

.index_cont .section_3 .hint .pupil {
    color: #7244CB;
    font-size: 16px;
    font-weight: 500;
    line-height: 208.5%;
    /* 36.643px */
}

.index_cont .section_3 .hint .pupil img {
    margin-right: 5px;
}

.index_cont .section_4_bg {
    background: url("../image/banner_23.png") no-repeat center center;
    background-size: cover;
    padding: 71px 0 61px;
}

.index_cont .section_4 .title {
    color: #7244CB;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
}

.index_cont .section_4 .state {
    color: #7B7B7B;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.index_cont .section_4 .s4_list {
    width: 1214px;
    margin: 0 auto;
    margin-top: 34px;
    flex-wrap: wrap;
}

.index_cont .section_4 .s4_list .list {
    width: 22%;
    margin-bottom: 31px;
    transition: 0.25s;
}

.index_cont .section_4 .s4_list .list img {
    margin-bottom: 16px;
    transition: 0.25s;
    border: 7px solid transparent;
    border-radius: 19px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.index_cont .section_4 .s4_list .list:hover img {
    transition: 0.25s;
    border: 7px solid transparent;
    border-radius: 19px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #4741C9, #D95FE1);
}

.index_cont .section_4 .s4_list .list .name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 208.5%;
    margin-left: 7px;
    /* 41.7px */
}

.index_cont .section_4 .s4_list .list .text {
    color: #000;
    font-size: 16px;
    margin-left: 7px;
}

.index_cont .section_4 .s4_list .list .text span {
    display: block;
}

.index_cont .section_4 .more {
    height: 66px;
    line-height: 66px;
    width: 222px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #D95EE0 0%, #4E40C8 100%);
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    margin-top: 38px;
    font-weight: 700;
}

.index_cont .section_4 .more a {
    display: block;
    color: #FFF;
}

.index_cont .section_4 .more img {
    margin-left: 11px;
}

.index_cont .section_5 {
    padding: 83px 0 111px;
}

.index_cont .section_5 .title {
    color: #7244CB;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.index_cont .section_5 .s5_cont {
    margin-top: 50px;
}

.index_cont .section_5 .s5_cont .left {
    width: 48.5%;
}

.index_cont .section_5 .s5_cont .right {
    flex-wrap: wrap;
    width: 50%;
}

.index_cont .section_5 .s5_cont .right .list {
    width: 48.5%;
    margin-bottom: 15px;
}

.index_cont .section_5 .s5_cont .right .list2 {
    margin-bottom: 0;
}

.index_cont .section_5 .more {
    height: 66px;
    line-height: 66px;
    width: 222px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(180deg, #D95EE0 0%, #4E40C8 100%);
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    margin-top: 50px;
    font-weight: 700;
}

.index_cont .section_5 .more a {
    display: block;
    color: #FFF;
}

.index_cont .section_5 .more img {
    margin-left: 11px;
}

.index_cont .section_6_bg {
    padding: 83px 0 76px;
    background: url("../image/banner_25.png") no-repeat center center;
    background-size: cover;
}

.index_cont .section_6 .title {
    color: #7244CB;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.index_cont .section_6 .s6_cont {
    margin-top: 37px;
}

.index_cont .section_6 .s6_cont .list {
    width: 45%;
}

.index_cont .section_6 .s6_cont .list .text {
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    line-height: 189.5%;
    /* 30.32px */
}

.footer_bg {
    background: #2E0048;
}

.footer_bg .fot_logo {
    padding: 55px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.footer_bg .fot_msg {
    justify-content: center;
    padding: 26px 0 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.footer_bg .fot_msg .list {
    margin: 0 42px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.footer_bg .records {
    padding: 17px 0;
}

.footer_bg .records .left .icon .icon_list {
    margin-right: 16px;
}

.footer_bg .records .left .email {
    margin-left: 85px;
    color: #FFF;
    font-size: 16px;
}

.footer_bg .records .right .list {
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 40px;
}

.footer_bg .records .right .list a {
    display: block;
    color: #FFFFFF;
}

.public_banner {
    height: 53vh;
}

.public_banner .gb_cont {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.public_banner .gb_cont .title {
    font-family: Source Han Sans SC;
    font-size: 64px;
    font-weight: 900;
    line-height: 145%;
    /* 92.8px */
    background: linear-gradient(90deg, #F2A0FF 6.19%, rgba(255, 217, 248, 0.76) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.public_banner .gb_cont .but {
    width: 240px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    margin: 0 auto;
    flex-shrink: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(91deg, #751CE6 4.67%, #D65EE0 99.18%);
}

.public_banner .gb_cont .but a {
    color: #fff;
    display: block;
}

.guest_banner {
    background: url("../image/banner_26.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.guest_cont {
    background: url("../image/banner_59.jpg") no-repeat center center;
    background-size: cover;
    padding: 26px 0 146px;
}

.guest_cont .title {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 208.5%;
    /* 66.72px */
}

.guest_cont .subhead {
    color: #000;
    font-family: PingFang SC;
    font-size: 18px;
    line-height: 208.5%;
    /* 37.53px */
    text-align: center;
}

.guest_cont .subhead img {
    margin: 0 7px;
}

.guest_cont .time {
    position: relative;
    margin-top: 77px;
}

.guest_cont .time .wire {
    border-top: 1px solid #7B7B7B;
    z-index: 99;
}

.guest_cont .time .time_list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
}

.guest_cont .time .time_list .list {
    width: 240px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FAFAFA;
    box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
    font-size: 24px;
    font-weight: 500;
    color: #751CE6;
    cursor: pointer;
}

.guest_cont .time .time_list .list.active {
    border-radius: 50px;
    background: linear-gradient(92deg, #751CE6 5.45%, #D35CE1 99.01%);
    box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
    color: #fff;
}

.guest_cont .tab_cont {
    width: 1250px;
    margin: 0 auto;
    margin-top: 77px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.guest_cont .tab_cont .list {
    width: 22%;
    transition: 0.25s;
    margin: 0 1.5%;
    margin-bottom: 31px;
}

.guest_cont .tab_cont .list img {
    margin-bottom: 16px;
    transition: 0.25s;
    border: 7px solid transparent;
    border-radius: 19px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
}

.guest_cont .tab_cont .list:hover img {
    transition: 0.25s;
    border: 7px solid transparent;
    border-radius: 19px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #4741C9, #D95FE1);
}

.guest_cont .tab_cont .list .name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 208.5%;
    /* 41.7px */
    margin-left: 7px;
}

.guest_cont .tab_cont .list .text {
    color: #000;
    font-size: 16px;
    line-height: 138%;
    /* 22.08px */
    margin-left: 7px;
}

.guest_cont .tab_cont .list .text span {
    display: block;
}

.agenda_banner {
    background: url("../image/banner_60.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.agenda_cont {
    padding: 80px 0 153px;
}

.agenda_cont .title {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 208.5%;
    /* 41.7px */
}

.agenda_cont .img {
    max-width: 764px;
    text-align: center;
    margin: 0 auto;
    margin-top: 76px;
}

.side_banner {
    background: url("../image/banner_62.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.side_cont .section_1_bg {
    background: url("../image/banner_64.png") no-repeat center center;
    background-size: cover;
    padding: 26px 0;
}

.side_cont .section_1 .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 18px;
    line-height: 187.5%;
    /* 37.5px */
}

.side_cont .section_1 .but {
    margin: 0 auto;
    margin-top: 44px;
    width: 240px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(91deg, #751CE6 4.67%, #D65EE0 99.18%);
    color: #FFF;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 700;
}

.side_cont .section_1 .but a {
    display: block;
    color: #fff;
}

.side_cont .section_2_bg {
    background: #FBF9FF;
    padding: 74px 0 89px;
    display: none;
}

.side_cont .section_2 .title {
    color: #6C0CA3;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 700;
    line-height: 208.5%;
    /* 66.72px */
    text-transform: capitalize;
}

.side_cont .section_2 .title img {
    margin-left: 15px;
}

.side_cont .section_2 .list_cont {
    margin-top: 20px;
    flex-wrap: wrap;
}

.side_cont .section_2 .list_cont .list {
    width: 31%;
    margin-bottom: 28px;
}

.side_cont .section_2 .list_cont .list .name {
    color: #090909;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: 700;
    line-height: 134%;
    /* 26.8px */
    text-transform: capitalize;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.side_cont .section_2 .list_cont .list .time {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 134%;
    /* 18.76px */
    text-transform: capitalize;
    margin-top: 8px;
}

.side_cont .section_2 .list_cont .list .time img {
    margin-right: 8px;
}

.side_cont .section_2 .list_cont .list .map {
    margin-top: 6px;
}

.pager {
    margin-top: 86px;
}

.pager .pagination {
    justify-content: center;
}

.pager .pagination li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 4.565px;
    background: #FFF;
    color: #626262;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 700;
    margin: 0 8px;
    border: 1px solid #F2F0F6;
    cursor: pointer;
}

.pager .pagination li.active {
    color: #fff;
    border-radius: 4.565px;
    background: linear-gradient(135deg, #751CE6 0%, #D05AE2 100%);
}

.join_banner {
    background: url("../image/banner_65.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.join_cont {
    padding: 111px 0;
}

.join_cont .tab {
    justify-content: center;
}

.join_cont .tab .list {
    margin: 0 26px;
    width: 240px;
    height: 76px;
    flex-shrink: 0;
    line-height: 76px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(91deg, #751CE6 4.67%, #D65EE0 99.18%);
    color: #FFF;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 700;
}

.join_cont .tab .list a {
    color: #fff;
    display: block;
}

.join_cont .section_1 {
    margin-top: 52px;
}

.join_cont .section_1 .title {
    color: #6C0CA3;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 700;
    line-height: 208.5%;
    /* 66.72px */
    text-transform: capitalize;
}

.join_cont .section_1 .title img {
    margin-left: 10px;
}

.join_cont .section_1 .list_cont {
    margin-top: 29px;
}

.join_cont .section_1 .list_cont .list {
    width: 25%;
    position: relative;
    transition: 1s;
}

.join_cont .section_1 .list_cont .list.active {
    flex: 1 0 30.451823rem;
    transition: 1s;
}


/* .join_cont .section_1 .list_cont .list:hover {
    flex: 1 0 30.451823rem;
    transition: 1s;
} */

.join_cont .section_1 .list_cont .list .conts {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: linear-gradient(1deg, rgba(69, 0, 157, 0.66) 1.93%, rgba(69, 0, 157, 0.00) 99.38%, rgba(69, 0, 157, 0.00) 99.38%);
    height: 100%;
    padding-top: 180px;
}

.join_cont .section_1 .list_cont .list.active .conts {
    position: absolute;
    left: 26%;
    top: 80%;
    transform: translate(0%, 0%);
    height: auto;
    padding: 0;
    background: none;
}

.join_cont .section_1 .list_cont .list .img {
    height: 442px;
}

.join_cont .section_1 .list_cont .list .img img {
    object-fit: cover;
}

.join_cont .section_1 .list_cont .list .conts .icon {
    height: 50px;
}

.join_cont .section_1 .list_cont .list.active .conts .icon {
    display: none;
}

.join_cont .section_1 .list_cont .list .conts .text {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: 500;
}

.head_wap .language {
    height: 50px;
    line-height: 48px;
    padding: 0 25px;
    color: #000;
    width: 100%;
    font-size: 16px;
    display: block;
}

@media only screen and (max-width:1300px) {
    .index_banner .bg_cont .bg_img {
        width: 1000px;
        margin: 0 auto;
    }
    .index_banner .bg_cont .bg_img img {
        width: 100%;
        height: 100%;
    }
    .index_cont .section_3 .mySwiper1fa {
        position: relative;
        width: 720px;
        margin: 0 auto;
    }
    .index_cont .section_4 .s4_list {
        width: 1014px;
        margin: 0 auto;
        margin-top: 34px;
        flex-wrap: wrap;
    }
    .guest_cont .time .time_list .list {
        width: 210px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FAFAFA;
        box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
        font-size: 24px;
        font-weight: 500;
        color: #751CE6;
        cursor: pointer;
    }
    .guest_cont .tab_cont {
        width: 1040px;
        margin: 0 auto;
        margin-top: 77px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .join_cont .section_1 .list_cont .list.active {
        flex: 1 0 25.451823rem;
        transition: 1s;
    }
    .index_cont .section_3 .count_down .title {
        color: #7244CB;
        font-size: 20px;
        font-weight: 700;
        margin-top: 25px;
    }
    .index_cont .section_3 .count_down .public {
        width: 62px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        flex-shrink: 0;
        color: #7244CB;
        font-family: Source Han Sans SC;
        font-size: 28px;
        font-weight: 700;
        border: 0.388px solid #3123D3;
        background: rgba(255, 255, 255, 0.42);
        display: block;
        margin: -15px 5px 0 15px;
    }
    .header_bg .nav {
        width: 65%;
        font-size: 16px;
        align-items: center;
    }
    .index_banner .bg_cont .bg_but {
        margin-top: 40px;
        justify-content: center;
    }
}

@media only screen and (max-width:1100px) {
    .header_bg {
        height: 100px;
        line-height: 100px;
    }
    .header_bg .nav .list_bg {
        width: 100px;
        line-height: 30px;
        height: 30px;
    }
    .header_bg .nav {
        width: 70%;
        font-size: 15px;
    }
    .index_banner {
        height: 680px;
    }
    .index_banner .bg_cont .bg_img {
        width: 750px;
    }
    .index_banner .bg_cont .bg_but .but {
        width: 200px;
        height: 50px;
        line-height: 50px;
        margin: 0 15px;
        font-size: 18px;
    }
    .index_banner .bg_cont .bg_but {
        margin-top: 50px;
        justify-content: center;
    }
    .index_cont .section_1 .intro {
        align-items: center;
    }
    .index_cont .section_1 .st1list .st1num .count-title {
        font-size: 58px;
    }
    .index_cont .section_1 .st1list .text {
        font-size: 20px;
    }
    .index_cont .section_1 .plan {
        margin-top: 20px;
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }
    .index_cont .section_2 .title {
        color: #7344CB;
        font-size: 25px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_2 .s2_list .text {
        color: #000;
        text-align: center;
        font-size: 16px;
    }
    .index_cont .section_3 .count_down .title {
        color: #7244CB;
        font-size: 24px;
        font-weight: 700;
    }
    .index_cont .section_3 .count_down .but {
        width: 200px;
        height: 50px;
        line-height: 50px;
        margin: 0 15px;
        font-size: 18px;
    }
    .index_cont .section_3 .mySwiper1fa {
        position: relative;
        width: 484px;
        margin: 0 auto;
    }
    .index_cont .section_3 .s3_cont .more {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .index_cont .section_4 .title {
        color: #7244CB;
        text-align: center;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 500;
    }
    .index_cont .section_4 .s4_list {
        width: 764px;
        margin: 0 auto;
        margin-top: 34px;
        flex-wrap: wrap;
    }
    .index_cont .section_4 .s4_list .list {
        width: 24%;
        margin-bottom: 15px;
        transition: 0.25s;
    }
    .index_cont .section_4 .s4_list .list img {
        margin-bottom: 0px;
    }
    .index_cont .section_4 .s4_list .list .name {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 208.5%;
        margin-left: 7px;
    }
    .index_cont .section_4 .s4_list .list .text {
        color: #000;
        font-size: 14px;
        margin-left: 7px;
    }
    .index_cont .section_4 .more {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .index_cont .section_4 .state {
        color: #7B7B7B;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_5 .title {
        color: #7244CB;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_5 .more {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .index_cont .section_6 .title {
        color: #7244CB;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_6 .s6_cont .list .text {
        margin-top: 10px;
        color: #000;
        font-size: 14px;
        line-height: 175.5%;
    }
    .index_banner .bg_cont .message .text {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        margin: 0px 15px;
    }
    .index_cont .section_1 .intro .right .text {
        margin-bottom: 14px;
        color: #000;
        font-size: 14px;
        line-height: 189.5%;
    }
    .guest_cont .time .time_list .list {
        width: 160px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FAFAFA;
        box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
        font-size: 20px;
        font-weight: 500;
        color: #751CE6;
        cursor: pointer;
    }
    .guest_cont .tab_cont {
        width: 768px;
        margin: 0 auto;
        margin-top: 77px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .guest_cont .tab_cont .list img {
        margin-bottom: -1px;
        transition: 0.25s;
        border: 7px solid transparent;
        border-radius: 19px;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
    }
    .guest_cont .tab_cont .list .name {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 208.5%;
        margin-left: 7px;
    }
    .guest_cont .tab_cont .list .text {
        color: #000;
        font-size: 14px;
        margin-left: 7px;
    }
    .guest_cont .tab_cont .list {
        width: 23%;
        transition: 0.25s;
        margin: 0 1%;
        margin-bottom: 10px;
    }
    .agenda_cont .title {
        text-align: center;
        color: #000;
        font-family: PingFang SC;
        font-size: 20px;
        line-height: 138.5%;
        width: 750px;
        margin: 0 auto;
    }
    .agenda_cont .img {
        max-width: 700px;
        text-align: center;
        margin: 0 auto;
        margin-top: 76px;
    }
    .join_cont .section_1 .list_cont .list .conts .text {
        color: #FFF;
        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 500;
    }
    .join_cont .section_1 .list_cont .list.active {
        flex: 1 0 19.451823rem;
        transition: 1s;
    }
    .join_cont .section_1 .list_cont .list.active .conts {
        position: absolute;
        left: 26%;
        top: 84%;
        transform: translate(0%, 0%);
    }
    .index_cont .section_3 .count_down .title {
        color: #7244CB;
        font-size: 24px;
        font-weight: 700;
        flex-wrap: wrap;
    }
    #countdown {
        width: 100%;
        margin-top: 25px;
    }
    .index_cont .section_3 .count_down .public:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width:768px) {
    .header_bg {
        display: none;
    }
    .index_banner {
        height: 350px;
    }
    .index_banner .bg_cont .bg_img {
        width: 50%;
        margin: 0 auto;
    }
    .index_banner .bg_cont {
        width: 100%;
    }
    .index_banner .bg_cont .message .text {
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        margin: 0px 10px;
    }
    .index_banner .bg_cont .bg_but .but {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin: 0 15px;
        font-size: 14px;
    }
    .index_banner .bg_cont .bg_but {
        margin-top: 20px;
        justify-content: center;
    }
    .index_cont .section_1 .intro {
        flex-wrap: wrap;
    }
    .index_cont .section_1 .intro .right {
        width: 100%;
    }
    .index_cont .section_1 {
        padding: 15px 10px 15px;
    }
    .index_cont .section_1 .intro .left {
        width: 220px;
        margin-left: 0%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .index_cont .section_1 .intro .right .text {
        margin-bottom: 5px;
        color: #000;
        font-size: 14px;
        line-height: 174.5%;
    }
    .index_cont .section_1 .plan {
        margin-top: 10px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }
    .index_cont .section_1 .st1list .st1num .count-title {
        font-size: 36px;
    }
    .index_cont .section_1 .st1list .st1num .add {
        color: #A82CEF;
        font-size: 18px;
        font-weight: 500;
        position: static;
    }
    .index_cont .section_1 .st1list {
        margin-top: 5px;
    }
    .index_cont .section_1 .st1list .st1text {
        width: 23%;
        text-align: center;
    }
    .index_cont .section_1 .plan img {
        margin-left: 5px;
        zoom: 0.7;
    }
    .index_cont .section_1 .st1list .st1num {
        position: relative;
        align-items: center;
        display: inline-flex;
    }
    .index_cont .section_1 .st1list .text {
        font-size: 16px;
    }
    .index_cont .section_2_bg {
        padding: 15px 0 15px;
    }
    .index_cont .section_2 .title {
        color: #7344CB;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_2 .s2_list {
        margin-top: 15px;
    }
    .index_cont .section_2 .s2_list .icon {
        text-align: center;
        height: 60px;
        zoom: 0.7;
    }
    .index_cont .section_2 .s2_list .text {
        color: #000;
        text-align: center;
        font-size: 14px;
    }
    .index_cont .section_2 .s2_list .list {
        width: 24%;
    }
    .index_cont .section_3_bg {
        padding: 15px 0 15px;
    }
    .index_cont .section_3 .count_down .title {
        color: #7244CB;
        font-size: 18px;
        font-weight: 700;
    }
    .index_cont .section_3 .count_down .title img {
        margin-right: 10px;
        zoom: 0.7;
    }
    .index_cont .section_3 .count_down .but {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .index_cont .section_3 .count_down .but img {
        margin-left: 10px;
        zoom: 0.7;
    }
    .index_cont .section_3 .s3_cont {
        border-radius: 15px;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
        box-shadow: 0px 0px 12px 0px rgba(97, 6, 212, 0.19);
        padding: 15px 0 15px;
        margin-top: 15px;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-slide .name {
        color: #FFF;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(197, 72, 143, 0.73);
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-slide .img {
        text-align: center;
        padding-bottom: 16px;
        border-bottom: 1px dashed #fff;
        margin-bottom: 13px;
        zoom: 0.7;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-slide .price {
        margin-bottom: 8px;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(197, 72, 143, 0.73);
        font-size: 24px;
        font-weight: 700;
    }
    .index_cont .section_3 .mySwiper1fa {
        position: relative;
        width: 360px;
        margin: 0 auto;
    }
    .index_cont .section_3 .s3_cont .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 15px;
    }
    .index_cont .section_3 .s3_cont .more img {
        margin-left: 10px;
        zoom: 0.7;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-button-next2 {
        width: 25px;
        height: 25px;
        text-align: center;
        display: block;
        position: absolute;
        top: 38%;
        right: -40px;
        cursor: pointer;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-button-prev2 {
        width: 25px;
        height: 25px;
        text-align: center;
        display: block;
        position: absolute;
        top: 38%;
        left: -40px;
        cursor: pointer;
    }
    .index_cont .section_3 .hint {
        border-radius: 15px;
        background: #FCF3FF;
        padding: 15px;
        margin-top: 15px;
    }
    .index_cont .section_3 .hint .warn {
        color: #7244CB;
        font-size: 16px;
        font-weight: 500;
        line-height: 175.5%;
    }
    .index_cont .section_3 .hint .text {
        color: #000;
        font-size: 14px;
        line-height: 175.5%;
    }
    .index_cont .section_4_bg {
        padding: 15px 0 15px;
    }
    .index_cont .section_4 .title {
        color: #7244CB;
        text-align: center;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
    }
    .index_cont .section_4 .state {
        color: #7B7B7B;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_4 .s4_list {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .index_cont .section_4 .s4_list .list {
        width: 49%;
        margin-bottom: 15px;
        transition: 0.25s;
    }
    .index_cont .section_4 .s4_list .list .name {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 175.5%;
        margin-left: 7px;
    }
    .index_cont .section_4 .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 15px;
    }
    .index_cont .section_4 .more img {
        margin-left: 10px;
        zoom: 0.7;
    }
    .index_cont .section_5 {
        padding: 15px 10px 15px;
    }
    .index_cont .section_5 .title {
        color: #7244CB;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_5 .s5_cont {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .index_cont .section_5 .s5_cont .left {
        width: 100%;
        margin-bottom: 15px;
    }
    .index_cont .section_5 .s5_cont .right {
        flex-wrap: wrap;
        width: 100%;
    }
    .index_cont .section_5 .s5_cont .right .list {
        width: 49%;
        margin-bottom: 15px;
    }
    .index_cont .section_5 .more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 15px;
    }
    .index_cont .section_5 .more img {
        margin-left: 10px;
        zoom: 0.7;
    }
    .index_cont .section_6_bg {
        padding: 15px 0 15px;
    }
    .index_cont .section_6 .title {
        color: #7244CB;
        font-size: 18px;
    }
    .index_cont .section_6 .s6_cont {
        margin-top: 15px;
    }
    .index_cont .section_6 .s6_cont .list {
        width: 49%;
    }
    .footer_bg .fot_logo {
        padding: 15px 0;
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.68);
    }
    .footer_bg .fot_logo img {
        width: 220px;
    }
    .footer_bg .fot_msg {
        justify-content: center;
        padding: 15px 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.68);
    }
    .footer_bg .records .left .email {
        margin-left: 0px;
        color: #FFF;
        font-size: 14px;
    }
    .footer_bg .records .left .icon .icon_list {
        margin-right: 10px;
    }
    .footer_bg .records .right .list {
        color: #FFF;
        font-size: 14px;
        margin-left: 15px;
    }
    .footer_bg .fot_msg .list {
        margin: 0px 5px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-button-next2 {
        display: none;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-button-prev2 {
        display: none;
    }
    .public_banner .gb_cont .title {
        font-family: Source Han Sans SC;
        font-size: 24px;
        font-weight: 900;
        line-height: 145%;
        background: linear-gradient(90deg, #F2A0FF 6.19%, rgba(255, 217, 248, 0.76) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    .public_banner .gb_cont .but {
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 5px
    }
    .public_banner {
        height: 250px;
    }
    .public_banner .gb_cont {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .guest_cont {
        background: url(../image/banner_59.jpg) no-repeat center center;
        background-size: cover;
        padding: 15px 0 15px;
    }
    .guest_cont .title {
        text-align: center;
        color: #000;
        font-family: PingFang SC;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 700;
        line-height: 208.5%;
    }
    .guest_cont .subhead {
        color: #000;
        font-family: PingFang SC;
        font-size: 16px;
        line-height: 208.5%;
        text-align: center;
    }
    .guest_cont .time {
        position: relative;
        margin-top: 35px;
    }
    .guest_cont .time .time_list .list {
        width: 130px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FAFAFA;
        box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
        font-size: 16px;
        font-weight: 500;
        color: #751CE6;
        cursor: pointer;
    }
    .guest_cont .tab_cont {
        width: 100%;
        margin: 0 auto;
        margin-top: 35px;
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .guest_cont .tab_cont {
        width: 100%;
        margin: 0 auto;
        margin-top: 35px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .guest_cont .tab_cont .list {
        width: 49%;
        transition: 0.25s;
        margin: 0;
        margin-bottom: 10px;
    }
    .agenda_cont {
        padding: 15px 0 15px;
    }
    .agenda_cont .title {
        text-align: center;
        color: #000;
        font-family: PingFang SC;
        font-size: 18px;
        line-height: 158.5%;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .agenda_cont .img {
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0 10px;
    }
    .side_cont .section_1_bg {
        padding: 15px 0 15px;
    }
    .side_cont .section_1 .title {
        color: #000;
        font-family: PingFang SC;
        font-size: 16px;
        line-height: 187.5%;
    }
    .side_cont .section_1 .but {
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 15px;
    }
    .side_cont .section_2_bg {
        background: #FBF9FF;
        padding: 15px 0 15px;
    }
    .side_cont .section_2 .title {
        color: #6C0CA3;
        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 700;
        line-height: 208.5%;
        text-transform: capitalize;
    }
    .side_cont .section_2 .list_cont {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .side_cont .section_2 .list_cont .list {
        width: 49%;
        margin-bottom: 15px;
    }
    .side_cont .section_2 .list_cont .list .name {
        color: #090909;
        font-family: PingFang SC;
        font-size: 16px;
        font-weight: 700;
        line-height: 134%;
        text-transform: capitalize;
        margin-top: 5px;
    }
    .pager .pagination li {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 4.565px;
        background: #FFF;
        color: #626262;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: 700;
        margin: 0 8px;
        border: 1px solid #F2F0F6;
        cursor: pointer;
    }
    .pager {
        margin-top: 15px;
    }
    .join_cont {
        padding: 15px 0;
    }
    .join_cont .tab .list {
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 5px;
        margin: 0 5px;
        margin-top: 15px;
    }
    .join_cont .section_1 {
        margin-top: 10px;
    }
    .join_cont .section_1 .title {
        color: #6C0CA3;
        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 700;
        line-height: 208.5%;
        text-transform: capitalize;
    }
    .join_cont .section_1 .list_cont {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .join_cont .section_1 .list_cont .list.active {
        flex: auto;
        transition: 1s;
    }
    .join_cont .section_1 .list_cont .list.active .conts .icon {
        display: block;
    }
    .join_cont .section_1 .list_cont .list.active .conts {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(1deg, rgba(69, 0, 157, 0.66) 1.93%, rgba(69, 0, 157, 0.00) 99.38%, rgba(69, 0, 157, 0.00) 99.38%);
        height: 100%;
        padding-top: 180px;
    }
    .join_cont .section_1 .list_cont .list {
        width: 50%;
        position: relative;
        transition: 1s;
    }
    .index_cont .section_3 .count_down .public {
        width: auto;
        height: auto;
        line-height: 22px;
        text-align: center;
        flex-shrink: 0;
        color: #7244CB;
        font-family: Source Han Sans SC;
        font-size: 18px;
        font-weight: 700;
        border: 0 solid #3123D3;
        background: rgba(255, 255, 255, 0.42);
        display: block;
        margin: 0px 5px 0 5px;
    }
    #countdown {
        width: 100%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 568px) {
    .index_banner {
        height: 300px;
    }
    .index_banner .bg_cont .bg_img {
        width: 70%;
        margin: 0 auto;
    }
    .index_banner .bg_cont .message .text {
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        margin: 0px 10px;
    }
    .index_banner .bg_cont .message {
        margin-top: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .index_banner .bg_cont .bg_but {
        margin-top: 10px;
        justify-content: center;
    }
    .index_banner .bg_cont .bg_but .but {
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
        font-size: 14px;
    }
    .index_cont .section_1 .intro .left {
        width: 140px;
        margin-left: 0%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .index_cont .section_1 .st1list {
        flex-wrap: wrap;
    }
    .index_cont .section_1 .st1list .st1text {
        width: 49%;
        margin-bottom: 10px;
        text-align: center;
    }
    .index_cont .section_2 .s2_list {
        flex-wrap: wrap;
    }
    .index_cont .section_2 .s2_list .list {
        width: 49%;
        margin-bottom: 15px;
    }
    .index_cont .section_2 .title {
        color: #7344CB;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_2 .s2_list .icon {
        text-align: center;
        height: 70px;
        zoom: 0.6;
    }
    .index_cont .section_3 .count_down .title {
        color: #7244CB;
        font-size: 16px;
        font-weight: 700;
    }
    .index_cont .section_3 .count_down .but {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-slide {
        background: url(../image/banner_5.png) no-repeat center center;
        background-size: cover;
        padding: 25px 0px 45px;
    }
    .index_cont .section_3 .mySwiper1fa {
        position: relative;
        width: 321px;
        margin: 0 auto;
    }
    .index_cont .section_3 .mySwiper1fa .swiper-slide .img {
        text-align: center;
        padding-bottom: 0px;
        border-bottom: 1px dashed #fff;
        margin-bottom: 26px;
        zoom: 0.7;
    }
    .index_cont .section_3 .s3_cont .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .index_cont .section_4 .title {
        color: #7244CB;
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
    }
    .index_cont .section_4 .state {
        color: #7B7B7B;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_4 .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .index_cont .section_5 .title {
        color: #7244CB;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .index_cont .section_6 .title {
        color: #7244CB;
        font-size: 16px;
    }
    .index_cont .section_6 .s6_cont {
        flex-wrap: wrap;
    }
    .index_cont .section_6 .s6_cont .list {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer_bg .fot_msg {
        justify-content: center;
        padding: 10px 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.68);
        display: block;
    }
    .footer_bg .fot_msg .list {
        margin: 0px 5px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
    .footer_bg .records {
        padding: 10px 0;
        display: block;
    }
    .footer_bg .records {
        padding: 10px 0;
    }
    .footer_bg .records .left {
        justify-content: center;
    }
    .footer_bg .records .right {
        justify-content: center;
    }
    .footer_bg .fot_logo img {
        width: 140px;
    }
    .guest_cont .time .time_list {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 998;
        overflow-x: scroll;
    }
    .guest_cont .time .time_list .list {
        width: 130px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FAFAFA;
        box-shadow: 0px 0px 8px 0px rgba(155, 70, 196, 0.16);
        font-size: 16px;
        font-weight: 500;
        color: #751CE6;
        cursor: pointer;
        margin: 0 10px;
    }
    .guest_cont .time .time_list .list::-webkit-scrollbar {
        display: none;
    }
    .guest_cont .title {
        text-align: center;
        color: #000;
        font-family: PingFang SC;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 700;
        line-height: 208.5%;
    }
    .guest_cont .subhead {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        line-height: 208.5%;
        text-align: center;
    }
    .public_banner {
        height: 200px;
    }
    .agenda_cont .title {
        text-align: center;
        color: #000;
        font-family: PingFang SC;
        font-size: 16px;
        line-height: 151.5%;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .join_cont .section_1 .list_cont .list {
        width: 100%;
        position: relative;
        transition: 1s;
    }
    .join_cont .section_1 .title {
        color: #6C0CA3;
        font-family: PingFang SC;
        font-size: 16px;
        font-weight: 700;
        line-height: 208.5%;
        text-transform: capitalize;
    }
    .index_cont .section_5 .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
 
   
}