body {
	background: #F3F3F3;
}

.main {
	width: 1120px;
	margin: 0 auto;
}

.check_process {
	display: flex;
	background: white;
	align-items: center;
	margin: 24px 0;
	padding: 40px 0;
	justify-content: center;
}

.check_bg {
	background: #333333;
	text-align: center;
	line-height: 42px;
	color: white;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-weight: 200;
	font-size: 24px;
}

.check_line {
	width: 314px;
	height: 3px;
	background: #2499FB;
	margin: 0 10px;
}

.active {
	background: #2499FB;
}

.check_table {
	margin-bottom: 24px;
}

table.gridtable {
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-collapse: collapse;
}

table.gridtable th {
	height: 42px;
	line-break: 42;
	background-color: #FAFAFA;
}

table.gridtable td {
	padding: 8px;
	background-color: #ffffff;
	text-align: center;
	max-width: 140px;
}

.td_width {
	width: 225px;
	max-width: 225px;
}

.check_bottom {
	margin: 24px 0;
	background: white;
	padding: 20px 40px;
	font-size: 15px;
	color: #333;
}

.check_coupons {
	display: flex;
}

.check_left_title {
	width: 100px;
}

.coupons_info {
	color: #999999;
}

.check_bottom textarea {
	width: 0;
	flex: 1;
	min-height: 135px;
	border: 1px solid #999999;
	padding: 10px;
}

.price_info {
	text-align: right;
	font-size: 15px;
	color: #333;
}

.price_info span {
	font-size: 30px;
	color: #E70023;
}

.price_btn {
	background: #2499FB;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	padding: 8px 0;
	width: 104px;
	float: right;
	text-align: center;
	margin-bottom: 60px;
}

/*背景层*/
#popLayer {
	display: none;
	background-color: #B3B3B3;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
	/* 只支持IE6、7、8、9 */
}

/*弹出层*/
#popBox {
	display: none;
	background-color: #FFFFFF;
	z-index: 11;
	width: 520px;
	height: 228px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}

.popBox_title {
	width: 100%;
	color: #2499FB;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.popBox_content {
	margin: 28px 24px;
}

.popBox_btn {
	background: #2499FB;
	width: 100px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	color: white;
	text-align: center;
}

.popBox_btn a {
	color: white;
	display: block;
}
