@charset "utf-8";
/* CSS Document */
html,body,div,form,img,ul,ol,li,dl,dt,dd{margin:0px; padding:0px;}
body{margin:0 auto;padding:0;border:0; font-family:"microsoft yahei";}
select,input,textarea{vertical-align:middle; padding:0; margin:0;}
textarea{resize:none;}
img{border:0;}
ol,ul,li{list-style:none;}
a{text-decoration:none;}
a,img,input,textarea,select,button,area{outline:none;}
*{-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
/*清除浮动*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1; _zoom:1;}
/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical; _zoom:expression(function(ele){ele.style.zoom = "1"; document.execCommand("BackgroundImageCache",false,true)}(this))}
.lfloat{float:left;}
.rfloat{float:right;}


body{position: absolute; width: 100%; height: 100%; background: url(../images/loginBg.jpg) no-repeat top center; background-size: cover;}
.eui-logLeft{position: fixed; width: 570px; top: 0px; bottom: 0px; background: url(../images/log-l.png) no-repeat; background-size: cover;}
.eui-logo{display: block; width: 348px; height: 71px; margin: 30px auto; background: url(../images/log-logo.png) no-repeat;}
.eui-qq{margin: 30px auto 0; text-align: center; color: #fff; font-size: 16px;}
.eui-qq a{color: #fff;}
.eui-qq p{margin: 6px 0 20px 0;}
.eui-logZz{position: absolute; bottom: 25px; padding: 0 68px; color: #fff;}
.eui-logZz p{margin: 0 0 10px 0; line-height: 25px; font-size: 16px;}
.eui-logZz ul li{float: left; width: 200px; height: 240px; margin-left: 34px;}
.eui-logZz ul li:first-child{margin-left: 0px;}

.eui-logMain{position: absolute; top: 50%; left: 50%; margin: -234px 0 0 0; width: 478px; height: 468px; padding: 130px 79px 0; background: url(../images/log-m.png) no-repeat;}
.eui-logMain p{margin: 0 0 20px 0; width: 100%; height: 47px; padding: 0 4px 0 37px;}
.eui-logMain p input{width: 100%; height: 45px; line-height: 45px; margin: 1px 0; border: none; padding: 0 6px;}
.eui-logName{background: url(../images/log-name.png) no-repeat;}
.eui-logPsd{background: url(../images/log-psd.png) no-repeat;}
.eui-logYzm{background: url(../images/log-yzm.png) no-repeat;}
.eui-logMain p .rfloat{width: 110px; height: 47px;}
.eui-logMain a{display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #fff; background: url(../images/btn.png) no-repeat;}
.eui-logMain a:hover{opacity: 0.8; position: relative; top: 1px;}
