/*========== 2 ==========*/
.bd_containe_main {
    width: calc(100% - 12.8vw);
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .nav__toggle_pc {
        display: none;
    }

    .nav__list {
        line-height: 16px;
    }

    .navTwo {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 6.4vw;
        background: #fff6e9;
    }

    .nav__logo {
        position: static;
        width: 98px;
        height: 28px;
    }

    .navTwo .nav__list {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        left: 0;
        top: 44px;
        width: 100%;
        height: 0;
        z-index: var(--z-fixed);
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        overflow-y: auto;
        background: #fff6e9;
        display: block;
        margin-top: 0;
    }

    .navTwo .nav__item {
        margin-right: 0;
        height: 16vw;
        padding-left: 6.4vw;
        box-shadow: inset 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .navTwo .nav__link {
        color: #040000;
    }

    .navTwo.active {
        box-shadow: inset 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
    }
    .navTwo .nav__link::before {
        bottom: -1px;
        background: rgba(4, 0, 0, 0.87);
    }

    .nav__toggle {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: relative;
    }

    .nav__toggle_dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-sizing: content-box;
        flex-shrink: 0;
    }
    .nav .nav__toggle_dot {
        background: #fff6e9;
    }
    .navTwo .nav__toggle_dot {
        background: #333;
    }

    .nav__toggle_circle {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #f6ede1;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: -1;
        transform: scale(0);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .nav__toggle.activeMenu .nav__toggle_circle {
        transform: scale(6);
    }
    .nav .nav__toggle.activeMenu .nav__toggle_dot {
        background: #333333;
    }
    .nav__toggle.activeMenu .nav__toggle_dot:nth-child(1) {
        transform: scale(0);
    }

    .nav__toggle.activeMenu .nav__toggle_dot:nth-child(2) {
        transform: scale(1.5);
    }

    .nav__toggle.activeMenu .nav__toggle_dot:nth-child(3) {
        transform: scale(0);
    }

    .nav {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 6.4vw;
        background: none;
    }

    .nav.active {
        background-color: #fff6e9;
        box-shadow: inset 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
    }

    .nav .nav__list {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        left: 0;
        top: 44px;
        width: 100%;
        height: 0;
        z-index: var(--z-fixed);
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        overflow-y: auto;
        background: #fff6e9;
        display: block;
        margin-top: 0;
    }

    /* Show menu */
    .show-menu {
        visibility: visible !important;
        height: calc(100% - 44px) !important;
        opacity: 1 !important;
    }

    .nav .nav__item {
        margin-right: 0;
        height: 16vw;
        padding-left: 6.4vw;
        box-shadow: inset 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .nav__link {
        color: #040000;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .nav__link:hover,
    .nav__list li.active .nav__link {
        font-family: SiYuan_CN_Bold;
        font-weight: bold;
    }

    .nav__link::before {
        bottom: -1px;
        background: #fff6e9;
    }
    .nav__link:hover:before,
    .nav__list li.active .nav__link::before {
        width: 0%;
    }
    /*========== INDEX ==========*/
    .index_p {
        margin-top: calc(12.31527vh + 44px);
    }

    .index_p1 {
        font-size: 26px;
        line-height: 37px;
        letter-spacing: 16px;
        margin-left: 12px;
    }

    .index_p2 {
        font-weight: 400;
        font-size: 9px;
        line-height: 10px;
        letter-spacing: 3px;
        margin-top: 12px;
    }

    /*========== 2 ==========*/
    .page2 {
        min-height: calc(100vh - 44px);
    }
    .page_tit {
        top: 16vw;
        width: 100%;
    }

    .page_tit1 {
        font-size: 20px;
        line-height: 23px;
    }

    .page_tit2 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    .page_tit3 {
        margin-top: 24px;
    }

    .page2_banner {
        margin-top: 44px;
    }

    .page2_ct {
        padding: 74px 12.8vw;
    }

    .page2_ct_1 {
        font-size: 18px;
        line-height: 22px;
    }

    .page2_ct_2 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    .page2_ct_3 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 14px;
    }

    .page2_ct_4 {
        line-height: 20px;
    }

    .page2_ct_5 {
        width: 54px;
        height: 45px;
    }

    .page2_ct_6 {
        line-height: 20px;
    }

    /*========== 3 ==========*/

    .text_wrap_pc::after {
        content: "";
        display: inline; /* 强制换行 */
    }
    .text_wrap_phone::after {
        content: "";
        display: block; /* 强制换行 */
    }

    .page_tit_back {
        position: absolute;
        top: calc(44px + 16vw);
        transform: translateX(-50%);
        margin-top: 0;
    }
    .wx-slide-img {
        display: none;
    }

    .wx-slide-img-s {
        display: block;
    }
    /* 轮播 */
    .carousel {
        margin-top: 0;
        padding-top: 44px;
        height: 100vh;
    }
    .carousel1 .wx-slides {
        height: 100%;
    }
    .carousel1 .wx-slide {
        height: 100%;
    }
    .carousel1 .wx-slide img {
        height: 100%;
    }

    .dots {
        bottom: 10.1333vw;
    }

    .carousel_mask {
        height: 30%;
    }
    .carousel_text {
        bottom: 18.1333vw;
    }
    .carousel_text_tit {
        line-height: 16px;
    }

    .carousel_text_detail {
        /* word-break: keep-all; */
        width: 100vw;
    }

    .carousel-button {
        display: none;
    }
    .page3_banner {
        margin-top: 46px;
        margin-bottom: 46px;
        padding: 120px 0;
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/humendao/img/img_originalflavours_pasture.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page3_banner_ct {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page3_banner > img {
        display: none;
    }

    .page3_banner_lt_p1 {
        font-size: 20px;
        line-height: 23px;
    }

    .page3_banner_lt_p2 {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 4px;
    }

    .page3_banner_rt_p1 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 46px;
    }

    .page3_banner_rt_p2 {
        font-size: 12px;
        line-height: 20px;
        margin: 36px auto 0;
        max-width: 78.1333vw;
    }

    .page3_banner_rt_p3 {
        font-size: 12px;
        line-height: 20px;
        margin: 36px auto 0;
        max-width: 78.1333vw;
    }

    /*========== 4 ==========*/
    .page4_aside {
        /* padding-top: 92px; */
        height: calc(100vh - 44px);
    }
    .carousel2 {
        height: 100%;
        padding-top: 0;
    }
    .page_tit44 {
        top: 16vw;
    }

    /*========== 5 ==========*/
    .page_tit_back2 {
        margin-top: calc(44px + 9.6vw);
    }
    .page5_ct {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .page5_p3 {
        margin-top: 60px;
    }
    .page5_ct_textarea {
        margin-top: 14px;
    }
    .page5_ct_textarea > textarea {
        padding: 14px 24px;
    }
    .page5_ct_textarea_sub,
    .page5_ct_textarea_sub_on {
        letter-spacing: 2px;
    }

    .page5_join {
        margin-top: calc(9.6vw + 44px);
        margin-bottom: 60px;
    }
    .icon_return {
        width: 24px;
        height: 24px;
        margin-left: 3.2vw;
    }
    .page5_join_tit {
        height: 80px;
        margin-top: 36px;
    }
    .page5_join_tit_p1 {
        font-size: 24px;
        line-height: 29px;
    }

    .page5_join_tit_p2 {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 4px;
    }
    .page5_join_ct {
        padding-top: 46px;
    }
    .page5_join_ct_tit {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 4px;
    }
    .page5_join_ct_ask {
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
    }
    .page5_join_ct_pay {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
    }

    .page5_join_ct > li:not(.page5_join_ct_li1) {
        margin-top: 46px;
    }

    .page5_join_phone {
        width: 156px;
        height: 36px;
        border-radius: 4px;
        margin: 48px auto 0;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 648px) {
    .page2_ct_4 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .index_p1 {
        font-size: 6.9333vw;
        line-height: 9.8667vw;
        letter-spacing: 4.2667vw;
        margin-left: 3.2vw;
    }

    .index_p2 {
        font-weight: 400;
        font-size: 2.4vw;
        line-height: 2.6667vw;
        letter-spacing: 0.8vw;
        margin-top: 3.2vw;
    }

    .wx-slide-img2 {
        display: none;
    }

    .wx-slide-img2-s {
        display: block;
    }
    .page3_banner {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/humendao/img/img_originalflavours_pasture_s.png);
    }
    .index {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/humendao/img/bg_index1_s.png);
        background-position: center bottom;
    }
}

@media screen and (max-width: 348px) {
}
