.mt10{
	margin-top: 10px!important;
}
.box_text{
	width: 94%;
	padding: 10px 10px;
	margin:0 auto;
	font-size: 15px;
	color:#cc3433;
	box-sizing: border-box;
	border:1px dashed #cc3433;
}
.noborder{
	height: 88px;
	border:none;
	border-bottom:1px dashed #ddd;
	color:#666;
}
.noborder0{
	/**/height: 200px;
	border:none;
	border-bottom:1px dashed #ddd;
	color:#666;
}
.head_img{
	width: 50px;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}
.head_img img{
	width: 50px;
    height: 50px;
    margin-top: 8px;
    border-radius: 50%;
}
.text{
	width: 78%;
}
.register{
	width: 98%;
	margin:0 auto;
	/*text-align: center;*/
	padding-top: 10px;
}
.title{
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	background: url(../assets/ssbc4.png) left center no-repeat;
	-webkit-background-size: 10px;
	background-size: 10px;
}
.user{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	margin-top: 30px;
	border:1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.user2{
	width: 100%;
	font-size: 15px;
	border:1px solid #ddd;
	border-radius: 5px;
    margin-top: 30px;
}
.user_icon{
	width: 45px;
	height: 100%;
	background: url(../assets/icon.png) center center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	text-align: right;
	float: left;
	color:#ddd;
}
.user_input{
	width: 60%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	}
.user_input input{
	width: 100%;
	height: 100%;
	border:none;
	outline: none;
}
.identifying{
	width: 100%;
	height: 45px;
	margin-top: 20px;
}
.code{
	width: 60%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border:1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}
.code_icon{
	width: 45px;
	height: 100%;
	background: url(../assets/icon_2.png) center center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	text-align: right;
	float: left;
	color:#ddd;
}
.code_input{
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;

}
.code_input input{
	width: 100%;
	height: 100%;
	border:none;
	outline: none;
}
.send_code,.send_code2,.send_code3{
	width: 35%;
    float: right;
    cursor:default;
	height: 100%;
	line-height: 45px;
	text-align: center;
	border:1px solid #cc3433;
	border-radius: 5px;
	font-size: 15px;
	color:#cc3433;
	box-sizing: border-box;
	
	
}
.smsed-btn{
	background: #ddd;
	color:#fff;
	border:1px solid #ddd;
}
.password{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	margin-top: 20px;
	border:1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.password_icon{
	width: 45px;
	height: 100%;
	background: url(../assets/icon_3.png) center center no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	text-align: right;
	float: left;
	color:#ddd;
}
.password_input{
	width: 60%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.password_input input{
	width: 100%;
	height: 100%;
	border:none;
	outline: none;
}
.eye,.eye2,.eye3{
	width: 10%;
	height: 100%;
	float: right;
	background: url(../assets/ee.png) center center no-repeat;
	-webkit-background-size: 25px;
	background-size: 25px;
}
.ee{
	background: url(../assets/eye.png) center center no-repeat;
	-webkit-background-size: 25px;
	background-size: 25px;
}

.register_btn, .register_btn2, .register_btn3, .register_btn4, .login_btn2, .next_btn2 {
	width: 94%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #ddd;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	margin: 50px auto 20px;
	border-style: none;
}
.bgcc3433{
	background: #cc3433;
}
.remark{
	line-height: 25px;
	font-size: 14px;
	color:#b4b4b4;
	margin-bottom: 50px;
}
.cc3433{
	color:#cc3433;
}
.bom{
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #f0f0f0;
}
.bom img{
	width: 20%;
	display: block;
	margin:0 auto;
}
.bom .bom_name{
	text-align: center;
	font-size: 15px;
	color:#333;
	margin-top: 15px;
}
.bom .bom_text{
	text-align: center;
	font-size: 13px;
	color:#666;
	margin-top: 15px;
}