/* 核心产品 */
.products-section {
    max-width: 100vw;
    height: 100vh;
    padding: 0 1.78rem;
    position: relative;
    overflow: visible;
    background: radial-gradient(50% 50% at 50% 50%, #122A5A 0%, #12161E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-swiper {
    position: relative;
    z-index: 9;
    width: 8rem;
    height: 4.71rem;
}

.products-swiper .mySwiper2 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: visible !important;
}

.products-swiper .swiper-slide {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-swiper .swiper-button-next2,
.products-swiper .swiper-button-prev2 {
    color: #fff !important;
    width: 0.25rem !important;
    height: 0.25rem !important;
    border-radius: 50%;
    border: 0.02rem solid #fff;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.products-swiper .swiper-button-next2 {
    right: -0.4rem !important;
}

.products-swiper .swiper-button-prev2 {
    left: -0.4rem !important;
}

.swiper-button-next2:after,
.swiper-button-prev2:after {
    font-size: 0.13rem !important;
}

.box-wrapper {
    width: 4.6rem;
    height: 4rem;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.face-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: 0.6s;
    z-index: 33;
}

.showImg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 66;
    transition: 1.2s;
}

.showImg img {
    width: 100%;
}

.box-wrapper:hover .showImg,
.box-wrapper.hover .showImg {
    opacity: 1;
}

.pl2-4 {
    left: -5px !important;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    color: #fff;
    transform: none;
    transition: opacity 0.4s ease;
    opacity: 1;
}

.box-wrapper:hover .face,
.box-wrapper.hover .face {
    opacity: 0;
}

.face img {
    width: 80%;
    height: 80%;
    border-radius: 0.04rem;
    object-fit: contain;
}

/* .scale {
    transform: scale(.8) ;
} */

.openimg {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 0.08rem;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    transition: 1.2s;
}

.openimg .text {
    color: white;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: 1s;
}

.openimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.08rem;
}

.box-wrapper:hover .openimg,
.box-wrapper.hover .openimg {
    opacity: 1;
    width: 2rem;
    height: 2rem;
}

.box-wrapper:hover .openimg-1,
.box-wrapper.hover .openimg-1 {
    top: -100%;
    left: -100%;
}

.box-wrapper:hover .openimg-2,
.box-wrapper.hover .openimg-2 {
    top: -100%;
    right: -100%;
}

.openimg-1 .text,
.openimg-2 .text {
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
}

.openimg-1 .text::after,
.openimg-2 .text::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -1rem;
    width: 0.02rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.495);
}

.openimg-1 .text::after {
    height: 0.4rem;
    top: -0.4rem;
}

.box-wrapper:hover .openimg-3,
.box-wrapper.hover .openimg-3 {
    bottom: -100%;
    left: -120%;
}

.box-wrapper:hover .openimg-4,
.box-wrapper.hover .openimg-4 {
    bottom: -100%;
    right: -120%;
}

.box-wrapper:hover .text,
.box-wrapper.hover .text {
    opacity: 1;
}

.openimg-3 .text,
.openimg-4 .text {
    top: -40%;
    right: 50%;
    transform: translateX(50%);
}

.openimg-3 .text::after,
.openimg-4 .text::after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -1rem;
    width: 0.02rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.495);
}






/* 产品介绍 */

/* 面包屑 */
.breadcrumbs {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Elevision_r";
}

.breadcrumbs span {
    margin-right: 0.1rem;
}



.products-Introduc {
    max-width: 100vw;
    position: relative;
    background-color: #12161EFF;
    overflow: hidden;
    padding: 0.4rem 1.2rem;
    box-sizing: border-box;
}

.products-desc {
    width: 80%;
    /* margin: 0.4rem auto; */
    display: flex;
    justify-content: space-between;
    height: max-content;
}

.desc-left {
    width: 60%;
}

.desc-left h2 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
}

.desc-left h3 {
    font-weight: 300;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0.3rem 0;
}

.desc-left ul {
    width: 50%;
}

.desc-left ul li {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}

.desc-left ul li span {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
}

.desc-left ul li p {
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0.25rem;
    border: 0.015rem dashed rgba(255, 255, 255, 0.4);
    padding: 0.06rem 0.23rem;
    width: max-content;
}


.desc-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    margin-left: 1rem;
}

.desc-right p {
    font-weight: 300;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.8);
}

/* 按钮开始 */

.desc-right .btn {
    width: 1.5rem;
    height: 0.5rem;
    background-color: #0A98E5;
    font-size: 0.16rem;
    margin-top: 0.4rem;
    border-radius: 0.24rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}

.desc-right .btn span {
    display: block;
    color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 66;
}

.desc-right .btn:hover span {
    color: #fff;
}

/* 按钮结束 */



/* 规格 */
.products-sku {
    max-width: 100vw;
    padding: 0.4rem 0;
    position: relative;

    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        url("../image/products/bg-light1.webp") #12161F;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}

.sku-con {
    width: 80%;
    background: rgba(37, 47, 71, 0.747);
    border-radius: 0.08rem;

}

.sku-con h3 {
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.9rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}

.sku-con ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    /* justify-content: center; */
    align-items: center;
    margin: 0 auto;
    padding: 0.4rem 0;
}

.sku-con ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.sku-con ul li:nth-child(2n) {
    padding-left: 0.6rem;
    box-sizing: border-box;
}

.sku-con ul li span {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
    width: 30%;
}

.sku-con ul li p {
    flex: 1;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
}


.products-design {
    max-width: 100vw;
    padding: 0.4rem 0;
    position: relative;
    min-height: 4.4rem;
    overflow: hidden;
    /* display: flex;
    fle
    justify-content: center; */
    background:
        url("../image/products/bg-light2.webp") #12161F;
    background-repeat: no-repeat;
    background-size: 70% 50%;
}


.products-design h3 {
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.9rem;
}

.design-list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.design-list li {
    /* width: 30%; */
    display: flex;
    padding: 0.24rem;
    box-sizing: border-box;
    background: rgba(37, 47, 71, 0.748);
    border-radius: 0.08rem;
    flex: 0 0 calc(33.333% - 0.1rem);
}

.design-num {
    color: #00A6FF;
    font-size: 0.14rem;
    width: 0.3rem;
    font-weight: bold;
}

.design-desc {
    flex: 1;
}

.design-desc h4 {
    color: #ffffFF;
    font-size: 0.14rem;
}

.design-desc p {
    font-weight: 300;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.3rem;
}



/* 其他产品 */

/* 其他文章 */

.other-article {
    max-width: 100vw;
    background-color: #12161E;

}

.other-con {
    margin: auto;
    padding: 0.4rem 0;
    width: 80%;
    box-sizing: border-box;
}

.other-tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.other-tit h2 {
    font-size: 0.4rem;
    color: #FFFFFF;
}



.other-list {
    width: 100%;
}

.new-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;

}

.col-down li {
    width: 3.2rem;
    height: 2.8rem;
    border-radius: 0.08rem;
    background-image: url("../image/new/b1.png");
    background-size: cover;
    transition: 0.6s;
    color: white;
    font-size: 0.14rem;
    padding: 0.4rem 0.32rem;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgba(37, 47, 71, 0.5);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-down li:hover {
    transform: translateY(-0.2rem);
    background-color: rgba(37, 47, 71, 0);

}

.col-down li:nth-child(1) {
    background-image: url("../image/new/b2.png");
}

.col-down li:nth-child(2) {
    background-image: url("../image/new/b3.png");
}

.col-down li:nth-child(3) {
    background-image: url("../image/new/b4.png");
}



.col-down li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(317deg, #FBFF84 0%, #38B6FC 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    mix-blend-mode: screen;
    z-index: 1;
    background: #2C447C;
    /* background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%); */
    border-radius: 0.08rem;
    box-shadow: inset -0.01rem -0.01rem 0.02rem rgba(255, 255, 255, 0.25), inset 0.01rem 0.01rem 0.02rem rgba(255, 255, 255, 0.25);

}

.col-down li:hover::before {
    opacity: 1;
}

.new-col li:hover .col-top-dates,
.new-col li:hover .col-top-dire {
    opacity: 1;
}

.col-down li>* {
    position: relative;
    z-index: 2;
}



.sm-card p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    bottom: 0;
}

.sm-card .img {
    /* width: 60%; */
    height: 60%;
}

.sm-card > a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sm-card .img img {
    width: 100%;
    height: 100%;
}


/* =========================================================
   移动端 — max-width: 750px
   设计稿基准 750px，1rem = 100px
   ========================================================= */
@media screen and (max-width: 750px) {

    /* ===== 顶部 banner（Swiper 轮播）===== */
    .products-section {
        height: 16rem;
        padding: 0;
        padding-top: 1.7rem;
        align-items: flex-start;
    }

    .products-swiper {
        width: calc(100% - 1.7rem);
        height: 15rem;
        margin: 0 auto;
    }

    .products-swiper .swiper-button-next2,
    .products-swiper .swiper-button-prev2 {
        color: #fff !important;
        width: 0.9rem !important;
        height: 0.9rem !important;
        border-radius: 50%;
        border: 0.02rem solid #fff;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    /* .products-swiper .swiper-button-next2 {
        right: -1.2rem !important;
    }

    .products-swiper .swiper-button-prev2 {
        left: -1.2rem !important;
    } */

    .swiper-button-next2:after,
    .swiper-button-prev2:after {
        font-size: 0.43rem !important;
    }

    .box-wrapper {
        width: 5.6rem;
        height: 4.8rem;
        margin: 0 auto;
    }

    .box-wrapper:hover .openimg,
    .box-wrapper.hover .openimg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .box-wrapper:hover .openimg-3,
    .box-wrapper.hover .openimg-3 {
        left: -160%;
    }

    .box-wrapper:hover .openimg-4,
    .box-wrapper.hover .openimg-4 {
        right: -160%;
    }

    /* ===== 介绍区 ===== */
    .products-Introduc {
        padding: 0.4rem;
    }

    .breadcrumbs {
        margin: 0.3rem 0 0.3rem 0.4rem;
        font-size: 0.4rem;
    }

    .breadcrumbs span {
        margin-right: 0.2rem;
    }

    .breadcrumbs span img {
        width: 0.08rem !important;
        height: 0.14rem !important;
    }

    .products-desc {
        flex-direction: column;
        width: calc(100% - 0.8rem);
        margin: 0.4rem auto;
    }

    .desc-left h2 {
        font-size: 0.64rem;
        line-height: 1.2;
    }

    .desc-left h3 {
        font-size: 0.44rem;
        margin: 0.2rem 0 0.4rem;
    }

    .desc-left ul {
        width: 100%;
    }

    .desc-left ul li {
        margin-top: 0.3rem;
    }

    .desc-left ul li span {
        font-size: 0.4rem;
    }

    .desc-left ul li p {
        font-size: 0.4rem;
        padding: 0.12rem 0.4rem;
        margin-left: 0.2rem;
    }

    .desc-right {
        margin-left: 0;
        margin-top: 0.4rem;
    }

    .desc-right p {
        font-size: 0.4rem;
        line-height: 1.6;
    }

    .desc-right .btn {
        width: 3rem;
        height: 1rem;
        font-size: 0.4rem;
        margin-top: 0.6rem;
        border-radius: 0.5rem;
    }

    .scale {
        transform: scale(.7);
    }   

    /* ===== 规格区 ===== */
    .products-sku {
        padding: 0.6rem 0;
        background-size: 100% 100%;
    }

    .sku-con {
        width: calc(100% - 0.8rem);
    }

    .sku-con h3 {
        font-size: 0.56rem;
        line-height: 1.6rem;
    }

    .sku-con ul {
        flex-direction: column;
        width: 100%;
        padding: 0.4rem 0.6rem;
        box-sizing: border-box;
    }

    .sku-con ul li {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .sku-con ul li:nth-child(2n) {
        padding-left: 0;
    }

    .sku-con ul li span {
        font-size: 0.44rem;
        width: 45%;
    }

    .sku-con ul li p {
        font-size: 0.44rem;
    }

    /* ===== Premier 设计区 ===== */
    .products-design {
        padding: 0.6rem 0;
        min-height: auto;
    }

    .products-design h3 {
        font-size: 0.56rem;
        line-height: 1.6rem;
    }

    .design-list {
        width: calc(100% - 0.8rem);
        flex-direction: column;
        gap: 0.3rem;
    }

    .design-list li {
        flex: 1;
        padding: 0.4rem;
    }

    .design-num {
        font-size: 0.4rem;
        width: 0.8rem;
    }

    .design-desc h4 {
        font-size: 0.48rem;
        line-height: 1.4;
    }

    .design-desc p {
        font-size: 0.4rem;
        line-height: 1.5;
        margin-top: 0.3rem;
    }

    /* ===== 相关产品 ===== */
    .other-con {
        width: calc(100% - 0.8rem);
    }

    .other-tit h2 {
        font-size: 0.64rem;
    }

    .new-col {
        flex-direction: column;
        gap: 0.4rem;
    }

    .col-down li {
        width: 100%;
        height: 5.6rem;
        font-size: 0.4rem;
        padding: 0.4rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sm-card p {
        font-size: 0.44rem;
        bottom: 0.4rem;
    }

    .sm-card .img {
        height: 70%;
    }

    .sm-card > a{
        justify-content: space-between;
    }
}