.signUp .app-record {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.signUp .app-record-os {
    width: 40%;
}

.signUp .el-input__inner::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #D5D5D5;
}

.signUp .app-record-name {
    width: 56%;
}



.signUp .el-input.is-active .el-input__inner,
.signUp .el-input__inner:focus {
    border-color: #FF9E00;
}

.signUp .el-range-editor.is-active,
.signUp .el-range-editor.is-active:hover,
.signUp .el-select .el-input.is-focus .el-input__inner {
    border-color: #FF9E00;
}


.app-record-os-option {
    text-align: left;
}

.app-record-os-option ul li {
    height: 50px;
    line-height: 50px;
}

.app-record-os-option ul li span {
    font-weight: 400;
    font-size: 16px;
    color: #130F35;
}

.app-record-os-option .el-select-dropdown__item.hover {
    background-color: #FFF6E6;
}

.app-record-os-option .el-select-dropdown__wrap {
    max-height: 350px;
}


.signUp .neirw_signgup {
    width: 47%;
    background: url(../images/signUp/signuptu.png) no-repeat right center;
    background-size: 100% auto;
}

.signUp .neirw_signgup.ur {
    background: url(../images/signUp/signuptu_ur.png) no-repeat right center;
}

.signUp .neirw_signgup.hi {
    background: url(../images/signUp/signuptu_hi.png) no-repeat right center;
}

.signUp .neirw_signgup.tr {
    background: url(../images/signUp/signuptu_tr.png) no-repeat right center;
}