
#slider,#outer{
    width: 100%;
    height: 1.2rem;
    position: relative;
    border-radius: 2px;
    background-color: #3e3f43;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #c79830;
  z-index: 1;
}

#label,.inner {
    width: 38px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 1.2rem;
    border: 1px solid #c79830;
    background: #c79830;
    z-index: 3;
    cursor: move;
    color: #e0e1e1;
    font-size: .35rem;
    /* font-weight: 900; */
}

#labelTip,.txtRoll2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: .4rem;
  /* font-family: 'Microsoft Yahei', serif; */
  color: #e0e1e1;
  line-height: 1.2rem;
  text-align: center;
  z-index: 2;
}

/* #outer {
    position: relative;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #3e3f43;
    background: #3e3f43;
    font-size: .35rem;    
    margin:auto; 
    float:left;
}  */

#outer span, .filter-box, .inner {
    position: absolute;
    top: 0;
    left: 0;
}
.filter-box{
    height: 100%;
    line-height: 1.2rem;
    border: 1px solid #c79830;
    background: #c79830;
    color: #e0e1e1;
    font-size: .35rem;
}

#outer span {
    display: block;
    padding: 0 0 0 36px;
    width: 100%;
    height: 100%;
    color: #e0e1e1;
    text-align: center;
}

.txtRoll {
    /* background-image: linear-gradient(to right,black,black, white,black,black, white,black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    animation: bgp 3s infinite linear; */
}

@-webkit-keyframes bgp {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}