html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,span{margin:0;padding:0;font-family: "Microsoft YaHei"; font-size:12px;}
html,body{color:#2a2f35}
body{background:#fff;overflow:hidden; height: 100%;
width: 100%;}
.d_img,body{
	-moz-user-select:none;
}
ul,ol,li{ list-style:none;}
a:link, a:visited{ text-decoration:none;}
img{ border:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5{ font-weight:normal;}
.padding_l_10{
	padding-left: 10px;
}
.margin_b_15{
	margin-bottom: 15px;
}
.margin_t_20{
	margin-top: 20px;
}
.margin_tb_15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.left{
	float: left;
}
.container{
	width: 100%;
	height: auto;
	min-width: 1024px;
	background: #eff2f4;
}
input{
	outline: none;
}
.hidden{
	display: none;
}
.font18{
	font-size: 18px;
}
.right{
	float: right;
}
.button{
	width: 382px;
	height: 50px;
	background: #2696fb;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.min_button{
	width: 110px;
	height: 30px;
	line-height: 30px;
	background: #2696fb;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.relative{
	position: relative;
	display: inline-block;
}
.input_error{
	position: relative;
	height: 50px;
	width: auto;
	display: inline-block;
}
.step_error{
	position: absolute;
	display: inline-block;
	width: auto;
	top: 0px;
	right: -110px;
}
.line_4{
	width: 4px;
	height: 46px;
	display: inline-block;
	background: #ed5565;
	position: absolute;
	right: 2px;
	top: 2px;
}
.error_close{
	width: 19px;
	height: 18px;
	
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 26px;

}
.error_msg{
	height: 50px;
	line-height: 50px;
	width: auto;
	padding: 0px 15px;
	background-color: #ec5464;
	position: relative;
	display: inline-block;
}
.error_info{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	height: 50px;
	width: 88px;
}
.error_corner{
	margin-left: 5px;
	position: absolute;
	width: 6px;
	height: 12px;
	left: -11px;
	top: 19px;
	z-index: 10;
}