.login-wrap {
    width: 726px;
}

.login-wrap .register-form {
    width: 300px;
    display: inline-block;
}

.login-wrap ul.register-form:nth-child(1) {
    margin-right: 42px;
}

.login-wrap ul.register-form:nth-child(1) {
    margin-right: 42px;
}

.smsbtn,
.smsbtn:hover {
    background-color: #03B2FF;
    /*  border: 1px solid rgba(120, 117, 118, 1); */
    /* color: rgba(186, 186, 186, 100); */
    color: #ffffff;
    height: 44px;
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
    background-color: #03B2FF;
    /* opacity: 0.3; */
    /* color: rgba(186, 186, 186, 100); */
    /*  background-color: transparent; */
    color: #ffffff;

    /*    
    color: rgba(186, 186, 186, 100);
    font-size: 16px;
    text-align: center;
    font-family: PingFangSC-Regular; */
}

.login_btn {

    width: 300px;
    height: 44px;
    border-radius: 1px;
    background-color: rgba(3, 178, 255, 1);
    margin: auto;
    border: 0;
}

.name_error_msg {
    margin-left: 11px;
    margin-bottom: 9px;
    height: 14px;
    color: red;
    font-size: 10px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.layui-col-space10>* {
    padding: 2px !important;
}

.workType {
    height: 40px;
    margin-bottom: 23px;
}

.workType label, .workType span {
    display: inline-block;
    vertical-align: middle;


    color: rgba(175, 175, 175, 100);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
    line-height: 40px;
    position: relative;
}

.workType label {
    margin-right: 26px;
}

.workType span {

    padding-left: 8px;
}

.radio_type::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(204, 204, 204, 0.5);
    left: -12px;
    top: 13px;
    cursor: pointer;

}

.active.radio_type::before {

    border-radius: 2px;
    background-color: rgba(0, 136, 255, 1);
}

.active.radio_type::after {
    content: "";
    display: block;
    position: absolute;
    width: 8.39px;
    height: 3.99px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 1);
    border-right: 0px;
    border-top: 0px;
    top: 17px;
    left: -8px;
    transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    /* IE 9 */
    -webkit-transform: rotate(-55deg);
    /* Safari and Chrome */
}

/* input:-internal-autofill-previewed, input:-internal-autofill-selected {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
} */

#radio {

    width: 300px;
    height: 40px;
    border-radius: 1px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding-left: 6px;
}
