@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1260px;
    }
}

@font-face {
    font-family: "Modern";
    src: url("../fonts/Modern_20.ttf");
}

.video_content .slide_box .desc_p,
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;
}

body {
    background-color: #FEF8EC;
}

.in_divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.on_p {
    display: none;
}

.bf_nav {
    margin-top: -1px;
    margin-bottom: -1px;
}

/* 导航缩放 */
.navbar-default .navbar-toggle {
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-right: -15px;
    border-color: #A7A6A6;
}

.navbar-default .navbar-toggle:hover {
    background-color: #a8c6db;
}

.navbar-nav {
    text-align: center;
}

.rel_nav li:first-child,
.rel_nav li:not(:first-child) {
    margin-left: 0;
}

.navbar-header {
    display: none;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #A7A6A6;
}

.navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
}

.bf_nav .navbar-default {
    background-color: #783B26;
    min-height: unset;
    margin-bottom: 0;
}

.bf_nav .navbar-nav li a {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #E9DBC6;
    font-size: 20px;
}

.bf_nav .navbar-nav li:first-child a {
    padding-right: 0;
    padding-left: 0;
}

.bf .navbar-nav li:last-child a {
    padding-left: 0;
}

.navbar-nav {
    margin: 0 auto;
    width: 1460px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    float: unset;
    padding-top: 18px;
    padding-bottom: 18px;
}

.bf_nav .navbar-nav li {
    flex: 1;
    position: relative;
}

.bf_nav .navbar-nav li a {
    font-family: Modern;
    display: block;
    padding: 6px 0;
    color: #E9DBC6;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.bf_nav .navbar-nav li:not(:last-child)::after {
    content: "|";
    /* 直接用字符实现，和截图效果完全一致 */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    /* 关键：让竖线正好在两个li的中间 */
    color: #E9DBC6;
    font-size: 20px;
    pointer-events: none;
    /* 不影响点击 */
}

.top_bg {
    position: relative;
    width: 100%;
    height: auto;
    //background: url(https://backup.globaltimes.cn/test/img/bf_top_bg.png);
    //background-size: 100%;
}

.top_bg .bg_phone {
    display: none;
}

.top_bg .bg_img {
    width: 100%;
    height: auto;
}

.top_bg .banner_text {
    padding-top: 80px;
    max-width: 1030px;
    margin: 0 auto;
}

.top_bg .banner_text .full_title {
    text-align: center;
    font-size: 97px;
    font-family: ScalaOT Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 54px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
}

.top_bg .banner_text .full_title i {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(https://backup.globaltimes.cn/test/img/bf_glo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.top_bg .banner_text .full_desc {
    margin-top: 72px;
    margin-bottom: 72px;
    text-align: center;
    font-size: 17px;
    font-family: ScalaOT Bold;
    font-weight: 700;
    color: #ffffff;
    line-height: 22px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
}

.bf_title {
    font-family: ScalaOT Bold;
    font-weight: normal;
    color: #121212;
}

.bf_title_24 {
    font-size: 24px;
    line-height: 30px;
}

.bf_title_21 {
    font-size: 21px;
    line-height: 26px;
}

.bf_title_20 {
    font-size: 20px;
    line-height: 25px;
}

.bf_title_19 {
    font-size: 19px;
    line-height: 23px;
}

.bf_title_22 {
    font-size: 22px;
    line-height: 28px;
}

.item_ss_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.item_s_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}

.mid_content .item_l_title,
.item_img .item_s_title {
    margin-top: 20px;
}

.navbar-nav>li a {
    font-family: ScalaOT Bold;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #122112;
}

.item_m_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
}

.item_lm_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
}

.item_l_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

p {
    font-family: ScalaOT Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.mid_content p,
.item_noimg p {
    margin-top: 18px;
}

.pick_content {
    font-size: 0;
}

.pick_content .pick_left,
.pick_content .pick_mid,
.pick_content .pick_right {
    display: inline-block;
    vertical-align: top;
}

.pick_content .pick_left {
    width: 20%;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.pick_content .pick_mid {
    width: 60%;
    padding-left: 15px;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.pick_content .pick_right {
    width: 20%;
    padding-left: 15px;
}

.pick_content .pick_left .bf_title,
.pick_content .pick_mid .bf_title {
    margin-top: 20px;
}

.pick_content .pick_mid p {
    margin-top: 20px;
}

.section_divider {
    margin-top: 76px;
    margin-bottom: 28px;
    width: 100%;
    height: 1px;
    background-color: #BEBDBD;
}

.ex_divider {
    margin-top: 28px
}

.section_title {
    font-family: ScalaOT Bold;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 60px;
}

.section_title .title_pc {
    height: auto;
    width: 90%;
    margin: 0 auto;
}

.section_title .title_phone {
    display: none;
}

#section01 {
    background: url(https://www.globaltimes.cn/img/2026proj/trial/bg01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}

.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;
}

.swiper_container {
    position: relative;
    background-image: url(https://www.globaltimes.cn/img/2026proj/trial/bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5.67px 1.95px 23.04px 0.24px #472b22;
}

.full_swiper {
    padding: 88px 68px;
}


.latest_sets {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
}

.latest_sets .item {
    /* display: flex;
    flex-direction: column;*/
    flex: 1 1 calc((100% - 24px) / 4);
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f9f0e5;
    background-size: cover;
    border: 2px solid #d8ba97;
    border-radius: 6px;
    box-shadow: 0.21px 3.99px 4.7px 0.24px rgba(71, 43, 34, 0.19);
}

.latest_sets .item .item_s_title {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.latest_sets .item .item_s_title {
    padding-left: 16px;
    padding-right: 16px;
}

.latest_full {
    background: url(https://www.globaltimes.cn/img/2026proj/trial/bg03.png);
    background-size: 100% 90%;
    background-position: 0% 33%;
    background-repeat: no-repeat;
}

.opinion_sets {
    display: flex;
    gap: 45px;
    flex-direction: row;
    flex-wrap: wrap;
}

.opinion_sets .opinion_item {
    flex: 1 1 calc((100% - 90px) / 3);
    padding-top: 20px;
    padding-bottom: 30px;
    background-size: cover;
}

.opinion_sets .opinion_item .item_s_title {
    margin-top: 20px;
    margin-bottom: 16px;
}

.opinion_full {
    background: url(https://www.globaltimes.cn/img/2026proj/trial/bg_04_01.png);
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 180px;
    background-repeat: no-repeat;
}

.opinion_center {
    position: relative;
    z-index: 2;
}

.opinion_center::before {
    content: "";
    position: absolute;
    width: calc(100% + 200px);
    height: calc(100% + 160px);
    background: url(https://www.globaltimes.cn/img/2026proj/trial/bg_04_02.png);
    top: 56%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#section05 {
    background: url(https://www.globaltimes.cn/img/2026proj/trial/bg06.png);
    padding-bottom: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.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-color: #7D402B;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.left_img_item .right_desc .item_l_title a {
    color: #fef8ec;

}

.left_img_item .right_desc .item_l_title {
    margin-bottom: 20px;
}

.left_img_item .right_desc .item_bri p {
    color: #FFFFFE;
}

.video_full .insec_divider {
    width: 100%;
    height: 2px;
    background-color: #6A3828;
    margin-top: 40px;
    margin-bottom: 40px;
}

.video_content {
    position: relative;
    margin: 0 auto;
    width: 1400px;
    background: unset;
    padding-left: 70px;
    padding-right: 70px;
}

.video_content .swiper-slide .item_s_title {
    margin-top: 20px;
}

.video_content .video_next,
.video_content .video_prev {
    top: 36% !important;
}

#footer {
    background: linear-gradient(-180deg, #eed9b0 0%, #faf3e7 100%);
    margin-top: 0;
}

#footer .footer_nav {
    padding-top: 40px;
    border-top: 1px solid #BEBDBD;
}

/* For portrait layouts only  ipad横向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1400px) and (orientation:landscape) {
    .bot_full {
        padding-bottom: 0;
        background: unset;
    }

    .bg01,
    .bg02 {
        display: none;
    }

    .pick_content .pick_left {
        width: 25%;
    }

    .pick_content .pick_mid {
        width: 50%;
    }

    .pick_content .pick_right {
        width: 25%;
    }

    .pick_content .pick_left .bf_title {
        font-size: 30px;
        line-height: 36px;
    }

    .navbar-nav {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 10px;
    }

    .bf_nav .navbar-nav li a {
        font-size: 16px;
    }

    #section01 {
        padding-bottom: 0;
        background: unset;
        padding-top: 20px;
    }

    .video_content {
        width: 100%;
    }

    #video_swiper video {
        width: 280px;
        height: 170px;
    }

    .opinion_center::before {
        display: none;
    }
}

/* For portrait layouts only  ipad竖向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:portrait) {
    #section02 .section_title {
        margin-top: 80px;
    }

    .section_title {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .bot_full {
        padding-bottom: 0;
        background: unset;
    }

    .section_divider {
        margin-top: 46px;
        margin-bottom: 42px;
    }

    .top_bg .banner_text {
        padding-top: 30px;
    }

    .top_bg .banner_text {
        width: 80%;
    }

    .top_bg .banner_text .full_title {
        font-size: 74px;
        text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
    }

    .top_bg .banner_text .full_desc {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: normal;

    }

    .top_bg .banner_text .full_title i {
        width: 52px;
        height: 52px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
    }

    .pick_content .pick_left {
        width: 40%;
        padding-left: 15px;
        padding-right: 0;
        border-right: unset;
    }

    .pick_content .pick_mid {
        width: 60%;
        padding-right: 15px;
        padding-left: 0;
        float: left;
    }

    .pick_content .pick_right {
        width: 100%;
        display: block;
        padding-left: 0;
        border-top: 1px solid #dcdcdc;
        padding-top: 20px;
        margin-top: 20px;
    }

    .pick_content .pick_right.right_content {
        font-size: 0;
    }

    .pick_content .pick_right .in_divider,
    .pick_content .pick_right p,
    .pick_content .pick_right img {
        display: none;
    }

    .pick_content .pick_right .item_img,
    .pick_content .pick_right .item_noimg {
        display: inline-block;
        width: calc((100% - 41px) / 2);
        vertical-align: top;
    }

    .pick_content .pick_right .item_img {
        padding-left: 0;
    }

    .pick_content .pick_right .item_noimg {
        padding-left: 20px;
        border-left: 1px solid #DCDCDC;
    }

    .pick_content .pick_right .item_img .item_s_title {
        margin-top: 0;
    }

    .pick_content .pick_right .item_img {
        padding-left: 20px;
    }

    .not_on_ver {
        display: none;
    }

    .spot_item02 .item_ss_title {
        font-size: 14px;
        line-height: 20px;
    }

    .gt_content .hori_type {
        display: none;
    }

    .gt_content .ver_type {
        display: block;
    }

    .ver_type {
        font-size: 0;
    }

    .ver_type .ver_set {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-bottom: 32px;
    }

    .gt_content .title_set {
        background-color: unset;
    }

    .ver_type .ver_set:nth-child(2n) {
        padding-left: 10px;
    }

    .ver_type .ver_set:nth-child(2n+1) {
        padding-right: 10px;
    }

    .ver_type .ver_set .item_s_title {
        margin-top: 16px;
    }

    .bf_nav .navbar-default {
        min-height: 40px;
        background-color: unset;
    }

    .navbar-header {
        display: block;
        float: none;
    }

    .navbar-default .navbar-toggle {
        margin-right: 12px;
        float: right;
        display: block;
    }

    .navbar-nav {
        display: table;
        width: auto;
    }

    .bf_nav .navbar-nav li {
        float: none;
        display: block;
    }

    .bf_nav .navbar-nav li a {
        color: #121212;
    }

    .navbar-collapse.collapse {
        height: 0 !important;
        display: none !important;
    }

    .bf_nav .navbar-nav li:not(:last-child)::after {
        display: none;
    }

    .opinion_center::before {
        display: none;
    }

    .left_img_item .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;
    }

    .left_img_item .right_desc .item_l_title a,
    .left_img_item .right_desc .item_bri p {
        color: #121212;
    }

    .left_img_item .right_desc .item_l_title {
        margin-top: 20px;
    }

    .video_content {
        width: 100%;
    }

    #video_swiper video {
        width: 600px;
        height: 366px;
    }

}

/* 手机适配 */
@media screen and (max-width: 480px) {
    body {
        background: unset;
    }

    .bot_full {
        padding-bottom: 0;
        background: unset;
    }

    .on_p {
        display: block;
    }

    .bg01,
    .bg02 {
        display: none;
    }

    .gt_content .title_set.picked {
        background-color: unset;
    }

    .p_full_container .section_divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pick_content .pick_left,
    .pick_content .pick_mid,
    .pick_content .pick_right {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: unset;
    }

    .gt_content .hori_type {
        display: none;
    }

    .gt_content .ver_type {
        display: block;
    }

    .mid_content .item_l_title {
        font-size: 20px;
        line-height: 26px;
    }

    .section_title {
        height: 40px;
    }

    .spot_line02 .spot_item02 .left_img,
    .spot_line02 .spot_item02 .item_ss_title,
    .spot_line01 .spot_item01,
    .spot_line02 .spot_item02 {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .spot_line01 .spot_item01:last-child,
    .spot_line02 .spot_item02:last-child {
        padding-left: 0;
    }

    .spot_line01 .spot_item01:first-child,
    .spot_line02 .spot_item02:first-child {
        padding-right: 0;
    }

    .gt_content .title_set {
        background-color: unset;
        margin-top: 20px;
    }

    .bf_nav .navbar-default {
        min-height: 40px;
        background-color: unset;
    }

    .navbar-header {
        display: block;
    }

    .navbar-default .navbar-toggle {
        margin-right: 12px;
    }

    .navbar-nav {
        display: table;
        width: auto;
    }

    .bf_nav .navbar-nav li:not(:last-child)::after {
        display: none;
    }

    .video_content {
        width: 100%;
    }

    #section01 {
        background: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .swiper_container {
        background: unset;
        box-shadow: unset;
    }

    .full_swiper {
        padding: 0;
    }

    .section_title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .latest_full {
        background: unset;
    }

    .latest_sets {
        gap: 20px;
        flex-direction: column;
    }

    .latest_sets .item {
        background-color: unset;
        border: unset;
        box-shadow: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .latest_sets .item:not(:last-child) {
        border-bottom: 1px solid #E6E6E6;
    }

    .latest_sets .item .item_s_title {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .opinion_full {
        background: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .opinion_center::before {
        display: none;
    }

    .opinion_sets {
        flex-direction: column;
        gap: 20px;
    }

    .opinion_sets .opinion_item {
        flex: 1 1 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .opinion_sets .opinion_item:not(:last-child) {
        border-bottom: 1px solid #E6E6E6;
    }

    .opinion_sets .opinion_item p {
        margin-bottom: 20px;
    }

    #section05 {
        background: unset;
    }

    .left_img_item .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;
    }

    .left_img_item .right_desc .item_l_title a,
    .left_img_item .right_desc .item_bri p {
        color: #121212;
    }

    .left_img_item .right_desc .item_l_title {
        margin-top: 20px;
    }

    .video_content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #video_swiper video {
        width: 360px;
        height: 216px;
    }

    .video_slide {
        text-align: center;
    }

    #video_swiper .swiper-slide .item_s_title {
        text-align: left;
    }

    .video_content .video_next,
    .video_content .video_prev {
        top: 32% !important;
    }

    .video_content .video_next {
        right: 20px;
    }

    .video_content .video_prev {
        left: 20px;
    }

    #footer {
        background: unset;
    }

    .section_title .title_phone {
        display: block;
    }

    .section_title .title_pc {
        display: none;
    }
}