#loban-thelist {
    padding: 0;
    margin: 0
}

#loban-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: auto
}

#lobanOuter {
    width: 100%;
    position: relative
}


#pullRight,#pullLeft {
    display: block;
    width: 50px;
    float: left;
    height: 100%
}

#sodoLoban {
    display: none;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 400px;
    text-align: center;
    width: 100px;
    font-size: 16px;
    font-weight: 700;
    color: red
}

#container-sodo {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 212px;
    width: 280px
}

#sodo {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: red;
    width: 110px;
    height: 36px;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid orange;
    background: linear-gradient(180deg,#fafafa 0%,#e6e6e6 100%);
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / .25),inset -2px -2px 4px rgb(255 255 255 / .7)
}

#thanhdo {
    width: 2px;
    height: 425px;
    background: orange;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 240px
}

#abc {
    position: absolute;
    top: -20px;
    display: none
}

.loban-note {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 0;
    background: url(/Content/images/s16/help.gif) no-repeat 0 5px;
    padding-left: 18px
}

.loban-t {
    position: absolute;
    z-index: 2;
    left: 0
}

.loban-522 {
    top: 25px
}

.loban-429 {
    top: 175px
}

.loban-388 {
    top: 325px
}

.loban-touch-left {
    position: absolute;
    left: 0;
    top: 31px;
    height: 358px;
    width: 50px;
    z-index: 2
}

.loban-touch-right {
    position: absolute;
    right: 0;
    top: 31px;
    height: 358px;
    width: 50px;
    z-index: 2
}
#loban-scroller li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#loban-thelist{
    padding:0;
    margin:0;
}

.ruler-row{
    display:flex;
    flex-wrap:nowrap;
    width:max-content;
    list-style:none;
}

.ruler-row img{
    display:block;
    flex-shrink:0;
    max-width:none;
}

#loban-scroller{
    width:max-content;
    height:100%;
    padding:0;
}

#loban-thelist{
    padding:0;
    margin:0;
    width:max-content;
}

.ruler-row{
    display:flex;
    flex-wrap:nowrap;
    width:max-content;
    list-style:none;
}

.ruler-row img{
    display:block;
    flex-shrink:0;
    max-width:none;
    margin-top:45px;
}
@media (max-width: 768px){

    .loban-t{
        font-size:13px;
    }

}