@charset "utf-8";

/* --产品图集切换-- */
.medium-product-image {
    height: 430px;
    margin-bottom: 15px;

}

.medium-product-image a {
    display: block;
}

.medium-product-image .zoomPad {
    width: 100%;
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.medium-product-image .zoomPad * {
    box-sizing: content-box;
}

.medium-product-image .zoomPreload {
    width: 100%;
    height: 100%;
    border: none;
    background-position: center;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.medium-product-image .zoomPup {
    border-color: #dddddd;
    overflow: hidden;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.medium-product-image .zoomWindow {
    margin-top: -1px;
    position: absolute;
    left: 110%;
    top: 40px;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.medium-product-image .zoomWrapper {
    border-color: #dddddd;
}

.medium-product-image .zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}


.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%;
    max-height: 436px;
    text-align: center;
    height: auto;
    margin: 0 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;
}

/* --产品图集切换-- */
