/* 登录界面 */
 
html,body{height:100%;}
body{ margin:0; font-size:12px; font-family:"Microsoft YaHei UI";}
.body{ background-color:#105379;}

/*登录页面*/
.login_area{ position: absolute; width:580px; height:380px;top:50%; left:50%; margin-top:-190px; margin-left:-290px; background-color:#fff; overflow:hidden; -webkit-border-radius:5px; border-radius:5px;}

.login_area h1{ margin:0; padding:0 20px; height:52px; line-height:52px; color:#fff; background-color:#2688c0; text-align:left; font-size:22px;}
.login_area h1 span{ font-weight:normal; font-size:18px; margin-left:10px;}
	
.login_area ul{ padding:10px; margin:0; text-align:center;}
.login_area ul .notice{ font-size:12px; color:#999; line-height:30px; padding-bottom:10px; text-align:center;}
.login_area ul li.ipt{ height:38px; background-color:#ededed; width:288px; padding:0 10px; display:inline-block; margin:15px 0;-webkit-border-radius:3px; border-radius:3px; overflow:hidden;}
.login_area ul li.ipt input{ background:none; border:none; outline:none; width:288px; height:35px; line-height:35px; color:#666; font-size:14px;}
.login_area ul li.btn{ overflow:hidden;}
.login_area ul li.btn a{ width:190px; height:40px; text-align:center; color:#fff; font-size:18px; display:inline-block; background-color:#ff7e00; line-height:40px; text-decoration:none;-webkit-border-radius:3px; border-radius:3px; overflow:hidden; margin-top:20px;}

.login_area ul li.btn a:hover{ background-color:#2688c0; color:#fff;}
