@charset "utf-8";
/* CSS Document */
ol,ul{list-style:none;}

/*--login.html--*/
#home{background:#f2f2f2;}
#home .wrapper{background:none;}

/*--cont start--*/
.cont{font-family:Microsoft Yahei;margin-top:10px;padding-left:17px;padding-right:17px;border:1px solid #dadada;border-radius:5px;box-shadow:0 2px 6px #eeeeee;background:#fff;position:relative;z-index:100;}
.header_area2{overflow:hidden;clear:both;border-bottom: 3px solid #a71e32;}

.loginBox{min-height:300px;margin-top:70px;margin-bottom:30px;overflow:hidden;}
.loginTips{width:382px;min-height:250px;padding-left:50px;padding-right:50px;color:#999;
float:left;background:url(../img/map.png) no-repeat center;font-family:Microsoft Yahei;}
.loginTips dt{padding-top:40px;line-height:20px;font-size:13px;text-indent:25px;
background:url(../img/tips.png) no-repeat left bottom;}
.loginTips dd{padding-top:15px;}

.login{width:431px;float:left;padding-left:50px;border-left:1px dashed #eee;font-family:Microsoft Yahei;margin-bottom:30px;}
.login dt{padding-top:20px;padding-bottom:10px;font-size:20px;color:#a10000;}
.login dd.userMsgDd{height:54px;padding-top:20px;}
.login dd.verifyImgDd{padding-top:20px;}
#userName,#userPwd0,#userPwd{width:322px;height:54px;line-height:54px;text-indent:50px;font-family:Microsoft Yahei;color:#999;border:none;} 
#userName{background:url(../img/userLogin.png) no-repeat left center;}
#userPwd0{background:url(../img/pwdLogin.png) no-repeat left center;}
#userPwd{display:none;background:url(../img/pwdLogin.png) no-repeat left center;}

.ddBtnBox{padding-top:30px;padding-left:40px;}
#loginSubmit,#loginReset{width:95px;height:48px;color:#585858;cursor:pointer;font-family:Microsoft Yahei;font-size:14px;text-align:center;border:none;line-height:30px;}
#loginSubmit{background:url(../img/loginBtn.png) no-repeat center 0;margin-right:50px;}
#loginReset{background:url(../img/loginBtn.png) no-repeat center 0;}


