.Base_ShopInfo{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.Base_ShopInfo:after{
	content: '';
	display: block;
	clear: both;
}
.Base_ShopInfo .ImgCnt{
	float: left;
	width: 43%;
}
.Base_ShopInfo .InfoCnt{
	float: right;
	width: 55%;
}
.Shop_BigImg,.Shop_ListImgs{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Shop_BigImg:before{
	content: '';
	display: block;
	padding-top: 80%;
}
.Shop_BigImg img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left:50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.Shop_ListImgs{
	margin-top: 15px;
}
.Shop_ListImgs:before{
	content: '';
	display: block;
	padding-top: 20%;
}
.Shop_ListImgs ul,.Shop_ListImgs dl dt,.Shop_ListImgs dl dd{
	position: absolute;
}
.Shop_ListImgs ul{
	width: 1000%;
	height: 100%;
	left: 0;
	top:0;
}
.Shop_ListImgs ul li{
	width:2.5%;
	float: left;
	overflow: hidden;
}
.Shop_ListImgs ul li span{
	display: block;
	border:#DDD solid 1px;
	margin: 0 3px;
	position: relative;
	padding-top: 70%;
	opacity:0.5;
	cursor: pointer;
}
.Shop_ListImgs ul li.ck span{
	border:#F60 solid 1px;
	opacity:1;
}
.Shop_ListImgs ul li span img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left:50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.Shop_ListImgs dl dt,.Shop_ListImgs dl dd{
	width: 30px;
	height: 30px;
	top:30%;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	font-size: 26px;
	color: #FFF;
}
.Shop_ListImgs dl dt{
	left:0;
}
.Shop_ListImgs dl dd{
	right:0;
}
.Shop_ListImgs dl dt:hover,.Shop_ListImgs dl dd:hover{
	background: rgba(0,0,0,0.5);
}
.Base_ShopInfo .InfoCnt h3{
	line-height: 30px;
	font-size: 26px;
	font-weight: normal;
}
.Base_ShopInfo .InfoCnt ul{
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}
.Base_ShopInfo .InfoCnt ul li{
	line-height: 20px;
	padding: 5px 0;
}
.Base_ShopInfo .InfoCnt ul li span{
	color: #0BB393;
}
.Base_ShopInfo .InfoCnt ul li span.price{
	color: #F60;
	font-size: 20px;
}