.liy-header-slide{
    width: 88%;
    overflow-x: auto;
}
/* 修改滚动条的宽度为10px，颜色为白色 */
.liy-header-slide::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}