.img-content{
    width: 580px;
    margin: 0 auto;
}
.img-content .small-img{
	position: relative;
	width: 100%;
	overflow: hidden;
    margin-top: 10px;	
}
.img-content .small-img .left{
	background-image: url(../image/left_arrow.png);
}
.img-content .small-img .right{
	background-image: url(../image/right_arrow.png);
}
.small-img ul{
	list-style: none;
	position: relative;
	width: 5000px;
	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: 60px;
    height: 60px;
    margin-right: 5px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 0px;    
}
.small-img ul li img.moveimg{
	width: 100%;
	height: calc(100% - 4px);
	cursor: pointer;
	border:2px solid #f0f2f3;
}
.small-img ul li img.moveimg.active{
	border: 2px solid #c31212;
}
.img-content .big-img{
	width: calc(100% - 2px);
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
}
.img-content .big-img img{
    max-width: 100%;
    max-height: 100%;	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}

.small-img .left{
	left: 0px;
}
.small-img .right{
	right: 0px;
}
.small-img .right,.small-img .left{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 100%;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    cursor: pointer;
    top: 0;
    line-height: 60px;
    font-size: 20px;
}


.big-img .img-parent{
	width:100%;
    height: 435px;	
}
.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;
}
.img-rotate.left{
	top: 5px;
	left: 5px;
	background: url(photos/left_rotate.png) no-repeat center;
}
.img-rotate.left:hover{
	background: url(photos/left_rotate_h.png) no-repeat center;
}
.img-rotate.right{
	left: 5px;
	top: 40px;
	background: url(photos/right_rotate.png) no-repeat center;
}
.img-rotate.right:hover{
	background: url(photos/right_rotate_h.png) no-repeat center;
}
.small-img i{
	line-height: 60px;
}
