/* 
 *@鍚嶇О: login.css
 *@鍔熻兘: 鐧诲綍椤垫牱寮�
 *@浣滆�: Sky
 *@鐗堟湰: v1.0
 *@鏃堕棿: 2016-03-22
 */
@charset "utf-8";

body { color: #929292; font-family: '瀹嬩綋';}
.bg { width: 100%; height: 100%; min-height: 700px; background: url(../images/l_bg.jpg) repeat-x top; }
.box { width: 100%; height: 100%; min-height: 700px; /*background: url(../images/login_bg2.jpg) no-repeat center bottom;*/ }
.log_center { width: 1000px; height: 100%; min-height: 700px; margin: 0 auto; /*background: url(../images/login_bg.jpg) no-repeat center bottom;*/ position: relative;}
.log_center .logo { margin-bottom:20px;}
.log_center .main { position: absolute; left: 0; /*top: 50%; margin-top: -350px;*/ }
.log_center .main .link_plate { width: 630px; height:480px; display:block; float: left; margin-top:-30px; background: url(../images/login_pic.png) no-repeat top left;}



.login { background: url(../images/login_bg.png) no-repeat center; width: 332px; height: 349px; margin-left: 632px; border-top: 1px solid #eee; border-left: 1px solid #eee; position: relative; background-color:#fff; }
.login .log_box { width: 279px; margin: 0 auto; margin-top: 23px;}
.login .log_box .inp { margin-bottom: 18px;}
.login .log_box .inp input { border: 0; padding: 0 10px 0 36px; width: 233px; height: 36px; line-height: 36px; background-color: transparent;}
.login .log_box .button { width: 279px; height: 42px; background-color: #d83535; border: 0; margin: 5px auto; color: #fff; font-size: 18px;}
.login .log_box .button:hover { background-color: #c42929;}
.login .log_box > input { border: 0; height: 36px; margin: 0 5px 0 15px; line-height: 36px; background-color: transparent; float: left;}
.login .log_box label { line-height: 36px; margin-left: 36px; display: block;}
.login .log_tips { padding: 18px 27px; width: 279px; height: 34px; position: absolute; bottom: 0; left: 0;}
.login .log_tips a { display:block; float:left; width: 90px; height: 32px; line-height: 32px; text-align: center; color: #929292; border: 1px solid #d2c8a3; border-right:none }
.login .log_tips :last-child{ border-right: 1px solid #d2c8a3; }
.login .log_tips a.a1 {}
.login .log_tips a.a1:hover { color: #d83535;}
.login .log_tips a.a2 {}
.login .log_tips a.a2:hover { color: #038ccc;}

.foot { position: absolute; top:580px; left: 0; width: 100%; text-align: center; line-height:22px; color:#666}
.foot a{ display:inline-block; width:208px; height:33px; margin:5px; opacity:0.8}
.foot a:hover{opacity:1}

.errorInfo div{margin-left:82px; margin-bottom: 35px; height:17px;}

/***************************************************************/