@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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;
}

p {
    font-family: ScalaOT Regular;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.in_divider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.on_p {
    display: none;
}

/* 导航缩放 */
.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-header,
.navbar-nav,
.navbar-nav>li {
    float: none;
}

.navbar-nav {
    text-align: center;
}

.rel_nav li:first-child,
.rel_nav li:not(:first-child) {
    margin-left: 0;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #A7A6A6;
}

.navbar-collapse.collapse {
    height: 0 !important;
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
}

.navbar-header {
    display: block;
}

.bf_nav .navbar-default {
    background-color: unset;
    border-bottom: 1px solid #A7A6A6;
}

.bf_nav .navbar-nav li a {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #121212;
    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;
}

.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-bottom: 28px;
    height: 50px;
}

.section_title img {
    height: 100%;
    width: auto;
}

.spot_line01,
.spot_line02,
.spot_line02 .spot_item02 {
    font-size: 0;
}

.spot_line01 .spot_item01,
.spot_line02 .spot_item02 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.spot_line02 .spot_item02 .left_img,
.spot_line02 .spot_item02 .item_ss_title {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.spot_line02 .spot_item02 .item_ss_title {
    padding-left: 20px;
}

.spot_line01 .spot_item01:first-child,
.spot_line02 .spot_item02:first-child {
    padding-right: 20px;
}

.spot_line01 .spot_item01:last-child,
.spot_line02 .spot_item02:last-child {
    padding-left: 20px;
}

.spot_line01 .spot_item01 .item_m_title {
    margin-top: 24px;
}

.spotlight .mid_divider {
    margin-top: 40px;
    margin-bottom: 40px;
}

.gt_spot,
.gt_video {
    width: 100%;
    position: relative;
}

.bg01 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg02 {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}

.bg01 img {
    width: 38%;
    float: right;
}

.bg02 img {
    width: 40%;
}

.gt_content {
    font-size: 0;
}

.gt_content .left_img_sets,
.gt_content .right_title_sets {
    display: inline-block;
    vertical-align: top;
}

.gt_content .left_img_sets {
    width: 772px;
    height: 463px;
    position: relative;
}

.gt_content .right_title_sets {
    width: calc(100% - 772px);
    height: 463px;
}

.gt_content .img_set {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
}

.gt_content .img_set.active {
    display: block;
}

.gt_content .title_set {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #DCDCDC;
    background-color: rgba(250, 231, 231, 0.28);
}

.gt_content .title_set.picked {
    background-color: rgba(250, 231, 231, 0.6);
}

.gt_content .title_set:last-child {
    border-bottom: unset;
}

.gt_content .right_title_sets .item_s_title {
    display: block;
    padding: 20px;
}

.latest_content {
    font-size: 0;
}

.latest_content .ver_divider {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #DCDCDC;
}

.lastest_item {
    display: inline-block;
    vertical-align: top;
    width: calc(((100% - 81px) / 4) + 26px);
    padding-left: 13px;
    padding-right: 13px;
    border-right: 1px solid #DCDCDC;
}

.lastest_item:first-child {
    padding-left: 0;
    width: calc(((100% - 81px) / 4) + 13px);
}

.lastest_item .item_s_title {
    margin-top: 24px;
}

.lastest_item p {
    margin-top: 20px;
}

/*.lastest_item:nth-child(1) {
    width: calc(((100% - 81px) / 4) + 26px);
}

.lastest_item:nth-child(2) {
    width: calc(((100% - 81px) / 4) + 26px);
}*/

.lastest_item:last-child {
    padding-right: 0;
    width: calc(((100% - 81px) / 4) + 13px);
    border-right: unset;
}

.video_content {
    font-size: 0;
    background-color: unset;
}

.video_left,
.video_right {
    display: inline-block;
    width: 50%;
}

.video_left {
    padding: 50px 80px;
    margin-top: 50px;
    background-color: #FEF8F8;
}

.video_left p {
    margin-top: 30px;
}

.gra_content .item_s_title {
    margin-top: 20px;
}

.culture_content {
    font-size: 0;
}

.cul_left,
.cul_right {
    display: inline-block;
    vertical-align: top;
}

.cul_left {
    width: 28%;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.cul_right {
    width: 72%;
    padding-left: 14px;
}

.cul_right .right_line02,
.cul_right .right_line02 .right_item,
.cul_right .right_line01 {
    font-size: 0;
}

.cul_right .right_line02 .left_img,
.cul_right .right_line02 .right_title,
.cul_right .right_line01 .left_img,
.cul_right .right_line01 .right_desc {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.cul_right .right_line02 .right_item {
    display: inline-block;
    vertical-align: text-top;
    width: calc((100% - 20px) / 2);
}

.cul_right .right_line01 .left_img {
    padding-right: 20px;
}

.cul_right .right_line01 .right_desc {
    padding: 30px 16px;
}

.cul_right .right_line01 .right_desc p {
    margin-top: 30px;
}

.cul_right .right_line02 .left_img {
    padding-right: 18px;
}

.cul_right .right_line02 .right_item:first-child {
    border-right: 1px solid #DCDCDC;
    margin-right: 20px;
}

.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: 36% !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;
}

.panda_on {
    position: relative;
}

.panda {
    position: absolute;
    width: 160px;
    height: auto;
    left: 20px;
    top: -82px;
}

.gt_content .hori_type {
    display: block;
}

.gt_content .ver_type {
    display: none;
}

/* For portrait layouts only  ipad横向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1400px) and (orientation:landscape) {

    .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;
    }

    .gt_content .left_img_sets {
        width: 600px;
        height: 360px;
    }

    .gt_content .right_title_sets {
        width: calc(100% - 600px);
        height: 360px;
    }

    .gt_content .right_title_sets .item_s_title {
        padding: 8px 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .video_left {
        margin-top: 20px;
        padding: 30px 20px;
    }

    .cul_right .right_line01 .right_desc {
        padding: 10px 0 0 0;
    }

    .ex_content {
        padding-bottom: 0;
    }

    .ex_content:after {
        display: none;
    }

    .ex_arts {
        width: 100%;
    }

    .ex_arts .ex_bottom {
        width: 100%;
    }

    .section_divider {
        margin-top: 76px;
    }

    .view_content .view_item .item_left {
        width: 58%;
    }

    .view_content .view_item .item_right {
        width: 42%;
    }

    .contain_two:after {
        display: none;
    }

    .view_content .view_item .item_right .quot_b,
    .view_content .view_item .item_right .quot_e {
        display: none;
    }

    .view_content .view_item .item_right .bf_title {
        margin-top: 10px;
        max-height: unset;
    }

    .info_next,
    .info_prev {
        top: 30% !important;
    }

    .spot_line02 .spot_item02 .left_img,
    .spot_line02 .spot_item02 .item_ss_title {
        vertical-align: top;
    }
}

/* For portrait layouts only  ipad竖向*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:portrait) {
    .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;
    }

    .navbar-nav {
        display: block;
    }

    .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_noimg {
        padding-right: 20px;
        border-right: 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;
    }

    .bg01,
    .bg02 {
        display: none;
    }

    .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;
    }

    .lastest_item:first-child {
        width: 100%;
        display: block;
        padding-right: 0;
        border-right: unset;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 20px;
        font-size: 0;
        margin-bottom: 20px;
    }

    .lastest_item:not(:first-child) {
        width: calc((100% - 52px) / 3 + 13px);
    }

    .lastest_item:not(:first-child) p {
        display: none;
    }

    .lastest_item:nth-child(2) {
        padding-left: 0;
    }

    .lastest_item:nth-child(3) {
        width: calc((100% - 52px) / 3 + 26px);
    }

    .lastest_item .left_img,
    .lastest_item .right_desc {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }

    .lastest_item .left_img {
        padding-right: 10px;
    }

    .lastest_item .right_desc {
        padding-left: 10px;
    }

    .video_content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #FEF8F8;
    }

    .video_left {
        padding: 0 10px;
        margin-top: 0;
        background-color: unset;
    }

    .video_right {
        padding-left: 10px;
    }

    .gra_content .item_s_title {
        font-size: 16px;
        line-height: 22px;
    }

    .cul_left {
        display: none;
    }

    .cul_right {
        width: 100%;
        padding-left: 0;
    }

    .cul_right .right_line01 .right_desc {
        padding: 0;
    }

    .cul_right .right_line01 .left_img,
    .cul_right .right_line01 .right_desc {
        vertical-align: middle;
    }

    .cul_right .right_line02 .right_title {
        padding-right: 10px;
    }

    .info_next,
    .info_prev {
        top: 25% !important;
    }

    .ex_content:after {
        display: none;
    }

    .ex_arts {
        width: 100%;
    }

    .ex_arts .ex_bottom {
        width: 100%;
    }

    .ex_content {
        padding-bottom: 0;
    }

    .ex_arts .ex_top .bf_title {
        margin-top: 0;
    }

    .ex_divider {
        margin-top: 46px;
    }

    .close_content .close_left {
        width: 30%;
    }

    .close_content .close_mid {
        width: 40%;
    }

    .close_content .close_right {
        width: 30%;
    }

    .view_content .view_item .item_left,
    .view_content .view_item .item_right {
        width: 100%;
        display: block;
    }

    .view_content .view_item .item_left {
        padding-right: 0;
    }

    .view_content .view_item .item_right .bf_title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .view_content .view_item .item_right .quot_b,
    .view_content .view_item .item_right .quot_e {
        display: none;
    }

    .view_content .view_item .item_right .quot_b {
        left: 0;
        top: -40px;
    }

    .view_content .view_item .item_right .quot_e {
        right: 0;
        bottom: -40px;
    }

    .contain_two:after {
        display: none;
    }

    .more_content .more_item {
        width: calc((100% - 60px)/3);
    }

    .more_content .more_item:last-child {
        display: none;
    }

    .more_content .more_item:nth-child(3) {
        margin-right: 0;
    }

    .gra_next,
    .gra_prev {
        top: 30% !important;
    }

    .bf_culture {
        background-image: unset;
        padding-bottom: 0;
        padding-top: 0;
    }

    .p_full_container .panda_on {
        opacity: 1;
        margin-top: 60px;
    }

    .spot_line02 .spot_item02 .left_img,
    .spot_line02 .spot_item02 .item_ss_title {
        vertical-align: top;
    }

    .gt_content .title_set.picked {
        background-color: unset;
    }

    .lastest_item .item_s_title:first-child {
        margin-top: 0;
    }

    #footer .footer_info {
        text-align: left;
    }
}

/* 手机适配 */
@media screen and (max-width: 480px) {
    .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;
    }

    .lastest_item:last-child,
    .lastest_item:first-child,
    .lastest_item {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .video_left,
    .video_right {
        display: block;
        width: 100%;
    }

    .video_left {
        padding: 0;
        margin-top: 0;
        background-color: unset;
    }

    .video_left .item_lm_title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .cul_left {
        display: none;
    }

    .cul_right {
        width: 100%;
        padding-left: 0;
    }

    .cul_right .right_line01 .left_img {
        padding-right: 0;
    }

    .cul_right .right_line02 .right_item,
    .cul_right .right_line02 .left_img,
    .cul_right .right_line02 .right_title,
    .cul_right .right_line01 .left_img,
    .cul_right .right_line01 .right_desc {
        display: block;
        width: 100%;
    }

    .cul_right .right_line01 .right_desc {
        padding: 0;
    }

    .cul_right .right_line02 .left_img {
        padding-right: 0;
    }

    .cul_right .right_line02 .right_title .item_ss_title,
    .cul_right .right_line01 .right_desc .item_m_title {
        font-size: 20px;
        line-height: 26px;
        margin-top: 20px;
    }

    .navbar-default .navbar-toggle {
        margin-right: 0;
    }

    .spot_line02 .spot_item02 .item_ss_title,
    .spot_line01 .spot_item01 .item_m_title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .spotlight .mid_divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cul_right .right_line02 .right_item:first-child,
    .lastest_item:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid #DCDCDC;
        margin-bottom: 20px;
        border-right: unset;
    }

    .gra_content {
        margin-bottom: 0;
    }

    .panda {
        display: none;
    }

    .video_content {
        margin-bottom: 0;
    }

    .cul_right .right_line01 .right_desc p,
    .video_left p {
        margin-top: 20px;
    }
}