
.img-content *{
	box-sizing: border-box;
}
.img-content{
	width: 100%;
	background-color: #fff;
}
.img-content .small-img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.small-img ul{
	list-style: none;
	position: relative;
	width: 100%!important;
	margin: 0;
	padding: 0;
	left: 0;
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 50px;
	height:50px;
	margin-right:3px;
	padding: 2px;
    box-sizing: border-box;
}
.small-img ul li img.moveimg{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.small-img ul li img.moveimg.active{}
.img-content .big-img{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: .2rem;
	-webkit-align-items: center; /* Safari 7.0+ */
	display: -webkit-flex; /* Safari */

}

.img-content .big-img img{
	width: 100%;
	/* max-height: 100%; */
	cursor:pointer;
	/* position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%,-50%)!important; */
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}




.big-img .img-parent{
	width:100%;
	height: 100%;
	/* position: absolute; */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: -webkit-flex; /* Safari */
}
.img-rotate{
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 32px;
	z-index: 100;
	background-color: rgba(0,0,0,0.1) !important;
	cursor: pointer;
}
