@charset "utf-8";
/*初始化样式*/

header {
    width: 100%;
    z-index: 10;
    transition: all 0.5s;
    position: sticky;
    top: 0;
    height: clamp(60px, 0.7rem, 70px);
    background: #0c0c0c;
}
header.z-active {
    z-index: 99;
}
header.active,
header.hover-active {
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
header.active .header-box .header-menu nav .first-item .first-item-title,
header.hover-active .header-box .header-menu nav .first-item .first-item-title {
    color: rgba(0, 0, 0, 0.6);
}
header.active .logo,
header.hover-active .logo {
    filter: none !Important;
}
header.active .header-box .header-menu nav .first-item .first-item-title::after,
header.hover-active .header-box .header-menu nav .first-item .first-item-title::after {
    background: var(--color1);
}
header .header-phone-click {
    cursor: pointer;
    width: 22px;
    height: 16px;
    align-items: center;
    position: relative;
    right: 0;
    margin-right: 0;
    margin-left: auto;
}
@media screen and (max-width: 1024px) {
    header .header-phone-click {
        display: flex;
        order: 3;
        margin-left: 0;
    }
}
header .header-phone-click .phone-click-line {
    height: 2px;
    background: #fff;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}
header .header-phone-click .phone-click-line::before,
header .header-phone-click .phone-click-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
}
header .header-phone-click .phone-click-line::before {
    top: 0;
    transition: all 0.5s;
}
header .header-phone-click .phone-click-line::after {
    bottom: 0;
    transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line {
    background: transparent;
    transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(7px) rotate(45deg);
}
header .header-phone-click.active .phone-click-line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-7px) rotate(-45deg);
}
header .header-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    /*logo*/
    /*logo*/
}
@media screen and (max-width: 1024px) {
    header .header-box {
        justify-content: flex-end;
    }
}
header .header-box .logo {
    width: clamp(80px, 1.23rem, 123px);
}
header .header-box .logo h1 {
    line-height: 1;
    display:flex;
}
@media screen and (max-width: 1024px) {
    header .header-box .logo {
        margin-left: 0;
        margin-right: auto;
    }
}
header .header-box .logo img {
    max-width: inherit;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}
header .header-box .header-menu {
    height: 100%;
    flex:1;
margin-left:clamp(60px,0.6rem,60px);
margin-right:clamp(60px,0.6rem,60px)

}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu {
        width: 100%;
        position: absolute;
        background: #fff;
        top: 60px;
        height: 100vh;
        z-index: 10;
        left: 0;
        margin-left: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: none;
        overflow: auto;
    }
}
header .header-box .header-menu nav {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
        gap: 0;
        margin-left: 0;
    }
}
header .header-box .header-menu nav .first-item {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item {
        height: auto;
        width: 100%;
        margin-right: 0;
        justify-content: flex-start;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
}
header .header-box .header-menu nav .first-item .first-box {
    position: relative;
    width: 100%;
    height: 100%;

}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .first-box {
        border-bottom: 1px solid #eee;
    }
}
header .header-box .header-menu nav .first-item .first-box .first-item-title {
    font-size: clamp(14px, 0.18rem, 18px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    
    padding: 0 20px !important;
}

header .header-box .header-menu nav .first-item .first-box .first-item-title img {
    max-width:90%
}
@media screen and (max-width: 1600px) {
    header .header-box .header-menu nav .first-item .first-box .first-item-title {
        padding:0 10px
    }
    header .header-box .header-menu nav .first-item .first-box .first-item-title img {
        //max-width:80%
    }
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .first-box .first-item-title {
        height: 50px;
        width: 100%;
        justify-content: flex-start;
        color: #333;
        padding: 0 20px;
    }
    header .header-box .header-menu nav .first-item .first-box .first-item-title img {
        filter: brightness(0);
        transform: scale(0.5);
        transform-origin: center left;
    }
}
header .header-box .header-menu nav .first-item .first-box .first-item-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all 0.5s;
    background: #fff;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .first-box .first-item-title::after {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .first-box i {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .first-box i {
        display: block;
    }
}
header .header-box .header-menu nav .first-item .first-box i::before,
header .header-box .header-menu nav .first-item .first-box i::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
}
header .header-box .header-menu nav .first-item .first-box i::before {
    width: 14px;
    height: 2px;
}
header .header-box .header-menu nav .first-item .first-box i::after {
    height: 14px;
    width: 2px;
}
header .header-box .header-menu nav .first-item .first-box i.active {
    transform: rotate(45deg);
}
header .header-box .header-menu nav .first-item .second-box {
    border-bottom: 2px solid var(--color1);
    position: absolute;
    top: clamp(60px, 0.8rem, 80px);
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    padding: clamp(20px, 0.6rem, 60px) 0;
    /*特殊*/
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box {
        width: 100%;
        position: relative;
        top: 0;
        background: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        padding: 0;
        box-shadow: none;
        border: none;
        display: none;
        transition: all 0s;
        pointer-events: auto;
        left: 0;
    }
}
header .header-box .header-menu nav .first-item .second-box::before {
    position: absolute;
    height: 10px;
    left: 0;
    top: -10px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box::before {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box::after {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #eee transparent transparent;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box::after {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box .section {
    display: grid;
    gap: clamp(20px, 0.4rem, 40px) clamp(20px, 0.7rem, 70px);
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .section {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}
header .header-box .header-menu nav .first-item .second-box .brand-section {
    width: clamp(12.9rem, 12.9rem, 1290px);
    position: relative;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .brand-section {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}
header .header-box .header-menu nav .first-item .second-box .brand-section .second-item {
    width: clamp(3.5rem, 3.5rem, 350px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .brand-section .second-item {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .brand-section .second-item .second-item-title {
        position: relative;
    }
}
header .header-box .header-menu nav .first-item .second-box .second-item {
    height: fit-content;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .second-item {
        position: relative;
    }
}
header .header-box .header-menu nav .first-item .second-box .second-item i {
    bottom: auto;
    height: 40px;
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(14px, 0.24rem, 24px);
    transition: all 0.2s;
    line-height: 1.4;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title {
        color: #000;
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title span {
    opacity: 0.6;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title span {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
        color: var(--color1);
    }
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover {
    color: var(--color1);
    border-color: var(--color1);
}
header .header-box .header-menu nav .first-item .second-box .second-item .second-item-title:hover span {
    opacity: 1;
}
header .header-box .header-menu nav .first-item .second-box .second-item:hover .three-box2 {
    opacity: 1;
    pointer-events: auto;
}
header .header-box .header-menu nav .first-item .second-box .three-box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: clamp(10px, 0.3rem, 30px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box {
        padding: 0;
        pointer-events: auto;
        position: initial;
        opacity: 1;
        display: none;
        border: none;
        width: 100%;
    }
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-box-box {
    height: fit-content;
    display: grid;
}
header .header-box .header-menu nav .first-item .second-box .three-box.active {
    display: block;
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title {
    margin-bottom: 20px;
    display: block;
    transition: all 0.5s;
    color: rgba(0, 0, 0, 0.6);
    font-size: clamp(14px, 0.2rem, 20px);
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
    width: fit-content;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title {
        margin-bottom: 0;
        padding: 10px 20px;
        width: 100%;
    }
}
header .header-box .header-menu nav .first-item .second-box .three-box .three-item-title:hover {
    color: var(--color1);
    border-bottom: 1px solid var(--color1);
}
header .header-box .header-menu nav .first-item .second-box .three-box::after {
    width: 20px;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: -1;
}
header .header-box .header-menu nav .first-item .second-box .three-box2 {
    opacity: 0;
    width: clamp(3.5rem, 3.5rem, 350px);
    padding-left: clamp(1rem, 1rem, 100px);
    position: absolute;
    left: clamp(5rem, 5rem, 500px);
    top: 0;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box2 {
        position: relative;
        width: 100%;
        padding-left: 20px;
        left: 0;
        opacity: 1;
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box .three-box2::after {
    content: '';
    top: 0;
    left: clamp(0.6rem, 0.6rem, 60px);
    background: #d1d1d1;
    width: 1px;
    height: 100%;
    position: absolute;
    display: none;
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item {
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(13px, 0.2rem, 20px);
    transition: all 0.2s;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: clamp(0.28rem, 0.28rem, 28px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item {
        display: block;
        padding: 10px 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid transparent;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a {
        color: #000;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item a span {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item:hover a,
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item.active a {
    color: var(--color1);
    border-bottom: 2px solid var(--color1);
}
header .header-box .header-menu nav .first-item .second-box .three-box2 .three-item:hover .four-item {
    opacity: 1;
}
header .header-box .header-menu nav .first-item .second-box .four-item {
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: clamp(4.7rem, 4.7rem, 470px);
    padding-left: clamp(1.2rem, 1.2rem, 120px);
    height: 100%;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .four-item {
        position: relative;
        left: 10px;
        width: 100%;
        padding-left: 0;
        opacity: 1;
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box .four-item::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: clamp(0.6rem, 0.6rem, 60px);
    background: #d1d1d1;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .four-item::after {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box .four-item a {
    padding: 12px 0;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-size: clamp(14px, 0.2rem, 20px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box .four-item a {
        padding: 10px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box {
    width: 100vw;
    min-height: 338px;
    padding: 0;
    position: fixed;
    border-radius: 0;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box {
        position: relative;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .product-box {
    align-items: flex-start;
    padding: 50px 0;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .product-box {
        width: 100%;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left {
    flex-basis: 300px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .left {
        flex-basis: 100px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-title {
    margin-bottom: 20px;
    color: #888;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item {
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    background: #f8f8f8;
    padding: 15px;
    font-size: 14px;
    transition: all 0.5s;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item {
        font-size: 12px;
        padding: 10px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item:hover,
header .header-box .header-menu nav .first-item .second-box.product-second-box .left .p-item.active {
    background: #e7e7e7;
    color: #2f2f2f;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right {
    margin-left: 60px;
    flex: 1;
    border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .right {
        margin-left: 10px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items {
    display: none;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-title {
    color: #333;
    margin-bottom: 20px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items.active {
    display: block;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item {
        display: flex;
        overflow: auto;
        grid-gap: 10px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item {
    background: #f1f2f4;
    padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item {
        flex-shrink: 0;
        width: 130px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .item .imgBox {
    padding-bottom: 75%;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .right .p-items .p-item .title {
    color: #333;
    text-align: center;
    margin-top: 10px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item {
    flex-basis: 20%;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item {
        flex-basis: 100%;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:nth-child(n + 6) {
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:nth-child(n + 6) {
        margin-top: 0;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img {
    height: 40px;
    position: relative;
    display: block;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .img img {
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title {
    color: #222;
    text-align: left;
    padding: 0;
    transition: all 0.5s;
    margin-top: 10px;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title {
        margin-top: 10px;
        padding: 0 10px;
        position: relative;
        width: 100%;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .second-item-title:hover {
    color: var(--color1);
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box {
    margin-top: 10px;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box {
        margin-top: 0;
        display: none;
        padding-left: 30px;
        margin-bottom: 10px;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title {
    display: block;
    transition: all 0.5s;
    font-size: 12px;
    color: #999;
    width: fit-content;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title:hover {
    color: var(--color1);
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item .three-box .three-item-title.news {
    color: var(--color1);
    font-size: 12px;
}
header .header-box .header-menu nav .first-item .second-box.product-second-box .second-item:hover .three-box {
    opacity: 1;
    visibility: visible;
}
header .header-box .header-menu nav .first-item .second-box.product-menu {
    padding: 0;
}
header .header-box .header-menu nav .first-item .second-box.product-menu::before {
    content: '';
    width: 1px;
    height: 100%;
    left: clamp(5rem, 5rem, 500px);
    background: #e5e5e5;
    position: absolute;
    top: 0;
}
header .header-box .header-menu nav .first-item .second-box.product-menu .brand-section {
    left: 0 !important;
}
header .header-box .header-menu nav .first-item .second-box.product-menu .menu-title {
    font-size: clamp(16px, 0.3rem, 30px);
    color: var(--color1);
    margin-top: clamp(50px, 1rem, 100px);
    margin-bottom: clamp(35px, 0.7rem, 70px);
    padding-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .menu-title {
        display: none;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-menu .second-item {
    margin-bottom: 30px;
    width: clamp(5rem, 5rem, 500px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item:last-child {
        margin-bottom: clamp(80px, 1.6rem, 160px);
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item:hover,
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item.active {
        background: var(--color1);
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item:hover .second-item-title,
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item.active .second-item-title {
        color: #fff;
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item:hover .second-item-title span,
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item.active .second-item-title span {
        opacity: 1;
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item.active .three-box2 {
        opacity: 1;
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item.active .product-img {
        display: block;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-menu .second-item .second-item-title {
    padding: 12px 1.5rem;
    border-bottom: none;
    font-size: clamp(14px, 0.24rem, 24px);
}
@media screen and (max-width: 1024px) {
    header .header-box .header-menu nav .first-item .second-box.product-menu .second-item .second-item-title {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
}
header .header-box .header-menu nav .first-item .second-box.product-menu .second-item .second-item-title span {
    opacity: 0;
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item:hover .second-box {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}
@media screen and (min-width: 1025px) {
    header .header-box .header-menu nav .first-item:hover,
    header .header-box .header-menu nav .first-item.active {
        background: var(--color2);
    }
header .header-box .header-menu nav .first-item:hover img,
    header .header-box .header-menu nav .first-item.active img {
            filter: brightness(0);
    }
}
header .header-box .header-menu nav .first-item:hover a,
header .header-box .header-menu nav .first-item.active a {
    color: #000;
}
header .header-back {
    color: #fff;
    width: clamp(100px, 1.2rem, 120px);
    height: clamp(30px, 0.4rem, 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #fff;
    font-size: clamp(12px, 0.18rem, 18px);
    margin-right: clamp(10px, 0.5rem, 50px);
    transition: all 0.5s;
    cursor: pointer;
}
header .header-back:hover {
    background: var(--color2);
    border-color: var(--color2);
}
header .header-right {
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    height: 100%;
    position: relative;
    /*语言*/
    /*语言*/
}
@media screen and (max-width: 1024px) {
    header .header-right {
        margin-right: 20px;
    }
}
header .header-right .r-item {
    width: clamp(35px, 0.7rem, 70px);
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}
header .header-right .r-item .number {
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    border-radius: 999px;
    position: absolute;
    top: 20%;
    right: 10%;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    transform: scale(0.8);
}
@media screen and (max-width: 1024px) {
    header .header-right .r-item {
        width: 40px;
    }
}
header .header-right .r-item:hover {
    background: var(--color2);
}
header .header-right .r-item:hover img.icon {
    filter: brightness(0) grayscale(0);
}
header .header-right .r-item img {
    transition: all 0.5s;
}
header .header-right .r-item .status {
    position: absolute;
    right: 15%;
    top: 13px;
    width: clamp(8px, 0.18rem, 18px);
}
@media screen and (max-width: 1024px) {
    header .header-right .r-item .status {
        top: 18px;
    }
}
header .header-right .r-item .cart-show {
    position: absolute;
    top: 100%;
    border-radius: 0 0 0.1rem 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(300px, 4rem, 400px);
    background: #fff;
    box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.03);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    header .header-right .r-item .cart-show {
        width: 100vw;
        left: 0;
        transform: translateX(0);
        position: fixed;
        top: 60px;
    }
}
header .header-right .r-item .cart-show .cart-title {
    background: var(--color3);
    padding: 24px;
    font-size: clamp(12px, 0.14rem, 14px);
    color: #333;
}
header .header-right .r-item .cart-show .cart-empty {
    height: 220px;
    font-size: clamp(12px, 0.18rem, 18px);
    text-align: center;
    color: #333;
    font-weight: 600;
    flex-direction: column;
    border-bottom: 1px solid #eee;
}
header .header-right .r-item .cart-show .cart-empty .cart-empty-text {
    margin-top: clamp(10px, 0.2rem, 20px);
}
header .header-right .r-item .cart-show .cart-empty-button {
    border-radius: 2px;
    background: #f5f5f5;
    font-size: clamp(12px, 0.16rem, 16px);
    width: clamp(100px, 1.6rem, 160px);
    height: clamp(40px, 0.4rem, 40px);
    gap: 10px;
    margin: 24px auto;
    transition: all 0.5s;
    cursor: no-drop;
    color: #999;
}
header .header-right .r-item .cart-show .cart-empty-button i {
    color: #999;
}
header .header-right .r-item .cart-show .cart-box .items {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: clamp(300px, 3.6rem, 360px);
    overflow-y: auto;
}
header .header-right .r-item .cart-show .cart-box .items .item {
    align-items: flex-start;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-img {
    flex-basis: clamp(40px, 0.6rem, 60px);
    height: clamp(40px, 0.6rem, 60px);
    background: #eee;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info {
    padding-left: 20px;
    flex: 1;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info .pro-name {
    font-size: clamp(12px, 0.16rem, 16px);
    color: #333;
    margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info .pro-summary {
    font-size: clamp(12px, 0.14rem, 14px);
    color: #999;
    margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-number {
    flex-basis: 50px;
    font-size: clamp(12px, 0.16rem, 16px);
    color: #333;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .cart-price {
    padding: 24px;
    background: var(--color3);
    font-size: clamp(12px, 0.16rem, 16px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #333;
}
header .header-right .r-item .cart-show .cart-box .cart-price .list {
    padding-left: calc(clamp(40px, 0.6rem, 60px) + 20px);
}
header .header-right .r-item .cart-show .cart-box .cart-price .value {
    font-weight: 600;
}
header .header-right .r-item .cart-show .cart-box .check-out {

}
header .header-right .r-item .cart-show .cart-box .check-out:hover {
    background: var(--color3);
}
header .header-right .r-item.cart:hover .cart-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
header .header-right .language {
    color: #fff;
    position: relative;
    cursor: pointer;
}
header .header-right .language .language-show {
    border-radius: 0 0 0.1rem 0.1rem;
    position: absolute;
    top: 100%;
    color: #333;
    right: 0;
    margin: auto;
    width: clamp(160px, 2rem, 200px);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 70vh;
    overflow: auto;
}
header .header-right .language .language-show .language-show-item {
    padding: 10px 10px 10px clamp(15px, 0.24rem, 24px);
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
    display: block;
    transition: all 0.5s;
    font-size: clamp(12px, 0.16rem, 16px);
}
header .header-right .language .language-show .language-show-item img {
    width: clamp(15px, 0.3rem, 30px);
    filter: none;
    margin-right: 6px;
}
header .header-right .language .language-show .language-show-item:hover {
    background: #fde8f7;
    color: #000;
}
header .header-right .language:hover .language-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
header .header-search-box {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
}
header .header-search-box .mask {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    height: 100vh;
}
header .header-search-box::after {
//content: "";
    position: fixed;
    top: clamp(60px, 0.7rem, 70px);
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
}
header .header-search-box .header-search {
    top: clamp(60px, 0.7rem, 70px);
    top:0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 10px 10px;
    padding: clamp(30px, 0.4rem, 40px) 20px;
    position: relative;
}
header .header-search-box .header-search .search-container {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}
header .header-search-box .header-search .search-container .search-text {
    font-size: clamp(12px, 0.16rem, 16px);
    color: #333;
}
header .header-search-box .header-search .search-container .search-text a {
    color: var(--color1);
    text-decoration: underline;
}
header .header-search-box .header-search .search-container .search-agree {
    font-size: clamp(12px, 0.16rem, 16px);
    color: #000;
    margin-top: 16px;
}
header .header-search-box .header-search .search-container .search-agree label {
    gap: 10px;
}
header .header-search-box .header-search .search-container .search-agree label input {
    border-color: #999;
    color: #999;
    width: 20px;
    height: 20px;
}
header .header-search-box .header-search .search-container .search-agree label input[type=checkbox]:checked {
    background: none !important;
    border-color: #999 !important;
}
header .header-search-box .header-search .search-container .search-agree label input[type=checkbox]:checked::after {
    filter: brightness(0);
    opacity: 0.6;
}
header .header-search-box .header-search .search-container form {
    margin-top: clamp(10px, 0.2rem, 20px);
    width: 100%;
    position: relative;
    max-width:600px;
    display:flex;
    gap:clamp(10px,0.2rem,20px)
}
header .header-search-box .header-search .search-container form label {
    width: 100%;
    display:flex;
    gap:clamp(10px,0.2rem,20px)
}
header .header-search-box .header-search .search-container form label input {
    padding-left: 10px;
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
    height: clamp(40px, 0.6rem, 60px);
    border: none;
    border-radius: 4px;
    width: 100%;
    background: var(--color2);
    font-size: clamp(12px, 0.16rem, 16px);
}
header .header-search-box .header-search .search-container form label input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: clamp(12px, 0.16rem, 16px);
}
header .header-search-box .header-search .search-container form label button {
    width: clamp(40px, 0.6rem, 60px);
    height: clamp(40px, 0.6rem, 60px);
    background: none;
    color: #fff;
    font-size: 16px;
//position: absolute;
    right: 0;
    top: 0;
    background:#f5f5f5
}
@media screen and (max-width: 1024px) {
    header .header-search-box .header-search .search-container form label button {
        width: 40px;
    }
}
header .header-search-box .header-search .search-container form label button img {
    filter: contrast(0) brightness(0);
}
header .header-search-box .header-search .search-container form .close {
    position: absolute;
    right: -80px;
    top: 0;
    width: 60px;
    height: clamp(40px, 0.6rem, 60px);
    color: #999;
    font-size: clamp(12px, 0.2rem, 20px);
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.5s;
}
header .header-search-box .header-search .search-container form .close:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1024px) {
    header .search-click {
        margin-right: 0;
        margin-left: auto;
        width: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .index header .logo {
        filter: none;
    }
    .index header .header-box .header-menu nav .first-item .first-item-title {
        color: rgba(255, 255, 255, 0.6);
    }
    .index header .header-box .header-menu nav .first-item:hover .first-item-title,
    .index header .header-box .header-menu nav .first-item.active .first-item-title {
        color: #fff;
    }
}

/*# sourceMappingURL=style.css.map */
