@charset "utf-8";

.color-333 {
	color: #333;
}
.color-666 {
	color: #666;
}
h2, h3, h4, h5 {
	font-weight: normal;
}
body {
	background-color: #f7f7f7;
}
p {
	margin: 0;
	padding: 0;
}
.active {
	background-color: #4eb6ff;
}
/* y-z-m.c-r */
.active a {
	color: #fff;
}
.trade-main {
	position: relative;
	font-size: 14px;
	width: 1200px;
	margin: 10px auto 40px auto;
}
.trade-main > .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
.trade-main > .left h3 {
	padding: 12px;
	color: #333;
}
.trade-main > .left div {
	padding: 10px 0;
	margin-bottom: 10px;
}
.trade-main > .right {
	padding: 30px 70px;
	margin-left: 202px;
	background-color: #fff;
}
.trade-main > .right .title {
	font-size: 22px;
	padding-bottom: 40px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.trade-main > .right .process {
	margin: 26px auto 100px auto;
}
.trade-main > .right .pay-title {
	font-size: 18px;
	margin-bottom: 8px;
}
.trade-main > .right .pay-text {
	margin-bottom: 50px;
}
.trade-main > .right .pay-style {
	margin-bottom: 60px;
	padding-left: 10%;
	padding-right: 10%;
}
.trade-main > .right .pay-style > div {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: center;
}
.trade-main > .right .pay-style img {
	margin: 0 auto;
}
.trade-main > .right .reputation {
	position: relative;
	padding-left: 40px;
	padding-bottom: 150px;
}
.trade-main > .right .repu-item {
	position: relative;
	margin-top: 40px;
}
.trade-main > .right .repu-item > div:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	font-size: 24px;
	padding: 6px 0;
	color: #fff;
	background-color: #cecece;
	border-radius: 6px;
	text-align: center;
}
.trade-main > .right .repu-item > div:last-child {
	width: 620px;
	font-size: 18px;
	margin-left: 66px;
	padding: 6px 0;
}
.trade-main > .right .refund-process,
.trade-main > .right .withdraw-process {
	margin: 50px 30px 135px;
}