@import '../base/base.acss';

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider {
    width: 100%;
    height: 100%;
}
.swiper-dot {
    width: 100%;
    display: flex;
    padding-left: 20rpx;
    padding-right: 20rpx;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 20rpx;
    z-index: 1000;
}
.swiper-dot-item {
    height: 14rpx;
    width: 14rpx;
    opacity: 0.56;
    background-color: #FFFFFF;
    margin-right: 13rpx;
    border-radius: 7rpx;
}
.swiper-dot-item-active {
    opacity: 1;
}