*{
	margin: 0;
	padding: 0;
}

/*主容器*/
.con-FangDa{
	width: 200px;
	height: auto;
	margin: 10px auto;
	background-color:#fff;
}
/*正常容器*/
.con-fangDaIMg{
	width: 200px;
	height: 270px;
	position: relative;
	background-color: #454545;
	 border:0px #CCCCCC solid;
	  float:left;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width: 100px;
	height: 105px;
	left: 0;
	top: 0;
	background:rgba(255,255,255,0.3);
	position: absolute;
	cursor: move;
	display: none;
	 border:4px #999999 solid;  
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 450px;
	height: 514px;
	display: none;
	position: absolute;
	right: -470px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
}
.magnifyingShow > img{
	width: 900px;
	height: 1150px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:60spx;
	width:320px;
	list-style: none;
}
.con-FangDa-ImgList > li{
	margin-right:10px;
	width: 60px;
	height: 60px;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:auto;
	height:60px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}