@charset "utf-8";


/* ---------- Login ---------- */
.login-bg{
	background: url("../images/login-bg.jpg") repeat-x scroll 0 0;
}
#mainBody {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.cloud {
    background: url("../images/cloud.png") no-repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#cloud2 {
    z-index: 2;
}
.logintop {
    background: url("../images/login-top-bg.png") repeat-x scroll 0 0;
    height: 47px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.logintop span {
    background: url("../images/loginsj.png") no-repeat scroll 21px 18px;
    color: #afc5d2;
    float: left;
    line-height: 47px;
    text-indent: 44px;
}
.logintop ul {
    float: right;
    padding-right: 30px;
}
.logintop ul li {
    float: left;
    line-height: 47px;
    margin-left: 20px;
}
.logintop ul li a {
    color: #afc5d2;
}
.logintop ul li a:hover {
    color: #fff;
}

.loginbody {
    height: 585px;
    overflow: hidden;
    position: absolute;
    top: 47px;
    width: 100%;
}
.systemlogo {
    background: url("../images/loginlogo2.png") no-repeat scroll center center;
    height: 32px;
    margin-left: -30px;
    margin-top: 15px;
    width: 100%;
    display: block;
}
.loginbox {
    background: url("../images/logininfo.png") no-repeat scroll 0 0;
    height: 336px;
    margin-left: 70px;
    margin-top: 30px;
    width: 692px;
}
.loginbox ul {
    margin-left: 265px;
    margin-top: 60px;
}
.loginbox ul li {
    margin-bottom: 10px;
}
.loginbox ul li label {
    color: #687f92;
    margin-left: -210px;
    font-size: 14px;
}
.loginbox ul li label a {
    color: #687f92;
}
.loginbox ul li label a:hover {
    color: #3d96c9;
}
.loginbox ul li label input {
    margin-right: 5px;
}
.loginuser {
    background: url("../images/loginuser.png") no-repeat scroll 0 0;
    border: medium none;
    color: #90a2bc;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-left: -205px;
    padding-left: 44px;
    width: 299px;
}
.loginpwd {
    background: url("../images/loginpassword.png") no-repeat scroll 0 0;
    border: medium none;
    color: #90a2bc;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-left: -205px;
    padding-left: 44px;
    width: 299px;
}
.loginyzm {
    background: url("../images/loginyzm.png") no-repeat scroll 0 0;
    border: medium none;
    color: #90a2bc;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    margin-left: -205px;
    padding-left: 44px;
    width: 185px;
}
.loginbtn {
    background: url("../images/buttonbg.png") repeat-x scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 111px;
    border: 0 none;
    padding: 0;
}
.loginbox .mobile_qrcode {
    margin-left: 425px;
    margin-top: -190px;
    position: absolute;
}
.loginbox .mobile_qrcode p {
    font-size:14px;
    color:#0b3a99;
}
.loginbox .mobile_qrcode .mobile_img {
	cursor: pointer;
	float:left;
}
.loginbox .mobile_qrcode .pop_qrcode {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    margin-left:50px;
    margin-top: -60px;
    display:none;
}
.loginbox .mobile_qrcode .pop_qrcode .arrow {
    margin-left:-23px;
    margin-top: 65px;
    position: absolute;
}
.loginbox .mobile_qrcode:hover .pop_qrcode {
    display:block;
}
.powered {
    background: url("../images/powered.png") repeat-x scroll 0 0;
    bottom: 0;
    color: #0b3a58;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.powered a {
    color: #0b3a58;
    font-weight: bold;
}
.loginbm a:hover {
    color: #fff;
}

fieldset {
	line-height: 30px;
	padding: 0px 10px;
	margin: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

fieldset strong {
	font-weight: bold;
}