@charset "utf-8";
/* 垂直居中 */
.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    float: left;
    width:6.9rem;
    position: relative;
    margin-right: 15px;
}
.magnifier img{
    max-width: inherit;
}
.magnifier-container{
    width:6.9rem;
    height:6.9rem;
	overflow: hidden;
	position: relative;
    background-color: #f2f2f2;
}
.move-view{
    cursor: move;
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('../images/move-box.png');
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
	overflow: hidden;
	position: relative;
    margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
}
.magnifier-btn .magnifier-btn-left{
	float: left;
}
.magnifier-btn .magnifier-btn-right{
	float: right;
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height:150px;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index:997;
}
.magnifier-line li{
	float: left;
    width:146px;
    margin:0px 10px 0 0;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border:2px solid #bd8843;
}
.small-img{
	height:146px;
	overflow: hidden;
	border:2px solid #fff;
	text-align: center;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.magnifier-view img{
    display: block;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}

@media (max-width:1650px) {
    .magnifier-line{
        height:115px;
    }
    .magnifier-line li{
        width:111px;
    }
    .small-img{
        height:111px;
    }
}
@media (max-width:1650px) {
    .magnifier-line{
        height:78px;
    }
    .magnifier-line li{
        width:75px;
        margin:0px 9px 0 0;
    }
    .small-img{
        height:75px;
    }
}
