.order-banner {
	width: 100%;
	background: #efefef;
}
.order-banner-content {
	width: 1180px;
	margin: 0 auto;
}
.order-box {
	width: 1180px;
	margin: 0 auto;
}
.order-input input {
	width: 410px;
	padding-left: 10px;
	height: 30px;
	border: 1px solid #939393;
	font-family: "微软雅黑";
}
.order-form {
	padding-top: 44px;
	color: #3e3e3e;
	font-size: 16px;
	display: inline-block;
}
.order-input span {
	width: 95px;
	display: inline-block;
	line-height: 30px;
}
.order-input:nth-child(2n) {
	float: right;
}
.order-input {
	float: left;
	margin-bottom: 30px;
}
.order-textarea textarea {
	height: 140px;
	width: calc(100% - 110px);
	float: left;
	border: 1px solid #939393;
	font-family: "微软雅黑";
	padding: 10px 0 0 10px;
	margin-bottom: 40px;
}
.order-textarea span {
	width: 95px;
	display: inline-block;
	float: left;
}
.order-submit input, .order-submit a {
	width: 95px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	font-family: "微软雅黑";
	border-radius: 5px;
	cursor: pointer;
}
.order-submit {
	text-align: right;
}
.order-submit a {
	display: inline-block;
	text-align: center;
}
.order-container {
	margin-bottom: 140px;
}
.order-submit-true {
	background: #ea0c05;
}
.order-submit-false {
	background: #bbb;
}
