.weui-slider {
    padding: 15px 18px 15px 0px;
}

.weui-slider__handler {
    width: 5px;
    background-color: #3e9eff;
    margin-left: 0;
}

.phoneChkBox li {
    display: flex;
    align-items: center;
}

.phoneChkBox li .getPhoneChkNum {
    background: #686868;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.smsSuccess,.smsFail{
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: none;
}
.smsSuccess {
    background: #15ab0b;
}

.smsFail {
    background: #cc0000;
}
.auto{
    margin:0 auto
}
.pos_rel{
    position: relative;
}
.pos_abs{
    position: absolute;
}
.warn{
    width: 370px;
    height: 170px;
    left: 0; top: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    display: none;
}