.product-wrap{padding: .6rem 0;}
.product{margin: 0 auto;width: 100%;max-width: 18rem;}
.filter-box{width: 3.6rem;}
.filter-header{display: flex;align-items: center;justify-content: space-between;}
.filter-title{color: #222;font-family: "Montserrat-Bold";line-height: 1.5;}
.filter-clear{color: #666;line-height: 1.1;border-bottom: 0.01rem solid #666;cursor: pointer;}

.filter-item{margin-top: .45rem;padding-bottom: .4rem;border-bottom: 0.01rem solid #000;}
.filter-content{max-height: 0;overflow: hidden;transition: .3s;}
.filter-label{display: flex;align-items: center;justify-content: space-between; line-height: 1.5;cursor: pointer;}
.filter-label span{pointer-events: none;}
.icon-arrow-down{background-image: url("/static/home/images/icon/page-arr.png");filter: grayscale(1) brightness(0);transform: rotateZ(90deg);transition: .3s;pointer-events: none;}
.filter-item.active .filter-content{max-height: 2rem;}
.filter-item.active .icon-arrow-down{transform: rotateZ(-90deg);}

.range{position: relative;margin: .45rem .15rem 0;}
.layui-slider-wrap-btn{width: 0.26rem;height: 0.26rem;border: none !important;box-shadow: 0 0 0.1rem #0003;}
.layui-slider-tips{display: none !important;}

.price-view-box{display: flex;align-items: center;margin-top: .3rem;}
.price-view{display: flex;flex-direction: column;justify-content: center; padding: .15rem .2rem;color: #999;min-width: 1.5rem;height: 0.7rem;border-radius: .1rem;border: 0.01rem solid rgba(0,0,0,.08);background-color: #fff;line-height: 1.2;}
.price-partition{height: 0.02rem;width: 0.1rem;margin: 0 .1rem;background-color: #000;}
.min-price-view,.max-price-view{color: #222;line-height: 1.2;margin-top: .03rem;}

.checkbox-label{display: flex;align-items: center;line-height: 1.5;color: #999;margin-top: .25rem;}
.checkbox-label span{transition: .3s;}
.checkbox-label:has(.filter-checkbox:checked){color: #222;}
.filter-checkbox{appearance: none;border: 0.01rem solid rgba(51, 51, 51, .2);border-radius: .03rem; width: 1em;height: 1em;margin-right: .15rem;transition: .3s;}
.filter-checkbox:checked{background: url("/static/home/images/icon/checked.png") no-repeat center/contain,var(--theme-color);background-size: 60%;}
@media (max-width: 750px) {
    .price-view{flex: 1; height: 1rem;}
}


.product-item:hover .icon-del{opacity: 1;pointer-events: auto;}
.product-item-header{display: flex;align-items: center;justify-content: space-between;}
.icon-del{width: 1em;height: 1em;margin-left: .2rem;background: url("/static/home/images/icon/delete.png") no-repeat center/contain;opacity: 0;pointer-events: none;transition: .3s;}
.icon-del:hover{transform: scale(1.05);filter: drop-shadow(.01rem .01rem .01rem #fa2c4baa);}
.product{display: flex;justify-content: space-between;}
.product-list{display: flex;flex-wrap: wrap;flex: 1;margin-left: .6rem;}
/* .product-item{width: 5.6rem;border-radius: .3rem;} 一行两个*/
/* .product-item:nth-child(n+3){margin-top: .77rem;} */
/* 一行四个 */
.product-item{width: 4.5rem;border-radius: .3rem;}
.product-item:nth-child(n+2){margin-left: .15rem;}
.product-item:nth-child(3n+1){margin-left: 0;}
.product-item:nth-child(n+4){margin-top: .77rem;}
/* .product-item:nth-child(n+5){margin-top: .77rem;} */

.product-item-info{margin-top: 23px;}
/* .product-item-img{width: 100%;height: 5.6rem; border-radius: .3rem;background-color: #f7f7f7;overflow: hidden;transition: .3s;} */
.product-item-img{width: 100%;height: 4.5rem; border-radius: .3rem;background-color: #f7f7f7;overflow: hidden;transition: .3s;}
.product-item-img.goods{padding: .95rem 1.2rem;}
.product-item-name{line-height: 1.5;color: #222;}
.product-item-model{line-height: 1.5;color: #666;margin: .1rem 0 .23rem;}
.product-item-price{line-height: 1.5;color: #222;}
.product-item:hover .product-item-img{box-shadow: 0rem 0.2rem 0.7rem 0rem rgba(0, 0, 0, 0.15);}
.product-item-footer{display: flex;justify-content: space-between;align-items: center;}

.product-color span{--color: #000;}
.product-color{display: flex;}
.product-color span{display: flex;align-items: center;justify-content: center; width: 1em;height: 1em;padding: .07rem;border-radius: 50%;transition: .3s;cursor: pointer;}
.product-color span.active{box-shadow: 0 0 0 .02rem var(--color) inset;}
.product-color span:after{content: "";width: 100%;height: 100%;background-color: var(--color);border-radius: 50%;transition: .3s;}
@media (max-width: 750px) {
    .product{flex-direction: column;}
    .filter-box,.product-item{width: 100%;}
    .filter-box{padding: .3rem .6rem;}
    .product-list{margin-left: 0;margin: .6rem .6rem;}
    .product-item:nth-child(n+2){margin-top: .77rem;}
    .product-item .icon-del{opacity: 1;pointer-events: auto;}
}

.product-view-box{display: flex;}
.product-view{width: 9.25rem; flex-shrink: 0;}
.product-info{flex: 1;margin-left: 1.4rem;}
.preview-window{position: relative;display: flex;justify-content: center;align-items: center;width: 100%;height: 7.6rem;background-color: #fff;}

.preview{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;user-select: none;}
.preview{padding: .8rem;}

.preview-prev,.preview-next{position: absolute;top: 50%;left: 0;transform: translateY(-50%); display: flex;align-items: center;justify-content: center;width: 0.5rem;height: 0.5rem;padding: .19rem;background-color: #f7f7f7;border-radius: 50%;user-select: none;cursor: pointer;transition: .3s;}
.preview-prev:hover,.preview-next:hover{background-color: var(--theme-color);}
.preview-prev:hover img,.preview-next:hover img{filter: grayscale(1) brightness(10);}
.preview-next{left: initial;right: 0;}
.preview-next img{transform: rotate(180deg);}
.preview-ctrl-list{display: flex;justify-content: flex-start;align-items: center;width: 100%;overflow-x: auto;margin-top: .6rem;}
.preview-ctrl{display: flex;align-items: center;justify-content: center;width: 1.34rem;height: 1.34rem;flex-shrink: 0; border-radius: .1rem;padding: .02rem; background-color: #fff;user-select: none;}
.preview-ctrl:nth-child(n+2){margin-left: .2rem;}
.preview-ctrl img{pointer-events: none;}
.preview-ctrl.active{box-shadow: 0 0 0 .02rem var(--theme-color) inset;}
.product-name{line-height: 1.2;color: #222;font-family: Montserrat-Bold;}
.product-model{line-height: 1.5;margin-top: .15rem;}
.product-data{display: flex;align-items: center;justify-content: space-between;margin-top: .15rem;}
.product-price{display: flex;align-items: center;justify-content: space-between;}
.price{line-height: 1.2;font-family: Montserrat-Bold;}
.price-desc{margin-left: .17rem;}
.origin-price{color: #666;text-decoration: line-through;}
.save-price-box{color: var(--theme-color);}

.product-score{display: flex;align-items: center;color: var(--theme-color);font-family: SimSun;}
.score{margin-left: .2rem;font-family: Montserrat-Regular;}
.max-score{color: #222;}
.star-list{display: flex;}
.star{width: 20px;height: 20px;}
/* .star svg{stroke:var(--theme-color);fill: #fff;} */
.star:nth-child(n+2){margin-left: .03rem;}
/* .star svg{width: 100%;height: 100%;} */

.product-desc-hidden{display: none;}
.product-desc-hidden.show{display: block;}
.product-desc{margin-top: .3rem;}
.product-desc p{line-height: 1.777;word-break:break-all}
.more-info{display: flex;align-items: center;color: #999;line-height: 1.2;margin-top: .1rem;cursor: pointer;transition: .3s;}
.more-info.spread::after{transform: rotateZ(-180deg);}
.more-info::after{content: "";display: inline-block;width: .13rem;height: .13rem;margin-left: .1rem;background: url("/static/home/images/icon/selected-arr.png") no-repeat center;background-size: contain;transition: .3s;}

.product-selected{position: relative;margin-top: .3rem; border: 0.01rem solid #00000016;border-radius: .1rem;}
.selected-label{display: flex;align-items: center;justify-content: space-between;width: 100%;height: 1rem;padding: .2rem .3rem;cursor: pointer;}
.selected-right{height: 100%;width: 0.12rem;}
.selected-right img{transition: .3s;}
.selected-title{color: #999;line-height: 1.2;}
.selected-model{line-height: 1.5;color: #222;margin-top: .05rem;font-family: Montserrat-Bold;}
.selected-list{position: absolute;top: 100%;left: 0;right: 0;width: 100%;padding: .1rem; border-radius: .1rem;overflow: hidden; box-shadow: 0 0 0.1rem #00000016;background-color: #fff;transform: scaleY(0);transform-origin: top;opacity: 0;transition: .3s;pointer-events: 0;}
.selected-item{padding: .15rem .2rem;border-radius: .1rem;transition: .3s;}
.selected-item:hover{background-color: var(--theme-color);color: #fff;}
.product-selected.active .selected-list{opacity: 1;transform: scaleY(1);pointer-events: auto;}
.product-selected.active .selected-right img{transform:rotateZ(-180deg);}

.product-btn{display: flex;align-items: center;justify-content: center;width: 100%;height: 0.6rem;margin-top: .3rem;margin-top: .46rem; border-radius: .3rem;background-color: var(--theme-color);color: #fff;line-height: 1.5;}
.product-tag-list{display: flex;flex-wrap: wrap;justify-content: space-between;;border-top: 0.01rem solid #00000016;margin-top: .46rem;}
.product-tag{display: flex;align-items: center;width: 50%; color: #999;margin-top: .42rem}
.product-tag-icon{margin-right: .2rem;width: 0.4rem;height: 0.4rem;flex-shrink: 0;}
.product-tag-text{line-height: 1.3;}
@media (max-width: 750px) {
    .selected-label{height: 1.2rem;}
    .product-view-box{flex-direction: column;}
    .product-view{width: 100%;}
    .product-info{width: 100%;margin-left: 0;margin-top: .6rem;}
}

.product-nav-wrap{height: 1rem;width: 100%;background-color: #f7f7f7;padding-top: .15rem;padding-bottom: .15rem;}
.pn-left{font-family: "Montserrat-Bold";line-height: 1.2;color: #222;}
.product-nav{height: 100%;display: flex;justify-content: space-between;align-items: center;color: var(--theme-color);}
.product-link-list{display: flex;}
.product-link{display: flex;justify-content: space-between;align-items: center; min-width: 1.65rem;}
.product-link:nth-child(n+2){margin-left: 1rem;}
.product-link::after{content: "";display: block;width: 0.21rem;height: 0.21rem; background: url("/static/home/images/icon/arr-more.png") no-repeat center/contain;margin-left: .5rem;}
@media (max-width: 750px) {
    .product-nav-wrap{height: auto;}
    .product-nav{flex-direction: column;align-items: flex-start;}
    .product-link-list{width: 100%;justify-content: flex-end;margin-top: .3rem;}
}

.about-shop-box{margin-top: .5rem;}
.about-shop-box .module-title{text-align: center;}
.about-shop{position: relative;margin: .7rem 0 .7rem;margin-left: auto;width: 100%;max-width: 17.6rem;border-radius: .3rem 0 0 .3rem;overflow: hidden;}
.about-shop-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.shop-box{margin: 0 auto;width: 100%;height: 100%; max-width: 16.2rem;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.about-shop .swiper-next{width: 0.46rem;height: 0.46rem;position: static;transform: none;}
.about-shop-title{line-height: 1.2;color: #222;font-family: Montserrat-Bold;}
.about-shop-info{color: #666;line-height: 1.5;margin-top: .35rem;}
@media (max-width: 750px) {
    .about-shop-pic{border-radius: .3rem;overflow: hidden;}
    .about-shop-content{position: static;padding-bottom: .6rem;}
    .about-shop-title{color: #222;margin: .15rem .6rem;margin-top: .6rem; max-width: 100%;}
    .about-shop-info{margin: .15rem .6rem;max-width: 100%;}
    .shop-box{flex-direction: column;}
}

.masonry{display: flex;justify-content: space-between;}
.masonry-column{width: 7.6rem;}
.masonry-content{display: flex;flex-direction: column;justify-content: center; padding: 0 1.2rem;min-height: 6rem;}
.masonry-title{color: #222;line-height: 1.2;}
.masonry-info{color: #666;line-height: 1.454;margin-top: .25rem;}
@media (max-width: 750px) {
    .masonry{flex-direction: column;}
    .masonry-column{width: 100%;}
    .masonry-column:nth-child(n+2) .masonry-item{display: flex;flex-direction: column-reverse;}
}