/**!
 * [页面名称]:交易流程
 * author: [zhaoyang];
 */
.iframeContent {
	width: 100%;
	height: 815px;
	background-color: #fff;
}

.item-title {
	margin: 0 62px 3px;
	padding-left: 16px;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #4484ed;
}

.item-title::before {
	content: '';
	display: block;
	float: left;
	margin-left: -14px;
	margin-top: 25px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4484ed;
}

.margin-info {
	margin: 0 auto;
	width: 93%;
	border: 1px solid #7ca9f2;
}

.margin-info tr {
	height: 40px;
	border-bottom: 1px solid #d6deed;
}

.margin-info tr:last-child {
	border-bottom: none
}

.margin-info tr>.col1 {
	width: 146px;
	text-align: right;
	padding-right: 15px;
	background-color: #e8f1ff;
}

.margin-info tr>.col2 {
	padding-left: 10px;
}

.margin-info .col2>input {
	width: 1011px;
	height: 22px;
	border: 1px solid #d6deed;
	line-height: 22px;
}

.query-btn {
	display: block;
	margin: 36px auto 30px;
	width: 180px;
	height: 48px;
	border: none;
	border-bottom: 2px solid #116ec4;
	border-radius: 3px;
	background-color: #5987f2;
	color: #fff;
	line-height: 48px;
	font-size: 22px;
	cursor: pointer;
}

.query-btn:hover {
	background-color: #7199f8;
}

/* 保证金支付信息 */
.pay-info {
	margin: 0 auto;
	width: 1196px;
}

.pay-info th, .pay-info td {
	text-align: center;
}

.pay-info th {
	height: 34px;
	border-right: 1px solid #fff;
	color: #fff;
	line-height: 34px;
	background-color: #00b0fa;
}

.pay-info th.col1 {
	width: 49px;
}

.pay-info th.col2 {
	width: 238px;
}

.pay-info th.col3 {
	width: 212px;
}

.pay-info th.col4 {
	width: 203px;
}

.pay-info th.col5 {
	width: 164px;
}

.pay-info th.col6 {
	border-right: none;
}

.pay-info>tbody>tr {
	height: 30px;
	line-height: 30px;
}

.pay-info>tbody>tr:nth-child(2n) {
	background-color: #f6f6f6;
}

.order-area {
	width: 90%;
	margin: 0 auto;
}

.three-btn {
	width: 720px;
	margin: 100px auto 0 auto;
}

.btn {
	/*float: left;*/
	display: block;
	width: 180px;
	height: 48px;
	border: none;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #5987f2;
	color: #fff;
	line-height: 48px;
	font-size: 22px;
	cursor: pointer;
}

/*组合按钮*/
.three-btn>.btnone {
	/*margin: 0 0 0 90px;*/
	box-shadow: 0 2px 0 rgb(58, 160, 79);
	background-color: #47b85f;
}

.three-btn>.btntwo {
	margin-left: 88px;
	box-shadow: 0 2px 0 rgb(17, 110, 196);
	background-color: #5987f2;
}

.three-btn>.btnthree {
	float: right;
	box-shadow: 0 2px 0 rgb(206, 96, 1);
	background-color: #f77300;
}

.three-btn>.btnone:hover {
	background-color: #50ca6a;
}

.three-btn>.btntwo:hover {
	background-color: #7199f8;
}

.three-btn>.btnthree:hover {
	background-color: #fe9336;
}