.pstStockBar.psb-3-scale .psb-dot {
    display: inline-block;
    width: 2em;
    height: 0.5em;
    background: #dedede;
    vertical-align: middle;
    margin-right: 0.4em;
}
.pstStockBar.psb-3-scale .psb-dot:last-child {
    margin-right: 0;
}
.pstStockBar.psb-3-scale .psb-label {
    margin-right: 0.5em;
}
.pstStockBar.psb-3-scale .psb-scale-wrp {
    white-space: nowrap;
}
.pstStockBar.psb-3-scale .psb-high .psb-dot-active {
    background: #7db9e8;
}
.pstStockBar.psb-3-scale .psb-medium .psb-dot-active {
    background: #fdcd1b;
}
.pstStockBar.psb-3-scale .psb-low .psb-dot-active {
    background: #ff5722;
}
.pstStockBar.psb-3-scale .psb-sections-2 .psb-dot,
.pstStockBar.psb-3-scale .psb-sections-3 .psb-dot {
    width: 3em;
}
.pstStockBar.psb-3-scale.psb-over_img .psb-content-wrp .pst-bar-others {
    position: relative;
    top: -1px;
}