@charset "utf-8";
/*正常容器*/
.con-fangDaIMg{
	width:500px;
	height: 375px;
	position: relative;
	background-color: #fff;
	text-align:center;
	border:1px solid #f4f4f4;
}
.con-fangDaIMg > img{
	max-width: 100%;
	max-height:375px;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:80px;
	width:100%;
	list-style: none;
}
.con-FangDa-ImgList > li{
	margin:0 10px;
	width:100px;
	height:80px;
	float: left;
	cursor: pointer;
	border: 1px solid #efefef;
	background-color: #efefef;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:100px;
	height:80px;
}
.con-FangDa-ImgList > .active{
	border-color:#212121;
}
.rightinfo{ background:#FFF; padding:20px;}
