﻿@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:'Microsoft Yahei'; 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;}

/*cloud*/
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}


/*login*/
.logintop{height:47px; position:absolute; top:0; background:url(loginbg1.png) repeat-x;z-index:100; width:100%;}
.logintop span{color:#fff; line-height:47px; background:url(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(loginbg3.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
.systemlogo{background:url(loginlogo.png) no-repeat center;width:100%; height:100px; margin-top:75px;}
.loginbox{width:692px; height:336px; background:url(logininfo2.png) no-repeat; margin-top:130px;}
.loginbox ul{margin-top:88px; margin-left:285px;}
.loginbox ul li{margin-bottom:25px;}
.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 ul li label input{margin-right:5px;}
.loginuser{width:299px; height:48px; background:url(loginuser.png) no-repeat; border:none; line-height:48px; padding-left:44px; font-size:14px; font-weight:bold;}
.loginpwd{width:299px; height:48px; background:url(loginpassword.png) no-repeat; border:none;line-height:48px; padding-left:44px; font-size:14px; color:#90a2bc;}
.loginuser input, .loginpwd input{text-indent:10px;height:46px;line-height:46px;width:297px;background-color: transparent;}
.loginbtn{width:111px;height:35px; background:url(buttonbg.png) repeat-x; font-size:14px; font-weight:bold; color:#fff;cursor:pointer; line-height:35px;}
.loginbm{height:50px; line-height:50px; text-align:center; background:url(loginbg2.png) repeat-x;position:absolute; bottom:0; width:100%; color:#0b3a58;}
.loginbm a{font-weight:bold;color:#0b3a58;}
.loginbm a:hover{color:#fff;}

 

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border:1px solid #ccc;
}
.hidden{display:none!important;}

.elemLayout{float:left;}

.forminfo li label.normalLabel{float:none;display:inline; cursor: pointer;}

/*修复浮动父元素高度为0的BUG*/
.floatFix:after{
    content:"\20";
    display:block;
    clear:both;
    height:0px;
    font-size:0px;
    line-height:0px;
}
/**漂亮按钮*/
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.blue {
    color: #FFF;
    border: solid 1px #95C3E8;
    background: #2B7AC4;
    background: -webkit-gradient(linear, left top, left bottom, from(#95C3E8), to(#2B7AC4));
    background: -moz-linear-gradient(top,  #95C3E8,  #2B7AC4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C3E8', endColorstr='#2B7AC4');
}
.blue:hover {
    background: #2B7AC4;
    background: -webkit-gradient(linear, left top, left bottom, from(#5A97D2), to(#2B7AC4));
    background: -moz-linear-gradient(top,  #5A97D2,  #2B7AC4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A97D2', endColorstr='#2B7AC4');
}
.blue:active {
    color: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#2B7AC4), to(#95C3E8));
    background: -moz-linear-gradient(top,  #2B7AC4,  #95C3E8);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B7AC4', endColorstr='#95C3E8');
}

.bigWidth{
    width:1920px;
}
.noneText{border:0;width:300px;background:transparent;}