
/*登录*/
img,body{margin:0; padding:0; border:0;}
.loginmub{position:relative; z-index:10;position: absolute;left:0;top:0; width:100%;height:100%; background:url(../images/bg.jpg) no-repeat top center rgba(255,255,255,.5); background-size:cover;}

.box_login{position:absolute; z-index:1000; top:50%; left:50%; width:900px; height:400px; margin-left:-450px; margin-top:-200px; background:#00acdb; border-radius:5px; overflow:hidden;}
.box_login .l_box{float:left; width:450px; height:100%; background:#fff; overflow:hidden;}
.box_login .r_box{float:left; width:450px; height:100%; overflow:hidden;}

.xz_logo{width:300px; margin:30px auto 5px;}
.txt{margin:0 35px; font-family:"Microsoft Yahei"; font-size:24px; line-height:25px;}
.txt span{display:block; font-family:"Arial"; font-size:20px; color:#666; line-height:18px;}

.loginmub .logologin{width:370px; padding-top:30px; margin:0 auto; color:#fff; font-size:36px; text-align:center; line-height:50px;}

.loginmub form {width:370px;margin:0 auto; padding:30px 0 50px; overflow:hidden;}
.loginmub div input{outline:none;font-size:18px;border:none; border-radius:3px;background:rgba(255,255,255,0.7);width:310px;color:#666;height:50px;padding-left:60px}

.userpwd{margin-top:15px; background: url(../images/psd.png) 5px 5px no-repeat;}
.username{background: url(../images/name.png) 5px 5px no-repeat;}
.loginmub div a{color:#fff;font-size:16px; text-align: right; display: block;width:440px;margin-top:30px;}
.loginmub .submit{margin-top:20px;}
.loginmub .submit input{border-radius:5px; padding:0; width:370px;height:45px;line-height:45px;border:none; background:#eb86b2;color:#fff}


/*.loginwrapper{width:100%;position: relative;height:100%; background:url(../images/login_bg.jpg) no-repeat top center; background-size:cover; overflow:hidden;}*/

.logologin img{width:100%}
/*登录*/
