<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.product-desc {

    padding: 2.5rem 0 1rem;

}

.product-desc {

    padding: .7rem 0 1rem;

}

.product-desc-t {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 1.36rem;

    font-weight: 600;

    font-size: .8rem;

    color: #000;

}

.product-desc p {

    width: 660px;

    max-width: 100%;

    margin: 0 auto;

    font-size: 14px;

    line-height: 25px;

    color: #070002;

    text-align: center;

}

@media (max-width: 1440px) {

    .product-desc {

        padding: 2.5rem .6rem 1rem;

    }

}







/* å¯¼èˆª */

.product-nav {

    border-top: 1px solid #dedede;

}

.product-nav-swiper {

    height: 100%;

    padding: .36rem 0 .4rem;

}

.product-nav-swiper .swiper-wrapper {

    justify-content: center;

}

.product-nav-swiper .swiper-slide {

    width: 90px;

    margin: 0 .26rem;

}

.product-nav-swiper .swiper-slide a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 30px;

    font-size: 12px;

    color: #070002;

    text-align: center;

    border-radius: 30px;

    background-color: #fff;

    border: 1px solid #e8e8e8;

}

.product-nav-swiper .swiper-slide a:hover {

    border-color: #121212;

}

.product-nav-swiper .swiper-slide.active a {

    color: #fff;

    background-color: #161616;

    border-color: #161616;

}

/* @media (max-width: 992px) {

    .weixin-nav .swiper-wrapper {

        justify-content: flex-start;

    }

} */

@media (max-width: 1050px) {

    .product-nav-swiper .swiper-wrapper {

        justify-content: flex-start;

    }

}

@media (max-width: 768px) {

    .product-nav {

        padding: 0 .6rem;

    }

    

}

@media (max-width: 576px) {

    .product-nav-swiper .swiper-slide a {

        font-size: 14px;

    }

}





.product-cont {

    background-color: #f5f5f5;

}

.product-title {

    padding-top: .6rem;

    font-size: 30px;

    line-height: 40px;

    color: #070002;

    border-bottom: 1px solid #ddd;

}

.product-title span {

    display: block;

    width: 205px;

    max-width: 100%;

    margin: 0 auto;

    margin-bottom: -21px;

    text-align: center;

    background-color: #f5f5f5;

}

.product-list {

    width: 100.9722222222222%;

    padding: 1.2rem 0 .36rem;

}

.product-item {

    float: left;

    width: 32.32462173314993%;

    margin: 0 0.96286107290234% .3rem 0;

    background-color: #fff;

    border-radius: 5px;

    overflow: hidden;

    border: 1px solid #e5e5e5;

    box-shadow: 0 0 5px #e5e5e5;

    -webkit-transition: -webkit-transform .15s ease-out,-webkit-box-shadow .15s ease-out;

    transition: -webkit-transform .15s ease-out,-webkit-box-shadow .15s ease-out;

    transition: transform .15s ease-out,box-shadow .15s ease-out;

    transition: transform .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out,-webkit-box-shadow .15s ease-out;

}

.product-item:hover {

    -webkit-transform: translateY(-2px);

    transform: translateY(-2px);

    -webkit-box-shadow: 0 11px 16px rgba(36,37,38,.05);

    box-shadow: 0 11px 16px rgba(36,37,38,.05);

}

.product-img {

    border-bottom: 1px solid #f2f2f2;

}

.product-text {

    padding: .3rem 6.38297872340426% .4rem;

}

.product-ititle {

    font-size: 24px;

    line-height: 38px;

    color: #070002;

}

.product-price {

    font-size: 14px;

    line-height: 30px;

    color: #a2a1a1;

}

.product-price span {

    margin-left: 8px;

    color: #070002;

}

.product-idesc {

    font-size: 14px;

    line-height: 30px;

    color: #000;

}

@media (max-width: 768px) {

    .product-item {

        width: 48.96836313617607%;

    }

    .product-title {

        font-size: 24px;

    }

    .product-ititle {

        font-size: 18px;

    }

}

@media (max-width: 576px) {

    .product-list {

        width: 100%;

    }

    .product-item {

        width: 100%;

        margin-right: 0;

    }

}

</pre></body></html>