/*========== LAYOUT ==========*/
.bd_containe_main {
    width: 1200px;
    margin: 0 auto;
}

.navTwo {
    position: fixed;
    top: 0;
    z-index: var(--z-tooltip);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.35s ease-out;
}

.nav__logo {
    width: 98px;
    height: 28px;
    display: block;
    position: absolute;
    top: 10px;
    left: 3.125vw;
}

.navTwo .nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
}

.navTwo .nav__item {
    margin-right: 8.3333vw;
}
.navTwo .nav__link {
    color: #fff6e9;
}

.navTwo .nav__link::before {
    background-color: rgba(255, 255, 255, 0.87);
}

.nav__list {
    line-height: 20px;
}

.nav {
    position: fixed;
    z-index: var(--z-tooltip);
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.nav .nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -4px; */
}

.nav__logo img {
    width: 100%;
}

.nav__item {
    position: relative;
}

.nav .nav__item {
    margin-right: 8.3333vw;
}

.nav__item:last-of-type {
    margin-right: 0;
}

.nav__link {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    /* font-family: SiYuan_CN_Medium;
    font-weight: 500; */
    font-size: 14px;
    color: #fff6e9;
    line-height: 20px;
    opacity: 0.7;
}

.nav__link:hover,
.nav__list li.active .nav__link {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    opacity: 1;
}

/* .nav__link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.87);
    width: 0%;
    height: 0.5px;
    transition: 0.3s ease;
}

.nav__link:hover:before,
.nav__list li.active .nav__link::before {
    width: 100%;
} */

.nav__toggle {
    display: none;
    cursor: pointer;
}

@media screen and (min-width: 961px) {
    /* .nav {
        transition: 0.35s ease-out;
        transform: translateY(-100%);
    } */
    .navTwo {
        transform: translateY(-100%);
    }
    .nav__list_pc {
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        visibility: hidden;
        opacity: 0;
    }
    .nav__list_pc.active {
        visibility: visible;
        opacity: 1;
    }
    .nav__toggle_pc {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: absolute;
        right: 3.125vw;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .nav__toggle_dot_pc {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        box-sizing: content-box;
        flex-shrink: 0;
        background: #fff6e9;
    }
    .nav__toggle_circle_pc {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #272f39;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: -1;
        transform: scale(0);
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .nav__toggle_pc.activeMenu .nav__toggle_circle_pc {
        transform: scale(6);
    }
    .nav__toggle_pc.activeMenu .nav__toggle_dot_pc:nth-child(1) {
        transform: scale(0);
    }

    .nav__toggle_pc.activeMenu .nav__toggle_dot_pc:nth-child(2) {
        transform: scale(1.5);
    }

    .nav__toggle_pc.activeMenu .nav__toggle_dot_pc:nth-child(3) {
        transform: scale(0);
    }

    .header_slide_down {
        transform: translateY(0);
    }

    .header_slide_up {
        transform: translateY(-100%);
    }
}

/*========== INDEX ==========*/
.index {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/humendao/img/bg_index1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
    height: 100vh;
}

.index_p {
    margin-top: 36.2vh;
}

.index_p1 {
    font-family: SiYuan_CN_Medium;
    font-weight: 500;
    font-size: 48px;
    color: #fff6e9;
    line-height: 69px;
    letter-spacing: 80px;
    margin-left: 68px;
}

.index_p2 {
    font-family: Optima;
    font-size: 14px;
    color: #fff6e9;
    line-height: 17px;
    letter-spacing: 17px;
    margin-top: 10px;
}

/*========== 2 ==========*/
.page2 {
    min-height: 100vh;
    background: #fff6e9;
}

.page2_aside {
    position: relative;
}
.page_tit {
    color: #fff6e9;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.page_tit44 {
    top: 128px;
}

.page_tit1 {
    font-family: Optima;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
}

.page_tit2 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 6px;
}

.page_tit3 {
    width: 60px;
    height: 1px;
    background: #fff6e9;
    opacity: 0.5;
    margin: 40px auto 0;
}

.page2_banner {
    /* margin-top: 48px; */
    width: 100%;
    height: auto;
}

.page2_banner > img {
    width: 100%;
    height: 100%;
}

.page2_ct {
    width: 100%;
    background: #fff6e9;
    text-align: center;
    padding: 120px 0;
}

.page2_ct_1 {
    font-family: Optima;
    font-weight: bold;
    font-size: 24px;
    color: #040000;
    line-height: 29px;
    text-transform: uppercase;
}

.page2_ct_2 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 18px;
    color: #040000;
    line-height: 26px;
    letter-spacing: 6px;
}

.page2_ct_3 {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #040000;
    line-height: 20px;
    margin-top: 24px;
}

.page2_ct_4 {
    max-width: 400px;
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 12px;
    color: #040000;
    line-height: 22px;
    margin: 8px auto 0;
}

.page2_ct_5 {
    width: 60px;
    height: 50px;
    margin: 46px auto;
}

.page2_ct_6 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 12px;
    color: #040000;
    line-height: 22px;
    margin-top: 8px;
}

/*========== 3 ==========*/
.page_tit_back {
    position: initial;
    transform: none;
    margin-top: 80px;
}

.wx-slide-img,
.wx-slide-img2 {
    display: block;
}

.wx-slide-img-s,
.wx-slide-img2-s {
    display: none;
}

/* 轮播 */
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
.carousel img {
    width: 100%;
}
.wx-slides {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.wx-slide {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    /* aspect-ratio: 1920 / 600; */
}

.carousel2 {
    margin-top: 0;
    height: 100%;
}
.carousel2 .wx-slides {
    height: 100%;
}
.carousel2 .wx-slide {
    height: 100%;
}
.carousel2 .wx-slide img {
    height: 100%;
}

.dots {
    position: absolute;
    bottom: 3.125vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}
.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 246, 233, 0.5);
    cursor: pointer;
}
.dot.active {
    background-color: #fff6e9;
}

.carousel_mask {
    z-index: 1;

    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 0, 0, 0) 0%, rgba(4, 0, 0, 0.6) 100%);
}
.carousel2 .carousel_mask {
    height: 30%;
}
.carousel_text {
    position: absolute;
    bottom: 5.8333vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff6e9;
    z-index: 2;
}
.carousel_text_tit {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
}

.carousel_text_detail {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.carousel-button {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 10;
    height: 100%;
    width: 25%;
    background: transparent;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.text_wrap_pc::after {
    content: "";
    display: block; /* 强制换行 */
}

/* 天然牧场 */
.page3_banner {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.page3_banner > img {
    width: 100%;
}

.page3_banner_ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}

.page3_banner_lt_p1 {
    font-family: Optima;
    font-weight: 400;
    font-size: 36px;
    color: #fff6e9;
    line-height: 44px;
    text-transform: uppercase;
}

.page3_banner_lt_p2 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 16px;
    color: #fff6e9;
    line-height: 23px;
    letter-spacing: 6px;
}

.page3_banner_rt_p1 {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 16px;
    color: #fff6e9;
    line-height: 23px;
    margin-top: 60px;
}

.page3_banner_rt_p2 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: #fff6e9;
    line-height: 26px;
    margin-top: 36px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.page3_banner_rt_p3 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: #fff6e9;
    line-height: 26px;
    margin-top: 8px;
    letter-spacing: 1px;
    opacity: 0.8;
}

/*========== 4 ==========*/

.page4_aside {
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    /* padding-top: 48px; */
}

/*========== 5 ==========*/
.page5 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.page_tit_back2 {
    position: initial;
    transform: none;
    margin-top: 108px;
    text-align: left;
}

.page_tit33 {
    margin: 40px 0 0;
}

.page5_ct {
    margin-top: 60px;
    margin-bottom: 140px;
}

.page5_p_tit {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #fff6e9;
    line-height: 20px;
}
.page5_p1 {
    display: inline-block;
    text-decoration-line: underline;
    cursor: pointer;
}
.page5_p3 {
    margin-top: 60px;
}

.page5_ct_textarea {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.page5_ct_textarea > textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #fff6e9;
    padding: 24px;
    outline: none;
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #040000;
    line-height: 20px;
    resize: none;
    background: #fff6e9;
}

.page5_ct_textarea_sub {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    line-height: 20px;
    letter-spacing: 4px;
    position: absolute;
    right: 24px;
    bottom: 14px;
    cursor: pointer;
}

.page5_ct_textarea_sub_on {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    color: #040000;
}

.page5_join {
    width: 100%;
    margin-top: 108px;
    margin-bottom: 80px;
    display: none;
}

.icon_return {
    width: 36px;
    height: 36px;
    margin-left: 40px;
    cursor: pointer;
}

.page5_join_tit {
    width: 100%;
    height: 138px;
    background: #fff6e9;
    border: 1px solid #fff6e9;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page5_join_tit_p1 {
    font-family: Optima;
    font-weight: 400;
    font-size: 36px;
    color: #040000;
    line-height: 40px;
    text-transform: uppercase;
}

.page5_join_tit_p2 {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 16px;
    color: #040000;
    line-height: 23px;
    letter-spacing: 6px;
}

.page5_join_ct {
    padding-top: 80px;
    text-align: center;
}

.page5_join_ct_tit {
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #fff6e9;
    line-height: 20px;
    letter-spacing: 2px;
}

.page5_join_ct_pay,
.page5_join_ct_ask {
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: #fff6e9;
    line-height: 20px;
}

.page5_join_ct_pay {
    margin-top: 14px;
}

.page5_join_ct_ask {
    margin-top: 4px;
}

.page5_join_ct > li:not(.page5_join_ct_li1) {
    margin-top: 46px;
}

.page5_join_phone {
    width: 200px;
    height: 46px;
    background: #fff6e9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
    font-family: SiYuan_CN_Bold;
    font-weight: bold;
    font-size: 14px;
    color: #040000;
    line-height: 20px;
    letter-spacing: 4px;
    cursor: pointer;
}

.page5_ct_textarea > textarea::-webkit-input-placeholder {
    /* Chrome / Safari / Opera */
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    line-height: 20px;
}

.page5_ct_textarea > textarea:-moz-placeholder {
    /* Firefox 4 to 18 */
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    line-height: 20px;
}

.page5_ct_textarea > textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    line-height: 20px;
}

.page5_ct_textarea > textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: SiYuan_CN_Light;
    font-weight: 300;
    font-size: 14px;
    color: rgba(4, 0, 0, 0.6);
    line-height: 20px;
}

/*========== FOOTER ==========*/
.l_footer_in_header {
    display: none;
}
.l_footer {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 246, 233, 0.1);
}

.footer_content > span {
    font-size: 12px;
    line-height: 17px;
    font-family: SiYuan_CN_Light;
}

.footer_title {
    color: #fff6e9;
}
.footer_desc {
    margin-top: 5px;
    color: rgba(255, 246, 233, 0.5);
}

.footer_qrcode {
    width: 60px;
    height: 60px;
    margin-top: 5px;
}

.footer_container {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    column-gap: 1rem;
}

.footer_container > div {
    margin-bottom: 14px;
}

.footer_filing {
    color: #fff6e9;
    font-family: SiYuan_CN_Light;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 4px !important;
    color: rgba(255, 246, 233, 0.5);
}

.footer_filing a {
    color: rgba(255, 246, 233, 0.5);
}

.footer_filing img {
    width: 16px;
    margin-right: 6px;
}

/*========== MEDIA QUERIES ==========*/
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
    .footer_container {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 960px) {
    /* 移动端没有hover事件，会导致下划线一直在，所以去掉 */
    .nav__link:hover:before {
        width: auto;
    }

    .l_footer_in_header {
        display: block;
        margin-top: 37.3333vw;
        padding: 0 0 48px;
    }
    .l_footer_in_header .footer_tits {
        padding: 14px 0;
        font-family: SiYuan_CN_Medium;
        font-weight: 500;
        font-size: 12px;
        color: #333333;
        line-height: 17px;
        box-shadow: inset 0px 0.4px 0px 0px rgba(0, 0, 0, 0.1);
    }

    .l_footer_in_header .footer_title,
    .l_footer_in_header .footer_desc {
        color: #666666;
    }

    .l_footer_in_header .footer_filing {
        font-weight: 300;
        font-size: 10px;
        line-height: 13px;
        display: flex;
        align-items: center;
        margin-bottom: 4px !important;
        color: #666666;
        font-family: MiSans_Light;
    }

    .l_footer_in_header .footer_filing a {
        color: #666666;
    }
    .footer_container_fill {
        padding-top: 24px;
        box-shadow: inset 0px 0.4px 0px 0px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 768px) {
    .footer_filing img {
        width: 12px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 576px) {
    .footer_container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 359px) {
}
