<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --产品图集切换-- */
.medium-product-image {
    height: 430px;
    margin-bottom: 15px;

}

.medium-product-image a {
    display: block;
}

.medium-product-image .zoomPad {
    width: 100%;
}

.medium-product-image .zoomPad * {
    box-sizing: content-box;
}

.medium-product-image .zoomPreload {
    width: 100%;
    height: 100%;
    border: none;
    background-position: center;
}

.medium-product-image .zoomPup {
    border-color: #dddddd;
}

.medium-product-image .zoomWindow {
    margin-top: -1px;
}

.medium-product-image .zoomWrapper {
    border-color: #dddddd;
}

.thumbnails {
    position: relative;
    margin-bottom: 15px;
}

.thumbnails .thumbnail-swiper {
    width: calc(100% - 50px);
    height: 60px;
    user-select: none;
}

.thumbnails .thumbnail-swiper img {
    max-height: 100%;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumbnails .thumbnail-swiper .zoomThumbActive img {
    border-color: #ed0014;
}

.thumbnails .swiper-button-prev,
.thumbnails .swiper-button-next {
    top: 0;
    height: 60px;
    margin-top: 0;
    outline: none;
    background-color: transparent;
    width: 0;
}

.thumbnails .swiper-button-prev:after,
.thumbnails .swiper-button-next:after {
    font-size: 30px;
    font-weight: bold;
    color: #bababa;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.col-xs-4{
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
/* --产品图集切换-- */</pre></body></html>