.m_wrapper .barx::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
.m_wrapper .barx::-webkit-scrollbar-thumb {
    display: none;
}
a.m_wrapper_active {
    background-color: #CEE2FF;
}
.m_box_img ul {
    width: 96%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}
.m_box_img ul::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
.m_box_img ul::-webkit-scrollbar-thumb {
    display: none;
}
.m_box_img ul li:nth-last-child(1){
    margin-right: 0;
}
.m_box_img ul li{
    margin-right: 0.15rem;
}