.trade-wrap {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.trade-wrap h3 {
	margin-top: 50px;
	font-size: 30px;
}
.trade-list {
	margin-top: 30px;
	font-size: 0;
}
.trade-list li {
	display:block;
	width: 245px;
	margin: 0 30px 15px 0;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	float: left;
}
.trade-qrcode {
	width: 164px;
	padding: 15px;
	margin-left: -97px;
	position: absolute;
	bottom: -170px;
	left: 50%;
	opacity: 0.3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	background-color: #FFF;
}
.scan-code {
	margin-top: 15px;
}
.trade-title {
	position: relative;
	z-index: 3;
	line-height: 70px;
	color: #666;
	font-size: 26px;
	background-color: #F7F7F7;
}
.trade-tips {
	margin-top: 8px;
	color: #CCC;
	font-size: 14px;
	text-align: center;
}
.trade-more {
	margin-top: 10px;
	font-size: 18px;
}
.trade-mores {
	font-size: 28px;
}
.trade-apply {
	display: inline-block;
	width: 183px;
	height: 61px;
	margin: 20px 0 35px 0;
	background: url(../images/weixin/trade-apply.jpg) no-repeat center;
}