.hea-top {
    background: #302219;
    padding: 5px 0;
}

.hea-topp p {
    color: #AE917E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

/*  */
#ven {
    transition: all 0.5s ease;
    /* background: #BF9F8A; */
    background: #E2CBBE !important;
    backdrop-filter: blur(5px);
}

.ventricle {
    background: #E2CBBE !important;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1536px) {}

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    padding: 5px 0;
    position: relative;
}

.ven1-loim img {
    width: 165px;
    height: auto;
    transition: all 0.5s ease;
    background-blend-mode: luminosity;
}

.ven2 {
    display: flex;
    align-items: center;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 2.62vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-lsa {
    height: 100%;
    position: relative;
}

.ven2-la {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ven2-la::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    background: #302219;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-la::after {
    width: 60px;
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 60px;
    width: 100%;
}

.ven2-la span {
    color: #302219;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;

    --size: 0px;
    --color: #FFF7F2;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
    color: #302219;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #302219;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven2-la i {
    color: #FFF7F2;
    margin-left: 6px;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.ventricle .ven2-la i {
    color: #453737;
}

/*  */

.ven-seh {
    position: relative;
}

.vensesv {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}

.vensesv::after,
.vensesv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
}

.vensesv::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.vensesv:hover:before,
.vensesv:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.vensesv i {
    font-size: 18px;
    line-height: normal;
    color: #211E1E;
    transition: all 0.5s ease;
}

.vensesv:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #FFF;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-subnav) * 1.18);
}

.headersp .vensesv span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .vensesv span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-inqury {
    margin-right: 50px;
}

.ven-inqury a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ven-inqury a i {
    font-size: 20px;
    color: rgba(48, 34, 25, 1);
    display: block;
    transition: all 0.5s ease;
}

.ven-inqury a:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ven-inqury a p {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-left: 4px;
}

.ven-inqury a span {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.8px;
}

/*  */
.ven-line {
    width: 1px;
    height: 19px;
    margin: 0 16px;
    background: #D9D9D9;
}

/*  */
.ven2-lang {
    position: relative;
}

.ven2-langbt {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 52px;
    border: 0.5px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
    height: 32px;
    padding: 0 20px;
    margin: 0 16px;
}

.ventricle .ven2-langbt {
    border: 0.5px solid rgba(34, 34, 34, 1);
}

.ven2-langbt i {
    font-size: 20px;
    color: #FFF;
    display: block;
}

.headersp .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt i {
    color: rgba(34, 34, 34, 1);
}

.ven2-langbt:hover i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.ven2-langbt span {
    color: #FFF;
    font-family: 'Instrument Serif';
    font-size: var(--zj-subnav);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.headersp .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

.ventricle .ven2-langbt span {
    color: rgba(34, 34, 34, 1);
}

/*  */
.ven-contact>a {
    display: block;
    background: #302219;
    padding: 0 11px;
    overflow: hidden;
    position: relative;
}

.ven-contact>a::after,
.ven-contact>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.ven-contact>a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.ven-contact>a:hover:before,
.ven-contact>a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ven-contact>a p span {
    color: #FFE3D1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    --size: 0px;
    --color: #FFE3D1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven-contact>a:hover p span {
    color: #FFE3D1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* yuyan */
.ven2-3sec {
    position: absolute;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-3sec a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding: 6px 12px;
}

.ven2-3sec a span {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s ease;
}

@media (max-width: 1800px) {
    .ven2-l {
        margin-right: 1.4vw;
    }

    .vensesv {
        margin-right: 22px;
    }

    .ven-inqury {
        margin-right: 24px;
    }
}

@media (max-width: 1536px) {

    .ven1-loim img {
        width: 120px;
    }

    .ven2-l {
        margin-right: 1.14vw;
    }

    .vensesv {
        margin-right: 16px;
    }

    .ven-inqury {
        margin-right: 18px;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .vensesv i {
        font-size: 20px;
    }

    .ven-inqury a p {
        font-size: 20px;
    }

    .ven-inqury a p span {
        font-size: 20px;
    }

    .ven2-la i {
        margin-left: 4px;
        font-size: 16px;
    }

    .ven-inqury a i {
        font-size: 20px;
    }
}

@media (max-width: 1199.9px) {
    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .hea-top {
        display: none;
    }

    .ven1-loim img {
        width: 110px;
    }

    .vensesv i {
        margin-right: 0;
    }

    .vensesv span {
        display: none;
    }

    .ven-contact>a p span {
        font-size: 14px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-l:nth-child(6) .ven2-ler {
    width: 610px;
}

.ven2-ler {
    position: absolute;
    width: 560px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 470px;
    opacity: 1;
}

.ven2-lerbo {
    background: rgba(191, 159, 138, 0.90);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: inline-block;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-subnav);
    --size: 1px;
    --color: #302219;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% calc(100% - 8px);
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
    padding: 50px 10.5%
}

.ven2-leru {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ven2-lerl {
    margin-right: 6.8%;
}

.ven2-lerl:last-child {
    margin-right: 0;
}

.ven2-lerla {
    display: block;
    margin-bottom: 10px;
}

.ven2-lerla:last-child {
    margin-bottom: 0;
}

.ven2-lerlah {
    margin-bottom: 24px;
}

.ven2-lerla span {
    color: #E5E5E5;
    font-family: 'Manrope';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --size: 1px;
    --color: #C29C6B;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
    color: #C29C6B;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Manrope';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
    .ven2-lersp {
        padding: 40px 2.5%;
    }

    .ven2-lerl {
        margin-right: 1.8%;
    }

    /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
    position: relative;
    display: flex;
}

.ven2-lerabb>div {
    width: 50%;
}

.ven2-lerathr {
    position: absolute;
    width: 100%;
    left: 100%;
    background: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.ven2-lerabb:hover .ven2-lerathr {
    opacity: 1;
}

.ven2-lerathra {
    display: block;
    padding: 8px 12px;
}

.ven2-lerathra::before {
    content: "";
    --w: 7px;
    width: var(--w);
    height: var(--w);
    background: #453737;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 7px;
}

.ven2-lerathra span {
    color: #453737;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #453737;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
    color: #453737;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: 0;
    top: 468%;
    transform: translateY(-50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.ven-sehinp.on {
    pointer-events: auto;
    opacity: 1;
}

.ven-sehinp>i {
    display: block;
    color: #302219;
    margin-left: 12px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
}

.ven-sehinp>i:hover {
    transform: rotate(225deg);
}

.ven-sehfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #999;
    width: 390px;
    padding: 10px 16px;
    background: #FFF;
}

.ven-sehfo input {
    color: #000;
    font-weight: normal;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    line-height: 100%;
    width: 86%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input::-moz-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo input:-ms-input-placeholder {
    color: rgba(51, 78, 113, 0.5);
}

.ven-sehfo>span button {
    background: transparent;
}

.ven-sehfo>span i {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
}

@media (max-width: 1536px) {
    .ven-sehinp {
        top: 460%;
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 190%;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 400%;
        right: -174px;
    }

    .ven-sehfo {
        width: 308px;
        padding: 7px 12px;
    }
}

/* venPho */
/* phone */
/*  */
#venPho {
    display: none;
    /* margin-bottom: 2px; */
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #211E1E;
    transition: all .5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
    background: #211E1E;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: -3px;
    transform: translateY(50%) rotate(46deg);
    background: #211E1E;
}

.headersp #venPho .venPhoSack.on::before {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack.on::before {
    background: #211E1E;
}

/* .ventricle .venPhoSack::before {
    background: #222 !important;
} */

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #211E1E;
}

.headersp #venPho .venPhoSack.on::after {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack.on::after {
    background: #211E1E;
}

/* .ventricle .venPhoSack::after {
    background: #222 !important;
} */

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #211E1E;
    transition: all .5s;
}

.headersp #venPho .venPhoSack span {
    background: #211E1E;
}

.ventricle #venPho .venPhoSack span {
    background: #211E1E;
}

/* .ventricle .venPhoSack span {
    background: #222 !important;
} */

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 108px;
    width: 100%;
    height: 100vh;
    background: #302219;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 9999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu-list li {
    border-bottom: 1px solid #fff;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #fff;
    padding-left: 15px;
    cursor: pointer;
}

#venPhoSec ul li i img {
    width: 20px;
}

.menu-head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu-head a {
    color: #fff;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #FFE3D1;
}

.xiantiao>a {
    color: #FFE3D1;
}

.menu_body {
    line-height: 38px;
    display: none;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    padding-left: 10px;
    /* color: #fff; */
    color: #453737;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ft1-1h) * 1.6);
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
}

.menu_body a:last-child {
    margin-bottom: 10px;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #FFE3D1;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 50px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sub-fly {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1360px;
}

.sub-te {
    margin-bottom: 30px;
}

.sub-te p {
    color: #FFF;
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 1536px) {

    .sub-te {
        margin-bottom: 15px;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 499px) {

    .sub-te {
        margin-bottom: 10px;
    }
}

/*  */
.sub-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 12;
}

.sub-liu {
    display: flex;
    align-items: center;
}

.sub-lila {
    display: block;
    padding: 10.5px 16px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.sub-lil:last-child .sub-lila {
    margin-right: 0;
}

.sub-lila:hover {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lil.on .sub-lila {
    background: #012F6B;
    border: 1px solid #012F6B;
}

.sub-lila span {
    color: #FFF;
    font-family: 'DM Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .sub-im img {
        min-height: 300px;
    }

    .sub-about .sub-im img {
        max-height: 660px;
    }

    /*  */
    .sub-list {
        bottom: 16px;
    }

    .sub-lila {
        padding: 4.5px 12px;
    }
}

@media (max-width: 768px) {
    .sub-listbox {
        overflow: scroll;
    }

    .sub-listbox::-webkit-scrollbar {
        display: none;
    }

    .sub-liu {
        max-width: 700px;
    }

    .sub-lila span {
        width: max-content;
        display: block;
    }
}

@media (max-width: 992px) {
    .sub-im img {
        min-height: 195px;
    }
}

@media (max-width: 642px) {
    .sub-im img {
        min-height: 150px;
    }
}

@media (max-width: 499px) {
    .sub-im img {
        min-height: 106px;
    }
}

/*  */
.subnav-box {
    padding: 28px 0 20px;
    border-bottom: 1px solid #B9B9B9;
}

.subnav {
    display: flex;
    align-items: center;
}

.subnav i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-right: 11px;
    line-height: normal;
    margin-bottom: 4px;
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
    color: #848484;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 0.75);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.breadcrumb-item:last-child a span {
    color: #000;
}

.breadcrumb-item:hover a span {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: 848484;
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .sub-page {
    margin-top: -7px;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-family: 'Tai Heritage Pro' !important;
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.sub-pagel a:hover {
    color: #AB7662;
}

.sub-pagel.on a {
    color: #AB7662;
}

.sub-pagel a i {
    font-size: 18px;
    color: #302219;
    border-radius: 50%;
    border: 1px solid #302219;
    transition: all 0.5s ease;
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a:hover i {
    background: #AB7662;
    border: 1px solid #AB7662;
    color: #FFF;
}

.sub-pagel.on a i {
    background: #AB7662;
    border: 1px solid #AB7662;
    color: #FFF;
}

.sub-pagel:last-child a {
    margin-right: 0;
    margin-left: 18px;
}

.sub-pagel:first-child a {
    margin-left: 0;
    margin-right: 18px;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
        margin: 0 4px;
    }

    .sub-pagel a i {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    margin-top: 138px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

[data-sub-padding="100"] {
    padding: 100px 0 130px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        margin-top: 110px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="110"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        margin-top: 50px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="110"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }
}

/* contact */
.con-box {
    padding: 98px 0 70px;
    position: relative;
}

.con-subbg {
    position: relative;
}

.con-subbg>img {
    position: absolute;
    width: 100vw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 37vw;
    z-index: -1;
    background: transparent;
}

.con1-h p {
    color: #302219;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
}

.con1-h span {
    color: #302219;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.con1-p {
    margin-bottom: 66px;
}

.con1-p p {
    color: #302219;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.54);
}

/*  */
.con1-u {
    margin-right: calc(-.5 * 2.88rem);
    margin-left: calc(-.5 * 2.88rem);
}

.con1-l {
    padding-right: calc(2.88rem * .5);
    padding-left: calc(2.88rem * .5);
}

.con1-lbox {
    border-radius: 20px;
    background: #F2F2F4;
    padding: 44px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con1-lbox:hover {
    background: #693E2E;
}

.con1-lh {
    margin-bottom: 12px;
}

.con1-lh p {
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: 1.89;
    transition: all 0.5s ease;
}

.con1-lbox:hover .con1-lh p {
    color: #FFF;
}

.con1-la {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.con1-la {
    cursor: pointer;
}

.con1-la span {
    color: #000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.875);
    max-width: 310px;
    transition: all 0.5s ease;
    --size: 1px;
    --color: #FFF;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.con1-la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con1-lbox:hover .con1-la span {
    color: #FFF;
}

/*  */
.con2 {
    margin-top: 60px;
    border-radius: 20px;
    background: #693E2E;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-right: 8%;
}

.con2bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 38%;
}

.con2bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.con2-1 {
    width: 34.88%;
    flex: 0 0 auto;
    margin-top: -75px;
    position: relative;
    z-index: 12;
}

.con2-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.con2-2 {
    position: relative;
    z-index: 12;
    width: calc(100% - 34.88% - 100px);
    flex: 0 0 auto;
    padding: 40px 0;
}

.con2-2h {
    margin-bottom: 10px;
}

.con2-2h p {
    color: #FFE3D1;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.con2-2p {
    margin-bottom: 32px;
}

.con2-2p p {
    color: #FFE3D1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.con2-fou {
    margin-right: calc(-.5 * 0.63rem);
    margin-left: calc(-.5 * 0.63rem);
}

.con2-fol {
    margin-bottom: 20px;
    padding-right: calc(0.63rem * .5);
    padding-left: calc(0.63rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 0;
}

.con2-fol p {
    color: #FFE3D1;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 0 28px;
}

.con2-fol input,
.con2-fol textarea {
    color: rgba(48, 34, 25, 0.45);
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.16px;

    width: 100%;
    border: 1px solid #d5d5d500;
    border-radius: 10px;
    background: #FFE3D1;

    transition: all 0.5s ease;
    padding: 8px 28px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
    border: 1px solid #302219;
}

.con2-fol input::-webkit-input-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

.con2-fol input::-moz-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

.con2-fol input::-ms-input-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

.con2-fol textarea::-webkit-input-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

.con2-fol textarea::-moz-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

.con2-fol textarea::-ms-input-placeholder {
    color: rgba(48, 34, 25, 0.45);
}

/*  */
.check-box {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.check-box input {
    margin-right: 13px;
    border-radius: 3px;
    border: 1px solid #FFE3D1 !important;
    background: transparent !important;
}

.check-box p {
    color: #FFE3D1;
    text-align: center;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-transform: capitalize;
}

.check-box p a span {
    color: #FFE3D1;
    text-align: center;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    text-transform: capitalize;
}

.check-box p a span {
    --size: 0.5px;
    --color: #FFE3D1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.check-box p a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.con2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.con2-fobt button {
    width: 100%;
    padding: 7px 34px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFE3D1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.con2-fobt button span {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con2-fobti {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 12px;
    position: relative;
}

.con2-fobti i {
    line-height: normal;
    transition: all 0.5s ease;
    font-size: 18px;
    line-height: 1;
    color: rgba(48, 34, 25, 1);
}

.con2-fobti i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.con-end {
    margin-top: 60px;
}

.map .pic iframe {
    width: 100%;
    height: 346px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1536px) {
    .con-box {
        padding: 68px 0 50px;
    }

    .con1-p {
        margin-bottom: 46px;
    }

    .con1-u {
        margin-right: calc(-.5 * 1.88rem);
        margin-left: calc(-.5 * 1.88rem);
    }

    .con1-l {
        padding-right: calc(1.88rem * .5);
        padding-left: calc(1.88rem * .5);
    }

    .con1-lbox {
        padding: 24px 20px;
    }

    .con2 {
        padding-right: 2%;
    }

    .con-end {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .con2-1 {
        width: 100%;
    }

    .con1-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .con1-l:last-child {
        margin-bottom: 0;
    }

    .con2 {
        padding-right: 0%;
    }

    .con2-2 {
        width: 100%;
        padding: 40px 20px;
    }

    .con2 {
        flex-direction: column-reverse;
    }
}

@media (max-width: 642px) {
    .con2-1 {
        margin-top: 0;
    }

    .con2-fol {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con-box {
        padding: 38px 0 30px;
    }

    .con1-h {
        margin-bottom: 10px;
    }

    .con1-h p {
        margin-bottom: 10px;
    }

    .con1-h span {
        line-height: 1;
    }

    .con1-p {
        margin-bottom: 26px;
    }

    .con1-l {
        margin-bottom: 10px;
    }

    .con1-lh {
        margin-bottom: 4px;
    }

    .con1-lbox {
        padding: 14px 10px;
        border-radius: 10px;
    }

    .con2 {
        margin-top: 30px;
        border-radius: 10px;
    }

    .con2-2 {
        padding: 20px 12px;
    }

    .con2-2p {
        margin-bottom: 16px;
    }

    .con2-fol {
        margin-bottom: 10px;
    }

    .con2-fol p {
        padding: 0 14px;
        margin-bottom: 4px;
    }

    .con2-fol input,
    .con2-fol textarea {
        padding: 4px 14px;
    }

    .check-box {
        margin-top: 8px;
    }

    .check-box input {
        margin-right: 6px;
    }

    .con2-fobt {
        margin-top: 7px;
    }

    .con2-fobt button {
        padding: 2px 34px;
    }

    .con2bg {
        display: none;
    }

    .con2-1 {
        display: none;
    }

    .con-end {
        margin-top: 20px;
    }

    .map .pic iframe {
        height: 200px;
        border-radius: 10px;
    }
}

/*  */
.ft-sub {
    overflow: hidden;
    padding: 118px 0 112px;
}

.ft-subh {
    width: 60.84%;
}

.ft-subh p {
    color: #FFE3D1;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    max-width: 884px;
}

.ft-subh p span {
    color: #FFE3D1;
    font-family: 'Birthstone';
    font-size: 128px;
    font-style: normal;
    font-weight: normal;
    line-height: 68px;
    text-transform: capitalize;
    top: 20px;
    position: relative;
}

.ft-subp {
    margin-top: 22px;
    width: 60.84%;
}

.ft-subp p {
    color: #FFE3D1;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-pro2-1h) * 1.3);
    max-width: 884px;
}

/* footer */
.ft-box {
    padding-bottom: 214px;
}

.ft1 {
    display: flex;
    justify-content: space-between;
}

.ft1-1 {
    width: 60.84%;
    flex: 0 0 auto;
    padding: 49px 0 112px;
}

.ft1-1u {
    display: flex;
    justify-content: space-between;
}

.ft1-1lh {
    margin-bottom: 30px;
}

.ft1-1l:last-child .ft1-1lh {
    margin-bottom: 23px;
}

.ft1-1lh p {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.5);
    text-transform: capitalize;
}

.ft1-1la {
    display: block;
    margin-bottom: 13px;
}

.ft1-1la:last-child {
    margin-bottom: 0;
}

.ft1-1la span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    --size: 0.5px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-1la:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-1lfla {
    display: block;
    margin-bottom: 11px;
    max-width: 380px;
}

.ft1-1lfl:last-child .ft1-1lfla {
    margin-bottom: 0;
}

.ft1-1lfla p,
.ft1-1lfla span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.87);
}

.ft1-1lfla span {
    --size: 0.5px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-1lfla:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft1-1share {
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.ft1-1sha {
    display: block;
    margin-right: 31px;
}

.ft1-1sha:last-child {
    margin-right: 0;
}

.ft1-1sha i {
    font-size: 19px;
    line-height: normal;
    color: rgba(105, 62, 46, 1);
    transition: all 0.5s ease;
    display: block;
}

.ft1-1sha:hover i {
    transform: translateY(-5px);
}

/* ft1-2 */
.ft1-2 {
    width: calc(100% - 60.84% - 46px);
    flex: 0 0 auto;
    background: #301004;
    padding: 60px 53px 74px;
    margin-top: -282px;
    position: relative;
}

.ft1-2flyi {
    position: absolute;
    z-index: 12;
    left: -58px;
    top: -58px;
}

.ft1-2flyi i {
    color: rgba(255, 227, 209, 1);
    font-size: 70px;
    line-height: 70px;
    display: block;
    transform: rotate(90deg);
}

.ft1-2h {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1-2h p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.04);
    text-transform: uppercase;
    max-width: 523px;
}

.ft1-2p {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1-2p p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    max-width: 420px;
}

/*  */

.ft1-sehfo input {
    color: #FFE3D1;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.4);
    border-radius: 999px;
    border: 1px solid #FFE3D1;
    background: transparent;
    width: 100%;
    transition: all 0.5s ease;
    padding: 18px 34px;
    margin-bottom: 55px;
}

.ft1-sehfo input:focus {
    border: 1px solid #FFE3D1;
}

.ft1-sehfo input::-webkit-input-placeholder {
    color: #FFE3D1;
}

.ft1-sehfo input::-moz-placeholder {
    color: #FFE3D1;
}

.ft1-sehfo input::-ms-input-placeholder {
    color: #FFE3D1;
}

/*  */
.ft1-sehfo button {
    --w: 144px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border-radius: 0;
    margin: auto;
}

.ft1-sehfo button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    animation: rotation 20s linear infinite;
    pointer-events: none;
}

@keyframes rotation {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ft1-sehfoi {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.ft1-sehfoi i {
    font-size: 38px;
    line-height: 1;
    color: rgba(255, 227, 209, 1);
    transition: all 0.5s ease;
}

.ft1-sehfoi i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.ft1-sehfo button:hover .ft1-sehfoi i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.ft1-sehfo button:hover .ft1-sehfoi i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/*  */
.ft1-2share {
    margin-top: 40px;
    justify-content: center;
}

.ft1-2share .ft1-1sha i {
    color: rgba(255, 227, 209, 1);
}

/*  */
.ft3 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -46px;
}

.ft3-1h {
    margin-bottom: 10px;
}

.ft3-1h p {
    color: #302219;
    font-size: var(--zj-prode1_2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1_2h) * 0.8);
    text-transform: uppercase;
}

.ft3-1p {
    margin-bottom: 10px;
}

.ft3-1p p {
    color: #000;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: normal;
    line-height: calc(calc(var(--zj-subnav) - 1px) * 1.4);
    max-width: 220px;
}

.ft3-1copy p {
    max-width: 402px;
}

.ft3-1copy p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.43);
    letter-spacing: 0.8px;
}

.ft3-2 {
    display: flex;
    align-items: center;
}

.ft3-1pow {
    margin: 0 0 0 34px;
}

.ft3-1pow span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 0.5px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2a span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 0.5px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2>span {
    width: 1px;
    height: 15px;
    background: #000;
    margin: 0 8px 0;
}

@media (max-width: 1536px) {
    .ft-sub {
        padding: 78px 0 72px;
    }

    .ft-subh p span {
        font-size: 100px;
        line-height: 36px;
    }

    .ft1-2 {
        padding: 40px 33px 54px;
        margin-top: -145px;
    }

    .ft1-2p {
        margin-bottom: 35px;
    }

    .ft1-sehfo input {
        padding: 10px 18px;
        margin-bottom: 35px;
    }

    .ft-box {
        padding-bottom: 114px;
    }

    .ft1-2flyi {
        left: -48px;
        top: -48px;
    }

    .ft1-2flyi i {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 992px) {
    .ft-sub {
        padding: 48px 0 72px;
    }

    .ft1 {
        flex-direction: column-reverse;
    }

    .ft1-1 {
        width: 100%;
        padding: 49px 0 52px;
    }

    .ft1-2 {
        width: 100%;
    }

    .ft1-2 {
        margin-top: -36px;
    }

    .ft3 {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 0;
    }

    .ft3-1pow {
        margin: 0 0 0 14px;
    }

    .ft-subh {
        width: 100%;
    }

    .ft-subp {
        width: 100%;
    }
}


@media (max-width: 862px) {
    .ft3-1pow {
        margin: 0;
    }

    .ft3-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft3-2>span {
        display: none;
    }
}

@media (max-width: 768px) {

    .ft1-1l:nth-child(1),
    .ft1-1l:nth-child(2),
    .ft1-1l:nth-child(3) {
        display: none;
    }

    .ft3 {
        align-items: flex-start;
        flex-direction: column;
    }

    .ft3-2 {
        margin-top: 8px;
    }
}

@media (max-width: 499px) {
    .ft-subh {
        margin-bottom: 10px;
    }

    .ft-subh p span {
        font-size: 60px;
        line-height: 4px;
    }

    .ft-sub {
        padding: 38px 0 72px;
    }

    .ft1-2 {
        margin-top: -54px;
        padding: 20px 13px 34px;
    }

    .ft1-sehfo button {
        --w: 100px;
    }

    .ft1-1sha {
        margin-right: 20px;
    }

    .ft1-1 {
        padding: 29px 0 32px;
    }

    .ft1-1l:last-child .ft1-1lh {
        margin-bottom: 13px;
    }

    .ft1-1lfla {
        margin-bottom: 4px;
    }

    .ft-box {
        padding-bottom: 60px;
    }
}

/* news */
.ne-box {
    padding: 89px 0 109px;
    position: relative;
}

.ne-h {
    margin-bottom: 10px;
}

.ne-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.05);
    text-transform: uppercase;
}

.ne-p {
    margin-bottom: 63px;
}

.ne-p p {
    color: #AB7662;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.ne-u {
    margin-right: calc(-.5 * 7.38rem);
    margin-left: calc(-.5 * 7.38rem);
}

.ne-l {
    padding-right: calc(7.38rem * .5);
    padding-left: calc(7.38rem * .5);
    margin-bottom: 122px;
}

.ne-la {
    display: block;
}

.ne-limg .img-box {
    padding-bottom: 78%;
}

.ne-limg .img-box img {
    transition: all 0.5s ease;
}

.ne-la:hover .ne-limg .img-box img {
    transform: scale(1.08);
}

.ne-lte {
    border: 0.5px solid #AE917E;
    background: #302219;
    padding: 0 12px 20px;
}

.ne-lnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.ne-lnumbox {
    background: #AE917E;
    padding: 8px 4px;
}

.ne-lnumbox p {
    color: #FFE3D1;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.03;
}

.ne-lnumbox span {
    color: #FFE3D1;
    text-align: center;
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1.86;
    text-transform: capitalize;
}

.ne-lh {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.ne-lh p {
    text-align: center;
    max-width: 410px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(var(--zj-oem3-1l1p) * 1.33 * 3);
}

.ne-lh p span {
    color: #FFE3D1;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.33);
}

.ne-lbtn p {
    text-align: center;
}

.ne-lbtn p span {
    color: #FFE3D1;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.75);
    text-transform: capitalize;
    --size: 0.5px;
    --color: #FFE3D1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ne-la:hover .ne-lbtn p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ne-box {
        padding: 59px 0 59px;
    }

    .ne-p {
        margin-bottom: 32px;
    }

    .ne-u {
        margin-right: calc(-.5 * 3.38rem);
        margin-left: calc(-.5 * 3.38rem);
    }

    .ne-l {
        padding-right: calc(3.38rem * .5);
        padding-left: calc(3.38rem * .5);
        margin-bottom: 62px;
    }
}

@media (max-width: 992px) {
    .ne-u {
        margin-right: calc(-.5 * 1.38rem);
        margin-left: calc(-.5 * 1.38rem);
    }

    .ne-l {
        width: 50%;
        padding-right: calc(1.38rem * .5);
        padding-left: calc(1.38rem * .5);
        margin-bottom: 32px;
    }
}

@media (max-width: 499px) {
    .ne-box {
        padding: 39px 0 39px;
    }

    .ne-p {
        margin-bottom: 16px;
    }

    .ne-l {
        width: 100%;
        margin-bottom: 16px;
    }

    .ne-u {
        margin-bottom: 20px;
    }
}

/* faq */
.faq1-box {
    padding: 117px 0 147px;
}

.faq1-top {
    display: flex;
    justify-content: space-between;
}

/* 84 */
.faq1-1 {
    width: calc(100% - 61% - 84px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq1-1smh {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.faq1-1smh::before {
    content: "";
    display: block;
    --w: 5px;
    width: var(--w);
    height: var(--w);
    background: #693E2E;
    border-radius: 50%;
    margin-right: 6px;
}

.faq1-1smh p {
    color: #693E2E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.faq1-1h {
    margin-bottom: 16px;
}

.faq1-1h p {
    color: #693E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.25);
    text-transform: uppercase;
}

.faq1-1p p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 431px;
}

.faq1-1sph {
    margin-bottom: 20px;
}

.faq1-1sph p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 0.92;
    text-transform: uppercase;
}

.faq1-1u {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 20px;
}

.faq1-1l {
    width: 58px;
    margin-left: -15px;
}

.faq1-1l img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 57px;
    border: 1px solid #000;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.faq1-1spp p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.28);
    text-transform: capitalize;
    max-width: 244px;
}

.faq1-2 {
    width: 61%;
    flex: 0 0 auto;
    margin-top: 11px;
}

.faq1-2l {
    padding: 24px 0;
    border-bottom: 0.5px solid #ACACAC;
    transition: all 0.5s ease;
}

.faq1-2l:hover {
    background: #693E2E;
    border-bottom: 0.5px solid #693E2E;
}

.faq1-2l.on {
    background: #693E2E;
    border-bottom: 0.5px solid #693E2E;
}

.faq1-2l1 {
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.faq1-2li {
    position: relative;
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin-right: 12px;
}

.faq1-2li i {
    font-size: 20px;
    line-height: 20px;
    color: rgba(48, 34, 25, 1);
    transition: all 0.5s ease;
}

.faq1-2l:hover .faq1-2li i {
    color: #FFF;
}

.faq1-2l.on .faq1-2li i {
    color: #FFF;
}

.faq1-2li i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.faq1-2l.on .faq1-2li i:nth-child(1) {
    opacity: 0;
}

.faq1-2l.on .faq1-2li i:nth-child(2) {
    opacity: 1;
}

.faq1-2lh p {
    color: #302219;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.33);
    transition: all 0.5s ease;
}

.faq1-2l:hover .faq1-2lh p {
    color: #FFF;
}

.faq1-2l.on .faq1-2lh p {
    color: #FFF;
}

.faq1-2l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq1-2l.on .faq1-2l2 {
    max-height: 500px;
    opacity: 1;
}

.faq1-2lp {
    padding: 13px 64px 6px;
}

.faq1-2lp p {
    color: #FFF;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.faq1-end {
    margin-top: 44px;
    display: flex;
    justify-content: flex-end;
}

.faq1-btn {
    width: 61%;
    display: flex;
    align-items: center;
}

.faq1-a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #B0B0B0;
    padding: 3px 10px;
    min-width: 206px;
    margin-right: 13px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.faq1-a:last-child {
    margin-right: 0;
}

.faq1-a:hover {
    background: #693E2E;
    border: 1px solid #693E2E;
}

.faq1-a p span {
    color: #9B9B9B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.65);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.faq1-a:hover p span {
    color: #FFF;
}

.faq2 {
    background-position: top center;
    padding: 253px 0 181px;
}

.faq2-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.faq2-wid {
    max-width: 838px;
}

.faq2-h {
    margin-bottom: 12px;
}

.faq2-h p {
    color: #AE917E;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.17);
}

.faq2-p {
    margin-bottom: 30px;
}

.faq2-p p {
    color: #AE917E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.faq2-btn {
    display: flex;
}

.faq2-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFDFCB;
    padding: 18px 46px;
    position: relative;
    overflow: hidden;
}

.faq2-a::after,
.faq2-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.faq2-a::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.faq2-a:hover:before,
.faq2-a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.faq2-a p {
    padding-top: 2px;
}

.faq2-a p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
}

/*  */
.faq3-box {
    padding: 103px 0 81px;
}

.faq3-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.faq3img {
    padding-bottom: 54%;
}

@media (max-width: 1536px) {
    .faq1-box {
        padding: 67px 0 77px;
    }

    .faq1-1 {
        width: calc(100% - 64% - 42px);
    }

    .faq1-2 {
        width: 64%;
    }

    .faq1-2l {
        padding: 12px 0;
    }

    .faq2 {
        padding: 153px 0 91px;
    }

    .faq3-box {
        padding: 53px 0 41px;
    }

    .faq2-a {
        padding: 9px 26px;
    }
}

@media (max-width: 992px) {
    .faq1-top {
        flex-direction: column;
    }

    .faq1-1 {
        width: 100%;
    }

    .faq1-2 {
        width: 100%;
    }

    .faq1-btn {
        width: 100%;
    }

    .faq3-box {
        padding: 23px 0 11px;
    }
}

@media (max-width: 499px) {
    .faq1-box {
        padding: 37px 0 0;
    }

    .faq1-2l1 {
        padding: 0 10px;
    }

    .faq1-2lp {
        padding: 13px 22px 6px;
    }

    .faq1-a {
        padding: 1px 10px;
        min-width: 140px;
    }

    .faq1-end {
        margin-top: 22px;
    }

    .faq2 {
        padding: 70px 0 40px;
    }
}

/*  */
/* 搜索无结果 */
.nores-h {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nores-h p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
    border: 1px solid #302219;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.nores-p p {
    color: #444;
    font-size: var(--zj-subnav);
    font-style: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
    margin-bottom: 30px;
}

.nores-p2 p {
    color: #302219;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/*  */
.pro-box {
    padding: 89px 0 124px;
}

.pro-h {
    margin-bottom: 10px;
}

.pro-h p {
    color: #000;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.05);
    text-transform: uppercase;
}

.pro-p {
    margin-bottom: 62px;
}

.pro-p p {
    color: #AB7662;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    text-transform: uppercase;
}

/*  */
.pro-mid {
    background: #F2F2F2;
    position: relative;
}

.pro-mid::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    background: #FFF;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.pro-mid1 {
    max-width: 1412px;
    margin: auto;
    position: relative;
    z-index: 12;
}

.pro-mid1u {
    margin-right: calc(-.5 * 4px);
    margin-left: calc(-.5 * 4px);
}

.pro-mid1l {
    padding-right: calc(4px * .5);
    padding-left: calc(4px * .5);
}

.pro-mid1la {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #693E2E;
    padding: 0 10px;
    transition: all 0.5s ease;
}

.pro-mid1la:hover {
    background: #AB7662;
}

.pro-mid1l.on .pro-mid1la {
    background: #AB7662;
}

.pro-mid1la p span {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.pro-mid2 {
    padding: 42px 12.4% 66px;
}

.pro-mid2l {
    margin-bottom: 30px;
}

.pro-mid2l:last-child {
    margin-bottom: 0;
}

.pro-mid2lh {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.pro-mid2lh::before {
    content: "";
    border-radius: 50%;
    display: block;
    --w: 7px;
    width: var(--w);
    height: var(--w);
    background: #693E2E;
    margin-right: 9px;
    margin-bottom: 5px;
    display: none;
}

.pro-mid2lh p span {
    color: #693E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-decoration-thickness: 0px;
}

.pro-mid2lte {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #CFC1BC;
    justify-content: center;
    border-top: 1px dashed #CFC1BC;
    padding-top: 21px;
}

.pro-mid2la {
    display: block;
    margin: 0 25px;
    margin-bottom: 17px;
}

.pro-mid2la p span {
    color: #693E2E;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;

    --size: 0.5px;
    --color: #693E2E;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro-mid2la:hover p span {
    color: #693E2E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.pro-mid2la.on p span {
    color: #693E2E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.pro-u {
    margin-right: calc(-.5 * 1.56rem);
    margin-left: calc(-.5 * 1.56rem);
    margin-bottom: 52px;
    margin-top: 71px;
}

.pro-l {
    padding-right: calc(1.56rem * .5);
    padding-left: calc(1.56rem * .5);
    margin-bottom: 92px;
    width: 20%;
}

.pro-lbox {
    position: relative;
}

.pro-limg {
    display: block;
    position: relative;
}

.pro-limg::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #AE917E;
    z-index: 15;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro-lbox:hover .pro-limg::after {
    opacity: 1;
}

.pro-limg .img-box {
    padding-bottom: 124%;
}

.pro-limg .img-box:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

.pro-limg .img-box img {
    transition: all 0.5s ease;
}

.pro-limg .img-box:nth-child(2) img {
    opacity: 0;
}

.pro-lbox:hover .pro-limg .img-box img {
    transform: scale(1.08);
    transform: scale(1);
}

.pro-lbox:hover .pro-limg .img-box:nth-child(1) img {
    opacity: 0;
}

.pro-lbox:hover .pro-limg .img-box:nth-child(2) img {
    opacity: 1;
}

/*  */
.pro-lte {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 16;
}

.pro-lh {
    display: block;
    padding: 10px;
    background: #AE917E;
    transition: all 0.5s ease;
}

.so5-swimg {
    display: block;
}

.pro-lbox:hover .pro-lh,
.so5-swa:hover .pro-lh {
    opacity: 0;
}

.pro-lh p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.45);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-lbtn {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    transition: all 0.5s ease;
    opacity: 0;
}

.pro-lbox:hover .pro-lbtn,
.so5-swa:hover .pro-lbtn {
    opacity: 1;
    bottom: 0;
}

.pro-la {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #AE917E;
    backdrop-filter: blur(18.700000762939453px);
    min-height: 48px;
    transition: all 0.5s ease;
}

.pro-la:hover {
    background: rgba(0, 0, 0, 0.61);
}

.pro-la p {
    color: #302219;
    font-size: var(--zj-subnav);
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.pro-la:hover p {
    color: #fff;
}

@media (max-width: 1536px) {
    .pro-box {
        padding: 69px 0 84px;
    }

    .pro-mid2 {
        padding: 22px 5.4% 33px;
    }

    .pro-u {
        margin-bottom: 32px;
        margin-top: 41px;
    }

    .pro-l {
        margin-bottom: 52px;
    }
}

@media (max-width: 1199.9px) {
    .pro-mid {
        display: none;
    }

    .pro-l {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .pro-p {
        margin-bottom: 32px;
    }

    .pro-l {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .pro-l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro-box {
        padding: 39px 0 44px;
    }

    .pro-l {
        width: 100%;
    }

    .subnav-box {
        padding: 0 0 10px;
    }

    .pro-u {
        margin-bottom: 0;
        margin-top: 21px;
    }

    .pro-l {
        margin-bottom: 32px;
    }
}

/* 关于我们 */
.ab1 {
    position: relative;
}

.ab1>img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: none;
    z-index: -1;
}

.ab1-box {
    padding: 96px 0 180px;
}

.ab1-h {
    margin-bottom: 10px;
}

.ab1-h p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.2);
    text-transform: uppercase;
}

.ab1-p {
    margin-bottom: 156px;
}

.ab1-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab1-video {
    position: relative;
}

.ab1-a {
    display: block;
    max-width: 585px;
    margin: auto;
    position: relative;
}

.ab1-img {
    overflow: hidden;
}

.ab1-img .img-box {
    padding-bottom: 74%;
}

.ab1-img .img-box img {
    transition: all 0.5s ease;
}

.ab1-a:hover .ab1-img .img-box img {
    transform: scale(1.08);
}

.ab1-i {
    position: absolute;
    right: 44px;
    bottom: 27px;
    z-index: 12;
}

.ab1-i i {
    font-size: 88px;
    line-height: normal;
    display: block;
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
}

.ab1-a:hover .ab1-i i {
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.ab1-vihbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44px;
    z-index: 12;
}

.ab1-vih p {
    --w: 328px;
    color: #693E2E;
    font-size: var(--w);
    font-style: normal;
    font-weight: 700;
    line-height: var(--w);
    text-transform: uppercase;
}

.ab1-vipbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 12;
}

.ab1-vip p {
    color: #693E2E;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.06;
    text-transform: uppercase;
}

/*  */
.ab1-num {
    max-width: 1436px;
    margin: auto;
    margin-top: 203px;
}

.ab1-u {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ab1-lnum {
    display: flex;
    /* align-items: baseline; */
    justify-content: flex-start;
    margin-bottom: 27px;
}

.ab1-lnum p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 0.81);
}

.ab1-lnum span {
    color: #693E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: 39px;
}

.ab1-lh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-lh p {
    color: #693E2E;
    /* text-align: center; */
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 152px;
}

.ab1-te {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1436px;
    margin: auto;
    margin-top: 47px;
}

.ab1-th {
    width: calc(50% - 36px);
    flex: 0 0 auto;
}

.ab1-th p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.ab2-h {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-h p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: uppercase;
    max-width: 656px;
}

.ab2-p {
    margin-bottom: 48px;
}

.ab2-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
}

/*  */
.ab2-sw {
    position: relative;
    max-width: calc(100% - 24px);
    margin: auto;
}

#ab2-sw {
    overflow: hidden;
}

#ab2-sw .swiper-slide {
    height: auto;
}

.ab2-swbox {
    border: 0.5px solid #AE917E;
    background: #AE917E;
    height: 100%;
    padding: 0 28px 30px;
    transition: all 0.5s ease;
}

.ab2-swbox:hover {
    border: 0.5px solid #302219;
    background: #302219;
}

.ab2-swnum {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab2-swnumbox {
    background: #FFE3D1;
    --w: 108px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ab2-swbox:hover .ab2-swnumbox {
    background: #AE917E;
}

.ab2-swnum p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-so1top1) * 1.37);
    transition: all 0.5s ease;
}

#ab2-sw .swiper-slide:last-child .ab2-swnum p {
    font-size: var(--zj-proseh);
    line-height: calc(var(--zj-proseh) * 1.15625);
}

.ab2-swbox:hover .ab2-swnum p {
    color: #FFE3D1;
}

.ab2-swh {
    margin-bottom: 35px;
}

.ab2-swh p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.3);
}

.ab2-swp p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
}

/*  */
.ab3 {
    padding-top: 190px;
    padding-bottom: 215px;
}

.ab3-box {
    max-width: 1400px;
}

.ab3-h {
    margin-bottom: 20px;
}

.ab3-h p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: uppercase;
}

.ab3-p {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab3-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: lowercase;
    max-width: 370px;
}

.ab3-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ab3-end>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    z-index: -1;
}

/*  */
.ab3-u {
    width: calc((100% - 26.44% - 68px - 68px) / 2);
    flex: 0 0 auto;
}

.ab3-l {
    display: flex;
    margin-bottom: 70px;
}

.ab3-l:last-child {
    margin-bottom: 0;
}

.ab3-l1 {
    margin-right: 20px;
    flex: 0 0 auto;
}

.ab3-l1 i {
    font-size: 50px;
    line-height: normal;
    color: rgba(105, 62, 46, 1);
}

.ab3-lh {
    margin-bottom: 15px;
}

.ab3-lh p {
    color: #693E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.25);
}

.ab3-lp p {
    color: #693E2E;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.43);
    text-transform: lowercase;
}

/*  */
.ab3-img {
    width: 26.44%;
    flex: 0 0 auto;
}

.ab3-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab3-imgsp img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#ab3sp-ban {
    position: relative;
    overflow: hidden;
}

/*  */
.ab4 {
    background: linear-gradient(180deg, #693E2E 0%, #AB7662 100%);
    padding: 112px 0 94px;
}

.ab4-h {
    margin-bottom: 20px;
}

.ab4-h p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: uppercase;
}

.ab4-p {
    margin-bottom: 58px;
}

.ab4-p p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab4-u {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.ab4-l {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 68px;
}

.ab4-l1 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ab4-lnum {
    margin-right: 18px;
    flex: 0 0 auto;
}

.ab4-lnum p {
    color: #FFF;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: italic;
    font-weight: normal;
    line-height: 0.78;
}

.ab4-lh p {
    color: #FFF;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.ab4-l2 {
    cursor: pointer;
    position: relative;
}

.ab4-l2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.ab4-l2:hover::after {
    opacity: 1;
}

.ab4-l3 {
    position: absolute;
    width: 100%;
    padding: 12px;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 14;
    opacity: 0;
    transition: all 0.5s ease;
    background: rgba(94, 54, 41, 1);
}

.ab4-l2:hover .ab4-l3 {
    opacity: 1;
}

.ab4-l2 .img-box {
    padding-bottom: 64.2% !important;
}

.ab4-l2 .img-box img {
    transition: all 0.5s ease;
}

.ab4-l2:hover .img-box img {
    transform: scale(1.08);
}

/*  */
.ab5-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 172px;
}

.ab5-1 {
    width: calc(100% - 44% - 48px);
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ab5-1img {
    width: calc(50% - 47px);
    flex: 0 0 auto;
    background: #693E2E;
    padding: 46px 38px;
}

.ab5-1imgh {
    margin-bottom: 16px;
}

.ab5-1imgh p {
    color: #FFE3D1;
    text-align: center;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.ab5-1img .img-box {
    border-radius: 30px;
    padding-bottom: 142%;
}

.ab5-1img .img-box img {
    transition: all 0.5s ease;
}

.ab5-1img:hover .img-box img {
    transform: scale(1.08);
}

.ab5-1vs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 176px;
    width: var(--w);
    height: var(--w);
    border-radius: 88px;
    background: rgba(171, 118, 98, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.ab5-1vs img {
    width: 130px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.ab5-2 {
    width: 44%;
    flex: 0 0 auto;
}

.ab5-2h {
    margin-bottom: 20px;
}

.ab5-2h p {
    color: #693E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.33);
    text-transform: uppercase;
}

.ab5-2p {
    margin-bottom: 33px;
}

.ab5-2p p {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: uppercase;
}

.ab5-2btn {
    display: flex;
    align-items: center;
}

.ab5-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #B0B0B0;
    padding: 2.5px 10px;
    min-width: 200px;
    margin-right: 13px;
    transition: all 0.5s ease;
}

.ab5-2a:last-child {
    margin-right: 0;
}

.ab5-2a:hover {
    border: 1px solid #693E2E;
    background: #693E2E;
}

.ab5-2a p span {
    color: #9B9B9B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.65);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ab5-2a:hover p span {
    color: #FFF;
}

/*  */
.ab6-box {
    padding: 192px 0 88px;
}

.ab6-h {
    margin-bottom: 20px;
}

.ab6-h p {
    color: #693E2E;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.ab6-p {
    margin-bottom: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab6-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    text-transform: lowercase;
    max-width: 366px;
}

/*  */
.ab6-sw {
    position: relative;
}

#ab6-sw {
    overflow: hidden;
}

.ab6-swa {
    cursor: pointer;
}

.ab6-swimg .img-box {
    padding-bottom: 78%;
    margin-bottom: 28px;
    border: 1px solid #AE917E;
}

.ab6-swimg .img-box img {
    transition: all 0.5s ease;
}


.ab6-swa:hover .ab6-swimg .img-box img {
    transform: scale(1.08);
}

.ab6-swh p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.ab6-swa:hover .ab6-swh p {
    color: #693E2E;
}

/*  */
#ab6-sw .swiper-button-prev,
#ab6-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #693E2E;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    top: 44%;
    transition: all 0.5s ease;
}

#ab6-sw .swiper-button-prev {
    left: -46px;
}

#ab6-sw .swiper-button-next {
    right: -46px;
}

#ab6-sw .swiper-button-prev:hover,
#ab6-sw .swiper-button-next:hover {
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: #AB7662;
}

#ab6-sw .swiper-button-prev::after,
#ab6-sw .swiper-button-next::after {
    content: "";
}

#ab6-sw .swiper-button-prev i,
#ab6-sw .swiper-button-next i {
    font-size: 12px;
    color: #693E2E;
    line-height: normal;
    transition: all 0.5s ease;
}

#ab6-sw .swiper-button-prev:hover i,
#ab6-sw .swiper-button-next:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 66px 0 100px;
    }

    .ab1-p {
        margin-bottom: 86px;
    }

    .ab1-vihbox {
        left: 0;
    }

    .ab1-vih p {
        --w: 223px;
    }

    .ab1-vip p {
        font-size: var(--zj-news-h);
    }

    .ab1-num {
        margin-top: 103px;
    }

    .ab2-swbox {
        padding: 0 14px 15px;
    }

    .ab2-swnumbox {
        --w: 82px;
    }

    .ab2-swnum {
        margin-bottom: 17px;
    }

    .ab2-swh {
        margin-bottom: 17px;
    }

    .ab3 {
        padding-top: 90px;
        padding-bottom: 115px;
    }

    .ab3-u {
        width: calc((100% - 26.44% - 34px - 34px) / 2);
    }

    .ab3-l {
        margin-bottom: 35px;
    }

    .ab3-l1 i {
        font-size: 26px;
    }

    .ab3-p {
        margin-bottom: 40px;
    }

    .ab4 {
        padding: 72px 0 54px;
    }

    .ab5-box {
        padding-top: 72px;
    }

    .ab6-box {
        padding: 92px 0 68px;
    }

    .ab6-p {
        margin-bottom: 38px;
    }

    #ab6-sw .swiper-button-prev,
    #ab6-sw .swiper-button-next {
        --w: 32px;
    }

    #ab6-sw .swiper-button-prev {
        left: -16px;
    }

    #ab6-sw .swiper-button-next {
        right: -16px;
    }
}

@media (max-width: 992px) {
    .ab1-p {
        margin-bottom: 46px;
    }

    .ab1-num {
        margin-top: 53px;
    }

    .ab4-l {
        width: 33.333%;
    }

    .ab5-box {
        flex-direction: column-reverse;
    }

    .ab5-1 {
        width: 100%;
    }

    .ab5-2 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .ab1-vih p {
        --w: 124px;
    }

    .ab1-vip p {
        font-size: 18px;
    }

    .ab1-i {
        right: 18px;
        bottom: 10px;
    }

    .ab1-i i {
        font-size: 56px;
    }

    .ab1-te {
        flex-direction: column;
    }

    .ab1-th {
        width: 100%;
    }

    .ab3-img {
        display: none;
    }

    .ab3-u {
        width: 100%;
    }

    .ab3-end {
        flex-direction: column;
    }

    .ab3-l:last-child {
        margin-bottom: 35px;
    }

    .ab3 {
        padding-bottom: 55px;
    }

    .ab4-l {
        width: 50%;
    }

    .ab5-1img {
        width: calc(50% - 27px);
    }

    .ab1-u {
        flex-wrap: wrap;
    }
}

@media (max-width: 499px) {
    .ab1-box {
        padding: 36px 0 50px;
    }

    .ab1-p {
        margin-bottom: 23px;
    }

    .ab1>img {
        display: none;
    }

    .ab1-vih p {
        --w: 80px;
    }

    .ab1-vihbox {
        top: 16%;
    }

    .ab1-num {
        margin-top: 23px;
    }

    .ab1-l {
        margin-bottom: 20px;
    }

    .ab1-lnum {
        margin-bottom: 13px;
    }

    .ab1-te {
        margin-top: 20px;
    }

    .ab2-h {
        margin-bottom: 15px;
    }

    .ab2-p {
        margin-bottom: 24px;
    }

    .ab3 {
        padding-bottom: 25px;
    }

    .ab3 {
        padding-top: 40px;
    }

    .ab4-l {
        width: 100%;
    }

    .ab4 {
        padding: 32px 0 14px;
    }

    .ab4-h {
        margin-bottom: 10px;
    }

    .ab4-p {
        margin-bottom: 38px;
    }

    .ab4-l {
        margin-bottom: 38px;
    }

    .ab5-box {
        padding-top: 32px;
    }

    .ab5-2a {
        padding: 1.5px 10px;
        min-width: 140px;
    }

    .ab5-1img {
        width: calc(50% - 6px);
        padding: 16px 8px;
    }

    .ab5-1vs {
        --w: 100px;
    }

    .ab5-1vs img {
        width: 70px;
        background: transparent;
    }

    .ab6-box {
        padding: 52px 0 0;
    }

    .ab6-h {
        margin-bottom: 10px;
    }

    .ab6-p {
        margin-bottom: 28px;
    }
}

/* -------------------------------------------- */

/* index */
/* ind-ban */
.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 43.6%;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner.hide-arrow .swiper-pagination {
    display: none !important;
}

.banner.hide-arrow .slick-arrow {
    display: none !important;
}

.banner.hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 43.6%;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

#video-id_fluid_controls_container {
    display: none !important;
}

.banner-video-box .fluid_initial_play {
    background-color: #152c5f !important;
}

.banner .mobile-video {
    position: relative;
    display: block;
}

.banner .mobile-video:after {
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e604';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {}

@media (max-width: 1199.2px) {}

@media (max-width: 991px) {
    .banner .item a {
        padding-bottom: 50%;
    }

    .banner-video-box {
        padding-bottom: 50%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 70%;
    }

    .banner-video-box {
        padding-bottom: 70%;
    }

    .banner-chan .slick-arrow {
        --w: 34px !important;
    }

    .banner-chan .slick-arrow.banner-button-prev {
        margin-right: 8px !important;
    }
}


@media (max-width: 499px) {}

/* banner按键改版 */
.banner-chan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    z-index: 12;
}

.banner-chan .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: auto;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.30);
    font-family: 'Archivo';
    font-size: calc(var(--zj-ven2cona) + 1px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 12px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    /* border-bottom: 1px solid #ffffff00; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
    /* color: rgba(255, 255, 255, 1); */
    /* border-bottom: 1px solid #FFF; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -1px;
    display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet:last-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: -1px;
    display: none;
}


@media (max-width: 1536px) {
    .banner-chan {
        bottom: 30px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        /* margin: 0 9px; */
        /* width: 70px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 499px) {
    .banner-chan {
        bottom: 12px;
    }

    .banner-chan .swiper-pagination .swiper-pagination-bullet {
        font-size: 14px;
    }

    .banner-chan {
        bottom: 17px !important;
    }

    .banner-chan .swiper-pagination {
        display: none;
    }
}

/* 按钮 */
.banner-chan .swiper-pagination {
    /* border-radius: 50px; */
    /* overflow: hidden; */
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 10px !important;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    /* border: 1px solid #D9D9D9; */
    background: #FFE3D1;
    display: block;
    /* margin: 0 8px; */
    position: relative;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span {
    background: #FFE3D1;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 24px;
    width: var(--w);
    height: var(--w);
    border-radius: 50px;
    border: 2px solid #FFE3D1;
    opacity: 0;
    transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active span::after {
    animation: indban 500ms ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes indban {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 148px;
    z-index: 12;
    background: rgba(249, 249, 248, 1);
    border-radius: 50px;
}

.banner-swiper-scrollbar .swiper-scrollbar-drag {
    background: rgba(34, 34, 34, 1);
}

.banner-chan {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.banner-chan .slick-arrow {
    --w: 44px;
    width: var(--w);
    height: var(--w);
    border-radius: 500px;
    background: rgba(239, 229, 218, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow.banner-button-prev {
    margin-right: 24px;
}

.banner-chan .slick-arrow:hover {
    background: rgba(247, 239, 233, 0.40);
}

.banner-chan .slick-arrow i {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
    color: #FFF;
}

/* banner-end */

/* ind-items so1 */
.so1 {
    padding-top: 96px;
}

.so1-h {
    margin-bottom: 22px;
}

.so1-h p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.20833);
    text-transform: uppercase;
}

.so1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.so1-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 540px;
}

/*  */
.so1-sw {
    position: relative;
}

#so1-sw {
    overflow: hidden;
}

.so1-swbox {
    position: relative;
}

.so1-swnum p {
    text-align: center;
    font-size: 128px;
    font-style: italic;
    font-weight: normal;
    line-height: 128px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(105, 62, 46, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so1-swh {
    margin-top: -28px;
    margin-bottom: 4px;
}

.so1-swh p {
    color: #301004;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

/*  */
.so1-sw2 {
    position: relative;
}

.so1-swimg {
    display: block;
    position: relative;
}

.so1-swimg::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #AE917E;
    z-index: 15;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.so1-swbox:hover .so1-swimg::after {
    opacity: 1;
}

.so1-swimg .img-box {
    padding-bottom: 124%;
}

.so1-swimg .img-box:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

.so1-swimg .img-box img {
    transition: all 0.5s ease;
}

.so1-swimg .img-box:nth-child(2) img {
    opacity: 0;
}

.so1-swbox:hover .so1-swimg .img-box img {
    transform: scale(1.08);
    transform: scale(1);
}

.so1-swbox:hover .so1-swimg .img-box:nth-child(1) img {
    opacity: 0;
}

.so1-swbox:hover .so1-swimg .img-box:nth-child(2) img {
    opacity: 1;
}

/*  */

.so1-swbtn {
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% - 47px - 47px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 14;
}

.so1-swbox:hover .so1-swbtn {
    opacity: 1;
}

.so1-swa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    width: 100%;
    background: #AE917E;
    backdrop-filter: blur(18.700000762939453px);
    min-height: 48px;
    transition: all 0.5s ease;
}

.so1-swa:hover {
    background: rgba(0, 0, 0, 0.61);
}

.so1-swa p {
    color: #302219;
    font-size: var(--zj-subnav);
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.so1-swa:hover p {
    color: #fff;
}

/*  */
#so1-sw {}

#so1-sw .swiper-button-prev,
#so1-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #693E2E;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    top: 62%;
    transition: all 0.5s ease;
    display: none;
}

#so1-sw .swiper-button-prev {
    left: -46px;
}

#so1-sw .swiper-button-next {
    right: -46px;
}

#so1-sw .swiper-button-prev:hover,
#so1-sw .swiper-button-next:hover {
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: #AB7662;
}

#so1-sw .swiper-button-prev::after,
#so1-sw .swiper-button-next::after {
    content: "";
}

#so1-sw .swiper-button-prev i,
#so1-sw .swiper-button-next i {
    font-size: 12px;
    color: #693E2E;
    line-height: normal;
    transition: all 0.5s ease;
}

#so1-sw .swiper-button-prev:hover i,
#so1-sw .swiper-button-next:hover i {
    color: #FFF;
}

.so2 {
    padding-top: 112px;
}

.so2-h {
    margin-bottom: 22px;
}

.so2-h p {
    color: #693E2E;
    text-align: center;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.20833);
    text-transform: uppercase;
}

.so2-p {
    margin-bottom: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so2-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 540px;
}

/*  */
.so2-sw {
    position: relative;
}

#so2-sw {
    overflow: hidden;
    padding: 12px 0;
}

#so2-sw .swiper-button-prev {}

#so2-sw .swiper-button-prev,
#so2-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #693E2E;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#so2-sw .swiper-button-prev {
    left: -46px;
}

#so2-sw .swiper-button-next {
    right: -46px;
}

#so2-sw .swiper-button-prev:hover,
#so2-sw .swiper-button-next:hover {
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: #AB7662;
}

#so2-sw .swiper-button-prev::after,
#so2-sw .swiper-button-next::after {
    content: "";
}

#so2-sw .swiper-button-prev i,
#so2-sw .swiper-button-next i {
    font-size: 12px;
    color: #693E2E;
    line-height: normal;
    transition: all 0.5s ease;
}

#so2-sw .swiper-button-prev:hover i,
#so2-sw .swiper-button-next:hover i {
    color: #FFF;
}

/* ind-who so3 */
.so3 {
    padding: 244px 0 103px;
}

.so3-top {
    display: flex;
    justify-content: space-between;
}

.so3-1 {
    width: 53.64%;
    flex: 0 0 auto;
}

.so3-1smh p {
    color: #301004;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
    text-transform: uppercase;
}

.so3-1img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.so3-1h {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    right: 290px;
}

.so3-1h p {
    font-size: 328px;
    font-style: normal;
    font-weight: 700;
    line-height: 338px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(48, 34, 25, 1) 20%, rgba(121, 71, 53, 1) 78.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.so3-1img {
    margin-top: -12px;
}

.so3-1imgbox {
    max-width: 405px;
    overflow: hidden;
}

.so3-1imgbox img {
    width: 100%;
    height: auto;
    min-height: 640px;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3-2 {
    display: flex;
    width: calc(100% - 53.64% - 47px);
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 12px;
}

.so3-2p1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 107px;
}

.so3-2p1 p {
    color: #301004;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
    margin-right: 38px;
    max-width: 223px;
}

.so3-2p1 p:last-child {
    margin-right: 0;
}

.so3-2btnbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.so3-2btn {
    --w: 120px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border-radius: 0;
    margin-bottom: 10px;
}

.so3-2btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background: transparent;
    animation: rotation 20s linear infinite;
    pointer-events: none;
}

.so3-2btni {
    --w: 38px;
    width: var(--w);
    height: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.so3-2btni i {
    font-size: 38px;
    line-height: 1;
    color: rgba(171, 118, 98, 1);
    transition: all 0.5s ease;
}

.so3-2btni i:nth-child(2) {
    position: absolute;
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.so3-2btn:hover .so3-2btni i {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.so3-2btn:hover .so3-2btni i:nth-child(2) {
    /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.so3-2p2 {
    display: flex;
}

.so3-2p2 p {
    color: #FFF;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.2);
    text-transform: uppercase;
    padding: 10px;
    background: #302219;
}

.so3-2p3 {
    margin-bottom: -14px;
}

.so3-2p3 p {
    color: #302219;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.53);
    text-transform: uppercase;
}

/*  */
.so3-end {
    margin-top: 20px;
}

.so3-endp {
    margin-bottom: 35px;
}

.so3-endp p {
    color: #302219;
    /* text-align: center; */
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.53);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so3-endbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-enda {
    display: block;
    margin-bottom: 88px;
}

.so3-enda p span {
    color: #301004;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    --size: 0.5px;
    --color: #301004;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% calc(100% - 10px);
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.so3-enda:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.so3-endp2box {
    display: flex;
    justify-content: flex-end;
}

.so3-endp2 {
    width: calc(100% - 53.64% - 47px);
}

.so3-endp2 p {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.38);
    text-transform: uppercase;
    max-width: 530px;
}

/* ind-why so4 */
.so4 {
    display: flex;
    justify-content: space-between;
    padding-top: 101px;
}

.so4-1 {
    width: 39%;
    flex: 0 0 auto;
}

.so4-1h p {
    color: #FFE3D1;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 114px;
    text-transform: uppercase;
}

.so4-1imgbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -72px;
}

.so4-1img {
    width: 100%;
    max-width: 481px;
    position: relative;
}

.so4-1img .img-box {
    padding-bottom: 117%;
}

.so4-1p {
    position: absolute;
    width: max-content;
    z-index: 12;
    right: 30px;
    top: 53%;
    transform: translateY(-50%);
}

.so4-1p p {
    color: #FFE3D1;
    font-size: var(--zj-ser-fth);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-ser-fth) * 1.38);
    text-transform: uppercase;
}

.so4-1p2 {
    position: absolute;
    width: max-content;
    z-index: 12;
    right: -64%;
    top: calc(53% + 76px);
    transform: translateY(-50%);
}

.so4-1p2 p {
    color: #FFE3D1;
    font-family: 'Birthstone';
    font-size: 128px;
    font-style: normal;
    font-weight: normal;
    line-height: 76px;
}

.so4-2 {
    width: calc(61% - 84px);
    flex: 0 0 auto;
    padding-top: 114px;
}

.so4-2u {
    margin-right: calc(-.5 * 2.75rem);
    margin-left: calc(-.5 * 2.75rem);
}

.so4-2l {
    padding-right: calc(2.75rem * .5);
    padding-left: calc(2.75rem * .5);
    margin-bottom: 70px;
}

.so4-2lbox {
    display: flex;
}

.so4 .ab3-l1 i {
    color: rgba(255, 227, 209, 1);
}

.so4 .ab3-lh p {
    color: #FFE3D1;
}

.so4 .ab3-lp p {
    color: #FFE3D1;
}

/* ind-product so5 */
.so5 {
    padding: 268px 0 123px;
}

.so5-h {
    margin-bottom: 50px;
}

.so5-h p {
    color: #FFDFCB;
    text-align: c;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 128px;
    text-transform: uppercase;
}

.so5-l {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-l:last-child {
    margin-bottom: 0;
}

.so5-lh {
    cursor: pointer;
}

.so5-lh p {
    text-align: center;
}

.so5-lh p span {
    color: #AE917E;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: var(--zj-oem3-1l1p);
    transition: all 0.5s ease;
    --size: 1px;
    --color: #FFE3D1;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% calc(100% - 14px);
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.so5-lh:hover p span {
    color: #FFE3D1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.so5-l.on p span {
    color: #FFE3D1;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.so5-swbox {
    padding-top: 87px;
}

.so5-sw {
    position: relative;
    display: none;
}

.so5-sw.on {
    display: block;
}

.so5-swcon {
    overflow: hidden;
}

.so5-swa {
    display: block;
    position: relative;
}

.so5-swa::after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 12;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #AE917E;
    opacity: 0;
    transition: all 0.5s ease;
}


.so5-swa:hover::after {
    opacity: 1;
}

.so5-swimg .img-box {
    padding-bottom: 123%;
    /* border: 1px solid #AE917E; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.21%, #000 100%);
}

.so5-swimg .img-box img {
    transition: all 0.5s ease;
}

.so5-swa:hover .so5-swimg .img-box img {
    transform: scale(1.08);
    transform: scale(1);
}

.so5-swte {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    width: 100%;
    padding: 0 12px 30px;
}

.so5-swte p {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so5-swte p span {
    color: #E6BDAD;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1lenda) * 1.85);
    text-transform: capitalize;
}

/*  */
.so5-swcon .swiper-button-prev,
.so5-swcon .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

.so5-swcon .swiper-button-prev {
    left: -46px;
}

.so5-swcon .swiper-button-next {
    right: -46px;
}

.so5-swcon .swiper-button-prev:hover,
.so5-swcon .swiper-button-next:hover {
    border: 0.5px solid #AE917E;
    background: #AE917E;
}

.so5-swcon .swiper-button-prev::after,
.so5-swcon .swiper-button-next::after {
    content: "";
}

.so5-swcon .swiper-button-prev i,
.so5-swcon .swiper-button-next i {
    font-size: 12px;
    color: #FFF;
    line-height: normal;
    transition: all 0.5s ease;
}

.so5-swcon .swiper-button-prev:hover i,
.so5-swcon .swiper-button-next:hover i {
    color: #FFE3D1;
}

/*  */
.so5-end {
    margin-top: 103px;
}

.so5-endh {
    margin-bottom: 9px;
}

.so5-endh p {
    overflow: hidden;
    color: #AE917E;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.17);
}

.so5-endp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.so5-endp p {
    color: #AE917E;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 564px;
}

.so5-endbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so5-enda {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFDFCB;
    padding: 20px 46px;
}

.so5-enda::after,
.so5-enda::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.so5-enda::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.so5-enda:hover:before,
.so5-enda:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.so5-enda p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    text-transform: uppercase;
}

/* ind-faq sp */
.ind-faq .faq3-box {
    padding: 121px 0 30px;
}

/* ind-customer so6 */
.ind-customer {
    position: relative;
}

.so6bg img {
    position: absolute;
    width: 100%;
    max-width: 1529px;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    pointer-events: none;
}

.so6 {
    padding: 154px 0 230px;
}

.so6-h p {
    color: #302219;
    text-align: center;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.09;
    text-transform: uppercase;
}

.so6-p {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so6-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
    max-width: 400px;
}

.so6-xing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 105px;
}

.so6-xing i {
    font-size: 14px;
    line-height: normal;
    color: rgba(255, 201, 66, 1);
    margin: 0 5.5px;
}

/*  */
.so6-sw {
    position: relative;
}

#so6-sw .swiper-slide {
    height: auto !important;
}

.so6-swbox {
    border: 1px solid #693E2E;
    background: #FFF;
    height: 100%;
    padding: 21px 66px 38px 31px;
    display: flex;
    justify-content: space-between;
}

.so6-sw1 {
    width: 31%;
    flex: 0 0 auto;
}

.so6-swimg .img-box {
    padding-bottom: 140%;
    border-radius: 999px;
    border: 9px solid #AE917E;
}

.so6-sw2 {
    width: calc(69% - 42px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.so6-swh {
    margin-bottom: 50px;
    margin-top: 63px;
}

.so6-swh p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.16);
    text-transform: uppercase;
}

.so6-swdian {
    position: relative;
    margin-bottom: 26px;
}

.so6-swdian img {
    width: 68px;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.so6-swdian img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.so6-swp p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so6-swspp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.so6-swspp p {
    color: #AE917E;
    font-family: 'Birthstone';
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/*  */
#so6-sw .swiper-button-prev,
#so6-sw .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #693E2E;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: all 0.5s ease;
}

#so6-sw .swiper-button-prev {
    left: -20px;
}

#so6-sw .swiper-button-next {
    right: -20px;
}

#so6-sw .swiper-button-prev:hover,
#so6-sw .swiper-button-next:hover {
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: #AB7662;
}

#so6-sw .swiper-button-prev::after,
#so6-sw .swiper-button-next::after {
    content: "";
}

#so6-sw .swiper-button-prev i,
#so6-sw .swiper-button-next i {
    font-size: 12px;
    color: #693E2E;
    line-height: normal;
    transition: all 0.5s ease;
}

#so6-sw .swiper-button-prev:hover i,
#so6-sw .swiper-button-next:hover i {
    color: #FFF;
}

/*  */
#so6-sw .swiper-pagination {
    bottom: -73px;
}

#so6-sw .swiper-pagination span {
    width: 70px;
    height: 3px;
    background: #AE917E;
    opacity: 1;
    margin: 0;
    margin-right: 20px;
    border-radius: 0;
    transition: all 0.5s ease;
}

#so6-sw .swiper-pagination span:last-child {
    margin-right: 0;
}

#so6-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #302219;
    height: 4px;
}


/* ind-news */
.so7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so7-img {
    width: 36%;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.so7-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 1028px;
}

.so7-te {
    width: calc(64% - 66px);
    flex: 0 0 auto;
}

.so7-smh {
    margin-bottom: 12px;
}

.so7-smh p {
    color: #FFE3D1;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.so7-h {
    margin-bottom: 12px;
}

.so7-h p {
    color: #FFE3D1;
    font-size: calc(var(--zj-news-h) + 4px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.09;
    text-transform: uppercase;
}

.so7-p {
    margin-bottom: 48px;
}

.so7-p p {
    overflow: hidden;
    color: #FFE3D1;
    white-space: nowrap;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so7-sw {
    position: relative;
}

.so7 .ne-lte {
    /* padding: 0 32px 78px; */
    border: 0.5px solid rgba(174, 145, 126, 0.66);
    background: rgba(48, 34, 25, 0.66);
    transition: all 0.5s ease;
}

.so7 .ne-la:hover .ne-lte {
    border: 0.5px solid rgba(48, 34, 25, 0.66);
    background: #AE917E;
}

.so7 .ne-lnum {
    margin-bottom: 40px;
}

.so7 .ne-lnumbox {
    transition: all 0.5s ease;
}

.so7 .ne-la:hover .ne-lnumbox {
    background: rgba(48, 34, 25, 0.66);
}

.so7 .ne-lh {
    margin-bottom: 45px;
}

/*  */
#so7-sw .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 28px;
    display: flex;
    align-items: center;
}

#so7-sw .swiper-pagination span {
    width: 70px;
    height: 3px;
    background: #AE917E;
    opacity: 1;
    margin: 0;
    margin-right: 20px;
    border-radius: 0;
    transition: all 0.5s ease;
}

#so7-sw .swiper-pagination span:last-child {
    margin-right: 0;
}

#so7-sw .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFE3D1;
    height: 4px;
}

@media (max-width: 1536px) {
    .so1 {
        padding-top: 66px;
    }

    .so1-h {
        margin-bottom: 12px;
    }

    .so1-p {
        margin-bottom: 40px;
    }

    .ind-faq .faq3-box {
        padding: 71px 0 30px;
    }

    .so1-swnum p {
        font-size: 90px;
        line-height: 90px;
    }

    #so1-sw .swiper-button-prev {
        left: -15px;
    }

    .so1-swbtn {
        width: calc(100% - 24px - 24px);
    }

    #so1-sw .swiper-button-next {
        right: -15px;
    }

    #so1-sw .swiper-button-prev,
    #so1-sw .swiper-button-next {
        --w: 30px;
    }

    .so2 {
        padding-top: 62px;
    }

    .so2-h {
        margin-bottom: 12px;
    }

    .so2-p {
        margin-bottom: 34px;
    }

    #so2-sw .swiper-button-prev {
        left: -15px;
    }

    #so2-sw .swiper-button-next {
        right: -15px;
    }

    #so2-sw .swiper-button-prev,
    #so2-sw .swiper-button-next {
        --w: 30px;
    }

    .so3 {
        padding: 122px 0 53px;
    }

    .so3-1h p {
        font-size: 228px;
    }

    .so3-1h {
        right: auto;
        left: 0;
    }

    .so4-1h p {
        font-size: 100px;
        line-height: 95px;
    }

    .so4-2 {
        width: calc(61% - 44px);
        padding-top: 54px;
    }

    .so4 {
        padding-top: 51px;
    }

    .so5 {
        padding: 168px 0 63px;
    }

    .so5-h p {
        font-size: 100px;
        line-height: 95px;
    }

    .so5-h {
        margin-bottom: 30px;
    }

    .so5-swbox {
        padding-top: 47px;
    }

    .so5-swcon .swiper-button-prev,
    .so5-swcon .swiper-button-next {
        --w: 30px;
    }

    .so5-swcon .swiper-button-prev {
        left: -15px;
    }

    .so5-swcon .swiper-button-next {
        right: -15px;
    }

    .so5-end {
        margin-top: 53px;
    }

    .so5-enda {
        padding: 12px 26px;
    }

    .so6 {
        padding: 74px 0 130px;
    }

    .so6-xing {
        margin-bottom: 55px;
    }

    .so6-swh {
        margin-bottom: 20px;
        margin-top: 33px;
    }

    .so6-swdian img {
        width: 38px;
    }

    .so6-swbox {
        padding: 21px 33px 38px 31px;
    }

    .so7-img img {
        min-height: 858px;
    }

    .so7-p {
        margin-bottom: 58px;
    }

    .so7 .ne-lnum {
        margin-bottom: 24px;
    }

    .so7 .ne-lte {
        padding: 0 16px 38px;
    }

    #so7-sw .swiper-pagination {
        margin-top: 18px;
    }
}

@media (max-width: 992px) {
    .so3-1img {
        margin-top: 0;
    }

    .so3-top {
        flex-direction: column;
    }

    .so3-1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so3-2 {
        width: 100%;
    }

    .so3-2p2 {
        margin-bottom: 20px;
    }

    .so4 {
        flex-direction: column;
    }

    .so4-1 {
        width: 100%;
    }

    .so4-1imgbox {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .so4-2 {
        width: 100%;
    }

    .so5 {
        padding: 68px 0 33px;
    }

    .so7 {
        padding: 30px 0;
    }

    .so7-img {
        display: none;
    }

    .so7-te {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so1 {
        padding-top: 33px;
    }

    .so1-p {
        margin-bottom: 20px;
    }

    .so1-swnum p {
        font-size: 46px;
        line-height: 70px;
    }

    #so1-sw .swiper-button-prev {
        left: 0;
    }

    #so1-sw .swiper-button-next {
        right: 0;
    }

    .so2 {
        padding-top: 32px;
    }

    .so2-p {
        margin-bottom: 17px;
    }

    #so2-sw .swiper-button-prev {
        left: 0;
    }

    #so2-sw .swiper-button-next {
        right: 0;
    }

    .so3 {
        padding: 42px 0 43px;
    }

    .so3-1h p {
        font-size: 128px;
    }

    .so3-1imgbox img {
        min-height: 240px;
    }

    .so3-2p1 {
        flex-direction: column;
        margin-bottom: 27px;
    }

    .so3-2p1 p {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .so3-2btn {
        --w: 92px;
    }

    .so3-endp {
        margin-bottom: 16px;
    }

    .so3-enda {
        margin-bottom: 24px;
    }

    .so3-endp2 {
        width: 100%;
    }

    .so4-1h p {
        font-size: 70px;
        line-height: 65px;
    }

    .so4-1p2 p {
        font-size: 100px;
    }

    .so4-1p {
        right: auto;
        left: 10px;
    }

    .so4-1p2 {
        right: 0%;
        top: calc(53% + 50px);
    }

    .so4-2l {
        width: 100%;
    }

    .so4-2 {
        padding-top: 24px;
    }

    .so4-2l {
        margin-bottom: 20px;
    }

    .so5 {
        padding: 38px 0 43px;
    }

    .so5-h p {
        font-size: 45px;
        line-height: 52px;
    }

    .so5-swbox {
        padding-top: 27px;
    }

    .so5-swcon .swiper-button-prev {
        left: 0;
    }

    .so5-swcon .swiper-button-next {
        right: 0;
    }

    .so6 {
        padding: 34px 0 60px;
    }

    .so6-xing {
        margin-bottom: 35px;
    }

    .so6-swbox {
        flex-direction: column;
    }

    .ind-faq .faq3-box {
        padding: 31px 0 0;
    }

    .so6-sw1 {
        width: 55%;
    }

    .so6-sw2 {
        width: 100%;
    }

    #so6-sw .swiper-button-prev,
    #so6-sw .swiper-button-next {
        --w: 30px;
    }

    #so6-sw .swiper-button-prev {
        left: 0;
    }

    #so6-sw .swiper-button-next {
        right: 0;
    }

    .so6-swh {
        margin-bottom: 10px;
        margin-top: 13px;
    }

    #so6-sw .swiper-pagination {
        bottom: -30px;
    }

    #so6-sw .swiper-pagination span {
        width: 40px;
        margin-right: 10px;
    }

    .so7-p {
        margin-bottom: 28px;
    }

    #so7-sw .swiper-pagination span {
        width: 40px;
        margin-right: 10px;
    }
}

/* --------------------------------------------------------------------------------------------- */
/* product-show */
.prode {
    padding-bottom: 46px;
}

.prode-top {
    padding: 54px 0;
}

.prode1 {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border: 1.034px solid #AE917E;
    background: #FFF;
    padding: 10px 26px 10px 10px;
}

/*  */
.prode1-2 {
    width: calc(100% - 32.3% - 44px);
    flex: 0 0 auto;
}

.prode1-2smh {
    margin-bottom: 6px;
}

.prode1-2smh p {
    color: #693E2E;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2cona) * 1.714);
}

.prode1-2h {
    margin-bottom: 28px;
}

.prode1-2h p {
    color: #302219;
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-proseh) * 1.094);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    max-width: 891px;
}

.prode1-2l {
    margin-bottom: 12px;
}

.prode1-2l1 {
    margin-bottom: 10px;
}

.prode1-2l1 p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    text-transform: capitalize;
}

.prode1-2l1 p input {
    color: #B8B8B8;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    border: none;
}

.prode1-2l2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prode1-2lp {
    border: 0.5px solid #BEBEBE;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 7px 6px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.prode1-2lp.on {
    border: 0.5px solid #BEBEBE;
    background: #693E2E;
}

.prode1-2lp:hover {
    border: 0.5px solid #BEBEBE;
    background: #693E2E;
}

.prode1-2lp p {
    overflow: hidden;
    color: #929292;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.prode1-2lp.on p {
    color: #FFF;
}

.prode1-2lp:hover p {
    color: #FFF;
}

/*  */
.prode1-2end {
    display: flex;
    align-items: center;
}

.prode1-2end>* {
    margin-right: 12px;
}

.prode1-2end>*:last-child {
    margin-right: 0;
}

.number-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #8B8B8B;
    width: max-content;
}

.number-box span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
}

.number-box span:hover {
    background-color: #302219;
    color: #fff;
}

.number-box .ipt-num {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    width: 60px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none;
}

.number-box .ipt-num::-webkit-outer-spin-button,
.number-box .ipt-num::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.number-box .ipt-num[type="number"] {
    -moz-appearance: textfield;
}

.prode1-2a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 167px;
    min-height: 41px;
    background: #F2F2F4;
    transition: all 0.5s ease;
    padding: 0 12px;
}

.prode1-2a:hover {
    background: #693E2E;
}

.prode1-2a p {
    color: #030303;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.prode1-2a:hover p {
    color: #FFF;
}

.prode1-2a i {
    font-size: 24px;
    margin-left: 12px;
    color: #030303;
    transition: all 0.5s ease;
}

.prode1-2a:hover i {
    color: #FFF;
}

/* -------------------------------------------------------------------------------- */
/* prode. xiamian. buf */
.prode2 {
    position: sticky;
    top: 150px;
    z-index: 14;
    overflow: hidden;
}

.prode2-u {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    /* background: #fff; */
    position: relative;
}

.prode2-u::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #F0F0F0;
}

.prode2-u::-webkit-scrollbar {
    display: none;
    width: 14px;
    height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

.prode2-l {
    margin-right: 1px;
    position: relative;
}

.prode2-l:last-child {
    margin-right: 0;
    position: relative;
}

.prode2-l::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 12;
    border-radius: 6px;
    background: #B51C14;
    transition: all 0.5s ease;
    display: none;
}

.prode2-l:hover::after {
    width: 100%;
}

.prode2-l.on::after {
    width: 100%;
}

.prode2-l:last-child {
    margin-right: 0
}

.prode2-la {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    background: #F2F2F4;
    min-width: 167px;
}

.prode2-la:hover {
    background: #693E2E;
    color: #FFF;
}

.prode2-l.on .prode2-la {
    background: #693E2E;
    color: #FFF;
}

/*  */

.prode3 {
    padding-top: 62px;
    position: relative;
    z-index: 12;
}

.prode3h {
    margin-bottom: 27px;
}

.prode3h p {
    color: #693E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-oem3-1l1p);
    text-transform: capitalize;
}

/*  */
.prode4 {
    padding-top: 52px;
}

.prode4 .prode3h {
    margin-bottom: 50px;
}

.prode4-u1 {
    margin-right: calc(-.5 * 9.24rem);
    margin-left: calc(-.5 * 9.24rem);
    margin-bottom: 96px;
}

.prode4-l1 {
    padding-right: calc(9.24rem * .5);
    padding-left: calc(9.24rem * .5);
}

.prode4-a {
    display: block;
    position: relative;
}

.prode4-img .img-box {
    padding-bottom: 152%;
}

.prode4-img .img-box img {
    transition: all 0.5s ease;
}

.prode4-a:hover .prode4-img .img-box img {
    transform: scale(1.08);
}

.prode4-i {
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prode4-i i {
    font-size: 62px;
    color: #FFF;
}

/*  */
.prode4-u2 {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
}

.prode4-l2 {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
}

.prode4-u2 .prode4-img .img-box {
    padding-bottom: 57%;
}

.prode4-h {
    margin-bottom: 52px;
    /* margin-top: 109px; */
}

.prode4-h p {
    color: #693E2E;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: var(--zj-oem3-1l1p);
    text-transform: capitalize;
}

/*  */
.prode5 {
    padding-top: 107px;
    position: relative;
    z-index: 12;
}

.prode5 .prode3h {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prode5 .prode3h>p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.prode5-abox {
    display: flex;
    align-items: center;
}

.prode5-a {
    display: block;
    margin-left: 32px;
}

.prode5-a:first-child {
    margin-left: 0;
}

.prode5-a p {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode5-a p span {
    color: #000;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    --size: 1px;
    --color: #000;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% calc(100% - 8px);
    background-repeat: no-repeat;
    transition-property: background-size, color, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.prode5-a:hover p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.prode5h {
    border-radius: 4px;
    background: #693E2E;
    padding: 12px 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.prode5h p {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.prode5h span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.prode5for .so8fo-l input,
.prode5for .so8fo-l textarea {
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    background: #E5E5E5;
}

.prode5 .con2-fobt {
    display: flex;
    margin-top: 0;
    justify-content: flex-start;
}

.prode5 .con2-fobt button {
    width: auto;
    border-radius: 10px;
    background: #693E2E;
    padding: 10px;
    min-width: 230px;
    position: relative;
    overflow: hidden;
}

.prode5 .con2-fobt button::after,
.prode5 .con2-fobt button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.prode5 .con2-fobt button::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.prode5 .con2-fobt button:hover:before,
.prode5 .con2-fobt button:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.prode5 .con2-fobt button span {
    color: #FFF;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.prode5 .con2-fol {
    margin-bottom: 10px;
}

/*  */
.prode5 .con2-fol input,
.prode5 .con2-fol textarea {
    border-radius: 4px;
    background: #F5F5F5;
    padding: 12px 24px;
    color: #444;
}

.prode5 .con2-fol input:focus,
.prode5 .con2-fol textarea:focus {
    border: 1px solid #302219;
}

.prode5 .con2-fol input::-webkit-input-placeholder {
    color: #444;
}

.prode5 .con2-fol input::-moz-placeholder {
    color: #444;
}

.prode5 .con2-fol input::-ms-input-placeholder {
    color: #444;
}

.prode5 .con2-fol textarea::-webkit-input-placeholder {
    color: #444;
}

.prode5 .con2-fol textarea::-moz-placeholder {
    color: #444;
}

.prode5 .con2-fol textarea::-ms-input-placeholder {
    color: #444;
}

/*  */
.prode6 {
    padding-top: 153px;
}

.prode6-h {
    margin-bottom: 22px;
}

.prode6-h p {
    color: #693E2E;
    font-size: var(--zj-so1top1);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1top1) * 1.20833);
    text-transform: uppercase;
}

.prode6-p {
    margin-bottom: 66px;
}

.prode6-p p {
    color: #302219;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.prode6-u {
    position: relative;
}

#prode6-u {
    overflow: hidden;
}

.prode6 .so5-swte {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    margin-top: 32px;
    padding-bottom: 0;
}

.prode6 .so5-swte p span {
    color: #693E2E;
}

/*  */
.prode6 {}

#prode6-u .swiper-button-prev,
#prode6-u .swiper-button-next {
    --w: 40px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border-radius: 999px;
    border: 0.5px solid #693E2E;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    top: 44%;
    transition: all 0.5s ease;
}

#prode6-u .swiper-button-prev {
    left: -46px;
}

#prode6-u .swiper-button-next {
    right: -46px;
}

#prode6-u .swiper-button-prev:hover,
#prode6-u .swiper-button-next:hover {
    border-radius: 999px;
    border: 0.5px solid #FFF;
    background: #AB7662;
}

#prode6-u .swiper-button-prev::after,
#prode6-u .swiper-button-next::after {
    content: "";
}

#prode6-u .swiper-button-prev i,
#prode6-u .swiper-button-next i {
    font-size: 12px;
    color: #693E2E;
    line-height: normal;
    transition: all 0.5s ease;
}

#prode6-u .swiper-button-prev:hover i,
#prode6-u .swiper-button-next:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .prode2 {
        top: 120px;
    }

    .prode4-u1 {
        margin-right: calc(-.5 * 4.24rem);
        margin-left: calc(-.5 * 4.24rem);
        margin-bottom: 46px;
    }

    .prode4-l1 {
        padding-right: calc(4.24rem * .5);
        padding-left: calc(4.24rem * .5);
    }

    .prode-top {
        padding: 34px 0;
    }

    .prode3 {
        padding-top: 42px;
    }

    .prode3h {
        margin-bottom: 17px;
    }

    .prode4 .prode3h {
        margin-bottom: 30px;
    }

    .prode4-h {
        margin-bottom: 32px;
        /* margin-top: 59px; */
    }

    .prode5 {
        padding-top: 57px;
    }

    .prode6 {
        padding-top: 73px;
    }
}

@media (max-width: 992px) {
    .prode1 {
        flex-direction: column;
    }

    .prode1-1 {
        width: 100%;
        flex-direction: column;
    }

    .prode1-2 {
        width: 100%;
    }

    .slider-for {
        width: 100%;
        margin-bottom: 8px;
    }

    .slider-nav {
        width: 100%;
        margin-bottom: 12px;
    }

    .prode4-l1 {
        width: 50%;
        margin-bottom: 20px;
    }

    .prode4-l2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .prode4-u1 {
        margin-bottom: 0;
    }

    .con2-fol {
        width: 100%;
    }

    .prode1 {
        padding: 10px;
    }

    .prode5 .prode3h {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode5-abox {
        align-items: flex-start;
        flex-direction: column;
    }

    .prode5-a {
        margin-left: 0;
    }

    .prode5 {
        padding-top: 27px;
    }
}

@media (max-width: 499px) {
    .pro-p {
        margin-bottom: 22px;
    }

    .prode3 {
        padding-top: 32px;
    }

    .prode4 {
        padding-top: 32px;
    }

    .prode4-l1 {
        width: 100%;
    }

    .prode4 .prode3h {
        margin-bottom: 20px;
    }

    .prode4-h {
        margin-bottom: 32px;
        /* margin-top: 29px; */
    }

    .prode5h {
        padding: 8px 12px;
    }

    .prode5 .con2-fol input,
    .prode5 .con2-fol textarea {
        padding: 8px 12px;
    }

    .prode6 {
        padding-top: 33px;
    }

    .prode6-h {
        margin-bottom: 12px;
    }

    .prode6-p {
        margin-bottom: 33px;
    }

    .prode {
        padding-bottom: 0;
    }
}

/*  */
.banner .item {
    position: relative;
}

.ban-tepp {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ban-tebox {
    display: flex;
    justify-content: flex-end;
}

.ban-tebox>div {
    width: 822px;
}

.ban-smh {
    margin-bottom: 13px;
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.5s 0.5s ease;
}

.swiper-slide-active .ban-smh {
    transform: translateX(0);
    opacity: 1;
}

.ban-smh p {
    color: #FFE2D4;
    font-family: 'Tai Heritage Pro';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.18);
    text-transform: capitalize;
    display: none;
}

.ban-h {
    margin-bottom: 13px;
    transform: translateX(50%);
    opacity: 0;
    transition: all 0.5s 0.7s ease-in-out;

    transform: translateX(0);
    opacity: 1;
}

.swiper-slide-active .ban-h {
    transform: translateX(0);
    opacity: 1;
}

.ban-h p {
    color: #FFE2D4;
    font-family: 'Tai Heritage Pro';
    font-size: var(--zj-news-h);
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
    text-transform: uppercase;
    max-width: 822px;
}

.ban-p {
    transform: translateX(50%);
    opacity: 0;
    transition: all 0.5s 0.9s ease-in-out;

    transform: translateX(0);
    opacity: 1;
}

.swiper-slide-active .ban-p {
    transform: translateX(0);
    opacity: 1;
}

.ban-p p {
    color: #FFE2D4;
    font-family: 'Birthstone';
    font-size: var(--zj-con1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con1h) * 0.57);
    text-transform: capitalize;
}

@media (max-width: 1536px) {
    .ban-tebox>div {
        width: 50%;
    }

    .ft3-1pow {
        margin: 0 0 0 2px;
    }

    .ft3-2a span {
        font-size: 12px;
    }

    .ft3-1copy p span {
        font-size: 12px;
    }

    .ft3-2 {
        flex: 0 0 auto;
    }
}

@media (max-width: 992px) {
    .ban-tebox>div {
        width: 100%;
    }

    .ft3 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 0;
        flex-direction: column;
    }
}

/*  */
.prode1-2lpimg {
    background: transparent !important;
    padding: 0 !important;
    border: 0.5px solid #bebebe00 !important;
}

.prode1-2lpimg:hover {
    border: 0.5px solid #bebebe !important;
}

.prode1-2lpimg.on {
    border: 0.5px solid #bebebe !important;
}

.prode1-2lp img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.prodeimg {
    display: flex;
    flex-wrap: wrap;
}

.prodeimg img {
    width: 100%;
    max-width: 266px;
    margin-left: 4px;
    margin-bottom: 4px;
}

@media (max-width: 499px) {
    .prodeimg img {
        max-width: 48%;
    }
}

/*  */
#prode4-sw {
    overflow: hidden;
    position: relative;
}

.ab6-swimg>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* 新加 */
.editor-box {
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
    padding: 30px 0;
}

.editor-pbox {
    width: 100%;
}

.editor-img {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    /* margin-left: 12px; */
    margin-top: 24px;
}

.editor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.editor-pbox h1 {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.editor-pbox p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    position: relative;
}

.editor-pbox p::before {
    /* position: absolute; */
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #222;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 1px;
}

.editor-pbox ul li>div {
    background: #BF9F8A;
    padding: 20px;
    margin-bottom: 30px;
    height: 100%;
}

/* .editor-pbox p::before { */
/* position: absolute; */
/* content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #222;
    border-radius: 50%;  margin-right:8px;    margin-bottom: 1px; */
/* } */

@media (max-width: 992px) {
    .editor-box {
        flex-direction: column;
    }

    .editor-pbox {
        width: 100%;
        flex: 0 0 auto;
    }

    .editor-img {
        width: 100%;
        flex-direction: column;
        margin-left: 0;
    }

    .editor-img img {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .editor-pbox li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*  */
.faq {
    margin-top: 30px;
}

.vid-h {
    margin-bottom: 20px;
}

.faq-u {
    margin-bottom: 40px;
}

.faq-l {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-llf {
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    backdrop-filter: blur(5px);
    --w: 70px;
    width: var(--w);
    height: var(--w);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.faq-l:hover .faq-llf {
    background: #EA580C;
}

.faq-l.on .faq-llf {
    background: #EA580C;
}

.faq-llf i {
    font-size: 40px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.faq-l.on .faq-llf i {
    color: #FFF;
}

.faq-l:hover .faq-llf i {
    color: #FFF;
}

.faq-lrg {
    flex: 1;
}

.faq-l1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #E8EBF4;
    background: #F6F7FA;
    backdrop-filter: blur(5px);
    padding: 20px 30px;
    cursor: pointer;
    margin-bottom: 20px;
}

.faq-l:last-child .faq-l1 {
    margin-bottom: 0;
}

.faq-l1h {
    flex: 1;
}

.faq-l1h p {
    color: #000;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.faq-l:hover .faq-l1h p {
    color: #693E2E;
}

.faq-l.on .faq-l1h p {
    color: #693E2E;
}

.faq-l1i {
    flex: 0 0 auto;
    --w: 26px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.5s ease;
    position: relative;
}

.faq-l:hover .faq-l1i {
    background: #693E2E;
}

.faq-l.on .faq-l1i {
    background: #693E2E;
}

.faq-l1i i {
    font-size: 12px;
    line-height: normal;
    color: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
}

.faq-l:hover .faq-l1i i {
    color: #FFF;
}

.faq-l.on .faq-l1i i {
    color: #FFF;
}

.faq-l1i i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.faq-l.on .faq-l1i i:nth-child(1) {
    opacity: 0;
}

.faq-l.on .faq-l1i i:nth-child(2) {
    opacity: 1;
}

.faq-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.faq-l.on .faq-l2 {
    max-height: 500px;
    opacity: 1;
}

.faq-l2te {
    padding: 10px 30px 30px;
}

.faq-l2te p {
    color: #222;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.625);
    max-width: 1020px;
}

@media (max-width: 992px) {
    .faq-llf {
        display: none;
    }
}

@media (max-width: 499px) {
    .faq-l1h p {
        line-height: 1.4;
        letter-spacing: 0;
    }

    .faq-l1 {
        padding: 12px 10px;
        margin-bottom: 10px;

    }

    .faq-l2te {
        padding: 10px 10px 10px;
    }

    .faq-u {
        margin-bottom: 20px;
    }
}

/*  */
.cus-l {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .cus-l {
        width: 100%;
    }
}

.prde-m2 {
    display: flex;
    align-items: center;
}

.prde-m2 p {
    color: #000;
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .prde-m2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* 新加1 */
.so8-h {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so8-h p {
    color: #693E2E;
    text-align: center;
    font-size: calc(var(--zj-so1top1) - 3px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-so1top1) - 3px) * 1.33);
    text-transform: capitalize;
    max-width: 1247px;
}

.so8-p {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.so8-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.37);
    max-width: 652px;
}

.so8-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.so8-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #B0B0B0;
    padding: 5px 10px 1px;
    min-width: 206px;
    transition: all 0.5s ease;
    margin-right: 13px;
}

.so8-a:last-child {
    margin-right: 0;
}

.so8-a:hover {
    background: #693E2E;
    border: 1px solid #693E2E;
}

.so8-a p {
    color: #9B9B9B;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.65);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.so8-a:hover p {
    color: #FFF;
}

.so8-end {
    display: flex;
    justify-content: space-between;
}

.so8-end>div {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so8-1 {
    padding: 20px 20px 20px 80px;
    border-radius: 18px;
    background: #FBF6F3;
}

.so8-1img {
    width: 40%;
    flex: 0 0 auto;
}

.so8-1img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    overflow: hidden;
}

/*  */
.so8-1lf {
    padding-bottom: 53px;
    width: calc(60% - 50px);
}

.so8-1i {
    margin-bottom: 53px;
}

.so8-1i img {
    width: 42px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.so8-1h {
    margin-bottom: 25px;
}

.so8-1h p {
    color: #302219;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-so1lenda) * 0.71);
}

.so8-1p p {
    color: #302219;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.15);
}

/*  */
.so8-2 {
    padding: 20px 80px 20px 20px;
    border-radius: 18px;
    background: #F5F5F5;
}

.index .ind-pk {
    padding-top: 84px;
}

@media (max-width: 1536px) {
    .so8-1 {
        padding: 20px 20px 20px 20px;
    }

    .so8-2 {
        padding: 20px 20px 20px 20px;
    }

    .index .ind-pk {
        padding-top: 64px;
    }

    .so8-1i {
        margin-bottom: 23px;
    }

    .so8-1lf {
        padding-bottom: 23px;
        width: calc(60% - 20px);
    }

    .so8-1i img {
        width: 22px;
    }
}

@media (max-width: 992px) {
    .so8-end {
        flex-direction: column;
    }

    .so8-end>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .so8-end>div:last-child {
        margin-bottom: 0;
    }

    .so8-btn {
        margin-bottom: 40px;
    }
}

@media (max-width: 499px) {
    .so8-end>div {
        flex-direction: column;
    }

    .index .ind-pk {
        padding-top: 40px;
    }

    .so8-end>div:first-child {
        flex-direction: column-reverse;
    }

    .so8-1lf {
        width: 100%;
    }

    .so8-1img {
        width: 100%;
        margin-bottom: 20px;
    }

    .so8-p {
        margin-bottom: 20px;
    }

    .so8-btn {
        margin-bottom: 30px;
    }

    .so8-a {
        min-width: 126px;
    }
}

/* 新加2 */
.ind-who {
    margin-top: 140px;
}

.so9 {
    padding: 145px 0 154px;
}

.so9-sw {
    position: relative;
}

#so9-sw {
    padding: 0 40.7%;
}

#so9-sw .swiper-wrapper {
    align-items: flex-end;
}

#so9-sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so9-sw .swiper-slide {
    opacity: 0;
    transition: all 0.5s ease;
}

#so9-sw .swiper-slide-active,
#so9-sw .swiper-slide-prev,
#so9-sw .swiper-slide-next {
    opacity: 1;
}

#so9-sw .swiper-slide .so9-img {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #FFEEF2;
    position: relative;
    transform: scale(0.9);
}

#so9-sw .swiper-slide-active .so9-img {
    transform: scale(1);
}

#so9-sw .swiper-slide .so9-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 12;
    transition: all 0.5s ease;
}

#so9-sw .swiper-slide-active .so9-img::after {
    opacity: 0;
}

#so9-sw .swiper-slide .so9-img .img-box {
    padding-bottom: 146%;
}

.so9-smh {
    margin-bottom: 15px;
    margin-top: 80px;
}

.so9-smh p {
    color: #301004;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-oem3-1l1p) * 1.08);
    text-transform: uppercase;
}

.so9-h {
    margin-bottom: 30px;
}

.so9-h p {
    color: #301004;
    text-align: center;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--zj-prode1-2h) * 1.17);
}

.so9-p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.so9-p p {
    color: #302219;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
    max-width: 972px;
}

.so9-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so9-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #302219;
    padding: 13px 51px 12px 52px;
    transition: all 0.5s ease;
}

.so9-a:hover {
    background: #AE917E;
}

.so9-a p {
    color: #FFF;
    font-size: calc(var(--zj-subnav) - 1px);
    font-style: normal;
    font-weight: 700;
    line-height: calc((var(--zj-subnav) - 1px) * 1.33);
    text-transform: uppercase;
}

@media (max-width: 1536px) {
    .ind-who {
        margin-top: 70px;
    }

    #so9-sw {
        padding: 0px 37.7%;
    }

    .so9 {
        padding: 70px 0;
    }

    .so9-smh {
        margin-bottom: 15px;
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    #so9-sw {
        padding: 0px 27.7%;
    }
}

@media (max-width: 499px) {
    #so9-sw {
        padding: 0px 11.7%;
    }

    .so9 {
        padding: 40px 0;
    }

    .ind-who {
        margin-top: 40px;
    }

    .so9-smh {
        margin-bottom: 12px;
        margin-top: 30px;
    }

    .so9-h {
        margin-bottom: 20px;
    }

    .so9-p {
        margin-bottom: 20px;
    }
}

.ft-flyte {
    position: fixed;
    right: 15px;
    bottom: 136px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
}

.ft-flyte p {
    width: max-content;
    background: #FFF;
    border: 1px solid #AB7662;
    border-radius: 4px;
    padding: 10px 24px;
    color: #AB7662;
    margin-bottom: 6px;
}

.ft-flyte p:last-child {
    margin-bottom: 0;
}

@media (max-width: 499px) {
    .ft-flyte p {
        padding: 6px 12px;
    }
}


.gj-rb{
    margin: -6px;
}
.gj-rb .item-box{
    padding: 6px;
}
.gj-rb .item-box .img-box{
    padding-bottom: calc(610 / 406 * 100%);
}