.swiper {
    width: 100%;
    height: 350px;
    position: relative;
}

.swiper .swiperInfo {
    width: 100%;
    height: 42px;
    background-color: rgb(32 104 176 / 95%);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.swiper ul {
    display: flex;
    list-style: none;
    position: absolute;
    right: 16px;
    bottom: 15px;
}

.swiper ul li {
    width: 10px;
    height: 10px;
    background-color: #d5d2d1;
    margin-right: 7px;
}
