*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
::-moz-selection {
    background: #248eff;
    color: #fff;
}
::selection {
    background: #248eff;
    color: #fff;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    border:none;
    background: #fff;
}
#registSms[disabled="disabled"] {
    color: #ccc;
    cursor: not-allowed;
}
.regist-box{
    padding: 36px 40px 30px;
    position: relative;
    background: #fff;
}
.regist-box .regist-title{
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #414a5f;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.regist-box .regist-item{
    padding: 9px 10px 9px 34px;
    position: relative;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
}
.regist-icon {
    position: absolute;
    left: 8px;
}
.regist-icon.account {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/zhaopin_home_login_account_icon-3x.png");
    top: 11px;
}
.regist-box .regist-item.on-focus {
    border-color: #248eff;
}
  
.regist-box input[type="text"],
.regist-box input[type="password"] {
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    color: #414a5f;
    caret-color: #248eff;
}
  
.regist-box input[type="text"]:-moz-placeholder,
.regist-box input[type="password"]:-moz-placeholder {
    font-size: 14px;
    color: #9fa3a9;
    text-align: left;
}
  
.regist-box input[type="text"]:-ms-input-placeholder,
.regist-box input[type="password"]:-ms-input-placeholder {
    font-size: 14px;
    color: #9fa3a9;
    text-align: left;
}
  
.regist-box input[type="text"]::-webkit-input-placeholder,
.regist-box input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #9fa3a9;
    text-align: left;
}
.regist-box .regist-item + .regist-item {
    margin-top: 15px;
}
.regist-icon.pwd {
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/zhaopin_home_login_pwd_icon-3x.png");
    top: 11px;
}
.regist-icon.verify {
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/zhaopin_verify.png");
    top: 11px;
}

.regist-box .regist-btn {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(159, 163, 169, 0.5);
    border-radius: 4px;
    white-space: nowrap;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.regist-box .regist-btn.logined {
    background-color: #248eff;
    color: #fff;
    cursor: pointer;
}
.rechangeImg img {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
#registCode{
    width: 60%;
}

.regist-icon.phone {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 11px;
    background-image: url("../images/zhaopin_pc_detail_phone-3x.png");
}

#registSms {
    float: right;
    font-size: 12px;
    line-height: 21px;
    color: #fd5d38;
    background: transparent;
}

.regist-box .regist-tips {
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 52px 52px;
    background-image: url("../images/zhaopin_home_login_account-3x.png");
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.regist-box .regist-tips span {
    display: inline-block;
    width: 103px;
    padding: 0 6px 0 0;
    font-size: 11px;
    color: #ff6c00;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/zhaopin_login_tips_bg-3x.png");
    position: absolute;
    top: 0;
    left: -80px;
}

.regist-protocol {
    margin-top: 10px;
    font-size: 13px;
}

.regist-protocol input {
    margin: 0 10px;
}