body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px;}
img,input,select,button { vertical-align:middle;outline: none;}
body { font-family:'yahei','microsoft yahei','simsun';font-size: 16px;color: #333;}
img { border:0;}
select,input { outline:none;}
.footer select{/*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
/*娓呴櫎ie鐨勯粯璁ら€夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/
.footer select::-ms-expand { display: none; }
li{ list-style: none;}
a { text-decoration:none; color:#333;}
a:hover,a:link,a:visited,a:active{text-decoration:none!important;}
.clear { width:100%; height:0; line-height:0; font-style:0; overflow:hidden; clear:both; display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    font-size: 14px;
    color: #aaa;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
    font-size: 14px;
    color: #aaa;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
}



.l_inputdiv {
	width: 40%;
	position: relative;
	margin: 0 auto 15px;
}

.list_reg h2 {
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 600;

}
.l_inputdiv span {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 41px;
	border-right: 1px solid #E5E5E5;
	line-height: 48px;
	background: #F6F9FC;
	border-radius: 6px 0 0 6px;
	text-align: center;
}
.l_inputdiv .lg-text {
	box-sizing: border-box;
	line-height: 48px;
	height: 50px;
	width: 100%;
	padding-left: 50px;
	border-radius: 6px;
	border: 1px solid #E5E5E5;
	font-size: 16px;
	vertical-align: middle;
}
.l_reg {
	width: 70%;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	background: #4f6c98;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	border-radius: 6px;
}
.l_login {
	width: 30%;
	float: right;
	text-align: center;
	color: red;
	line-height: 50px;
}