/**!
 * [海航集团采购管理平台]
 * date:2017-12-12
 * author: [chengang];
 */

.header {
    height: 90px;
    line-height: 90px;
    background: url("../images/headerbg.png") no-repeat center bottom;
}

.header > img {
    vertical-align: middle;
    margin-left: 20px;
}


.loginbg {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    background: url("../images/bg.png") no-repeat center bottom;
}

.bgimg {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -175px;
    left: 20%;
}
/*#region 登录框 */
.loginwrap {
    position: absolute;
    z-index: 1;
    background: url("../images/formbg.png") no-repeat center center;
    width: 335px;
    height: 356px;
    right: 15%;
    top: 50%;
    margin-top: -178px;
}

.login-tab {
    width: 317px;
    margin: 8px auto 0;
}

.login-tab-hd {
    height: 42px;
    line-height: 42px;
    padding-top: 8px;
    margin: 0 24px;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #e8e8e8;
}

.login-tab-hd > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
    *width: 49.9%;
    color: #aaa;
    font-size: 18px;
    height: 41px;
    cursor: pointer;
    vertical-align:middle;
}

.login-tab-hd > li.active {
    color: #111;
    border-bottom: 2px solid #dc0015;
}

.login-form {
    width: 260px;
    margin: 16px auto 0 auto;
}

.login-form > .form-row {
	*zoom:1;
    position: relative;
    margin-bottom: 10px;
    *vertical-align: middle;
    padding:0;
}

.form-row > .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 40px;
    height: 22px;
    border-right: 1px solid #cfdbe5;
    left: 0;
    top: 10px;
}

.form-row > .icon.user {
    background-image: url("../images/user-icon.png");
}

.form-row > .icon.pwd {
    background-image: url("../images/pwd-icon.png");
}

.form-row > .icon.validate {
    background-image: url("../images/validate-icon.png");
}

.form-row > .txt {
    border: 1px solid #dddddd;
    width: 100%;
    *width: 210px;
    height: 40px;
    border-radius: 2px;
    padding-left: 48px;
    box-sizing: border-box;
    line-height: 40px;
    outline: none;
}

.form-row > .txt.validate {
    width: 162px;
    *width: 112px;
    *float:left;
}

.validateimg {
    display: block;
    float: right;
    cursor: pointer;
}

.form-row > .txt:focus {
    color: #111111;
    border-color: #fc979c;
}

.form-row > .btnlogin {
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: #cf141b;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
}

.form-row > .btnlogin:hover,
.form-row > .btnlogin:active {
    background: #dc0015;
}

.down-row {
    line-height: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.down-row > a {
    padding-left: 20px;
    background-position: 3px center;
    background-repeat: no-repeat;
    color: #999999;
}

.down-row > a:hover {
    color: #f5555c;
}

.down-row > a.guide {
    background-image: url("../images/guide-icon.png")
}

.down-row > a.guide:hover {
    background-image: url("../images/guide-icon-hover.png")
}

.down-row > a.driver {
    background-image: url("../images/driver-icon.png")
}

.down-row > a.driver:hover {
    background-image: url("../images/driver-icon-hover.png")
}

.register-row {
    color: #999999;
    padding-top:10px;
}

.register-row > a {
    color: #999999;
    margin:0 3px;
}
/*#endregion */
.footer {
    text-align: center;
    line-height: 70px;
    background: #cf141b;
    color: #fff;
}
