/**!
 * [江苏省人民防空综合信息平台]
 * date:2020-03-13
 * author: [huangweiping];
 */
html {
    *overflow: hidden;
}

body {
    overflow: hidden;
}

.loginbg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.loginbg > img {
    left: 0;
    position: absolute;
    top: 0;
}

.loginblock {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 990px;
    height: 520px;
    margin-top: -260px;
    margin-left: -485px;
}
.webinfocol {
    width: 728px;
    float: left;
}

.weblogo {
    height: 120px;
    line-height: 120px;
}

.weblogo > img {
    vertical-align: middle;
    margin-right: 15px;
}

.qrcodecol {
}

.qrcodecol > h2 {
    line-height: 78px;
    height: 78px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    letter-spacing: 4px;
}

.qrcodecol > ul {
    width: 350px;
    text-align: center;
    margin-top: 27px;
    margin-left: 185px;
}

.qrcodecol > ul h2 {
    font-size: 16px;
    color: #fff;
}

.logincol {
    padding: 0 50px;
    width: 355px;
    height: 330px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin: 40px auto 0;
    width: 354px;
    height: 331px;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px 0px rgba(52, 52, 52, 0.3);
}

.logincol > h2 {
    height: 58px;
    border-bottom: 2px solid #a8a59e;
    box-sizing: border-box;
}

.logincol > h2 > span {
    display: block;
    width: 89px;
    height: 57px;
    box-sizing: border-box;
    border-bottom: 2px solid #1778f2;
    font-size: 16px;
    text-align: center;
    padding-top: 28px;
}

.loginform {
    margin: 23px auto 0;
}

.loginform > li {
    margin-bottom: 10px;
    height: 36px;
}

.iptitem {
    position: relative;
    font-size: 12px;
}

.iptitem > .icon {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
}

.iptitem > input{
    border: 1px solid #d3e1ed;
    width: 254px;
    outline: 0 none;
    height: 36px;
    line-height: 34px;
    padding-left: 36px;
    box-sizing: border-box;
    border-radius: 4px;
}

.iptitem > input:focus {
    border-color: #4c7cff;
}

.iptitem.user > .icon {
    background-image: url("../images/user-icon.png");
}

.iptitem.pwd > .icon {
    background-image: url("../images/pwd-icon.png");
}

.iptitem.validate > .icon {
    background-image: url("../images/validate-icon.png");
}

.iptitem.validate {
    float: left;
}

.iptitem.validate > input{
    width: 128px;
}

.iptitem.pwd > input{
    padding-right: 35px;
}

.validateimg {
    border: 1px solid #dce7f0;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 115px;
    box-sizing: border-box;
}

/* .btnbar {
    padding-top: 18px;
} */

.btnlogin {
    width: 254px;
    height: 36px;
    margin: 0 auto;
    background-color: #0f5eed;
    opacity: 1;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
}


.btnlogin:hover {
    opacity: .9;
}

.btnvalidate {
    width: 122px;
    height: 36px;
    margin: 0 auto;
    background-color: #0f5eed;
    opacity: 1;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
	float: right;
}


.btnvalidate:hover {
    opacity: .9;
}

.map-wrap {
    float: left;
    width: 493px;
    height: 519px;
    background: url("../images/map.png") no-repeat;
}

.right-content {
    width: 471px;
}

.logo {
    width: 471px;
    height: 55px;
}

.loginform .btn-rember {
    height: 14px;
    margin-bottom: 14px;
}

.rember {
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #c1ccd6;
    padding-left: 14px;
    background: url("../images/check-bg.png") no-repeat left center;
}

.rember:hover {
    color: #999;
}

.rember.checked {
    background: url("../images/checked-bg.png") no-repeat left center;
}

.forget {
    float: right;
    font-size: 12px;
    line-height: 14px;
    color: #c1ccd6;
}

.forget:hover {
    color: #999;
}


.pwd-show-btn {
    position: absolute;
    right: 0;
    height: 36px;
    width: 35px;
    background: url("../images/pwd-hide.png") no-repeat center;
}

.pwd-show-btn.show {
    background: url("../images/pwd-show.png") no-repeat center;
}