@charset "utf-8";

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-image: url(../images/bg.jpg);
    -webkit-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.login {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 431px;
    height: 61px;
    position: absolute;
    top: 129px;
    left: -182px;
    overflow: hidden;
}

.logo img {
    width: 431px;
    height: 61px;
}

.login-box {
    padding: 231px 0 80px 0;
}

.login-title {
    /* height: 161px; */
    text-align: center;
}

.login-cpb img {
    margin-left: -60px;
}

.login-title img {
    width: auto;
    /* height: 161px; */
}

.login-form {
    width: 623px;
    margin: 0 auto;
    padding-top: 68px;
}

.login-form-left {
    width: 139px;
    float: left;
}

.login-form-right {
    width: 468px;
    height: 55px;
    float: right;
    background-image: url(../images/t5.png);
    background-repeat: no-repeat;
    position: relative;
}

.login-form-tishi {
    font-size: 18px;
    color: #646462;
    position: absolute;
    top: 15px;
    right: -150px;
}

.login-form-getcode {
    width: 143px;
    height: 42px;
    background-image: url(../images/t16.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.login-form-right input {
    width: 427px;
    padding: 18px 20px 16px 20px;
    font-size: 18px;
    color: #9a7c1c;
}

.login-form-right input.login-form-input1 {
    width: 275px;
}

div.login-form-input+div.login-form-input {
    margin-top: 16px;
}

.login-form-btn {
    margin-top: 42px;
    text-align: center;
}

.login-form-submit {
    width: 173px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    margin-left: 38px;
}

.login-form-sign {
    background-image: url(../images/t4.png);
    background-repeat: no-repeat;
}

.login-form-register {
    background-image: url(../images/t17.png);
    background-repeat: no-repeat;
}

.login-form-register a {
    display: block;
    height: 100%;
}

.login-form-tijiao {
    width: 196px;
    height: 58px;
    margin: 0 auto;
    margin-top: 38px;
    background-image: url(../images/t23.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.login-form-infor {
    margin-top: 20px;
}

.login-form-infor p {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #646464;
    text-align: center;
}

.login-footer {
    padding-bottom: 30px;
}

.login-footer p {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #757474;
}
