@charset "utf-8"; /* CSS Document */ /*** * uimaker * http://www.uimaker.com * e-mail: admin@uimaker.com */ *{font-size:9pt;border:0;margin:0;padding:0;} body{font-family:'微软雅黑'; margin:0 auto;min-width:980px;} ul{display:block;margin:0;padding:0;list-style:none;} li{display:block;margin:0;padding:0;list-style: none;} img{border:0;} dl,dt,dd,span{margin:0;padding:0;display:block;} a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());} a:hover{color:#00a4ac;text-decoration:none;} table{border-collapse:collapse;border-spacing: 0;} cite{font-style:normal;} h2{font-weight:normal;} .clearfix {zoom:1;} .clearfix:after{content:'';display:block;height:0;width:0;overflow:hidden;clear:both;} /*cloud*/ #mainBody {width:100%;height:100%;position:absolute;z-index:-1;} .cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png) no-repeat;z-index:1;opacity:0.5;} #cloud2 {z-index:2;} input:-webkit-autofill{background-color:#ECF5FA;background-image: none;-webkit-box-shadow: 0 0 0px 1000px #ECF5FA inset;} /*login*/ .logintop{height:47px; position:absolute; top:0; background:url(../images/loginbg1.png) repeat-x;z-index:100; width:100%;font-size:13px;} .logintop span{color:#fff; line-height:47px; background:url(../images/loginsj.png) no-repeat 21px 18px; text-indent:44px; color:#afc5d2; float:left;} .logintop ul{float:right; padding-right:30px;} .logintop ul li{float:left; margin-left:20px; line-height:47px;} .logintop ul li a{color:#afc5d2;} .logintop ul li a:hover{color:#fff;} .loginbody{background:url(../images/loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;} .systemlogo{/*background:url(../images/loginlogo.png) no-repeat center;*/width:100%; height:71px; margin-top:75px;} .loginbox{width:500px; height:336px;height:356px; position:absolute;left:0;right:0;background:#FFF;margin:50px auto 0;border-radius:5px;box-shadow:1px 1px 14px rgba(0,0,0,.4);} .loginbox .wrap {padding:0 50px;} .loginbox h3 {overflow:hidden;clear:both;height:80px;line-height:90px;} .loginbox h3 span {font-size:24px;color:#B6883D;float:left;margin-right:10px;} .loginbox h3 span:last-child {color:#B9B9B9;font-size:20px;} .loginbox ul{} .loginbox ul li{margin-bottom:15px;position:relative;height:50px;} .loginbox ul li label{color:#687f92; padding-left:25px;} .loginbox ul li label a{color:#687f92;} .loginbox ul li label a:hover{color:#3d96c9;} .loginbox .icon {position:absolute;top:17px;left:13px;} .loginbox .login_input {font-size:14px;font-family:'微软雅黑';height:100%;width:100%;padding:0 10px 0 44px;box-sizing:border-box;background:#ECF5FA;border:1px solid #C2D0D9;border-radius:3px;display:block;} .loginbox .verify {width:68%;} .loginbox .verifyimg {border-radius:3px;width:29%;cursor:pointer;border:1px solid #C2D0D9;position:absolute;top:0;right:0;height:48px;} .loginbtn{width:111px;width:100%;height:35px;height:50px;border-radius:3px;font-family:'微软雅黑'; background:#5CA0D5;/* background:url(../images/buttonbg.png) repeat-x; */ font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;} .loginbtn{ background: #3E96C9; color: #fff; background-image: -moz-linear-gradient(top, #449ACB 0%,#3C95C8 50%, #3591C6 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449ACB),color-stop(50%,#3C95C8), color-stop(100%,#3591C6)); background-image: -webkit-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%); background-image: -o-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%); background-image: -ms-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%); background-image: linear-gradient(to bottom, #449ACB 0%,#3C95C8 50%,#3591C6 100%);} .loginbm{height:50px;font-size:13px; line-height:50px; text-align:center; background:url(../images/loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;} .loginbm a{color:#0b3a58;} .loginbm a:hover{color:#fff;} .loginbm i {font-style:normal;margin-right:40px;} .tip { position: fixed; top: 38%;display:none; /* left: 38%; */width:340px;left:0;right:0;margin:0 auto; background-color:#4C4C4C; background: rgba(0,0,0,.7);color:#fff; box-shadow: 1px 8px 10px 1px #9b9b9b; border-radius: 1px;padding:20px 10px; z-index: 111111;} .tip .tipmain {text-align:center;} .tip .tipicon {width:20px;height:20px;border-radius:100%;background:#fff;vertical-align:middle;display:inline-block;background-image:url(__IMG__/tipicon_right.png);background-repeat:no-repeat;background-position:center center;background-size:77%;} .tip.tip_right .tipicon {background-image:url(../images/tipicon_right.png);} .tip.tip_error .tipicon {background-image:url(../images/tipicon_error.png);} .tip .tipinfo {display:inline-block;margin-left:10px;}