@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;
}

.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_b_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.item_m_title {
    font-family: ScalaOT Bold;
    color: #121212;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}

.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;
}

#section01 {
    width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 130px;
    background: linear-gradient(135deg, #eef0e1 0%, #fefdf7 32%, #ffffff 64%, #fbf6ef 100%);
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    box-shadow: 0px 0px 7.65px 0px rgba(5, 5, 6, 0.26);
}

#section01 .section_title {
    margin-top: 50px;
}

#section01 .book_bg {
    position: absolute;
    width: 22%;
    height: auto;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.reading_box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.reading_focus {
    margin-top: 0;
}

.reading_latest {
    margin-bottom: 0;
}

.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: 22%;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.pick_content .pick_mid {
    width: 56%;
    padding-left: 15px;
    padding-right: 14px;
    border-right: 1px solid #DCDCDC;
}

.pick_content .pick_right {
    width: 22%;
    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;
}

.pick_content .pick_left p,
.pick_content .pick_right p {
    margin-top: 16px;
}

.section_divider.on_pc {
    display: block;
}

.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: 50px;
    height: 62px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.section_title .left_tag {
    height: 62px;
    width: auto;
    flex-grow: 0;
}

.section_title img {
    height: 100%;
    width: auto;
}

.section_title .left_tag img {
    height: 100%;
    width: auto;
}

#section02 .arts_set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 28px;
}

.arts_set .art_item {
    flex: 1 1 calc((100% - 84px) / 4);
    background: url(https://www.globaltimes.cn/img/reading/100_avid/art_bg02.png);
    padding-bottom: 30px;
}

.arts_set .art_item .item_s_title,
.arts_set .art_item p {
    margin-left: 10px;
    margin-right: 10px;
}

.arts_set .art_item .item_s_title {
    margin-top: 24px;
    margin-bottom: 14px;
}

#section03 .seasons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 36px;
}

#section03 .seasons .season_item {
    flex: 1 1 calc((100% - 36px) / 2);
}

#section03 .seasons .item_m_title {
    margin-top: 22px;
}

#footer {
    border-top: unset;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 30px;
    background: linear-gradient(0deg, #f4fdde 0%, #fdf9f3 60%, #ffffff 100%);
}

.section_divider {
    display: none;
}

.salon_row {
    display: flex;
    flex-direction: row;
}

.salon_row .item_b {
    width: 46%;
    padding-right: 15px;
}

.salon_row .item_m {
    width: 27%;
    border-left: 1px solid #dcdcdc;
    padding-left: 15px;
    padding-right: 15px;
}

.salon_row .item_m:last-child {
    padding-right: 0;
}

.salon_row .item_b .item_b_title {
    margin-top: 16px;
}

.salon_row .item_m .item_m_title {
    margin-top: 16px;
    margin-bottom: 20px;
}


/* 手机适配 */
@media screen and (max-width: 480px) {
    .section_title .left_tag {
        height: 14px;
    }

    .section_title .left_tag {
        height: 26px
    }

    .on_p {
        display: block;
    }

    .top_bg {
        margin-bottom: -1px;
    }

    .section_divider {
        display: block;
    }

    .reading_box {
        margin-top: 0;
        margin-bottom: 0;
    }

    #section01 {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        background: unset;
        border-bottom-right-radius: unset;
        border-bottom-left-radius: unset;
        box-shadow: unset;
    }

    .book_bg {
        display: none;
    }

    #section01 .section_title {
        margin-top: 0;
    }

    .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;
        margin-bottom: 20px;
        margin-top: 0;
    }

    #section02 .arts_set {
        gap: 0;
    }

    .arts_set .art_item {
        flex: 1 1 100%;
        background: unset;
        padding-bottom: 0;
    }

    .arts_set .art_item .item_s_title,
    .arts_set .art_item p {
        margin-left: 0;
        margin-right: 0;
    }

    .arts_set .art_item .item_s_title {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    #section03 .seasons {
        gap: 0;
    }

    #section03 .seasons .season_item {
        flex: 1 1 100%;
    }

    #footer {
        margin-top: -1px;
        padding-top: 40px;
        background: unset;
    }

    .video .video_content {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }

    .video_content .video_right .left_info {
        background: #ffffff;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .video_content .video_right .left_info .video_title,
    .video_content .video_right .left_info .video_title a {
        color: #121212;
    }

    .video_content .video_right .left_info .video_desc p {
        color: #666666;
        margin-top: 18px;
    }

    .reading_life_banner {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .reading_latest .book_bg {
        display: none;
    }

    .reading_latest .highlight_content {
        margin-bottom: 0;
    }

    .video .section_title {
        margin-bottom: 30px;
    }

    .salon_row {
        display: block;
    }

    .salon_row .item_b {
        width: 100%;
        padding-right: unset;
    }

    .salon_row .item_m {
        width: 100%;
        padding-left: unset;
        padding-right: unset;
        border-left: unset;
    }

    .salon_row .item_b .item_b_title,
    .salon_row .item_m .item_m_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .video01 .video_content .video_right .left_info,
    .video02 .video_content .video_right .left_info,
    .video03 .video_content .video_right .left_info {
        background: #ffffff;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}