.Base_ShopInfo{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.Base_ShopInfo:after{
	content: '';
	display: block;
	clear: both;
}
.Base_ShopInfo .ImgCnt{
	float: left;
	width: 65%;
}
.Base_ShopInfo .InfoCnt{
	float: right;
	width: 33%;
}
.Shop_BigImg,.Shop_ListImgs{
    margin: 0px auto;
	width: 100%;
	height: auto;
	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:#98698e 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: 29px;
	height: 29px;
	top:35%;
	text-align: center;
	line-height: 29px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(255,255,255,0.3);
	border: #ccc 1px solid;
	font-size: 20px;
	color: #000;
}
.Shop_ListImgs dl dt{
	left:10px;
}
.Shop_ListImgs dl dd{
	right:10px;
}
.Shop_ListImgs dl dt:hover,.Shop_ListImgs dl dd:hover{
	background: #98698e;
	color: #fff;
}
.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{
    width: 100%;
	line-height: 40px;
	padding: 5px 0;
	color: #333;
	font-weight: bold;
}
.Base_ShopInfo .InfoCnt ul li:nth-child(2){border-top:#ccc 1px solid;margin-top: 20px;line-height: 80px;	padding: 5px 0;}

.Base_ShopInfo .InfoCnt ul li span{	color: #0BB393;}
.Base_ShopInfo .InfoCnt ul li span.price{
	color: #98698e;
	font-size: 50px;
    font-weight: 600 !important;
}