 /* //滑动条------开始 */
 table {
    width: 100%;
    border-collapse: collapse;
}

td {
    border: 1px solid #aaa;
    position: relative;
}

.result {
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #888;
    border: 0;
}

.code {
    width: 200px;
}

strong {
    background: #eee;
}

.container {
    width: 240px;
    height: 60px;
    border: 0;
    line-height: 14px;
}


.switch {
    width: 40px;
    height: 10px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 5px);
    border: 1px solid #aaa;
    border-radius: 20px;
}

/* .r-slider-button {
    border-radius: 5px;
    text-align: center;
    width: 27px !important;
    height: 44px !important;
    top: -6px !important;
    background: url(/assets/image/lef_ico.png)no-repeat 2px 0px;
    background-size: 24px 20px;
    border: 0;
    background-color: #fff;
    z-index: 980 !important;
} */
.r-slider-button {
    background: #2196f3;
    border-radius: 5px;
    text-align: center;
    width: 16px !important;
    height: 16px !important;
    top: 0px !important;
    background-color: #fff !important;
    border: 1px solid #ffa200 !important;

}
.r-slider-button::before {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #ffa200;
    position: absolute;
    /* top: 10px; */
    z-index: 999;
    top: 2px;
    left: 3px;
}

.r-slider-button::after {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #ffa200;
    position: absolute;
    /* top: 10px; */
    z-index: 999;
    top: 2px;
    right: 3px;
}


.r-slider-line {
    background: #ccc;
    height: 4px !important;
}

.r-slider-fill {
    background: #ffa200;
    height: 4px !important;

}
/* .r-slider-container{
    width: 70%!important;
} */

.r-slider-number {
    position: absolute;
    background: #ffa200;
    color: #fff;
    width: 28px;
    left: calc(50% - 14px);
    top: -16px;
    font-size: 12px;
    border-radius: 3px;
    display: block !important;
}

.r-slider-text {
    font-size: 10px;
    text-align: center;
}

.r-slider-pin {
    background: #ccc;
}

.r-slider-label {
    font-size: 10px;
    top: 16px;
}

/* //滑动条------结束 */