.HSwiper-indicator {
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 3px 3px 6px;
    border-radius: 6px;
}

.hswiper-listbtn {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    border-radius: 5px;
    top: 15px;
    right: 21px;
    z-index: 9999;
}

.hswiper-listmenu {
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hswiper-listmenu-item {
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}