@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }

    .full_container {
        width: 100%;
    }
}

p {
    font-size: 14px;
    font-family: ScalaOT Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
}

body,
html {
    //position: relative;
    scroll-behavior: smooth;
}

.in_divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.on_p {
    display: none;
}

#section01 {
    background: url(https://www.globaltimes.cn/img/2026spring/main_bg.png);
    background-size: cover;
}

.main_video {
    font-size: 0;
    margin-bottom: 100px;
}

.main_video .main_left,
.main_video .main_right {
    display: inline-block;
    vertical-align: middle;
}

.main_video .main_left {
    width: 58%;
}

.main_video .main_left .video_content {
    margin-bottom: 0;
}

.main_video .main_right {
    width: 42%;
    padding-left: 52px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    background: url(https://www.globaltimes.cn/img/2026spring/main_title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.main_video .main_right .main_title {
    margin-bottom: 30px;
}

.main_video .main_right .main_title a {
    font-family: ScalaOT Bold;
    color: #ffffff;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
}

.main_video .main_right .video_desc p {
    font-size: 14px;
    line-height: 20px;
    font-family: ScalaOT Regular, ScalaOT;
    font-weight: 400;
    color: #ffffff;
}

.swiper_container {
    position: relative;
    background-image: url(https://www.globaltimes.cn/img/2026spring/swiper_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.full_container {
    position: relative;
}

.snake_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.fu_bg {
    position: absolute;
    top: 10%;
    right: 0;
    height: 100%;
    width: auto;
}

.fu_bg img {
    height: 100%;
    width: auto;
}

.snake_bg img {
    height: 100%;
    width: auto;
}

#section05,
#section07 {
    position: relative;
    z-index: 2;
}

.full_swiper {
    padding: 88px 68px;
}

.sections_bg {
    padding-bottom: 120px;
    background: linear-gradient(#ffffff, #ef9586);
}

.swiper-button-prev {
    background-image: url(https://www.globaltimes.cn/test/img/universiade/arrow-left.png) !important;
}

.swiper-button-next {
    background-image: url(https://www.globaltimes.cn/test/img/universiade/arrow-right.png) !important;
}

.swiper-button-next,
.swiper-button-prev {
    font-family: ScalaOT Regular;
    position: absolute;
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    margin-top: -20px !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 30px !important;
    color: #ffffff !important;
    text-align: center !important;
    background-color: #222222 !important;
    border: unset;
    -webkit-border-radius: 23px !important;
    -moz-border-radius: 23px !important;
    border-radius: 24px !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
    outline: none;
    background-size: 80%;
    color: #ffffff;
    background-size: 40px 40px !important;
}

.section_title {
    height: auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 68px;
    align-items: center;
    text-align: center;
}

.section_title .left_tag {
    width: 100%;
    height: auto;
    display: block;
}

.section_title .left_tag img {
    height: auto;
    width: 100%;
}

.section_title .right_line {
    flex-grow: 1;
    height: 1px;
    background-color: #a8a8a8;
    margin-left: 14px;
}

.left_img_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.left_img_item .left_img {
    flex: 1 1 50%;
    width: 50%;

}

.left_img_item .right_desc {
    width: 50%;
    padding: 46px;
    background: url(https://www.globaltimes.cn/img/2026spring/info_border_right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.left_img_item.reverse_left .right_desc {
    background: url(https://www.globaltimes.cn/img/2026spring/info_border_left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.reverse_left {
    flex-direction: row-reverse;
}

/*.left_img_item .left_img,
.left_img_item .right_desc {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.left_img_item .right_desc {
    padding-left: 46px;
}*/

.left_img_item .right_desc .item_title a {
    font-size: 26px;
    font-family: ScalaOT Bold, ScalaOT;
    font-weight: normal;
    text-align: left;
    color: #000000;
    line-height: 32px;
}

.left_img_item .right_desc .item_bri p {
    margin-top: 32px;
    font-size: 14px;
    font-family: ScalaOT Regular, ScalaOT;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
}

/*.reverse_left .left_img {
    float: right;
}
*/
/*.reverse_left .right_desc {
    float: left;
    padding-left: 0;
    padding-right: 100px;
    margin-top: 6%;
}*/

.challenges_content .three_inline {
    font-size: 0;
}

.challenges_content .three_inline .item_three {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 100px)/3);
}

.challenges_content .three_inline .item_three:not(:last-child) {
    margin-right: 50px;
}

.challenges_content .challenges_desc {
    text-align: center;
    margin-top: 56px;
}

.challenges_content .challenges_title a {
    font-size: 26px;
    font-family: ScalaOT Bold, ScalaOT;
    font-weight: normal;
    color: #000000;
    line-height: 32px;
}

.challenges_content .challenges_bri {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center !important;
    margin-top: 26px;
}

.challenges_content .challenges_bri p {
    width: 40%;
    font-size: 14px;
    font-family: ScalaOT Regular, ScalaOT;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.challenges_content .swiper_challenges {
    display: none;
}

.swiper_bot .bot_sec_title {
    margin-top: 20px;
}

.swiper_bot .bot_sec_title a {
    font-size: 24px;
    font-family: ScalaOT Bold, ScalaOT;
    font-weight: normal;
    text-align: left;
    color: #000000;
    line-height: 30px;
}

.bot_next,
.bot_prev {
    top: 32% !important;
}

.p_tag {
    display: none;
}

/* 手机适配 */
@media screen and (max-width: 480px) {
    .section_title .left_tag {
        height: 14px;
    }

    .section_title .right_line {
        display: none;
    }

    .main_video {
        margin-bottom: 30px;
    }

    .main_video .main_left,
    .main_video .main_right {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .full_swiper {
        padding: 0;
    }

    .section_title {
        margin-top: 36px;
        margin-bottom: 20px;
    }

    .challenges_content .three_inline .item_three {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .left_img_item .right_desc {
        margin-top: 20px;
    }

    .left_img_item .right_desc .item_bri p {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .challenges_content .three_inline .item_three {
        margin-right: 0;
    }

    .challenges_content .three_inline .item_three:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .challenges_content .three_inline {
        display: none;
    }

    .challenges_content .swiper_challenges {
        display: block;
    }

    .challenges_content .challenges_desc {
        margin-top: 20px;
        text-align: left;
    }

    .challenges_content .challenges_bri {
        margin-top: 20px;
        text-align: left;
    }

    .challenges_content .challenges_bri p {
        width: 100%;        text-align: left;
    }

    .left_bg,
    .right_bg,
    .snake_bg,
    .fu_bg {
        display: none;
    }

    .sections_bg {
        background: unset;
        padding-bottom: 0;
    }

    .main_video .main_right {
        background: unset;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .main_video .main_right .main_title a {
        color: #121212;
    }

    .main_video .main_right .video_desc p {
        color: #666666;
    }

    .left_img_item .right_desc,
    .left_img_item.reverse_left .right_desc {
        background: unset;
    }

    .reverse_left {
        flex-direction: row;
    }

    .left_img_item {
        flex-wrap: wrap;
    }

    .left_img_item .left_img {
        flex: 1 1 100%;
    }

    .left_img_item .left_img,
    .left_img_item .right_desc {
        width: 100%;
    }

    .left_img_item .right_desc {
        padding: 0;
    }

    .section_title .left_tag {
        display: none;
    }

    .p_tag {
        display: block;
        height: 22px;
        width: auto;
    }

    .p_tag img {
        width: auto;
        height: 22px;
    }

    #section01 {
        background: unset;
    }
}