html, body {
    min-height: 100%;
    overflow-y: unset;
}

/** header **/
.cnt-header {
    background: #fff;
}

.change-css-test {
    border: 1px;
}

#loginContainer {
    background: url(../img/login/bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.header-seo {
    position: relative;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.header-seo .logo .logo-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-seo span {
    float: left;
    padding-left: 15px;
    margin: 27px 15px;
    font-size: 16px;
    color: #333333;
    border-left: 1px solid #cecece;
}

nav {
    display: inline-block;
    padding-left: 155px;
    padding-top: 28px;
    font-size: 14px;
    color: #333;
}

nav .a-nav {
    padding-right: 50px;
}

nav .active {
    color: #167848;
}

nav .a-nav:hover {
    color: #ffa200;
}

.login-register, .logged {
    display: none !important;
}

/**   header END  **/

.login-container {
    box-sizing: border-box;
}

.login-container .container-img {
    margin-top: 148px;
    padding-left: 80px;
}

.login-container .login-form {
    margin-top: 80px;
    width: 365px;
    height: 342px;
    padding: 35px 0 0 0;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
}

.login-container .login-form {
    position: relative;
    left: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.login-container .login-form h3 {
    font-size: 20px;
    color: #36394d;
    padding-bottom: 25px;
}

.login-box {
    margin-top: 125px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(23, 23, 23, 0.1);
}

.login-box .tab {
    position: relative;
    margin-bottom: 39px;
    height: 16px;
}

.login-box button {
    float: left;
    width: 50%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #a2a4b3;
    margin-left: 35px;
    text-align: left;
}

.login-box .active {
    color: #36394d;
}

.login-box span {
    position: absolute;
    display: block;
    height: 16px;
    width: 1px;
    left: 50%;
    background: #e8e8e8;
}

.login-box .sure-login {
    float: initial;
    display: block;
    margin-top: 15px;
    width: 302px;
    height: 48px;
    margin-left: 32px;
    background: #167848;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

.login-box .sure-login:hover {
    background-color: #ff831f;
}

.login-box label {
    position: relative;
    display: inline-block;
    /*width: 325px;*/
    /*height: 48px;*/
    margin-left: 32px;
    border-radius: 2px;
    /*border: solid 1px #e8e8e8;*/
}

.login-pass-box,
.login-code-box {
    margin-top: 20px;
}

.login-pass-box label {
    margin-bottom: 20px;
}

.login-code-box {
    position: relative;
}

.login-code-box label {
    margin-bottom: 15px;
}

.login-code-box .send-code {
    position: absolute;
    top: 66px;
    left: inherit;
    right: 31px;
    width: 95px;
    height: 22px;
    margin: 12px 0;
    line-height: 22px;
    border-left: solid 1px #e9eaf2;
    background: none;
    text-align: center;
    color: #167848;
    cursor: pointer;
}

.login-code-box .send-code:hover {
    color: #ffa200;
}

.login-box label input {
    display: inline-block;
    padding-left: 16px;
    width: 284px;
    height: 48px;
    background-color: #fff;
    border: solid 1px #e9eaf2;
}

/*.login-code-box .code-box input {*/
/*width: 100px;*/
/*}*/

.login-box label em {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 31px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/login/spritelogin.png) no-repeat;
    cursor: pointer;
}

.login-code-box .code-box em {
    position: absolute;
    top: 50%;
    right: 118px;
    display: block;
    width: 31px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/login/spritelogin.png) no-repeat;
    cursor: pointer;
}

.login-box label .clear {
    background-position-y: -9px;
}

.login-box label .eye-close {
    background-position-y: -29px;
}

.login-box label .eye-open {
    background-position-y: -55px;
}

.login-code-box .sliding-code {
    /*width: 302px;*/
    margin-left: 35px;
    height: auto;
    line-height: 42px;
    text-align: center;
}

.other-page {
    padding-top: 20px;
    width: 325px;
    margin-left: 35px;
}

.other-page a {
    font-size: 14px;
}

.other-page a:hover {
    color: #ffa200;
}

.other-page .register {
    float: left;
    color: #167848;
}

.other-page .forget {
    float: right;
    color: #999;
}

.other-page .forget:hover {
    color: #36394d;
}

.foot {
    padding-bottom: 10px;
}

.foot button {
    width: 300px;
    height: 48px;
    margin-top: 15px;
    background-color: #167848;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.reg-dealer {
    color: #167848;
}

.reg-dealer:hover {
    color: #ff831f;
}

.err-msg {
    position: absolute;
    color: #df3028;
    top: 74px;
    left: 30px;
    padding-left: 20px;
    display: none;
}

.err-msg:before {
    position: absolute;
    content: '';
    background: url(../img/login/error-icon.png) no-repeat;
    left: 0;
    width: 15px;
    height: 15px;
}

.forget-pwd {
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.forget-pwd:hover {
    color: #666;
}

#phoneInput, #pwdInput {
    position: relative;
}

#phoneInput i {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/login/login-close.png) no-repeat;
    right: 8px;
    top: 16px;
    display: none;
}

#pwdInput i {
    position: absolute;
    z-index: 999;
    width: 24px;
    height: 24px;
    background: url(../img/login/pwd_hide.png) no-repeat;
    background-size: 24px 24px;
    right: 8px;
    top: 14px;
    display: none;
}

#pwdInput i.hide-pwd {
    background: url(../img/login/pwd_show.png) no-repeat;
    background-size: 24px 24px;
}

#loginBtn:hover {
    background-color: #167848;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: none;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

input {
    background: none;
    outline: none;
}

.record {
    color: #999;
}

.footer-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: #999;
    background: #2a2e38;
}