div, p, dl, dt, dd,td,span,li{
	font-family: Arial, Helvetica, sans-serif;
}
.GuideCont{
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-bottom:#DDD solid 1px;
	padding-left:10px;
}
.GuideCont a{
	color:#666;
}
.LoginCont{
	width:80%;
	margin:10px auto;
}
.LoginCont dl{
	position:relative; border:1px solid #ccc; background-color:#fff; padding:2px 0px; border-radius:4px; -webkit-box-shadow:1px 1px 2px #DBDADA inset; -webkit-box-sizing:border-box; display:block; margin-bottom:20px;
}
.LoginCont dl dt{
	width:25px;height:26px; position:absolute; left:8px; top:12px;overflow:hidden; background:url(icon.png) no-repeat; background-size:106px auto; text-indent:53px;
}
.LoginCont dl dt.user{
	background-position:-84px -122px; 
}
.LoginCont dl dt.pass{
	background-position:-84px -148px;
}
.LoginCont dl dt.yzcode{
	display:none;
}
.LoginCont dl dd{
	padding-left:35px;
}
.LoginCont dl dd input{
	display:block;
	border:0 none;
	background:none;
	height:50px;
	outline:none;
	width:100%;
	vertical-align:top;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	font-size:25px;
	color:#1a93c9;
}
.LoginCont dl dd.yzinput{
	padding-left:10px;
	width:100px;
	position:relative;
}
.LoginCont dl dd.yzinput span{
	display:inline-block;
	position:absolute;
	width:80px;
	top:5px;
	right:-80px;
}
.LoginCont dl dd.yzinput span img{
	width:70px;
}
.comn-submit:visited{ 
	color:#fff;
}
.LoginCont .sub {
	text-align:center;
}
.LoginCont .sub{padding:6px 15px; line-height:25px; background-color:#1a93c9; border-radius:3px; box-shadow:#ddd 0 1px 1px; width: 150px; margin: 10px auto;}
.LoginCont .sub:hover{background-color:#f22d00;}
.LoginCont .sub .comn-submit {display:inline-block; width:100%; text-align:center; color:#fff; background:none; border:none; border-radius:3px;}
.LoginCont .txt{
	padding:1px 0 50px 0;
	color:#666;
	text-align: center;
}
.LoginCont .more{
	border-top:#DDD solid 1px;
	padding:15px 0 15px 0;
	color:#666;
}
.wxlogin a{
	display:block;
	background:#11AB38;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	color:#FFF;
	width: 150px;
	margin: 10px auto;
}
.header {
    height: 2.75rem;
    background: #1a93c9;
    line-height: 2.75rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
}
.logo {
    padding: 2.5rem 0;
    width: 100%;
    text-align: center;
}
.header .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: url(icon-back.png) center center no-repeat;
    background-size: .64rem 1.28rem;
}