body {
    min-width: 1200px;

}

/** 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  **/

.container .back-btn {
    font-size: 16px;
    float: right;
    line-height: 20px;
    color: #ff7200;
    margin-top: 10px;
    padding-right: 100px;
}

.container a:hover {
    color: #ffa200;
}

.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;
}

#content {
    padding: 44px 0 50px;
    background: url(/img/login/register-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

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

.info-warp h2 {
    padding: 50px 0 40px 63px;
    font-size: 22px;
    color: #36394d;
}

.info-warp .login-btn {
    padding: 55px 61px 0 0;
    font-size: 14px;
    color: #36394d;
}

.info-warp .login-btn:hover {
    color: #ff7200;
}

.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: 1px;
    top: 1px;
    width: 110px;
    height: 45px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    color: #ff7200;
    cursor: pointer;
    border: none;
}

.get-code-btn::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 22px;
    display: inline-block;
    content: '';
    background-color: #e9eaf2;
}

.get-code-btn:hover {
    color: #ffa200;
}

.protocol-warp {
    padding: 25px 0 14px 63px;
    font-size: 14px;
    color: #36394d;
}

.protocol-btn {
    color: #ff7200
}

.protocol-btn:hover {
    color: #ffa200;
}

.info-warp .agree-radio {
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    padding: 0;
    border: none;
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(/img/icon/radio-noselected.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.info-warp .agree-radio:focus,
.info-warp .agree-radio:hover {
    border: none !important;
}

.info-warp .agree-radio:checked {
    background: url(/img/icon/radio-selected.png) no-repeat;
    background-size: 100%;
}

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

#registerBtn.disabled-btn {
    background-color: #d2d3d9;
}

#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;
    cursor: pointer;
}

#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;
    cursor: pointer;
}

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