@charset "utf-8";
/* CSS Document */
.header .wellcom{font-size:40px; font-weight:300;}
.header .phone{position:absolute; right:0; top:40px;}

.login{width:100%; height:400px; position:relative; background:url(/public/static/image/qianduan/img/login-bg.jpg) no-repeat center center; border-top:2px solid #eee; padding:60px; position:relative; height:500px;}

.login .info{width:330px; padding:30px; border:1px solid #eee; background:rgba(255,255,255,0.8); border-radius:3px; position:absolute; top:80px; left:50%; margin-left:300px; text-align:center;}
.login .info h1{font-size:20px; color:#006699; text-align:center; margin-bottom:20px; border-bottom:1px solid #eee; padding-bottom:15px}

.login .info input{border:1px solid #eee; width:100%; padding:5px 10px; border-radius:3px; line-height:40px; height:40px; margin-bottom:20px;}
.login .info input[type='button']{background:#169bd5; height:50px; width:100%; color:#fff; border:none; border-radius:3px; font-size:16px;}
.login .info input[type='button']:hover{color:#fff200; background:#006699;}
.login .info input[type='submit']{background:#169bd5; height:50px; width:100%; color:#fff; border:none; border-radius:3px; font-size:16px;}
.login .info input[type='submit']:hover{color:#fff200; background:#006699;}
.login .info a{color:#169bd5; font-size:14px; display:inline-block; width:80px;}
.login .info a:hover{color:#006699;}

.black-bg{width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; top:0; left:0; z-index:10; display:none}
.window{position:fixed; width:400px; top:50%; left:50%; margin-left:-200px; background:#fff; padding:20px 30px 30px; z-index:11; border-radius:4px; margin-top:-100px; display:none}
.window a{display:block; cursor:pointer; background:#eee; color:#999; border-radius:3px; width:24px; line-height:24px; top:10px; font-size:12px; right:10px; position:absolute; text-align:center;}
.window a:hover{background:#169bd5; color:#fff;}
.window .info{margin-top:20px; font-size:24px; color:#333; line-height:30px; text-align:center;}
