
/* 放大镜 */

#Tz_magnify {
    position: relative;
    margin-bottom: 15px;
}

#Tz_wrap .swiper {
    overflow: hidden;
}

#Tz_magnify .simg {
    position: relative;
}

#Tz_magnify .simg img {
    width: 100%;
    border: 1px solid #e5e5e5;
}

#Tz_magnify .simg .mov {
    width: 150px;
    height: 149px;
    background: url("../img/move.png");
    position: absolute;
    z-index: 222;
    left: 0px;
    top: 0;
    cursor: move;
    display: none;
}

#Tz_magnify .bigimg {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 22;
    position: absolute;
    left: calc(100% + 30px);
    box-shadow: 0 0 7px #ccc;
    padding: 3px;
    bottom: 0;
    overflow: hidden;
    display: none;
}

#Tz_magnify .bigimg img {
    position: absolute;
    left: 0px;
    top: 0;
}

.series .show img {
    width: 100%;
}

.mySwiper .swiper-slide {
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    border-color: #ed7002;
}