.webz{
	padding-bottom: 30px;
}
.sh-crumbs{padding: 22px 0;}
.wraper{
	width:998px;
	border:1px solid #E8E8E8;
	background: #fff;
	color:#222;
}
.wraper-in{
	padding: 39px;
}
.wraper-title{
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

.shop-title{
	font-size: 22px;
	padding-top: 15px;
	line-height: 2.2

}
.info-top{
	color:#666;
	line-height: 22px;
	margin-bottom: 24px;
}
.info-top div{
	font-weight: bold;
}
.info-top p{
	color:#888;
}
.info-box{
	background: #F8F8F8;
	color:#666;
	line-height: 28px;
	padding:11px 26px;
	margin-bottom: 26px;
}

.license{
	width:auto;
	border:1px solid #E8E8E8;
	position: relative;
	min-height: 178px;
	margin-bottom: 25px;
	text-align: center;
	overflow:hidden;
	padding: 10px;
}
.license a{
	float: left;
	shape-margin: 10px;
}
.license:after{
	position: absolute;
	content: "";
	display: block;
	left:20px;
	top:-5px;
	width:8px;
	height: 8px;
	border-right:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	transform: rotate(-45deg);
	background: #fff;
}

.note{
	color:#888;
	line-height: 21px;
}
form label,
form input{
	height: 24px;
	float: left;
	margin-right: 10px;
}
form div{
	overflow:hidden;
}
form img{
	border:1px solid #ccc;
}
.button{
	width:78px;
	height: 22px;
	border:1px solid #F4C36E;
	background: linear-gradient(top,#FFF6E7,#FBDCA9);
	background: -webkit-linear-gradient(top,#FFF6E7,#FBDCA9);
	color:#222;
	margin:20px 0 0 59px;
}