.verify-wrap {
    width: 100%;
    border-radius: 5px;
    height: 46px;
    background: #EFEFEF;
    border: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.verify-wrap .drag-btn {
    border-radius: 5px;
    height: 47px;
    width: 46px;
    background: #fff url(../img/jiantou.png) no-repeat center;
    background-size: 22px !important;
    /* z-index: 3; */
}

.verify-wrap .suc-drag-btn {
    background: #fff url(../img/jiantouactive.png) no-repeat center;
    top: 0;
}

/* .verify-wrap .drag-progress{
    height: 100%;
    z-index: 2;
    font-size: 12px;
}
.verify-wrap .verify-msg{
    z-index: 2;
    line-height: 46px;
} */
.verify-wrap .verify-msg {
    background: #E7380D;
}

.verify-wrap .drag-progress {
    height: 100%;
    top: 0;
    background: #E7380D;
    border: none
}

.verify-wrap .fix-tips,
.verify-msg {
    left: auto;
    border-radius: 5px;
    overflow: hidden;
    line-height: 46px;
}

.verify-wrap .fix-tips {
    /* background:#EFEFEF ; */
}

.login_text h2 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 15px 0 20px;
}

.login_text h2 p {
    display: inline;
    color: #E7380D;
    cursor: pointer;
}

.login_text form>div.input {
    padding: 10px;
    border-bottom: 1px solid #E7380D;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 17px;
}

.login_text form>div.input::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translate(0, -50%);
    background: #E7380D;
    left: 0;
}

/* .login_text form > div.input:nth-last-of-type(3){
    margin-bottom: 10px;;
} */
.login_text input {
    height: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #fff;
}

.reast_show.on {
    display: none;
}

.login_show.on {
    display: none;
}

.login_text .tip {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-top: 20px;
}

.login_text .tip p {
    cursor: pointer;
    color: #E7380D;
    display: inline;
}

.login_text .botSub {
    margin-top: 40px;
}

.login_text .display {
    display: none;
}

.login_text .phoneCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    height: 41px;
    padding: 10px 0 !important;
}

.login_text .phoneCon select {
    width: 30%;
    border-bottom: 1px solid #E7380D;
    padding: 0 10px;
}

.login_text .phoneCon .inputText {
    position: relative;
    width: 65% !important;
    border-bottom: 1px solid #E7380D;
    padding: 7px 10px;
}

.login_text .phoneCon .inputText::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translate(0, -50%);
    background: #E7380D;
    left: 0;
}

.login_text .countryCon select {
    height: 20px;
}

.login_text .passafter,.login_text .passopenafter {
    position: relative;
    user-select: none;
}

.login_text .passafter::after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url(../img/closeEye.png) no-repeat center center;
    cursor: pointer;
}

.login_text .passopenafter::after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url(../img/openEye.png) no-repeat center center;
    cursor: pointer;
}