
.page-hat-wrap{
  overflow: visible;
    position: fixed;top: 0;left: 0;width: 100%;z-index: 51;border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);}
            .page-hat-wrap .page-hat{display: flex;align-items: center;justify-content: space-between;height: 0.4rem;color: #fff;}
            .page-hat-wrap .share-list{display: flex;align-items: center;min-height: 0.4rem;padding: 0.1rem 0;}
            
.page-hat-wrap .share-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.18rem;
}
.page-hat-wrap .share-item:nth-child(n+2) {
  margin-left: 0.2rem;
}
.page-hat-wrap .share-item:hover .popup {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
            .page-hat-wrap.theme{background-color: var(--theme-sub-color);}
            @media (max-width: 750px){.page-hat-wrap{display: none;}
            }
   

.page-nav-wrap{position: fixed;top: 0.4rem;left: 0;width: 100%;overflow: visible;z-index: 50;}
.page-nav-wrap .page-nav{display: flex;align-items: center;justify-content: space-between;height: 0.8rem;color: #fff;}
.page-nav-wrap .logo{height: 100%;padding: 0.15rem 0;}
.page-nav-wrap .nav-list{display: flex;align-items: center;}
.page-nav-wrap .nav-item{position: relative;padding: 0.05rem 0.4rem;white-space: nowrap;}
.page-nav-wrap .nav-item:hover .sub-nav{transform: translateX(-50%) scaleY(1);}
.page-nav-wrap .sub-nav, .page-nav-wrap .lang-drop{position: absolute;top: 150%;left: 50%;min-width: 100%;background-color: rgba(255,255,255,.8);border-radius: 0.1rem;padding: 0.05rem;transform-origin: center top;transform: translateX(-50%) scaleY(0);transition: 0.3s;}
.page-nav-wrap .sub-nav-item, .page-nav-wrap .lang-item{display: flex;align-items: center;justify-content: center;padding: 0.05rem 0.2rem;border-radius: 0.1rem;line-height: 1.5;color: #222;transition: 0.3s;}
.page-nav-wrap .sub-nav-item:hover, .page-nav-wrap .lang-item:hover{background-color: var(--theme-color);color:#fff;}
.page-nav-wrap .nav-options{display: flex;align-items: center;}
.page-nav-wrap .nav-opt{position: relative;display: flex;align-items: center;justify-content: center;padding: 0.15rem 0.2rem;font-size: unset;color: #fff;}
.page-nav-wrap .nav-opt:nth-child(n+2){margin-left: 0.1rem;}
.page-nav-wrap .nav-opt.menu{display: none;}
.page-nav-wrap .lang-box{box-shadow: 0 0 0 0.01rem inset #fff;border-radius: 0.5rem;}
.page-nav-wrap .lang-box span{margin-left: 0.1rem;}
.page-nav-wrap .lang-box:hover .lang-drop{transform: translateX(-50%) scaleY(1);}
.page-nav-wrap .nav-opt-icon{width: 1em;height: 1em;filter: grayscale(1) brightness(10);}
.page-nav-wrap .lang-drop{top: 100%;}
.page-nav-wrap .nav-label{font-weight: bold;}
.page-nav-wrap.theme{background-color: var(--theme-color);}
@media (max-width: 1200px){.page-nav-wrap{top: 0;}
.page-nav-wrap .nav-list{display: none;}
.page-nav-wrap .nav-opt.menu{display: block;}
}

.module-banner{position: relative;}
.module-banner .mod-cover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;color: #fff;}
.module-banner .mod-cover.bg{background: linear-gradient(to right, rgba(var(--theme-rgb), 0.9) 0%, rgba(var(--theme-rgb), 0) 60%);}
.module-banner .mod-title{margin-top: 0.2rem;}

.module-nav-wrap {
                background-color: #fff;
            }

            .module-nav-wrap.dark {
                background-color: #f1f5fa;
            }

            .module-nav-wrap.bd {
                border-bottom: 0.01rem solid #f3f3f3;
            }

            .module-nav-wrap .module-nav {
                display: flex;
                justify-content: space-between;
                align-items: stretch;
                overflow-x: auto;
                height: 0.9rem;
            }

            .module-nav-wrap .module-nav-list {
                display: flex;
                padding-right: 0.5rem;
            }

            .module-nav-wrap .module-nav-item {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
                white-space: nowrap;
                flex-shrink: 0;
                transition: 0.3s;
            }

            .module-nav-wrap .module-nav-item:nth-child(n+2) {
                margin-left: 1rem;
            }

            .module-nav-wrap .module-nav-item.active {
                box-shadow: 0 -0.03rem 0 0 inset var(--theme-color);
            }

            .module-nav-wrap .module-nav-item:hover {
                color: var(--theme-color);
            }

            .module-nav-wrap .breadcrumbs {
                display: flex;
                align-items: center;
                white-space: nowrap;
            }

            .module-nav-wrap .breadcrumbs a {
                display: flex;
                align-items: center;
                color: #666;
                line-height: 1.5;
                transition: 0.3s;
            }

            .module-nav-wrap .breadcrumbs a:nth-child(n+2)::before {
                content: "/";
                display: inline-block;
                color: #666;
                margin: 0 0.05rem;
            }

            .module-nav-wrap .breadcrumbs a:hover {
                color: var(--theme-color);
            }

            .module-nav-wrap .back-home {
                width: 1em;
                margin-right: 0.15rem;
            }

            @media (max-width: 750px) {
                .module-nav-wrap:has(.module-nav-item) .breadcrumbs {
                    display: none;
                }
            }

.product-wrap {
                    padding-top: 0.9rem;
                    padding-bottom: 1.2rem;
                    background-color: #f1f5fa;
                }

                .product-wrap .module-header {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .product-wrap .product-main {
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 0.6rem;
                }

                .product-wrap .product-item {
                    display: flex;
                    flex-direction: column;
                    width: calc((100% - 1.05rem) / 3);
                    height: 5.7rem;
                    padding: 0.55rem 0.4rem;
                    border-radius: 0.1rem;
                    overflow: hidden;
                    background-color: #fff;
                }

                .product-wrap .product-item:nth-child(n+2) {
                    margin-left: 0.35rem;
                }

                .product-wrap .product-item:nth-child(n+4) {
                    margin-top: 0.5rem;
                }

                .product-wrap .product-item:nth-child(3n+1) {
                    margin-left: 0;
                }

                .product-wrap .product-item:hover .product-cover {
                    opacity: 1;
                }

                .product-wrap .product-item:hover .view-detail {
                    transform: none;
                }

                .product-wrap .product-item:hover .pic-box img {
                    transform: scale(1.05);
                }

                .product-wrap .pic-box {
                    height: 3.5rem;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

                .product-wrap .pic-box img {
                    transition: 0.5s;
                }

                .product-wrap .product-content {
                    position: relative;
                    margin-top: auto;
                }

                .product-wrap .product-model {
                    color: var(--theme-color);
                }

                .product-wrap .product-name {
                    line-height: 1.2;
                    margin-top: 0.25rem;
                    color: #333;
                }

                .product-wrap .product-cover {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: rgba(255, 255, 255, 0.6666666667);
                    opacity: 0;
                    z-index: 1;
                    transition: 0.3s;
                }

                .product-wrap .view-detail {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-width: 1.5rem;
                    min-height: 0.5rem;
                    padding: 0.15rem 0.5rem;
                    border-radius: 0.3rem;
                    color: #fff;
                    background-color: var(--theme-color);
                    transform: translateY(100%);
                    transition: 0.3s;
                }

                .product-wrap .paging-turner {
                    margin-top: 0.6rem;
                }

                @media (max-width: 750px) {
                    .product-wrap .product-main {
                        flex-direction: column;
                    }

                    .product-wrap .product-item {
                        width: 100%;
                    }

                    .product-wrap .product-item:nth-child(n+2) {
                        margin-left: 0;
                        margin-top: 0.5rem;
                    }
                }

                .window {
                position: relative;
            }

            .share-side {
                position: absolute;
                top: 0;
                right: 0.1rem;
                display: flex;
                flex-direction: column;
                width: 2em;
                height: 100%;
                pointer-events: none;
                z-index: 50;
            }

            .share-side .share-list {
                position: sticky;
                top: 2.5rem;
                margin: 0.1rem 0;
            }

            
.share-side .share-item {position: relative;display: flex;align-items: center;justify-content: center;width: 2em;height: 2em;padding: 0.15rem;border-radius: 0.04rem;background-color: #fff;pointer-events: auto;}
.share-side .share-item:nth-child(n+2) {margin-top: 0.04rem;}
.share-side .share-item:hover .popup {transform: translateY(-50%) scaleX(1);opacity: 1;pointer-events: auto;}

/*
.page-end-wrap{padding-top:.95rem;background-color:var(--theme-color)}.page-end-wrap .page-end{display:flex;justify-content:space-between}.page-end-wrap .pe-logo{height:.5rem}.page-end-wrap .pe-contact{margin-top:.4rem}.page-end-wrap .pec-item{display:flex}.page-end-wrap .pec-label,.page-end-wrap .pev-value{color:#fff;line-height:2;opacity:.7}.page-end-wrap .hot-line{flex-direction:column}.page-end-wrap .hot-line .pev-value{margin-bottom:.15rem;line-height:1.5;opacity:1}.page-end-wrap .pe-share{display:flex;margin-top:.3rem}.page-end-wrap .pes-item{display:block;height:1em;opacity:.5;transition:.3s}.page-end-wrap .pes-item:nth-child(n+2){margin-left:.22rem}.page-end-wrap .pes-item:hover{opacity:1}.page-end-wrap .pe-right{width:3rem}.page-end-wrap .per-title{line-height:1.33;color:#fff;margin-bottom:.2rem}.page-end-wrap .copyright{display:flex;align-items:center;justify-content:space-between;min-height:.8rem;color:hsla(0,0%,100%,.7);border-top:.01rem solid hsla(0,0%,100%,.1);margin-top:.82rem;padding:.15rem 0}.page-end-wrap .phone{display:flex;margin-top:.1rem}.page-end-wrap .phone .form-item:nth-child(n+2){margin-top:0;margin-left:.1rem}.page-end-wrap .phone .form-item.area{flex:1}.page-end-wrap .phone .form-item{flex:2}.pe-center{display:flex;flex-direction:column;flex-wrap:wrap;height:4rem;width:7rem;color:#fff;margin:0 .5rem}.pe-center dl{margin-bottom:.2rem}.pe-center dt{line-height:1.33;margin-bottom:.2rem}.pe-center dd{opacity:.6;line-height:2.25;transition:.3s}.pe-center dd:hover{opacity:1}.pe-form .form-item{display:flex}.pe-form .form-item:nth-child(n+2){margin-top:.1rem}.pe-form .ipt-item{flex:1 0 0;min-height:.48rem;line-height:2.6;border:solid .01rem hsla(0,0%,100%,.2);border-radius:.04rem;padding:.15rem .2rem;background-color:rgba(0,0,0,0);color:#fff}.pe-form .ipt-item::placeholder{line-height:unset;font-style:unset;color:#fff;opacity:.5}.pe-form .form-btn{width:100%;min-height:.48rem;color:var(--theme-color);background-color:#fff;border-radius:.04rem}@media(max-width: 1100px){.page-end-wrap .pe-center{display:none}}@media(max-width: 750px){.page-end-wrap .pe-center,.page-end-wrap .pe-right{display:none}.page-end-wrap .copyright{flex-direction:column;align-items:center;text-align:center}.page-end-wrap .cr-left,.page-end-wrap .cr-right{line-height:2}}
*/
/*! #page-end end */
.form-item .ipt-item.verify-code{padding: 0;}

/*! #page-end start */
.page-end-wrap{padding-top:.95rem;background-color:var(--theme-color)}.page-end-wrap .page-end{display:flex;justify-content:space-between}.page-end-wrap .pe-left{flex:1;max-width:25em}.page-end-wrap .pe-logo{height:.5rem}.page-end-wrap .pe-contact{margin-top:.4rem}.page-end-wrap .pec-item{display:flex}.page-end-wrap .pec-label,.page-end-wrap .pev-value{color:#fff;line-height:2;opacity:.7}.page-end-wrap .hot-line{flex-direction:column}.page-end-wrap .hot-line .pev-value{margin-bottom:.15rem;line-height:1.5;opacity:1}.page-end-wrap .pe-share{display:flex;margin-top:.3rem}.page-end-wrap .pes-item{display:block;height:1em;opacity:.5;transition:.3s}.page-end-wrap .pes-item:nth-child(n+2){margin-left:.22rem}.page-end-wrap .pes-item:hover{opacity:1}.page-end-wrap .pe-right{width:20em}.page-end-wrap .per-title{line-height:1.33;color:#fff;margin-bottom:.2rem}.page-end-wrap .copyright{display:flex;align-items:center;justify-content:space-between;min-height:.8rem;color:hsla(0,0%,100%,.7);border-top:.01rem solid hsla(0,0%,100%,.1);margin-top:.82rem;padding:.15rem 0}.page-end-wrap .phone{display:flex;margin-top:.1rem}.page-end-wrap .phone .form-item:nth-child(n+2){margin-top:0;margin-left:.1rem}.page-end-wrap .phone .form-item.area{flex:1}.page-end-wrap .phone .form-item{flex:2}.pe-center{display:flex;flex-direction:column;flex-wrap:wrap;height:4rem;width:7rem;color:#fff;margin:0 .5rem}.pe-center dl{margin-bottom:.2rem;max-width:8em}.pe-center dt{line-height:1.33;margin-bottom:.2rem}.pe-center dd{opacity:.6;line-height:2.25;transition:.3s}.pe-center dd:hover{opacity:1}.pe-form .form-item{display:flex}.pe-form .form-item:nth-child(n+2){margin-top:.1rem}.pe-form .ipt-item{flex:1 0 0;min-height:.48rem;line-height:2.6;border:solid .01rem hsla(0,0%,100%,.2);border-radius:.04rem;padding:.15rem .2rem;background-color:rgba(0,0,0,0);color:#fff}.pe-form .ipt-item::placeholder{line-height:unset;font-style:unset;color:#fff;opacity:.5}.pe-form .form-btn{width:100%;min-height:.48rem;color:var(--theme-color);background-color:#fff;border-radius:.04rem}@media(max-width: 1200px){.page-end-wrap .pe-left{max-width:100%}.page-end-wrap .pe-center{display:none}}@media(max-width: 750px){.page-end-wrap .pe-center,.page-end-wrap .pe-right{display:none}.page-end-wrap .copyright{flex-direction:column;align-items:center;text-align:center}.page-end-wrap .cr-left,.page-end-wrap .cr-right{line-height:2}}
/*! #page-end end */
