.con1200 {
    width: 1200px;
    margin: 0 auto;
}

.con864 {
    width: 864px;
    margin: 0 auto;
}

header {
    height: 64px;
}

.bg232427 {
    background-color: #232427;
}

.nav-pc .menu>ul>li a {
    color: #fff;
}

.nav-pc .menu>ul>li:hover>a,
.nav-pc .menu>ul>li a.active,
.nav-pc .menu>ul>li a:hover {
    color: #fff;
}

.nav-pc .menu-dropdown-icon>a::after {
    content: "";
}

.bg-light {
    --bs-light-rgb: 245, 245, 245;
}

.nav_user a {
    display: flex;
    align-items: center;
}

.nav_avatar-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.nav_avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-mobile {
    padding: 0 !important;
}

/* 报名表 */
.apply-body {
    margin: 48px auto;
    width: 960px;
    background-color: #fff;
    border-radius: 9px;
    padding: 32px;
}

.apply-part:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.apply-notice_title {
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.apply-notice_desc {
    margin-top: 24px;
}

.apply-notice_desc p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
}

.apply-tabs {
    gap: 24px;
}

.el-dialog__header,
.el-drawer__header {
    height: auto;
}

.el-drawer__header {
    margin-bottom: 0 !important;
}

.el-dialog__footer,
.el-drawer__footer {
    background-color: unset;
    padding: 0;
}

.apply-footer {
    margin-top: 24px;
}

.mt24 {
    margin-top: 24px;
}

.ux_search-input {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #F5F6F7;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.ux_search-input img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.ux_search-input input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: rgba(0, 0, 0, 0.78);
    background-color: unset;
    border: 0;
    outline: 0;
    padding: 0;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-item label {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 16px;
}

.checkbox-item label span {
    color: #4285F3;
    cursor: pointer;
}

.benefits-card_list {
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.benefits-card_item {
    width: calc(50% - 8px);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.benefits-card_item.active {
    border: 2px solid #4285F3;
}

.benefits-card_item .selected {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 20px;
}

.benefits-card_header {
    gap: 4px;
    padding: 16px;
    background-color: rgba(66, 133, 243, 0.1);
}

.benefits-card_header img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.benefits-card_header .name {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}

.benefits-card_header .price {
    font-weight: 600;
    font-size: 18px;
    color: #4285F3;
    line-height: 26px;
}

.benefits-card_body {
    padding: 8px 16px;
    background-color: #F5F6F7;
}

.benefits-card_body .desc {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
}

.benefits-btn {
    font-weight: 400;
    font-size: 12px;
    color: #4285F3;
    line-height: 20px;
    cursor: pointer;
}

.benefits-card_gifts_item {
    gap: 8px;
}

.benefits-card_gifts_item.ungift {
    opacity: .45;
}

.benefits-card_gifts_item img {
    width: 14px;
    height: 14px;
}

.benefits-card_gifts_item span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
}

.el-dialog__body .player-list {
    height: 65vh;
    overflow-y: auto;
}

.el-dialog__body .policy-dialog {
    max-height: 50vh;
    overflow-y: auto;
}

.player-list .empty {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

/* 首页 - 活动未开始 */
.main-slider .swiper-slide .swiper-silde-img {
    max-height: calc(100vh - 64px);
}

.main-slider .swiper-slide-active .swiper-silde-img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.main-slider .swiper-slide-content {
    align-items: flex-end;
    justify-content: center;
}

.main-slider__content {
    margin-bottom: 15vh;
}

.section-wrapper {
    padding: 128px 0;
}

.main-slider_btns {
    display: flex;
    gap: 32px;
}

.main_btn-plain {
    width: 220px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 67px;
    border: 2px solid #F6BE62;
    font-weight: 400;
    font-size: 16px;
    color: #F6BE62;
}

.main_btn-primary {
    width: 220px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #F6BE62;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;

    border-radius: 67px;
    border: 2px solid #F6BE62;
}

.section-wrapper_arrange {
    padding: 124px 0;
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight_idrc/home/home_Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrapper_awards {
    padding: 128px 0;
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight_idrc/home/home_awards_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrapper_rules {
    padding: 0 0 128px;
}

.sec-header {
    text-align: center;
}

.sec-header .sec-header_title .sec-header_main {
    font-size: 48px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 60px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.section-wrapper_awards .sec-header_title .sec-header_main {
    color: #fff;
}

.sec-header .sec-header_title {
    position: relative;
}

.sec-header .sec-header_gradient {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #F6BE62 0%, rgba(247, 220, 139, 0) 100%);
    font-weight: bold;
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-header_line {
    width: 192px;
    height: 4px;
    background: #F6BE62;
    border-radius: 0px 0px 4px 4px;
    margin: 16px auto 0;

}

.sec-body {
    margin-top: 32px;
}

.sec-body p span {
    color: rgba(0, 0, 0, 0.85);
}

.sec-body .map-wrapper {
    width: 540px;
    height: 308px;
    overflow: hidden;
    margin: 16px auto 0;
}

.sec-body .sec-body_img {
    width: 100%;
}

/* 赛项 */
.sec-events_tabs {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 36px;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
}

.sec-events_tab {
    padding: 8px 16px;
    border-radius: 36px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 16px;
}

.sec-events_tab.active {
    background: linear-gradient(91deg, #F6BE62 0%, #F7DC8B 100%);
    color: #FFF;
}

.sec-events_list {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: 9px;
    background: linear-gradient(180deg, rgba(247, 220, 139, .45) 0%, rgba(246, 190, 98, .45) 100%);
}

.sec-events_item {
    flex: 1;
    background-image: url(/assets/img/events_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 6px;
    height: 364px;
    overflow: hidden;
}

.sec-events_item .sec-events_title {
    font-weight: 600;
    font-size: 20px;
    color: #262626;
    line-height: 28px;
    text-align: center;
}

.sec-events_item .sec-events_desc {
    margin-top: 16px;
    height: 100%;
    overflow-y: auto;
}

.sec-events_item .sec-events_desc::-webkit-scrollbar {
    display: none;
}

.sec-events_item .sec-events_desc p {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
}

/* 奖项 */
.sec-data_list {
    /* gap: 136px; */
    margin-bottom: 32px;
}

.sec-data_item {
    text-align: center;
}

.sec-data_item img {
    width: 220px;
    height: 237px;
    object-fit: cover;
}

.sec-data_item .name {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 16px;
}

.sec-data_item .desc {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 12px;
}

.sec-tips {
    margin-bottom: 48px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    line-height: 19px;
    text-align: center
}

/* 新闻 */

.sec-news_item:not(:last-child) {
    margin-bottom: 32px;
}

.sec-news_item a {
    gap: 16px;
}

.sec-news_img {
    width: 288px;
    height: 196px;
    flex: 0 0 auto;
}

.sec-news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-news_title {
    font-weight: bold;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

.sec-news_desc {
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

.sec-news_time {
    font-weight: 400;
    font-size: 14px;
    color: #ACACAC;
}

.sec-news_more {
    margin-top: 64px;
    text-align: center;
}

.sec-news_more .more {
    display: inline-block;
    width: 220px;
    height: 56px;
    border-radius: 67px;
    background-color: rgba(0, 0, 0, 0.85);
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.sec-rule_wrapper {
    padding: 124px 168px;
    box-sizing: border-box;
    background-color: #F2F3F3;
}

.sec-rule_wrapper .sec-body {
    height: 398px;
    overflow-y: auto;
    padding-right: 20px;
}

.sec-rule_wrapper .sec-body::-webkit-scrollbar {
    width: 8px;
    background-color: #D0D0D0;
}

.sec-rule_wrapper .sec-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #D0D0D0;
    border-radius: 10px;
    background-color: #D0D0D0;
}

.sec-rule_wrapper .sec-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #F6BE62;
    background-color: #F6BE62;
}

/* 报名入口 */
.neibanner {
    width: 100%;
    height: 260px;
    position: relative;
}

.neibanner .neibannerdesc .neibannerdesc-title {
    margin-bottom: 0;
}

.neibanner .neibannerdesc {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.neibanner .neibannerdesc h2 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    line-height: 64px;
}

.sign-details {
    gap: 16px;
    align-items: stretch;
}

.sign-details_left {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F4F4F4;
}

.sign-details_right {
    flex: 1;
    height: 390px;
}

.sign-header {
    height: 56px;
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight_idrc/home/panking_Popularity.png);
    text-align: center;
    line-height: 56px;
}

.sign-header .sign-header_title {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.sign-body {
    padding: 32px;
    box-sizing: border-box;
}

.sign-body_info p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 16px;
}

.sign-details .sign-img_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.sign-btns {
    gap: 24px;
}

.sign-btns .sign-btn {
    display: inline-block;
    width: 256px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: .75;
    box-sizing: border-box;
    border-style: inset;
}

.sign-btns .sign-btn.primary {
    background-color: #F6BE62;
    border: 0;
    color: #FFFFFF;
}

.sign-btns .sign-btn.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.sign-btns .sign-btn.plain {
    border: 1px solid rgba(0, 0, 0, 0.85);
    color: rgba(0, 0, 0, 0.85);
}

.sign-block {
    margin-top: 98px;
}

.sign-tab_item {
    padding: 16px 52px;
}

.sign-tab_item span {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    transition: none;
}

.sign-tab_item.active,
.sign-tab_item:hover {
    background: linear-gradient(91deg, #F6BE62 0%, #F7DC8B 100%);
    border: 0;
    border-bottom-color: transparent;
    color: #FFFFFF;
}

.sign-tab_item.active span,
.sign-tab_item:hover span {
    color: #FFFFFF;
}

.divider_line {
    width: 100%;
    height: 2px;
    background-color: #F6BE62;
}

.sign-content .tab-pane {
    display: none;
}

.sign-content .tab-pane.active {
    display: block;
}

.sign-content .article {
    padding: 64px 32px;
}

.sign-content #highlights .article {
    padding: 64px 0;
}

.registration .form-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #EBEDF2;
    border-radius: 4px;
    width: 480px;
    margin: 0 auto;
}

.registration .form-item img {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 8px;
}

.registration .form-item input.input-value {
    flex: 1;
    height: 32px;
    border: 0;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.registration .form-item .submit {
    width: 92px;
    height: 32px;
    background: linear-gradient(91deg, #F6BE62 0%, #F7DC8B 100%);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    border: 0;
}

.highlights-box .highlight-list {
    gap: 16px;
}

.highlights-box .highlight-list a {
    width: 288px;
    display: inline-block;
}

.highlights-box .hightlight-img {
    width: 100%;
    height: 174px;
    margin-bottom: 8px;
}

.highlights-box .hightlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights-box .highlight-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.highlights-box .highlight-info p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 14px;
}

.live-box img {
    width: 215px;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.live-box p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    color: #5C5C5C !important;
    border: 0 !important;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 400;
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    background-color: transparent !important;
}

.jumpto {
    display: none !important;
}


/* 资讯 - 公告  */
.ux_news-list .ux_news-item {
    margin-bottom: 40px;
}

.ux_news-list .ux_news-img {
    flex-basis: 288px;
}

.ux_news-list .ux_news-img img {
    width: 100%;
    height: 196px;
    object-fit: cover;
}

.ux_news-list .ux_news-info {
    flex: 1;
    padding: 16px;
    box-sizing: border-box;
}

.ux_news-list .ux_news-info .news-title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ux_news-list .ux_news-info .news-desc {
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ux_news-list .ux_news-info .news-show_time {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
    line-height: 16px;
}

.ux_news-card {
    gap: 40px;
}

.ux_news-card .card-body {
    width: 70%;
}

.ux_news-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ux_news-timeline {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.ux_news-time {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}

.ux_news-content {
    padding: 30px 0px 0;
}

.ux_news-tags {
    margin-top: 40px;
}

.ux_news-card_r ul li {
    margin-bottom: 20px;
}

.ux_news-card_r a {
    color: #333;
}

.ux_news-card_r .newsde_rimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.ux_news-card_r .newsde_rimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ux_news-card_r .newsde_rdesc {
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.ux_news-card_r .newsde_rdesc h3 {
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

.ux_news-card_r .newsde_rdesc p {
    font-size: 14px;
    margin-top: 16px;
}

.page-content .next-prev .row a {
    font-size: 14px;
    color: #666666;
}

.ux_foot {
    width: 100%;
    padding: 32px 0px 16px;
    background-color: #272727;
}

.ux_foot .foottop {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.foott_r .logo {
    max-width: 155px;
}

.foott_r .logo img {
    width: 100%;
}

.ux_footer-menu {
    gap: 32px;
    margin-left: 48px;
}

.ux_footer-menu .footm_item svg {
    display: none;
}

.ux_footer-menu .footm_item span {
    font-size: 16px;
    color: #ffffff;
}

.ux_footer-contact ul li {
    position: relative;
    margin-left: 15px;
}

.ux_footer-contact .fewmico {
    height: 20px;
}

.ux_footer-contact .fewmimg {
    position: absolute;
    width: 144px;
    height: 160px;
    bottom: 20px;
    left: -10px;
    display: none;
}

.ux_footer-contact .fewmimg .fewmimg-qrcode {
    padding: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    -ms-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
}

.ux_footer-contact .fewmimg .fewmimg-qrcode img {
    width: 136px;
    height: 136px;
}

.ux_footer-contact .fewmimg .triangle {
    position: absolute;
    background: #fff;
    -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    z-index: 8;
    width: 11px;
    height: 11px;
    bottom: 16px;
    left: 16px;
    transform: translateY(50%) rotate(45deg);
}

.ux_footer-contact .fewmimg p {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

.ux_footer-contact ul li:hover .fewmimg {
    display: block;
}

.ux_copyriht span,
.ux_copyriht a {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
}

.ux_footer-link-wrapper {
    gap: 16px;
}

.ux_footer-link-wrapper li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 16px;
    font-weight: 400;
}

.ux_footer-link-wrapper li:hover a {
    color: #ffffff;
}
#backTop{
    box-shadow:none;
    -webkit-box-shadow:none;
}
.ux_back-top{
    width: 56px;
    height: 56px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.ux_back-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 资讯 - 公告 end */
@media (max-width: 768px) {

    .con1200,
    .con864 {
        width: 100%;
        padding: 0 16px;
    }

    .nav-pc .menu>ul>li a {
        color: rgba(0, 0, 0, 0.65);
    }

    .nav-pc .menu>ul>li:hover>a,
    .nav-pc .menu>ul>li a.active,
    .nav-pc .menu>ul>li a:hover {
        color: #000;
    }

    .ux_nav-mobile {
        box-sizing: border-box;
    }

    .apply-body {
        margin: 0;
        padding: 16px;
        border-radius: 0;
    }

    .apply-tabs {
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        /* IE 和 Edge */
        scrollbar-width: none;
    }

    .apply-tabs::-webkit-scrollbar {
        display: none;
    }

    .apply-notice_title {
        font-size: 16px;
        line-height: 24px;
    }

    .apply-notice_desc {
        margin-top: 8px;
    }

    .apply-notice_desc p {
        font-size: 14px;
        line-height: 26px;
    }

    .benefits-card_item {
        width: 100%;
    }

    .player-list .empty {
        width: 196px;
        height: 196px;
    }

    /* 首页 - 活动未开始 */

    .main-slider .swiper-slide .swiper-silde-img {
        min-height: 530px;
    }

    .section-wrapper {
        padding: 64px 0;
    }

    .main-slider_btns {
        flex-direction: column;
        gap: 16px;
    }

    .main_btn-plain,
    .main_btn-primary {
        width: 128px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .section-wrapper_awards {
        padding: 64px 0;
    }

    .sec-rule_wrapper {
        padding: 64px 16px;
    }

    .sec-header .sec-header_title .sec-header_main {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .sec-header .sec-header_title .sec-header_gradient {
        font-size: 48px;
        line-height: 48px;
    }

    .sec-body p span {
        font-size: 14px !important;
    }

    .sec-body p b span {
        font-size: 16px !important;
    }

    .sec-header .sec-header_line {
        width: 96px;
        height: 2px;
        margin: 8px auto 0;
    }

    .sec-body .map-wrapper {
        width: 100%;
    }

    .sec-data_list {
        flex-direction: column;
        gap: 32px;
        width: 100%;
        margin: 0 auto 24px;
    }

    .sec-data_item img {
        width: 120px;
        height: 128px;
    }

    .sec-data_item .name {
        font-size: 16px;
        line-height: 19px;
        margin-top: 8px;
    }

    .sec-data_item .desc {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }

    .sec-tips {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 18px;
    }

    .sec-news_item a {
        gap: 8px;
    }

    .sec-news_img {
        width: 144px;
        height: 98px;
    }

    .sec-news_title {
        font-size: 14px;
        line-height: 16px;
    }

    .sec-news_desc {
        display: none;
    }

    .sec-news_time {
        font-size: 10px;
        line-height: 12px;
    }

    .sec-news_more {
        margin-top: 32px;
    }

    .sec-news_more .more {
        width: 136px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .sec-events_list {
        flex-direction: column;
    }

    .sec-events_tab {
        padding: 8px 8px;
        font-size: 10px;
        line-height: 12px;
    }

    .sec-rule_wrapper .sec-body {
        height: auto;
    }

    /* 报名 */
    .sign-details {
        flex-direction: column;
    }

    .sign-header {
        height: 36px;
        line-height: 36px;
    }

    .sign-header .sign-header_title {
        font-size: 16px;
    }

    .sign-details .sign-img_img {
        border-radius: 0;
    }

    .sign-body_info p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .sign-tab_list {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .sign-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 72px;
        box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0px -4px 13px 0px rgba(0, 59, 101, 0.1);
        padding: 0 16px;
        z-index: 999;
    }

    .sign-tab_list::-webkit-scrollbar {
        display: none;
    }

    .sign-tab_item {
        padding: 8px 24px;
    }

    .sign-tab_item span {
        font-size: 14px;
        white-space: nowrap;
    }

    .sign-content .article,
    .sign-content #highlights .article {
        padding: 24px 0;
    }

    .registration .form-item {
        width: 100%;
        padding: 6px 8px;
    }

    .registration .form-item img {
        width: 12px;
        height: 12px;
    }

    .registration .form-item input.input-value {
        height: 26px;
        /* font-size: 12px; */
    }

    .registration .form-item input.submit {
        width: 72px;
        height: 26px;
        font-size: 12px;
    }

    .highlights-box .highlight-list a {
        width: 100%;
        display: flex;
        gap: 8px;
    }

    .highlights-box .hightlight-img {
        width: 144px;
        height: 98px;
        margin-bottom: 0;
    }

    .highlights-box .highlight-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .highlights-box .highlight-info h3 {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }

    /* 资讯公告 */
    .neibanner {
        height: 72px;
    }

    .neibanner .neibannerdesc h2 {
        font-size: 20px;
    }

    .ux_news-list .ux_news-item {
        margin-bottom: 16px;
    }

    .ux_news-list .ux_news-img {
        flex-basis: 144px;
    }

    .ux_news-list .ux_news-img img {
        height: 98px;
    }

    .ux_news-list .ux_news-info {
        padding: 0 8px;
    }

    .ux_news-list .ux_news-info .news-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .ux_news-list .ux_news-info .news-desc {
        font-size: 12px;
        line-height: 14px;

    }

    .ux_news-list .ux_news-info .news-show_time {
        font-size: 10px;
        line-height: 12px;
    }

    .ux_news-card_r {
        display: none;
    }

    .ux_news-title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .ux_news-time {
        font-size: 12px;
        line-height: 14px;
    }

    /* footer */
    .ux_foot .foottop {
        flex-direction: column;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .ux_foot .foottop .foott_r {
        flex-direction: column;
        width: 100%;
    }

    .ux_footer-menu {
        flex-direction: column;
        margin-left: 0;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }

    .ux_footer-menu .footm_item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 0;
    }

    .ux_footer-menu .footm_item svg {
        display: block;
    }

    .ux_footer-menu .footm_item:not(:last-child) {
        border-bottom: 1px solid #6C7073;
    }

    .ux_footer-link-wrapper {
        display: none !important;
    }

    .ux_footer-link {
        margin-top: 16px;
    }

    .ux_copyriht {
        text-align: center;
    }

    .ux_copyriht span,
    .ux_copyriht a {
        font-size: 10px;
        line-height: 12px;
        display: inline-block;
    }
}