body{
	background:#f5f5f5;
}
.main-container{
	width:1200px;
	margin:0 auto;
}
.order-flow{
	padding-top:20px;
	height:90px;
	font-size:0;
	text-align:center;
	position:relative;
}
.flow-bg{
	position:absolute;
	width:100%;
	height:6px;
	top:27px;
	border-radius:3px;
	background:#d7d7d7;
}
.flow-box{
	height:6px;
	width:33.33%;
	border-radius:3px;
	background:#7abd54;
}
.flow-state{
	position:absolute;
	width:100%;
}
.flow-state>p{
	display:inline-block;
	width:33.33%;
	font-size:14px;
}
.flow-state font{
	display:block;
	width:20px;
	height:20px;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	background:#d7d7d7;
	color:#fff;
	border-radius:100%;
	margin-bottom:5px;
}
.flow-state span{
	color:#d7d7d7;
}
.flow-state .on font{
	background:#7abd54;
}
.flow-state .on span{
	color:#7abd54;
}
.order-dl{
	background:#fff;
	line-height:40px;
	margin-bottom:20px;
	overflow:hidden;
}
.order-dl dt{
	background:#e5e5e5;
	font-size:16px;
	height:40px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:10px;
}
.order-dl dd{
	margin-bottom:10px;
	padding-left:20px;
}
.order-dl h2{
	display:inline;
	font-weight:normal;
}
.order-dl dd span{
	display:inline-block;
	width:80px;
}
.order-dl dd input[type="text"],.order-dl dd select{
	width:215px;
	height:40px;
	border-radius:4px;
	border:1px solid #e5e5e5;
	background:#fff;
	margin-right:30px;
	padding-left:13px;
}
.order-dl input[type="checkbox"],.order-dl input[type="radio"],.order-rule input[type="checkbox"]{
	vertical-align:middle;
	margin-right:2px;
}
.order-dl label{
	vertical-align:middle;
	margin-right:5px;
}
.price-font{
	color:#ff4000;
	font-size:20px;
}
.price-font i{
	font-style:normal;
}
.post-box{
	height:80px;
	background:#fff2e5;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.post-box:after{
	display:table;
	content:"";
	clear:both;
}
.order-rule{
	text-align:center;
	margin-top:30px;
	padding:0 200px;
}
.rule-a{
	color:#666;
}
.back-a{
	float:right;
	color:#7abd54;
}
.order-post{
	position:absolute;
	right:0px;
	top:0;
	width:150px;
	height:50px;
	background:#e91b05;
	border:none;
	font-size:18px;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	margin:15px 30px 0 0;
}
/*协议*/
.agreement{
	position:fixed;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	background:url(../../image/www/contact/agree-bg.png);
	z-index:999;
}
.agree-text{
	position:fixed;
	top:5%;
	left:5%;
	width:90%;
	max-width:1200px;
	margin:0 auto;
	height:90%;
	background:#fff;
	border:2px solid #e91b05;
	overflow-y:auto;
}
.agree-title{
	height:30px;
	width:100%;
	background:#e91b05;
}
.agree-title h2{
	color:#fff;
	font-size:18px;
	line-height:30px;
	text-align:center;
}
.agree-title font{
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	hright:20px;
	background:#fff;
	color:#e91b05;
	font-weight:bold;
	border-radius:10px;
	line-height:20px;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}
.agree-main{
	padding:10px 20px;
}
.part-p{
	font-weight:bold;
	font-size:15px;
}
.a-name{
	margin-right:100px;
}
.agree-div{
	margin-top:10px;
	text-align:center;
}
.agree-div input[type="button"]{
	margin:0 40px;
	color:#fff;
	background:#e91b05;
	width:100px;
	height:30px;
	border:none;
	cursor:pointer;
}