#ven {
    transition: all 0.5s ease;
    background: #000;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

/*  */
.header-index {
    background: transparent !important;
}

/*  */
.ventricle {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background: #000 !important;
}


/*  */
.ven-langu {
    display: flex;
    align-items: center;
}

.ven-langl>a {
    margin-left: 12px;
    display: block;
    transition: all 0.5s ease;
}

.ven-langl:first-child>a {
    margin-left: 0;
}

.ven-langl>a:hover {
    transform: translateY(-4px);
}

.ven-langl>a img {
    width: 20px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/* end */

/*  */
.hea-box {
    display: flex;
    justify-content: space-between;
}

.ven1-loim {
    /* padding: 0 0 20px; */
    position: relative;
    margin-bottom: -20px;
}

.ven1-loim img {
    width: 100px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.ven2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ven2-lis {
    height: 100%;
}

.ven2-u {
    display: flex;
    align-items: center;
    height: 100%;
}

.ven2-l {
    margin-right: 3.26vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.ven2-l:last-child {
    margin-right: 0;
}

.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: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(20, 92, 197, 1);
    transition: all 0.5s ease;
    display: none;
}

.ven2-lsa:hover .ven2-la::after {
    width: 100%;
}

.ven2-l.on .ven2-la::after {
    width: 100%;
}

.ven2-la span {
    color: #F5951C;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.98);
    letter-spacing: -0.44px;
    text-transform: uppercase;

    --size: 1px;
    --color: #D6391E;
    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: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-l.on .ven2-la span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-la i {
    color: #F5951C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    margin-left: 4px;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}

.ven2-la:hover i {
    color: #D6391E;
}

/*  */
.ven-seh {
    position: relative;
}

.vensesv {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.vensesv i {
    font-size: 20px;
    color: rgba(245, 149, 28, 1);
    line-height: normal;
    transition: all 0.5s ease;
    padding-bottom: 2px;
}

.vensesv:hover i {
    color: #D6391E;
    animation: vensesv 1s ease-in-out;
    animation-iteration-count: 1;
}

.vensesv span {
    color: #F5951C;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.98);
    letter-spacing: -0.44px;
    text-transform: uppercase;
    margin-left: 11px;
    --size: 1px;
    --color: #D6391E;
    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);
}

.vensesv:hover span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@keyframes vensesv {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*  */
.ven2-2a {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.ven2-2a i {
    margin-right: 6px;
    font-size: 22px;
    color: rgba(245, 149, 28, 1);
    transition: all 0.5s ease;
}

.ven2-2a:hover i {
    color: #D6391E;
}

.ven2-2a p {
    color: #F5951C;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.9);
    letter-spacing: -0.44px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.ven2-2a:hover p {
    color: #D6391E;
}

/*  */
.ven2-line {
    width: 1px;
    height: 12px;
    margin: 0 16px;
    background: rgba(255, 255, 255, 0.5);
}

/*  */
.ven2-lang {
    position: relative;
    margin: 0 70px 0 90px;
}

.ven2-langbt {
    display: flex;
    align-items: center;
}

.ven2-langbt span {
    color: #F5951C;
    text-align: center;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.98);
    letter-spacing: -0.44px;
    text-transform: capitalize;
    --size: 1px;
    --color: #D6391E;
    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-langbt:hover span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-langbt i {
    color: #F5951C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    margin-left: 4px;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}

.ven2-langbt:hover i {
    color: #D6391E;
}

.ven2-talk {
    position: relative;
}

.ven2-ta {
    display: flex;
}

.ven2-ta span {
    color: #F5951C;
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con2la) * 0.98);
    letter-spacing: -0.44px;
    text-transform: uppercase;

    --size: 1px;
    --color: #D6391E;
    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-ta:hover span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .hea-topu {
        margin-right: 30.4vw;
    }

    .hea-topl {
        margin-right: 20px;
    }

    /*  */
    .ven1-loim img {
        width: 90px;
    }

    .ven2-lang {
        margin: 0 30px 0 40px;
    }

    .ven2-l {
        margin-right: 2.84vw;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven2-3a span {
        margin: 0 6px;
    }

    .ven1-loim {
        margin-bottom: -16px;
    }
}

@media (max-width: 1199.9px) {
    .hea-topu {
        margin-right: 12px;
    }

    #ven::after {
        display: none;
    }

    .ven2-line {
        margin: 0 6px;
    }

    .ven2-lis,
    .ven3 {
        display: none;
    }

    .ven2-talk {
        display: none;
    }

    .ven2-3a img {
        width: 24px;
    }
}

@media (max-width: 499px) {
    .hea-top {
        padding: 4px 0;
    }

    .hea-top1 {
        display: none;
    }

    .ven2-line {
        margin: 0 10px;
    }

    .ven-langl>a {
        margin-left: 8px;
    }

    .ven1-loim {
        margin-bottom: -11px;
    }

    .ven1-loim img {
        width: 60px;
    }

    .vensesv i {
        font-size: 16px;
    }

    .vensesv span {
        margin-left: 4px;
    }

    .ven2-2a {
        margin-left: 14px;
    }

    .ven2-2a i {
        font-size: 16px;
    }
}

/* --- */
/* phone three line */
/* phone */
/*  */


/* houmjiade erji */
.ven2-ler {
    position: absolute;
    width: 320%;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
    max-height: 600px;
    opacity: 1;
    overflow: visible;
}

.ven2-lerbo {
    background: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 10px 0;
}

.ven2-lera {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lera span {
    color: #F5951C;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 0.98);
    letter-spacing: -0.44px;
    text-transform: uppercase;

    --size: 1px;
    --color: #D6391E;
    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);
    text-transform: capitalize;
}

.ven2-lera:hover span {
    color: #D6391E;
    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: 'Archivo';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    --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);
}

.ven2-lerla:hover span {
    color: #FFF;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ven2-lerlah span {
    color: #FFF;
    font-family: 'Archivo';
    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;
}

.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: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.ven2-lerathra span {
    color: #222;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    --size: 1px;
    --color: #1A3C80;
    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: #1A3C80;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

/*  */
.ven-sehinp {
    position: absolute;
    right: -7px;
    top: 80px;
    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: #FFF;
    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: 4px 14px;
    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: 246%; */
    }

    .ven-sehfo {
        width: 208px;
        padding: 4px 12px;
    }
}

@media (max-width: 1199.9px) {
    .ven-sehinp {
        top: 76px;
    }

    .ven-sehinp>i {
        color: #222;
    }
}

@media (max-width: 499px) {
    .ven-sehinp {
        top: 387%;
        right: -151px;
    }

    .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: #F5951C;
    transition: all .5s;
}

#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: #F5951C;
}

#venPho .venPhoSack.on::after {
    margin-top: -2px;
    transform: translateY(0%) rotate(-46deg);
    background: #F5951C;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #F5951C;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

@media (max-width: 1199.9px) {
    #venPho {
        display: block;
    }

    .ven2-lang {
        margin: 0 0px 0 10px;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 90px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 1028;
}

@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 #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #222;
    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: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */

    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
}

.menu-head a:hover {
    color: #1A3C80;
}

.xiantiao>a {
    color: #1A3C80;
}

.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: #222;
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    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: #1A3C80;
}

@media (max-width: 1199.9px) {}

@media (max-width: 499px) {
    #venPhoSec {
        top: 60px;
    }

    #venPhoSec ul li i {
        font-size: 14px;
    }

    #venPhoSec ul li .xiaopingsanji {
        height: 42px;
    }
}

/* header new */
.ven3,
.ven2 {
    width: calc(50% - 50px);
}

/* gg */
.sub {
    position: relative;
}

.sub-im {
    position: relative;
    overflow: hidden;
}

.sub-im::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.sub-im img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*  */
.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-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: 499px) {
    .sub-im img {
        min-height: 150px;
    }
}

/*  */
.sub-nav {
    background: #000;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sub-nav .breadcrumb-item {
    display: flex;
    align-items: center;
}

.sub-nav .breadcrumb-item i {
    color: #F6CE0C;
    margin-right: 24px;
    font-size: 20px;
}

.sub-nav .breadcrumb-item::before,
.sub-nav .breadcrumb-item a span {
    color: #F6CE0C;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    text-transform: capitalize;
}

.sub-nav .breadcrumb-item a span {
    --size: 1px;
    --color: #F6CE0C;
    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);
}

.sub-nav .breadcrumb-item a:hover span {
    color: #F6CE0C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.sub-nav .breadcrumb-item.active a span {
    color: #F6CE0C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .sub-nav .sub-navbox {
        padding: 10px 10px;
    }

    .sub-nav .breadcrumb-item i {
        margin-right: 6px;
    }
}

@media (max-width: 499px) {
    .sub-nav {
        display: none;
    }
}

/*  */
/* 分页按钮 */
.sub-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pageu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-pagel a {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    width: 52px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.5s ease;
    background: #D9D9D9;
}

.sub-pagel a:hover {
    background: #D6391E;
}

.sub-pagel.on a {
    background: #D6391E;
}

/*  */
.sub-pagel.sub-prev a {
    padding-top: 0;
    margin: 0 6px;
}

.sub-pagel.sub-prev a i {
    color: rgba(34, 34, 34, 1);
    font-size: 12px;
}

.sub-pagel.sub-prev a:hover i {
    color: #FFF;
}

@media (max-width: 1536px) {
    .sub-pagel a {
        --w: 34px;
    }
}

@media (max-width: 499px) {
    .sub-pagel a {
        --w: 26px;
    }
}

[data-sub-pad="header100"] {
    padding-top: 80px;
}

[data-sub-padding="100"] {
    padding: 100px 0 100px;
}

[data-sub-padding="120"] {
    padding: 120px 0 120px;
}

[data-sub-bottom="100"] {
    margin-bottom: 100px;
}

/*  */
[data-sub-pad88="148"] {
    padding: 88px 0 148px;
}

[data-sub-pad88="136"] {
    padding: 88px 0 136px;
}

@media (max-width: 1536px) {
    [data-sub-pad="header100"] {
        padding-top: 74px;
    }

    [data-sub-padding="100"] {
        padding: 60px 0 70px;
    }

    [data-sub-padding="120"] {
        padding: 60px 0 70px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 70px;
    }

    [data-sub-pad88="148"] {
        padding: 66px 0 108px;
    }

    [data-sub-pad88="136"] {
        padding: 66px 0 108px;
    }
}

@media (max-width: 992px) {
    [data-sub-pad88="148"] {
        padding: 46px 0 62px;
    }

    [data-sub-pad88="136"] {
        padding: 46px 0 62px;
    }
}

@media (max-width: 499px) {
    [data-sub-pad="header100"] {
        padding-top: 48px;
    }

    [data-sub-padding="100"] {
        padding: 30px 0 40px;
    }

    [data-sub-padding="120"] {
        padding: 30px 0 40px;
    }

    [data-sub-bottom="100"] {
        margin-bottom: 40px;
    }

    [data-sub-pad88="148"] {
        padding: 30px 0 40px;
    }

    [data-sub-pad88="136"] {
        padding: 30px 0 40px;
    }
}

/* contact */
.con-box {
    display: flex;
    justify-content: space-between;
}

.con1 {
    width: 48%;
    flex: 0 0 auto;
    padding: 128px 0 270px;
    position: relative;
}

.con1::after {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    background: #D6391E;
    right: 0;
    top: 0;
    z-index: -1;
}

.con1-h {
    margin-bottom: 30px;
}

.con1-h h2 {
    color: #F6CE0C;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.con1-p p {
    color: #F6CE0C;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--zj-ven2-la) * 1.44444);
    max-width: 704px;
}

/*  */
/* form */
.con2 {
    width: 48%;
    padding: 128px 0 0;
    display: flex;
    justify-content: flex-end;
}

.con2-fo {
    max-width: 713px;
}

.con2-fou {
    margin-right: calc(-.5 * 1.26rem);
    margin-left: calc(-.5 * 1.26rem);
}

.con2-fol {
    margin-bottom: 30px;
    padding-right: calc(1.26rem * .5);
    padding-left: calc(1.26rem * .5);
}

.con2-fol:last-child {
    margin-bottom: 20px;
}

.con2-fol>input,
.con2-fol>textarea {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    border: none;
    border-bottom: 1px dashed #D6391E;
    background: #FFF;

    transition: all 0.5s ease;
    padding: 0 0 15px;
}

.con2-fol>input:focus,
.con2-fol>textarea:focus {
    border-bottom: 1px dashed #F6CE0C;
}

.con2-fol>input::-webkit-input-placeholder {
    color: #D6391E;
}

.con2-fol>input::-moz-placeholder {
    color: #D6391E;
}

.con2-fol>input::-ms-input-placeholder {
    color: #D6391E;
}

.con2-fol>textarea::-webkit-input-placeholder {
    color: #D6391E;
}

.con2-fol>textarea::-moz-placeholder {
    color: #D6391E;
}

.con2-fol>textarea::-ms-input-placeholder {
    color: #D6391E;
}

/* form特殊 */
.con2-folsp {
    display: flex;
}

.con2-folsp p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    min-width: 190px;
    margin-right: 32px;
    flex: 0 0 auto;
}

.con2-folsp>div {
    display: flex;
    flex-wrap: wrap;
}

.con2-folsp label {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2cona);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 28px;
    width: max-content;
}

.con2-folsp>*:last-child {
    margin-right: 0;
}

input[type="radio"]:checked {}

.con2-folsp>div {
    display: flex;
    align-items: center;
}

.con2-folsp>div div {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px;
}

.con2-folsp input {
    position: absolute;
    left: -9999px;
}

.con2-folsp i {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #FFE8E4;
    background: #FFF5F3;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.con2-folsp input+i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #D6391E;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.con2-folsp input:checked+i:after {
    opacity: 1;
}

/* 提交 */
.con2-fobt {
    display: flex;
    justify-content: flex-end;
}

.con2-fobt button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #000;
    background: #000;
    padding: 8px 10px;
    transition: all 0.5s ease;
}

.con2-fobt button:hover {
    background: #D6391E;
    border: 1px solid #D6391E;
}

.con2-fobt button span {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.con-line .img-box {
    padding-bottom: 10%;
}

/* con3 */
.con3-box {
    padding: 137px 0 173px;
    position: relative;
}

.con3-1 {
    width: 50%;
    flex: 0 0 auto;
}

.con3-h {
    margin-bottom: 32px;
}

.con3-h h2 {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.con3-l {
    margin-bottom: 26px;
}

.con3-l:last-child {
    margin-bottom: 0;
}

.con3-la {
    display: block;
    max-width: max-content;
}

.con3-la span {
    display: block;
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    --size: 1px;
    --color: #D6391E;
    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.con3-la:hover span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.con3-2 {
    position: absolute;
    left: 47vw;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1536px) {
    .con3-box {
        padding: 47px 0 73px;
    }
}

@media (max-width: 992px) {
    .con-box {
        flex-direction: column;
    }

    .con1 {
        width: 100%;
        padding: 48px 0 120px;
    }

    .con1::after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .con2 {
        width: 100%;
        padding: 48px 0 0;
        margin-bottom: 20px;
    }

    .con2-fo {
        max-width: 100%;
    }

    /*  */
    .con3-1 {
        width: 72%;
    }

    .con3-2 {
        left: auto;
        right: 2vw;
        top: 38%;
    }

    .con3-2 svg {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .con2-fol {
        width: 100%;
    }

    .con3-1 {
        width: 100%;
    }

    .con3-2 {
        display: none;
    }

    .con2-folsp {
        flex-wrap: wrap;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 30px 0 40px;
    }

    .con1-h {
        margin-bottom: 12px;
    }

    .con1-h h2 {
        line-height: 1;
    }

    .con2-folsp p {
        margin-bottom: 8px;
    }

    .con2-folsp>div div {
        padding-left: 25px;
        margin-bottom: 4px;
    }

    .con2-fol {
        margin-bottom: 20px;
    }

    .con2-fol>input,
    .con2-fol>textarea {
        padding: 0 0 12px;
    }

    .con3-box {
        padding: 40px 0 43px;
    }

    .con3-l {
        margin-bottom: 13px;
    }

    .con3-h {
        margin-bottom: 16px;
    }

    .con3-h h2 {
        line-height: 1;
    }
}

/* footer */
#footer {
    position: relative;
}

.ftle-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50.2%;
}

.ftle-bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ft-box {
    padding: 78px 0 22px;
}

.ft1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}

.ft1u {
    display: flex;
    align-items: center;
}

.ft1l {
    margin-right: 30px;
}

.ft1l:last-child {
    margin-right: 0;
}

.ft1la {
    display: block;
    transition: all 0.5s ease;
}

.ft1la:hover {
    transform: translateY(-4px);
}

.ft1la span {
    overflow: hidden;
    color: #F6CE0C;
    text-overflow: ellipsis;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%;
    text-underline-offset: 16%;
    text-underline-position: auto;
    text-transform: capitalize;
}

/*  */
.ft-share {
    display: flex;
    align-items: center;
}

.ft-share>a {
    display: block;
    margin-left: 45px;
    transition: all 0.5s ease;
}

.ft-share>a:hover {
    transform: translateY(-4px);
}

.ft-share>a:first-child {
    margin-left: 0;
}

.ft-share>a span {
    overflow: hidden;
    color: #F6CE0C;
    text-overflow: ellipsis;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%;
    text-underline-offset: 16%;
    text-underline-position: auto;
    text-transform: capitalize;
}

/*  */
.ft2 {
    margin-bottom: 34px;
}

.ft2-fou {
    justify-content: space-between;
}

.ft2-fou {
    margin: 0;
}

.ft2-fol {
    max-width: 398px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.ft2-fol:last-child {
    width: 564px;
    max-width: 564px;
}

.ft2-fol>input,
.ft2-fol>textarea {
    color: #F6CE0C;
    font-size: var(--zj-pro2-1h);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;

    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    background: transparent;

    transition: all 0.5s ease;
    padding: 0 0 15px;
    position: relative;
}

.ft2-fol>input:focus,
.ft2-fol>textarea:focus {
    border-bottom: 1px solid #F6CE0C;
    padding-left: 12px;
}

.ft2-fol>input::-webkit-input-placeholder {
    color: #F6CE0C;
}

.ft2-fol>input::-moz-placeholder {
    color: #F6CE0C;
}

.ft2-fol>input::-ms-input-placeholder {
    color: #F6CE0C;
}

.ft2-fol>textarea::-webkit-input-placeholder {
    color: #F6CE0C;
}

.ft2-fol>textarea::-moz-placeholder {
    color: #F6CE0C;
}

.ft2-fol>textarea::-ms-input-placeholder {
    color: #F6CE0C;
}

.ft2-fobt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 12;
    top: 0;
}

.ft2-fobt button {
    border-radius: 53px;
    background: #F6CE0C;
    padding: 7px 11px;
    transition: all 0.5s ease;
}

.ft2-fobt button:hover {
    background: #490000;
}

.ft2-fobt button span {
    color: #490000;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.ft2-fobt button:hover span {
    color: #F6CE0C;
}

/*  */
.ft3 {
    display: flex;
    justify-content: space-between;
}

.ft3-1 {
    width: 42.5%;
    flex: 0 0 auto;
    padding-left: 22px;
}

.ft3-1 .img-box {
    padding-bottom: 57.3%;
}

.ft3-2 {
    width: 564px;
    flex: 0 0 auto;
    padding-top: 60px;
}

/*  */
.ft3-2top {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 34px;
    margin-bottom: 108px;
}

.ft3-2con {
    margin-right: 92px;
}

.ft3-2con:last-child {
    margin-right: 0;
}

.ft3-2con p {
    color: #F6CE0C;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.2);
    letter-spacing: -0.52px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.ft3-2con a {
    display: block;
}

.ft3-2con a span {
    color: #F6CE0C;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-1h) * 1.2);
    letter-spacing: -0.4px;
    --size: 1px;
    --color: #F6CE0C;
    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-2con a:hover span {
    color: #F6CE0C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2copy {
    display: flex;
    justify-content: flex-end;
}

.ft3-2copy span {
    color: #F6CE0C;
    text-align: right;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    text-transform: uppercase;
}

.ft3-2end>*:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.ft3-2pow span {
    color: #F6CE0C;
    text-align: right;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.333);
    text-transform: uppercase;
    --size: 1px;
    --color: #F6CE0C;
    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-2pow:hover span {
    color: #F6CE0C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

.ft3-2cnzz {
    margin-left: 6px;
    padding-bottom: 4px;
}

.ft3-2three {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ft3-2three>span {
    margin: 0 10px;
    width: 1px;
    height: 16px;
    background: #F6CE0C;
}

.ft3-2a span {
    color: #F6CE0C;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    --size: 1px;
    --color: #F6CE0C;
    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 {
    color: #F6CE0C;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ft-box {
        padding: 48px 0 22px;
    }

    .ft1 {
        margin-bottom: 45px;
    }

    .ft1l {
        margin-right: 15px;
    }

    .ft-share>a {
        margin-left: 15px;
    }

    .ft2-fol {
        width: calc(30% - 12px);
    }

    .ft2-fol:last-child {
        width: 40%;
    }

    .ft3-2top {
        padding-bottom: 24px;
        margin-bottom: 58px;
    }
}

@media (max-width: 1199.9px) {
    #footer {
        padding-bottom: 50px;
    }

    .ft1 {
        /* display: none; */
        align-items: flex-start;
        flex-direction: column;
    }

    .ft1u {
        margin-bottom: 4px;
        flex-wrap: wrap;
    }

    .ft1l {
        margin-bottom: 4px;
    }
}

@media (max-width: 992px) {
    .ft3 {
        flex-direction: column-reverse;
    }

    .ft3-2 {
        width: 100%;
    }

    .ft2-fol {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .ft2-fol:last-child {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 642px) {
    .ft3-2end>*:nth-child(2) {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-bottom: 24px;
        flex-direction: column
    }

    .ftle-bg {
        width: 93.2%;
    }

    .ft3-1 {
        width: 62.5%;
        flex: 0 0 auto;
        padding-left: 0;
        margin-top: 30px;
    }

    .ft3-2top {
        flex-direction: column;
    }

    .ft3-2con {
        margin-bottom: 20px;
    }

    .ft3-2con:last-child {
        margin-bottom: 0;
    }

    .ft3-2three {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
    }

    .ft3-2three>span {
        display: none;
    }
}

@media (max-width: 499px) {
    .ft-box {
        padding: 40px 0 12px;
    }

    .ft1 {
        margin-bottom: 25px;
    }

    .ft3-2 {
        padding-top: 0;
    }

    .ft3-2top {
        padding-bottom: 24px;
        margin-bottom: 28px;
    }

    .ft3-2end>*:nth-child(2) {
        margin-bottom: 12px;
    }
}

/* recipes */
.rec-box {
    padding: 118px 0 120px;
}

.rec-top {
    max-width: 1458px;
    margin: auto;
}

.rec-h {
    margin-bottom: 60px;
}

.rec-h h2 {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.rec-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.rec-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 704px;
}

/*  */
.rec-u {
    margin-right: calc(-.5 * 9.38rem);
    margin-left: calc(-.5 * 9.38rem);
    margin-bottom: 106px;
}

.rec-l {
    padding-right: calc(9.38rem * .5);
    padding-left: calc(9.38rem * .5);
    margin-bottom: 60px;
}

.rec-limg {
    display: block;
    margin-bottom: 42px;
}

.rec-limg .img-box {
    border-radius: 50%;
}

.rec-limg .img-box img {
    transition: all 0.5s ease;
}

.rec-lbox:hover .rec-limg .img-box img {
    transform: scale(1.08);
}

.rec-lh {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rec-lh span {
    color: #D6391E;
    font-size: var(--zj-prode1-2h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.rec-lp {
    margin-top: 12px;
}

.rec-lp p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
}

.rec-lbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.rec-la {
    border-radius: 53px;
    background: #000;
    padding: 7px 11px;
    transition: all 0.5s ease;
}

.rec-lbox:hover .rec-la {
    background: #D6391E;
}

.rec-la p {
    color: #FFF;
    font-size: var(--zj-subnavs);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

.rec-line {
    margin-bottom: 80px;
}

.rec-line svg {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .rec-box {
        padding: 68px 0 60px;
    }

    .rec-h {
        margin-bottom: 3dvh;
    }

    .rec-p {
        margin-bottom: 30px;
    }

    .rec-u {
        margin-bottom: 36px;
    }

    .rec-line {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .rec-l {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .rec-u {
        margin-right: calc(-.5 * 4.38rem);
        margin-left: calc(-.5 * 4.38rem);
    }

    .rec-l {
        padding-right: calc(4.38rem * .5);
        padding-left: calc(4.38rem * .5);
    }
}

@media (max-width: 499px) {
    .rec-l {
        width: 100%;
        margin-bottom: 40px;
    }

    .rec-u {
        margin-bottom: 0;
    }
}

/* 食谱详情 recde */
.recde1-box {
    padding: 90px 0 217px;
}

.recde1-h {
    margin-bottom: 30px;
}

.recde1-h p {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    max-width: 731px;
}

.recde1-p {
    margin-bottom: 90px;
}

.recde1-p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 704px;
}

/*  */
.recde1-1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 200px;
}

.recde1-1wid {
    width: 100%;
    max-width: 1413px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recde1-1lf {
    width: 46%;
    flex: 0 0 auto;
}

.recde1-1img {
    width: 100%;
    max-width: 437px;
}

.recde1-1img .img-box {
    border-radius: 50%;
}

.recde1-1rg {
    width: calc(54% - 80px);
}

.recde1-1h {
    margin-bottom: 37px;
}

.recde1-1h p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.recde1-1te ul li {
    padding-bottom: 28px;
    margin-bottom: 36px;
    border-bottom: 1px dashed #D6391E;
    display: flex;
}

.recde1-1te ul li:last-child {
    margin-bottom: 0;
}

.recde1-1te ul li p {
    color: #D6391E;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.recde1-1te ul li span {
    color: #D6391E;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}

/*  */
.recde1-2 {
    display: flex;
    justify-content: flex-end;
}

.recde1-2wid {
    width: 100%;
    max-width: 1413px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.recde1-2lf {
    width: 46%;
    flex: 0 0 auto;
}

/*  */
.recde1-2te>p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44);
}

.recde1-2te>ul li {
    display: flex;
    color: #D6391E;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.recde1-2te>ul li span {
    color: #D6391E;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}

.recde1-2te>ul li p {
    position: relative;
    padding-left: 24px;
}

.recde1-2te>ul li p::after {
    position: absolute;
    content: "";
    --w: 4px;
    width: var(--w);
    height: var(--w);
    background: #D6391E;
    left: 10px;
    top: 10px;
}

/*  */
.recde1-2rg {
    width: calc(54% - 80px);
    flex: 0 0 auto;
    position: sticky;
    top: 100px;
}

.recde1-2l {
    max-width: 397px;
    margin-bottom: 43px;
}

.recde1-2l:last-child {
    margin-bottom: 0;
}

.recde1-2l .img-box {
    padding-bottom: 56%;
    border-radius: 12px;
}

/* recde2 */
.recde2 {
    background: #F6CE0C;
}

.recde2-box {
    max-width: 1404px;
    padding: 125px 0;
}

#recde2sw {
    overflow: hidden;
}

/* recde3 */
.recde3-box {
    padding: 127px 0 137px;
    max-width: 1458px;
}

.recde3-h {
    margin-bottom: 60px;
}

.recde3-h h2 {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

#recde3sw {
    overflow: hidden;
}

@media (max-width: 1536px) {
    .recde1-box {
        padding: 90px 0 117px;
    }

    .recde1-1 {
        margin-bottom: 100px;
    }

    .recde2-box {
        padding: 75px 0;
    }

    .recde3-box {
        padding: 77px 0 77px;
    }

    .recde3-h {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .recde1-1wid {
        flex-direction: column-reverse;
    }

    .recde1-1lf {
        width: 100%;
    }

    .recde1-1rg {
        width: 100%;
        margin-bottom: 20px;
    }

    .recde1-2wid {
        flex-direction: column;
    }

    .recde1-2lf {
        width: 100%;
        margin-bottom: 30px;
    }

    .recde1-2rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .recde1-box {
        padding: 40px 0 40px;
    }

    .recde1-h p {
        line-height: 1;
    }

    .recde1-h {
        margin-bottom: 20px;
    }

    .recde1-p {
        margin-bottom: 45px;
    }

    .recde1-1h {
        margin-bottom: 27px;
    }

    .recde1-1te ul li {
        padding-bottom: 18px;
        margin-bottom: 26px;
    }

    .recde1-1 {
        margin-bottom: 40px;
    }

    .recde1-2l {
        margin-bottom: 23px;
    }

    .recde2-box {
        padding: 45px 0;
    }

    .recde3-box {
        padding: 47px 0 47px;
    }
}

/* products */
.sub-proban {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proban1 {
    padding-right: 40px;
}

.proban1-smh p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.proban1-h {
    margin-bottom: 20px;
}

.proban1-h h2 {
    color: #D6391E;
    font-size: var(--zj-con1h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.proban1-p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 683px;
}

.proban2 {
    width: 50vw;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
}

.proban2img {
    padding: 40px 80px;
    background: #D6391E;
}

.proban2i i {
    font-size: 16px;
    color: #F6CE0C;
    position: absolute;
    z-index: 12;
}

.proban2i i:nth-child(1) {
    left: 40px;
    top: 40px;
}

.proban2i i:nth-child(2) {
    right: 40px;
    top: 40px;
}

.proban2i i:nth-child(3) {
    right: 40px;
    bottom: 40px;
}

.proban2i i:nth-child(4) {
    left: 40px;
    bottom: 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 #D6391E;
    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: #D6391E;
    font-weight: 600;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    line-height: 100%;
}

/* product 正式 */
.pro-box {
    padding: 78px 0 122px;
}

/*  */
.pro-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro1 {
    width: 24%;
    flex: 0 0 auto;
    position: sticky;
    top: 160px;
}

.pro1-l {
    margin-bottom: 8px;
    transition: all 0.5s ease;
}

.pro1-l:last-child {
    margin-bottom: 0;
}

.pro1-l1 {
    display: flex;
}

.pro1-l1a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 20px;
    position: relative;
    transition: all 0.5s ease;

    border-radius: 53px;
    border: 1px solid #D6391E;
}

.pro1-l1a:hover {
    background: #D6391E;
}

.pro1-l.on .pro1-l1a {
    background: #D6391E;
}

.pro1-l1a span {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.pro1-l1a:hover span {
    color: rgba(246, 206, 12, 1);
}

.pro1-l.on .pro1-l1a span {
    color: rgba(246, 206, 12, 1);
}

.pro1-l1ico {
    position: relative;
    padding-left: 10px;
}

.pro1-l1ico i {
    font-size: 16px;
    color: #D6391E;
    transition: all 0.5s ease;
    display: block;
}

.pro1-l1a:hover .pro1-l1ico i {
    color: rgba(246, 206, 12, 1);
}

.pro1-l.on .pro1-l1ico i {
    color: rgba(246, 206, 12, 1);
}

/*  */
.pro1-l2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
    max-height: 500px;
    opacity: 1;
}

.pro1-l2sa {
    padding: 0 8px;
}

.pro1-l2a {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 16px 16px 16px 32px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 8px;
    transition: all 0.5s ease;
}

.pro1-l2a:hover {
    background: #1A3C80;
}

.pro1-l2a.on {
    background: #1A3C80;
}

.pro1-l2a::after {
    position: absolute;
    content: "";
    --w: 6px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #999;
    left: 16px;
    top: 20px;
    transition: all 0.5s ease;
}

.pro1-l2a:hover:after {
    background: rgba(255, 255, 255, 0.5);
}

.pro1-l2a.on:after {
    background: rgba(255, 255, 255, 0.5);
}

.pro1-l2a span {
    color: #444;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    --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);
}

.pro1-l2a:hover span {
    color: rgba(255, 255, 255, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

.pro1-l2a.on span {
    color: rgba(255, 255, 255, 1);
    /* background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1; */
}

/*  */
.pro2 {
    width: calc(76% - 30px);
    flex: 0 0 auto;
}

.pro2u {
    margin-right: calc(-.5 * 1.88rem);
    margin-left: calc(-.5 * 1.88rem);
    margin-bottom: 60px;
}

.pro2l {
    padding-right: calc(1.88rem * .5);
    padding-left: calc(1.88rem * .5);
    margin-bottom: 30px;
}

.pro2l-a {
    display: block;
    border-radius: 12px;
    background: #F5951C;
    overflow: hidden;
    transition: all 0.5s ease;
}

.pro2l-a:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.pro2l-h {
    padding: 16px 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.pro2l-h p {
    color: #161721;
    text-align: center;
    font-size: var(--zj-ft1-2uh);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ft1-2uh) * 1.23);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro2l-line img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pro2l-img {
    position: relative;
}

.pro2l-im1 {
    padding: 50px 0;
    transition: all 0.5s ease;
    transform: scale(1);
    opacity: 1;
    position: relative;
}

/* 新加 */
.pro2l-imbg1 {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro2l-imbg1 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pro2l-imbg2 {
    position: absolute;
    width: 100px;
    left: 36%;
    top: 72%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.pro2l-imbg2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.pro2l-a:hover .pro2l-im1 {
    transform: scale(0.8);
    opacity: 0;
}

.pro2l-im1 .img-box {
    padding-bottom: 94%;
}

.pro2l-im2 {
    position: absolute;
    z-index: 12;
    width: 88%;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.5s ease;
}

.pro2l-a:hover .pro2l-im2 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.pro2l-im2 .img-box {
    padding-bottom: 128%;
}

.pro2l-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D6391E;
    padding: 12px 16px;
}

.pro2l-more i {
    font-size: 12px;
    color: rgba(246, 206, 12, 1);
}

.pro2l-more span {
    color: #F6CE0C;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 8px;
}

@media (max-width: 1536px) {
    .pro2u {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
        margin-bottom: 40px;
    }

    .pro2l {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.9px) {
    .pro1 {
        display: none;
    }

    .pro2 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .sub-proban {
        flex-direction: column;
    }

    .proban1 {
        width: 95.28% !important;
        margin: auto !important;
        padding-top: 60px;
        padding-right: 0;
        margin-bottom: 40px !important;
    }

    .proban2 {
        width: 100%;
        display: none;
    }

    .sub-nav {
        position: relative;
        padding: 8px 0;
    }
}

@media (max-width: 768px) {
    .pro2l {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .pro2l {
        width: 100%;
    }

    .pro2u {
        margin-bottom: 20px;
    }

    .pro-box {
        padding: 48px 0 42px;
    }
}

/* products-show */
.prode-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 113px 0 120px;
}

.prode-1 {
    width: calc(100% - 40.82% - 67px);
    flex: 0 0 auto;
}

.prode-1share {
    display: flex;
    align-items: center;
    padding: 28px 0 50px;
}

.prode-1share p {
    color: #D6391E;
    font-family: 'Inter Tight';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 22px;
}

.prode-1share .a2a_kit .a2a_svg {
    width: 28px;
    height: 28px;
}

/*  */
.prode-1h {
    margin-bottom: 55px;
}

.prode-1h p {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.prode-1te>span {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.prode-1te p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.44);
    max-width: 758px;
}

/*  */
.prode-1btn {
    margin-top: 88px;
    display: flex;
    align-items: center;
}

.prode-1a1 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: 40px;
    background: #161721;
    margin-right: 22px;
    transition: all 0.5s ease;
}

.prode-1a1:hover {
    background: #D6391E;
}

.prode-1a1 i {
    font-size: 22px;
    color: #F5951C;
    transition: all 0.5s ease;
}

.prode-1a1:hover i {
    color: #FFF;
}

.prode-1a2 {
    border-radius: 40px;
    background: #161721;
    min-width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.prode-1a2:hover {
    background: #D6391E;
}

.prode-1a2 span {
    color: #F6CE0C;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.prode-1a2:hover span {
    color: #FFF;
}

/*  */
.prde-end {
    margin-top: 238px;
}

.prde1-h {
    margin-bottom: 32px;
}

.prde1-h p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.prde1-te {
    display: flex;
    border-bottom: 1px dashed #D6391E;
    padding-bottom: 26px;
    margin-bottom: 26px;
    max-width: 588px;
}

.prde1-te:last-child {
    margin-bottom: 40px;
}

.prde1-te p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.22);
    letter-spacing: -0.18px;
    min-width: 164px;
    margin-right: 52px;
}

.prde1-te p:last-child {
    margin-right: 0;
}

.prde1-tishi {
    display: flex;
}

.prde1-tishi i {
    font-size: 24px;
    line-height: normal;
    color: rgba(214, 57, 30, 1);
    margin-right: 20px;
}

.prde1-tishi p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    max-width: 500px;
}

/* 产品详情 下面的一堆 */
.prode3 {
    max-width: 825px;
}

.prode3h {
    margin-top: 120px;
    margin-bottom: 20px;
}

.prode3h p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.prode5 {
    max-width: 825px;
}

.prode5 .con2-fo {
    width: 100%;
    max-width: 100%;
}

.prode5h {
    border-radius: 6px;
    background: #C7371F;
    margin-bottom: 34px;
    padding: 14px 22px;
}

.prode5h p {
    color: #FFF;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.77778);
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.prode6 {
    max-width: 825px;
}

#prode6-u {
    overflow: hidden;
}

/*  */
.prode-2 {
    width: 40.82%;
    flex: 0 0 auto;
    position: sticky;
    top: 110px;
}

.prode-2video {
    position: relative;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.prode-2video .img-box {
    padding-bottom: 120%;
}

.prode-2video .img-box img {
    transition: all 0.5s ease;
}

.prode-2video:hover .img-box img {
    transform: scale(1.08);
}

.prode-2ico {
    position: absolute;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 136px;
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(3.9000000953674316px);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prode-2ico i {
    font-size: 24px;
    color: rgba(246, 206, 12, 1);
}

.prode-2video:hover .prode-2ico i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes video {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.prode-2u {
    margin-right: calc(-.5 * 1.25rem);
    margin-left: calc(-.5 * 1.25rem);
}

.prode-2l {
    padding-right: calc(1.25rem * .5);
    padding-left: calc(1.25rem * .5);
    margin-bottom: 20px;
}

.prode-2lbox {
    cursor: pointer;
}

.prode-2lbox .img-box img {
    transition: all 0.5s ease;
}

.prode-2lbox:hover .img-box img {
    transform: scale(1.08);
}

@media (max-width: 1536px) {
    .prode-1share {
        padding: 14px 0 25px;
    }

    .prode-1h {
        margin-bottom: 25px;
    }

    .prode-1btn {
        margin-top: 44px;
    }

    .prde-end {
        margin-top: 138px;
    }
}

@media (max-width: 992px) {
    .prode-box {
        flex-direction: column-reverse;
    }

    .prode-1 {
        width: 100%;
    }

    .prode-2 {
        width: 100%;
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .prde1-te {
        flex-direction: column;
    }

    .prde1-te p {
        margin-bottom: 4px;
    }
}

@media (max-width: 499px) {
    .prode-box {
        padding: 43px 0 40px;
    }

    .prde-end {
        margin-top: 68px;
    }

    .prde1-h {
        margin-bottom: 16px;
    }

    .prde1-te {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    .prode3h {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .prode5h {
        margin-bottom: 18px;
        padding: 8px 12px;
    }
}

/* about */
.ab1-box {
    display: flex;
    justify-content: space-between;
    padding: 160px 0 170px;
}

.ab1-1 {
    width: 55.6%;
    flex: 0 0 auto;
}

.ab1-1smh p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.ab1-1h {
    margin-bottom: 39px;
}

.ab1-1h h2 {
    color: #D6391E;
    font-size: var(--zj-con1h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.ab1-1p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab1-1p p {
    max-width: 678px;
    color: #D6391E;
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
}

.ab1-2 {
    width: calc(44.4% - 70px);
    flex: 0 0 auto;
    padding-right: 15px;
    padding-top: 64px;
    margin-bottom: -270px;
}

.ab1-2 .img-box {
    padding-bottom: 95%;
}

/*  */
.ab2 {
    background: #D6391E;
}

.ab2-box {
    padding: 177px 0 26px;
    max-width: 1382px;
}

.ab2-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 98px;
}

.ab2-h h2 {
    color: #F6CE0C;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-so3lnum) * 1.07);
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 928px;
}

.ab2-p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
}

.ab2-p p {
    color: #F6CE0C;
    font-size: var(--zj-ven2-la);
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    max-width: 678px;
}

.ab2-sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ab2swimg {
    padding-bottom: 83%;
}

/*  */
.ab3-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 210px 0 202px;
}

.ab3-smh p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.ab3-h {
    padding: 20px 0;
}

.ab3-h h2 {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 604px;
}

.ab3-2 {
    width: 40.8%;
    flex: 0 0 auto;
}

.ab3l-box {
    border-bottom: 1px dashed #D6391E;
    padding-bottom: 4px;
    margin-bottom: 22px;
}

.ab3l:last-child .ab3l-box {
    margin-bottom: 0;
}

.ab3l-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    cursor: pointer;
}

.ab3l-1p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ft1-1h);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ab3l-1i i {
    font-size: 16px;
    color: rgba(214, 57, 30, 1);
}

.ab3l-2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ab3l.on .ab3l-2 {
    max-height: 400px;
    opacity: 1;
}

.ab3l-2p {
    margin-bottom: 30px;
}

.ab3l-2p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.5);
}

/*  */
.ab4sw {
    max-width: 1440px;
}

#ab4sw {
    overflow: hidden;
}

.ab4sw-img {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.ab4sw-img .img-box {
    padding-bottom: 122%;
}

.ab4sw-img .img-box img {
    transition: all 0.5s ease;
}

.ab4sw-img:hover .img-box img {
    transform: scale(1.08);
}

.ab4-h {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -90px;
    position: relative;
    z-index: 12;
}

.ab4-h h2 {
    color: #D6391E;
    text-align: center;
    font-family: "Instrument Serif";
    font-size: 120px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.ab4-h i {
    font-size: 40px;
    margin-left: 30px;
    color: #D6391E;
}

/*  */
.ab5-box {
    padding: 98px 0 212px;
}

.ab5u-box {
    max-width: 1200px;
}

.ab5u {
    margin-bottom: 100px;
    margin-right: calc(-.5 * 5rem);
    margin-left: calc(-.5 * 5rem);
}

.ab5u:last-child {
    margin-bottom: 0;
}

.ab5u:nth-child(2n) {
    justify-content: flex-end;
}

.ab5l {
    padding-right: calc(5rem * .5);
    padding-left: calc(5rem * .5);
}

.ab5l-h {
    margin-bottom: 12px;
}

.ab5l-h p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-proseh);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-proseh) * 1.4);
    letter-spacing: -0.64px;
}

.ab5l-p p {
    color: #D6391E;
    font-family: 'Inter Tight';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.4);
    letter-spacing: -0.32px;
}

@media (max-width: 1536px) {
    .ab1-box {
        padding: 40px 0 100px;
    }

    .ab1-2 {
        margin-bottom: -200px;
    }

    .ab2-box {
        padding: 127px 0 26px;
    }

    .ab2-h {
        margin-bottom: 44px;
    }

    .ab2-p {
        margin-bottom: 40px;
    }

    .ab3-box {
        padding: 110px 0 102px;
    }

    .ab3-2 {
        width: 48.8%;
    }

    .ab5-box {
        padding: 48px 0 112px;
    }
}

@media (max-width: 992px) {
    .ab3-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ab3l-1 {
        width: 100%;
    }

    .ab3-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ab1-box {
        flex-direction: column;
    }

    .ab1-1 {
        width: 100%;
    }

    .ab1-2 {
        width: 100%;
        padding-right: 0;
        padding-top: 24px;
        margin-bottom: -170px;
    }

    .ab4-h {
        margin-top: -40px;
    }

    .ab4-h h2 {
        font-size: 80px;
    }

    .ab5l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab5u {
        margin-bottom: 0;
    }

    .ab5-box {
        padding: 48px 0 42px;
    }
}

@media (max-width: 499px) {
    .ab1-1h {
        margin-bottom: 20px;
    }

    .ab2-box {
        padding: 107px 0 12px;
    }

    .ab2-h {
        margin-bottom: 22px;
    }

    .ab3-h {
        padding: 10px 0 30px;
    }

    .ab3l-1 {
        margin-bottom: 12px;
    }

    .ab4-h h2 {
        font-size: 44px;
    }

    .ab4-h i {
        font-size: 18px;
        margin-left: 16px;
    }

    .ab4-h {
        margin-top: -30px;
    }

    .ab5-box {
        padding: 28px 0 22px;
    }

    .ab3-box {
        padding: 40px 0 62px;
    }
}

/* brand 品牌 */
.br1-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 12;
    margin-bottom: 114px;
}

.br1-logo img {
    width: 184px;
    border-radius: 20px;
    margin-top: -92px;
}

.br1-h {
    margin-bottom: 55px;
}

.br1-h h2 {
    text-align: center;
    color: #D6391E;
    font-size: var(--zj-con1h);
    font-style: italic;
    font-weight: 400;
    line-height: calc(var(--zj-con1h) * 0.75);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.br1-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 108px;
}

.br1-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    max-width: 930px;
}

.br1 .rec-line {
    margin-bottom: 150px;
}

/*  */
.br2 {
    position: relative;
}

.br2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 43.4%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #D6391E;
}

.br2-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 180px;
    position: relative;
    z-index: 12;
}

.br2-1 {
    width: calc(50.6% - 30px);
    flex: 0 0 auto;
}

.br2-1h {
    margin-bottom: 30px;
}

.br2-1h p {
    color: #D6391E;
    font-size: var(--zj-proseh);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-proseh) * 1.12);
    max-width: 628px;
}

.br2-1p {
    margin-bottom: 117px;
}

.br2-1p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    max-width: 704px;
}

.br2-1p p:last-child {
    margin-top: 30px;
}

.br2-1p p span {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    text-transform: uppercase;
}

.br2-1img {
    max-width: 255px;
}

.br2-1img .img-box {
    padding-bottom: 140%;
}

.br2-2 {
    width: 49.4%;
    flex: 0 0 auto;
}

/*  */
.br3-box {
    padding: 114px 0 169px;
    max-width: 1108px;
}

.br3-h {
    margin-bottom: 30px;
}

.br3-h p {
    text-align: center;
    color: #D6391E;
    font-size: var(--zj-con1h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.br3-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 114px;
}

.br3-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    max-width: 1108px;
}

/*  */
.br3-end {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.br3-end::after {
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 24px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #D6391E;
}

.br3-u {
    width: calc(50% - 65px);
}

.br3-u:nth-child(1) {
    margin-top: 240px;
}

.br3-l {
    margin-bottom: 220px;
    position: relative;
}

.br3-l:last-child {
    margin-bottom: 82px;
}

.br3-l::after {
    position: absolute;
    content: "";
    --w: 27px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    background: #D6391E;
    border: 7px solid #FFF;
    left: -4.1vw;
    z-index: 12;
    top: 40px;
}

.br3-u:nth-child(1) .br3-l::after {
    left: auto;
    right: -4.1vw;
}

.br3-lnum {
    margin-bottom: 15px;
}

.br3-lnum p {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.br3-u:nth-child(1) .br3-lnum p,
.br3-u:nth-child(1) .br3-lp p {
    text-align: end;
}

.br3-lp p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.375);
    text-transform: capitalize;
}

/*  */
.br4 .img-box {
    padding-bottom: 30%;
}

/*  */
.br5-box {
    padding-top: 149px;
}

.br5-h {
    margin-bottom: 30px;
}

.br5-h p {
    color: #000;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.br5-p {
    margin-bottom: 150px;
}

.br5-p p {
    color: #000;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.4);
    max-width: 704px;
}

/*  */
.br5-u {
    position: relative;
}

.br5-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 76px;
    padding-bottom: 44px;
    border-bottom: 1px solid #000;
}

.br5-l:last-child {
    margin-bottom: 0;
}

.br5-lh p {
    color: #000;
    font-size: calc(var(--zj-prode1-2h) + 4px);
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    max-width: 400px;
    transition: all 0.5s ease;
}

.br5-l:hover .br5-lh p {
    transform: translateX(50px);
}

.br5-lp {
    width: 400px;
    flex: 0 0 auto;
}

.br5-lp p {
    color: #000;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    word-break: break-all;
}

.br5-limg {
    position: absolute;
    width: 34%;
    overflow: hidden;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.5s ease;
    right: 36%;
    opacity: 0;
    pointer-events: none;
}

.br5-l:hover .br5-limg {
    opacity: 1;
    transform: translateY(-50%) rotate(5deg);
}

/*  */
.br6-box {
    padding-top: 190px;
}

.br6-h {
    margin-bottom: 10px;
    padding: 20px 0;
}

.br6-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.br6-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 102px;
}

.br6-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55556);
    letter-spacing: 1.08px;
    max-width: 553px;
}

/*  */
.br6sw {
    max-width: 1440px;
    margin: auto;
}

#br6sw {
    overflow: hidden;
    padding-bottom: 130px;
}

.br6sw-a {
    display: block;
    border-radius: 12px;
    background: #F5951C;
    overflow: hidden;
    transition: all 0.5s ease;
}

.br6sw-a:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.br6sw-num {
    border-bottom: 1px solid #000;
    padding: 36px 16px 26px 16px;
}

.br6sw-num p {
    color: #000;
    font-size: var(--zj-prode1-2h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-prode1-2h) * 0.98);
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.br6sw-p {
    padding: 30px 16px;
    border-bottom: 1px solid #000;
}

.br6sw-p p {
    color: #000;
    font-family: 'Instrument Sans';
    font-size: var(--zj-con2la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-con2la) * 1.28);
    min-height: calc(var(--zj-con2la) * 1.28 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.br6sw-te {
    position: relative;
}

.br6sw-te-box {
    padding: 24px 16px 93px;
    display: flex;
    justify-content: space-between;
}

.br6sw-te1 p {
    color: #000;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-oem3-1l1p) * 1.12);
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.br6sw-te2 p {
    color: #000;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.28);
    max-width: 234px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.br6sw-img {
    position: absolute;
    width: 100%;
    height: 101%;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.br6sw-a:hover .br6sw-img {
    opacity: 1;
}

.br6sw-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.br6sw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #D6391E;
}

.br6sw-btn i {
    font-size: 12px;
    color: rgba(246, 206, 12, 1);
}

.br6sw-btn p {
    color: #F6CE0C;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 128%;
    text-transform: uppercase;
    margin: 0 8px;
}

/*  */
.br6-te {
    max-width: 1249px;
    margin: auto;
}

.br6-te p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    margin-bottom: 60px;
}

.br6-te p:last-of-type {
    margin-bottom: 0;
}

.br6-te span {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--zj-ven2-la) * 1.66);
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 30px;
}

/*  */
.br7-box {
    padding-top: 146px;
}

.br7-h {
    margin-bottom: 10px;
}

.br7-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.br7-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.br7-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55556);
    letter-spacing: 1.08px;
    max-width: 553px;
}

.br7-sw {
    max-width: 1440px;
    margin: auto;
}

/*  */
.br8-box {
    padding-top: 175px;
}

.br8-h {
    padding: 20px 0;
    margin-bottom: 10px;
}

.br8-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

/*  */
.br9-box {
    padding-top: 152px;
    padding-bottom: 170px;
}

.br9-h {
    margin-bottom: 60px;
}

.br9-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.br9-sw {
    max-width: 1440px;
    margin: auto;
}

@media (max-width: 1536px) {
    .br1-logo {
        margin-bottom: 64px;
    }

    .br3-l::after {
        left: -5.2vw;
    }

    .br3-u:nth-child(1) .br3-l::after {
        left: auto;
        right: -5.2vw;
    }

    .br1-logo img {
        width: 130px;
        margin-top: -65px;
    }

    .br1-h {
        margin-bottom: 35px;
    }

    .br1-p {
        margin-bottom: 48px;
    }

    .br1 .rec-line {
        margin-bottom: 100px;
    }

    .br3-box {
        padding: 44px 0 129px;
    }

    .br5-box {
        padding-top: 109px;
    }

    .br5-h {
        margin-bottom: 20px;
    }

    .br5-p {
        margin-bottom: 100px;
    }

    .br5-l {
        margin-bottom: 46px;
        padding-bottom: 24px;
    }

    .br5-limg {
        width: 28%;
        right: 42%;
    }

    .br6-box {
        padding-top: 100px;
    }

    .br6-p {
        margin-bottom: 62px;
    }

    #br6sw {
        padding-bottom: 90px;
    }

    .br6-te p {
        margin-bottom: 30px;
    }

    .br7-box {
        padding-top: 106px;
    }

    .br7-p {
        margin-bottom: 40px;
    }

    .br8-box {
        padding-top: 105px;
    }

    .br9-box {
        padding-top: 102px;
        padding-bottom: 100px;
    }
}

@media (max-width: 992px) {
    .br2-box {
        flex-direction: column;
    }

    .br2-1 {
        width: 100%;
    }

    .br2-2 {
        width: 100%;
    }

    .br2-1img .img-box {
        display: none;
    }

    .br2-box {
        padding-bottom: 100px;
    }

    .br3-end {
        display: none;
    }

    .br3-endphone {
        display: flex !important;
    }

    /*  */
    .br3-end::after {
        left: 0;
    }

    .br3-u {
        width: 100%;
    }

    .br3-u:nth-child(1) .br3-lnum p,
    .br3-u:nth-child(1) .br3-lp p {
        text-align: start;
        padding-left: 30px;
    }

    .br3-l::after {
        right: auto !important;
        left: -14px !important;
        top: 20px;
    }

    .br3-u:nth-child(1) {
        margin-top: 40px;
    }

    .br3-l {
        margin-bottom: 60px;
    }

    .br4 .img-box {
        padding-bottom: 35%;
    }

    .br3-p {
        margin-bottom: 44px;
    }

    .br3-box {
        padding: 44px 0 69px;
    }

    .br5-box {
        padding-top: 49px;
    }

    .br5-limg {
        display: none;
    }

    .br5-l:hover .br5-lh p {
        transform: translateX(12px);
    }
}

@media (max-width: 768px) {
    .br5-l {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .br1-logo {
        margin-bottom: 34px;
    }

    .br1-logo img {
        width: 80px;
        margin-top: -40px;
    }

    .br1-h {
        margin-bottom: 25px;
    }

    .br1-p {
        margin-bottom: 18px;
    }

    .br1 .rec-line {
        margin-bottom: 20px;
    }

    .br2-1h {
        margin-bottom: 20px;
    }

    .br2-1p p:last-child {
        margin-top: 20px;
    }

    .br2-1p {
        margin-bottom: 37px;
    }

    .br2-box {
        padding-bottom: 20px;
    }

    .br3-box {
        padding: 34px 0 39px;
    }

    .br3-h {
        margin-bottom: 20px;
    }

    .br3-p {
        margin-bottom: 22px;
    }

    .br3-lnum {
        margin-bottom: 10px;
    }

    .br3-l {
        margin-bottom: 30px;
    }

    .br3-l:last-child {
        margin-bottom: 32px;
    }

    .br4 .img-box {
        padding-bottom: 43%;
    }

    .br5-box {
        padding-top: 29px;
    }

    .br5-h p {
        line-height: 1;
    }

    .br5-p {
        margin-bottom: 4dvh;
    }

    .br5-l {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }

    .br6-box {
        padding-top: 20px;
    }

    .br6-h {
        padding: 10px 0;
    }

    .br6-p {
        margin-bottom: 32px;
    }

    #br6sw {
        padding-bottom: 30px;
    }

    .br6-te p {
        margin-bottom: 15px;
    }

    .br7-box {
        padding-top: 36px;
    }

    .br8-box {
        padding-top: 25px;
    }

    .br8-h {
        padding: 10px 0;
    }

    .br6-te span {
        margin-top: 20px;
    }

    .br9-box {
        padding-top: 42px;
        padding-bottom: 40px;
    }

    .br9-h {
        margin-bottom: 30px;
    }
}

/* sauce */
.sau1-1 {
    padding: 125px 0 390px;
}

.sau1-2 {
    max-width: 713px;
    padding: 125px 0 0;
    position: relative;
}

.sau1-2svg {
    position: absolute;
    bottom: 84px;
    right: 44px;
}

/*  */
.sau2-box {
    padding-top: 150px;
}

.sau2-h {
    margin-bottom: 23px;
}

.sau2-h p {
    color: #D6391E;
    font-size: var(--zj-news-h);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    text-transform: capitalize;
    max-width: 732px;
}

.sau2-p {
    margin-bottom: 85px;
}

.sau2-p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44444);
    max-width: 536px;
}

/*  */
.sau2-end {
    display: flex;
    justify-content: space-between;
}

.sau2-img {
    width: 17%;
    flex: 0 0 auto;
    padding-top: 130px;
}

.sau2-l {
    margin-bottom: 21px;
}

.sau2-l:last-child {
    margin-bottom: 0;
}

.sau2-l .img-box {
    padding-bottom: 67%;
}

/*  */
.sau2-form {
    width: calc(100% - 17% - 192px);
    flex: 0 0 auto;
}

.sau2-form .con2-fo {
    max-width: 100%;
}

.sau2-form .con2-fou {
    margin-right: calc(-.5 * 5rem);
    margin-left: calc(-.5 * 5rem);
}

.sau2-form .con2-fol {
    margin-bottom: 40px;
    padding-right: calc(5rem * .5);
    padding-left: calc(5rem * .5);
}

.sau2-form .con2-fol>input,
.sau2-form .con2-fol>textarea {
    padding: 0 0 25px;
}

/*  */
.sau2-form .con2-folsp {
    border-bottom: 1px dashed #D6391E;
    padding: 0 0 25px;
}

.sau2-form .con2-folsp p {
    padding-top: 4px;
    min-width: 296px;
}

.sau2-form .con2-folsp>div div {
    border-radius: 6px;
    border: 1px solid #FFE8E4;
    background: #FFF;
    margin-right: 20px;
    padding: 3px 8px;
    padding-left: 30px;
}

.sau2-form .con2-folsp label {
    margin-right: 0;
}

.sau2-form .con2-folsp i {
    left: 8px;
}

.sau2-form .con2-fobt {
    justify-content: flex-start;
}

.sau2-form .con2-fobt button {
    min-width: 372px;
    height: 36px;
    justify-content: center;
}

.sau2-form .con2-fobt button span {
    display: block;
    min-width: 186px;
    text-align: center;
}

/* sau3 */
.sau3-box {
    padding-top: 258px;
    padding-bottom: 190px;
}

.sau3-h {
    margin-bottom: 22px;
}

.sau3-h p {
    color: #D6391E;
    font-size: var(--zj-news-h);
    font-style: italic;
    font-weight: normal;
    line-height: calc(var(--zj-news-h) * 1.16);
    text-transform: capitalize;
    max-width: 1030px;
}

.sau3-p {
    margin-bottom: 100px;
}

.sau3-p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.44444);
    max-width: 685px;
}

@media (max-width: 1536px) {
    .sau1-1 {
        padding: 75px 0 290px;
    }

    .sau1-2 {
        padding-left: 22px;
        padding: 75px 0 0 20px;
    }

    .sau2-box {
        padding-top: 70px;
    }

    .sau3-box {
        padding-top: 158px;
        padding-bottom: 90px;
    }
}

@media (max-width: 992px) {
    .sau1-1 {
        padding: 45px 0 90px;
    }

    .sau1-2 {
        padding-left: 0;
        padding: 40px 0;
    }

    .sau1-2svg {
        position: absolute;
        bottom: 64px;
        right: -112px;
    }

    .sau2-form {
        width: calc(100% - 17% - 100px);
    }

    .sau2-form {
        width: 100%;
    }

    .sau2-img {
        display: none;
    }

    .sau2-form .con2-fou {
        margin-right: calc(-.5 * 2rem);
        margin-left: calc(-.5 * 2rem);
    }

    .sau2-form .con2-fol {
        margin-bottom: 20px;
        padding-right: calc(2rem * .5);
        padding-left: calc(2rem * .5);
    }
}

@media (max-width: 499px) {
    .sau1-1 {
        padding: 25px 0 30px;
    }

    .sau1-2svg {
        position: absolute;
        bottom: 19px;
        right: -112px;
    }

    .sau2-box {
        padding-top: 40px;
    }

    .sau2-p {
        margin-bottom: 35px;
    }

    .sau2-form .con2-fobt button {
        min-width: 322px;
    }

    .sau3-p {
        margin-bottom: 30px;
    }

    .sau3-box {
        padding-top: 48px;
        padding-bottom: 40px;
    }
}

/* -------------------------------------------- */
/* 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;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .item a {
    padding-bottom: 50.2%;
}

.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-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50.2%;
    -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: '\e63a';
    -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: 55%;
    }

    .banner-video-box {
        padding-bottom: 55%;
    }

    .banner .mobile-video:before {
        font-family: 'iconfont' !important;
        font-size: 30px;
    }
}

@media (max-width: 499px) {
    .banner .item a {
        padding-bottom: 54%;
    }

    .banner-video-box {
        padding-bottom: 54%;
    }
}


@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: 24px;
    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 8px;
    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 {
    /* border-radius: 50px; */
    overflow: hidden;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span {
    --w: 44px !important;
    width: var(--w);
    height: 4px;
    /* border-radius: 50px; */
    /* border: 1px solid #D9D9D9; */
    background: #FFF;
    display: block;
    /* margin: 0 8px; */
    position: relative;
    border-radius: 0;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --w: 8px;
    width: 100%;
    height: 100%;
    /* border-radius: 50px; */
    background: rgba(26, 60, 128, 1);
    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;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

/* banner-swiper-scrollbar */
.banner-swiper-scrollbar {
    position: absolute;
    width: 120px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    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-end */

/* ind-pro */
.so1 {
    padding: 132px 0 150px;
}

.so1-enh p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.so1-h {
    margin-bottom: 10px;
}

.so1-h h2 {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so1-p {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so1-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    letter-spacing: 1.08px;
    max-width: 553px;
}

.so1-sw {
    max-width: 1440px;
    margin: auto;
}

/*  */
.so2 {
    max-width: 1694px;
    width: 95.28% !important;
    padding-bottom: 255px;
    position: relative;
}

.so2-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-con1h);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-con1h) * 1.08);
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.so2-img {
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.so2-img1 {
    width: 216px;
    top: 149px;
    left: 149px;
}

.so2-img2 {
    width: 114px;
    top: 29%;
    left: 54%;
}

.so2-img3 {
    width: 278px;
    top: -20%;
    left: 48%;
}

.so2-img4 {
    width: 154px;
    top: 25%;
    left: 78%;
}

/*  */
.so3 {
    background: #D6391E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-1 {
    width: 50vw;
    flex: 0 0 auto;
    position: relative;
}

.so3-1 .img-box img {
    transition: all 0.5s ease;
}

.so3-1:hover .img-box img {
    transform: scale(1.08);
}

.so3-1img {
    position: absolute;
    top: 13%;
    right: 11%;
    width: 50%;
    z-index: 12;
}

.so3-1img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*  */
.so3-2 {
    width: 50vw;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-te {
    max-width: 675px;
}

.so3-enh p {
    color: #F6CE0C;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.so3-h {
    margin-bottom: 10px;
}

.so3-h p {
    color: #F6CE0C;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so3-p {
    margin-bottom: 128px;
}

.so3-p p {
    color: #F6CE0C;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55);
}

.so3-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.so3-a {
    display: block;
    color: #000;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    padding: 25px 74px;
    background: #F6CE0C;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
}

.so3-a:hover {
    color: #921803;
}

.so3-a::after {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #921803;
}

/* so4 */
.so4 {
    padding: 270px 0 174px;
    position: relative;
}

.so4smimg {
    position: absolute;
    right: 14%;
    top: 6%;
}

.so4-enh p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.so4-h {
    padding: 20px 0;
    margin-bottom: 10px;
}

.so4-h p {
    color: #D6391E;
    text-align: center;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so4-p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.so4-p p {
    color: #D6391E;
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.55);
    letter-spacing: 1.08px;
    max-width: 596px;
}

.so4 .rec-line {
    margin-bottom: 107px;
}

/*  */
.so4-sw1 {
    position: relative;
    padding: 15px 0 38px;
}

.so4-swnum p {
    color: rgba(214, 57, 30, 0.10);
    text-align: center;
    font-family: 'Instrument Sans';
    font-size: 300px;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -24px;
    line-height: 218px;
    max-width: 127px;
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swnum p {
    color: #D6391E;
}

.so4-swimg1 {
    width: 290px;
    max-width: 100%;
    position: absolute;
    left: 19%;
    top: 24%;
    transform: rotate(15deg);
}

.so4-swimg1 .img-box {
    padding-bottom: 78%;
}

/*  */
.so4-sw2 {
    max-width: 58px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D6391E;
}

/*  */
.so4-swh {
    margin-bottom: 12px;
}

.so4-swh p {
    color: #D6391E;
    font-size: var(--zj-prode1-2h);
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-swp {
    margin-bottom: 30px;
}

.so4-swp p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 1.25);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so4-swbtn {
    display: flex;
}

.so4-swa {
    border-radius: 53px;
    background: #000;
    padding: 7px 11px;
    transition: all 0.5s ease;
}

.so4-swbox:hover .so4-swa {
    background: #D6391E;
}

.so4-swa p {
    color: #FFF;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}

/* so5 */
.ind-choice {
    background: #F6CE0C;
}

.so5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5-1 {
    padding: 40px 0;
}

.so5-enh p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.so5-p {
    padding: 20px 0;
    margin-bottom: 114px;
}

.so5-p p {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 641px;
}

/*  */
.so5u-box {
    display: flex;
    justify-content: flex-end;
}

.so5u {
    max-width: 535px;
}

.so5l {
    margin-bottom: 50px;
}

.so5l:last-child {
    margin-bottom: 0;
}

.so5l-h {
    margin-bottom: 10px;
}

.so5l-h p {
    color: #000;
    font-size: var(--zj-so1lenda);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.so5l-p p {
    color: #000;
    font-family: 'Instrument Sans';
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-subnav) * 1.5);
}

.so5-2 {
    width: 50vw;
    flex: 0 0 auto;
}

/*  */
.so6 {
    padding-top: 211px;
}

.so6 #br6sw {
    padding-bottom: 274px;
}

/*  */
.so7-sw {
    position: relative;
}

#so7-sw {
    overflow: hidden;
}

.so7-a .img-box {
    padding-bottom: 44%;
}

.so7-a .img-box img {
    transition: all 0.5s ease;
}

.so7-a:hover .img-box img {
    transform: scale(1.08);
}

.so7te {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 12;
    display: flex;
    align-items: flex-end;
}

.so7p p {
    color: #F6CE0C;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 406px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so7i {
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(3.9000000953674316px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 42px;
}

.so7i i {
    font-size: 20px;
    color: rgba(246, 206, 12, 1);
}

.so7-a:hover .so7i i {
    animation: video 0.6s ease-in-out;
    animation-iteration-count: 1;
}

/*  */
.so7-swch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 18;
}

.so7-swch>div {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 14px;
    border-radius: 53px;
    background: rgba(255, 255, 255, 0.30);
    margin: 0;
    width: 50px;
    transition: all 0.5s ease;
}

.so7-swch>div::after {
    content: "";
}

.so7-swch>div i {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.3);
    line-height: normal;
    transition: all 0.5s ease;
}

.so7-swch>div:hover i {
    color: #fff;
}

.swiper-button-next {
    transform: rotate(180deg);
    margin-left: 24px !important;
}

/* so8 */
.ind-con {
    position: relative;
}

.so8bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.so8bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.so8 {
    display: flex;
    justify-content: space-between;
}

.so8-1 {
    width: calc(56% - 140px);
    flex: 0 0 auto;
}

.so8u {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.so8u1 {
    margin-bottom: 42px;
}

.so8u2 {
    justify-content: flex-start;
}

.so8l {
    position: relative;
}

.so8u1 .so8l:nth-child(1) {
    width: 325px;
}

.so8u1 .so8l:nth-child(2) {
    width: 224px;
}

.so8u2 .so8l:nth-child(1) {
    width: 224px;
    margin-right: 67px;
    margin-bottom: -74px;
}

.so8u2 .so8l:nth-child(2) {
    width: 417px;
}

/*  */
.so8l .img-box {
    padding-bottom: 80%;
    border-radius: 12px;
}

/*  */
.so8 {
    padding: 156px 0 400px;
}

.so8-2 {
    width: 44%;
    flex: 0 0 auto;
    padding-top: 80px;
}

.so8-enh p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.so8-h {
    padding: 20px 0;
}

.so8-h p {
    color: #D6391E;
    font-size: var(--zj-so3lnum);
    font-style: italic;
    font-weight: normal;
    line-height: var(--zj-so3lnum);
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.so8-p {
    margin-bottom: 100px;
}

.so8-p p {
    color: #D6391E;
    font-family: 'Instrument Sans';
    font-size: var(--zj-ven2-la);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--zj-ven2-la) * 1.5);
    letter-spacing: 1.08px;
    max-width: 553px;
}

.so8-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.so8-a {
    display: block;
    color: #F6CE0C;
    text-align: center;
    font-size: var(--zj-oem3-1l1p);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    padding: 25px 74px;
    background: #D6391E;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
}

.so8-a:hover {
    color: #F6CE0C;
}

.so8-a::after {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #F6CE0C;
}

/*  */
.so8 .so7te {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so8 .so7i {
    margin-left: 0;
}

@media (max-width: 1536px) {
    .so1 {
        padding: 62px 0 100px;
    }

    .so1-p {
        margin-bottom: 40px;
    }

    .so2-img1 {
        width: 169px;
        top: 108px;
        left: 149px;
    }

    .so2-img3 {
        width: 207px;
        top: -21%;
        left: 48%;
    }

    .so2-img2 {
        width: 85px;
        top: 22%;
        left: 53%;
    }

    .so2-img4 {
        width: 104px;
        top: 23%;
        left: 75%;
    }

    .so2 {
        padding-bottom: 155px;
    }

    .so3-1img {
        position: absolute;
        top: 13%;
        right: 11%;
        width: 42%;
        z-index: 12;
    }

    .so4smimg {
        position: absolute;
        right: 6%;
        top: -3%;
        width: 40%;
    }

    .so4smimg img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .so4 {
        padding: 120px 0 104px;
    }

    .so4-p {
        margin-bottom: 32px;
    }

    .so4 .rec-line {
        margin-bottom: 47px;
    }

    .so5-p {
        padding: 10px 0;
        margin-bottom: 44px;
    }

    .so5l {
        margin-bottom: 20px;
    }

    .so6 {
        padding-top: 111px;
    }

    .so6 #br6sw {
        padding-bottom: 124px;
    }

    .so7i {
        --w: 50px;
    }

    .so7-swch,
    .so7te {
        bottom: 30px;
    }

    .so8 {
        padding: 156px 0 200px;
    }

    .so8u1 .so8l:nth-child(1) {
        width: 225px;
    }

    .so8u1 .so8l:nth-child(2) {
        width: 124px;
    }

    .so8u2 .so8l:nth-child(1) {
        width: 224px;
        margin-right: 67px;
        margin-bottom: -46px;
    }
}

@media (max-width: 992px) {
    .so8 {
        padding: 66px 0 160px;
    }

    .so3 {
        padding: 30px 0 0;
        flex-direction: column-reverse;
    }

    .so3-te {
        width: 95.28% !important;
        margin: auto !important;
        max-width: 100%;
    }

    .so3-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .so3-1 {
        width: 100%;
    }

    .so5 {
        flex-direction: column;
    }

    .so5-1 {
        width: 100%;
    }

    .so5-2 {
        width: 100%;
    }

    .so8bg {
        display: none;
    }

    .so8-1 {
        display: none;
    }

    .so8-2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .so2-img {
        display: none;
    }

    .so2 {
        padding-bottom: 65px;
    }
}

@media (max-width: 499px) {
    .so1-h h2 {
        line-height: 1;
    }

    .so1-enh {
        margin-bottom: 10px;
    }

    .so1 {
        padding: 42px 0 40px;
    }

    .so1-p {
        margin-bottom: 20px;
    }

    .pro2l-im1 {
        padding: 20px 0;
    }

    .so2 {
        padding-bottom: 35px;
    }

    .so3-p {
        margin-bottom: 48px;
    }

    .so4 {
        padding: 60px 0 44px;
    }

    .so4smimg {
        position: absolute;
        right: -3%;
        top: 0%;
        width: 40%;
    }

    .so4-p {
        margin-bottom: 12px;
    }

    .so4 .rec-line {
        margin-bottom: 27px;
    }

    .so5-p {
        margin-bottom: 24px;
    }

    .so6 {
        padding-top: 41px;
    }

    .so6 #br6sw {
        padding-bottom: 44px;
    }

    .so7-a .img-box {
        padding-bottom: 64%;
    }

    /* .so7p p {
        font-size: 24px;
    } */

    .so7-swch {
        display: none;
    }

    .so7i {
        margin-left: 12px;
    }

    .so7i {
        --w: 42px;
    }

    .so8 {
        padding: 0 0 120px;
    }

    .so8-2 {
        padding-top: 40px;
    }

    .so8-h {
        padding: 10px 0;
    }

    .so8-p {
        margin-bottom: 40px;
    }

    .so8 {
        padding: 0 0 40px;
    }
}

/* 语言 */
.ven_languagesec {
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.ven2-lang:hover .ven_languagesec {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.ven2-talk:hover .ven_languagesec {
    max-height: 400px;
    opacity: 1;
    overflow: visible;
}

.ven_languagesecbox {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
    padding: 4px 12px;
}

.ven_languagesecbox>a {
    display: block;
    padding: 4px 12px;
}

.ven_languagesecbox>a p {
    text-align: center;
}

.ven_languagesecbox>a span {
    color: #F5951C;
    text-align: center;
    font-size: var(--zj-subnav);
    font-style: normal;
    font-weight: normal;
    line-height: calc(var(--zj-subnav) * 0.98);
    letter-spacing: -0.44px;
    text-transform: uppercase;

    --size: 1px;
    --color: #D6391E;
    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);
    text-transform: capitalize;
}

.ven_languagesecbox>a:hover span {
    color: #D6391E;
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
}

@media (max-width: 1536px) {
    .ven_languagesec {
        top: 46px;
    }
}