.head {
	border-bottom: 1px solid #efefef;
}
.head_box {
	width: 1200px;
	padding: 35px 0;
	margin: 0 auto;
	overflow: hidden;
}
.head_box .head_logo {
	float: left;
	height: 29px;
}
.head_box span {
	float: left;
	color: #999;
	font-size: 22px;
	font-weight: 100;
}
.head_box .head_title {
	float: left;
	font-family: "黑体";
	font-size: 25px;
}
.body_box {
	height: 560px;
	background: #fff;
}
.body_box .content_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 560px;
}
.content_box .step_box {
	width: 930px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.step {
	width: 21.3%;
	height: 80px;
	float: left;
	overflow: hidden;
}
.step1, .step2, .step3, .step4 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-family: "Consolas";
	color: #9d9d9d;
	border: 1px solid #9d9d9d;
	border-radius: 50%;
	margin: 0 auto;
}
.step1_n, .step2_n, .step3_n, .step4_n {
	color: #9d9d9d;
	margin-top: 10px;
}
.act {
	color: #fff;
	background: #f42424;
	border: 1px solid #f42424;
}
.on {
	color: #f42424 !important;
}
.dot1, .dot2, .dot3 {
	float: left;
	display: inline-block;
	width: 45px;
	height: 80px;
	font-size: 60.5px;
	color: #ddd;
}
.st1, .st2, .st3, .st4 {
	margin-top: 50px;
}
.st2, .st3, .st4 {
	display: none;
}
.step1_cb, .step2_cb, .step3_cb, .step4_cb {
	/*display:inline-grid;*/
	width: 430px;
	margin: 0 auto;
	overflow: hidden;
}
.input_1, .input_2 {
	/*float: left;*/
	margin-top: 30px;
	overflow: hidden;
}
.wc {
	margin-left: 26px;
}
.step1_cb p, .step2_cb p, .step3_cb p {
	float: left;
	height: 40px;
	line-height: 40px;
}
.input_box {
	float: left;
	width: 340px;
	height: 40px;
	border: 1px solid #DDD;
	padding: 0 10px;
}
.input_box:focus {
	border: 1px solid #F42424;
}
.short {
	float: left;
	width: 205px;
	margin-right: 15px;
}
.btn_short {
	width: 120px;
	border: 0;
	margin-left: 20px;
}
.yzm_pic {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 40px;
}
.button_box {
	margin-top: 30px;
}
.step1_cb .button_box {
	padding-left: 52px;
}
.step2_cb .button_box {
	padding-left: 78px;
}
.step3_cb .button_box {
	padding-left: 65px;
}
.button_box button {
	float: left;
	cursor: pointer;
	width: 120px;
	height: 40px;
	color: #999;
	border: 1px solid #999;
	border-radius: 4px;
	margin-right: 20px;
}
.button_box button.bk {
	border: 1px solid #f42424;
}
.button_box button.bk:hover {
	background: #e42424;
	border: 1px solid #e42424;
}
.button_box button.qx:hover {
	color: #777;
	border: 1px solid #777;
}
.step4_cb a {
	display: inline-block;
	margin: 0 auto;
}
.step4_cb button {
	float: left;
	cursor: pointer;
	width: 340px;
	height: 40px;
	color: #fff;
	border: 1px solid #f42424;
	border-radius: 4px;
}
.step4_cb button.bk:hover {
	background: #e42424;
	border: 1px solid #e42424;
}
.step4_cb img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.step4_cb p {
	color: #333;
	font-size: 14px;
	margin: 10px 0 30px 0;
}
