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

.header-seo .logo .logo-img {
    float: left;
    margin: 17px auto;
}

.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: #ff7200;
}

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

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

/**   header END  **/

.err-msg {
    position: absolute;
    color: #df3028;
    top: 90px;
    left: 64px;
    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;
    margin-top: 2px;
}

.info-warp {
    position: relative;
    width: 527px;
    height: 567px;
    margin: 44px auto 50px;
    background-color: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}

.info-warp h2 {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 22px;
    color: #36394d;
    text-align: center;
}

.info-warp input {
    width: 400px;
    height: 48px;
    margin: 0 auto 17px;
    display: block;
    padding-left: 16px;
    box-sizing: border-box;
    border: solid 1px #e9eaf2;
}

.info-warp input:focus,
.info-warp input:hover {
    border: solid 1px #ff7200 !important;
}

.input-warp {
    width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.code-warp {
    width: 400px;
    position: relative;
}

.get-code-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 48px;
    background-color: #ff7200;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
}

#resetButton {
    width: 400px;
    height: 48px;
    background-color: #ff7200;
    border-radius: 2px;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #fff;
}

.get-code-btn:hover,
#resetButton:hover {
    background-color: #ff831f;
}

#phoneWarp, #pwdWarp, #pwdAgainWarp {
    position: relative;
}

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

#pwdWarp 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;
}

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

#pwdAgainWarp 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;
}