html, body {
    height: 100% !important;
}

.register-not-scroll {
    overflow: hidden !important;
}

.verify-code-register-black {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    z-index: 2050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #010101a6;
    display: none;
}

.verify-code-register-modal {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2100;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.verify-code-register-modal .step-title {
    text-align: center;
    font-size: 18px;
    margin: 15px 0 25px;
}

.verify-code-register-modal .step-1 .error-msg, .verify-code-register-modal .step-2 .error-msg {
    color: #ff0000;
}

.verify-code-register-modal .step-2 .error-msg {
    margin-top: 10px;
}

.verify-code-register-modal .step-2 .step-title {
    margin-bottom: 20px;
}

.verify-code-register-modal .step-title .left {
    vertical-align: middle;
    float: left;
    margin-left: 15px;
}

.verify-code-register-modal .step-title .center {
    vertical-align: middle;
}

.verify-code-register-modal .step-title .right {
    font-size: 24px;
    float: right;
    vertical-align: middle;
    color: #e1e1e1;
    margin-right: 15px;
}

.verify-code-register-modal .step-input {
    padding-left: 35px;
    padding-right: 47px;
}

.verify-code-register-modal .step-input .code-inputs input {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
    width: 26px;
    text-align: center;
    /*border: 1px solid #e1e1e1;*/
    /*padding-left: 10px;*/
    /*以下阻止split-input重写样式*/
    /*margin: unset;*/
    /*text-align: unset;*/
    /*text-shadow: unset;*/
    /*outline-color: unset;*/
}

.verify-code-register-modal .step-input .code-inputs input:first-child {
    margin-left: 0;
}

.verify-code-register-modal .step-input .code-inputs input:last-child {
    margin-right: 0;
}

.verify-code-register-modal .step-input input.customer-phone {
    border: 1px solid #e1e1e1;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    height: 36px;
}

.verify-code-register-modal .step-next {
    margin-top: 28px;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 32px;
}

.verify-code-register-modal .step-next .next {
    display: block;
    padding: 10px 30px;
    text-align: center;
    background: #FB820E;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 400;
    color: #FFF;
    box-shadow: 0 0 5px rgba(251,147,50,.3);
}


.verify-code-register-modal .verify-code .code-inputs {
    text-align: left;
    margin: 12px 0px;
}

/*.verify-code-register-modal .verify-code input {*/
/*    padding-right: 10px;*/
/*    width: 14px;*/
/*    text-align: center;*/
/*    margin-right: 10px;*/
/*}*/

/*.verify-code-register-modal .verify-code input:last-child {*/
/*    margin-right: 0px;*/
/*}*/

.verify-code-register-modal .verify-code .re-get-code {
    margin-bottom: 20px;
    display: inline-block;
    height: 20px;
    width: 100%;
    line-height: 20px;
}

@media screen and (max-width:350px) {
    .verify-code-register-modal .step-input .code-inputs input {
        height: 20px;
        line-height: 20px;
        width: 16px;
    }
}