.applyFor {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(59, 59, 59, 0.555);
    z-index: 99;
}

.applyFor_main {
    width: 470px;
    /* height: 50px; */
    background: linear-gradient(180deg, #e6f0ff, #ffffff 23%);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.applyFor_main>img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 26px;
    right: 24px;
    cursor: pointer;
}

.applyFor_msg_error {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ef4040;
    line-height: 20px;
    margin-top: 10px;
    display: none;
    position: absolute;
}

.msg_error_block {
    display: block;
}

.applyFor_title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 37px;
    margin-top: 52px;
}

.applyFor_subtitle {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
    margin-top: 11px;
}

.applyFor_con {
    margin: 0 auto;
    width: 360px;
    margin-top: 38px;
    font-size: 14px;
}

.applyFor_con li {
    margin-bottom: 30px;
    padding-top: 10px;
}
.applyFor_con li:nth-child(1){
    margin-top: 0;
}

.applyFor_msg {
    border-bottom: 1px #E3E3E3 solid;
    width: 100%;
    padding-bottom: 10px;
}

.applyFor_msg_firm {}

.applyFor_btn {
    width: 360px;
    height: 48px;
    background: #1472ff;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.applyFor_relative {
    position: relative;
}

.applyFor_code {
    position: absolute;
    right: 0;
    top: 0;
}

.applyFor_gain_code {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}

.code_color {
    color: #1472FF;
}

#slider-container {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #F6F8F8;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 1px;
}

#slider {
    position: absolute;
    width: 48px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    cursor: move;
    top: 1px;
    left: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    z-index: 99;
}

#slider::after {
    content: "";
    background: url(https://public-test-shengtong.oss-accelerate.aliyuncs.com/omo/entrance/right_icon.png) no-repeat center center/contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-8px, -8px);
}

.slide_ok {
    background: #03c573 !important;
}

.slide_ok::after {
    background: url(https://public-test-shengtong.oss-accelerate.aliyuncs.com/omo/entrance/duigou.png) no-repeat center center/contain !important;
}

.slide_circle {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 6px;
    animation: slide 2s infinite linear;


}

.slide_circle img {
    width: 30px;
    height: 30px;
}

@keyframes slide {
    0% {
        left: 0;
    }



    100% {
        left: 100%;
    }
}

#slider_bar {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 40px;
    background: #fff;
}

#slider_text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #9EA1A4;
    font-size: 14px;
    line-height: 44px;
    z-index: 9;
}