@charset "utf-8";

.swipers {
    position: relative;
}

.swipers .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    align-items: flex-end;
    color: #ffffff;
}
.swipers .content h3 {
    margin-bottom: 0.14rem;
    font-size: 0.52rem;
    font-weight: bold;
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
}
.swipers .content p {
    width: 70%;
    font-size: 0.16rem;
}
.swipers .content a {
    font-size: 0.16rem;
    padding: .12rem .36rem;
    border-radius: .25rem;
    color: #333333;
    background-color: #ffffff;
}

.paging {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .6rem;
    /* width: 100%; */
    /* width: auto; */
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.02) 100%);
}

.paging .swiper-wrapper {
    width: 5rem;
    justify-content: center;
}
.paging .swiper-slide {
    padding: .12rem 0;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-family: "阿里巴巴普惠体 2.0 55 Regular";
    font-size: 0.16rem;
    position: relative;
}

.paging .swiper-slide::after {
    content: '';
    position: absolute;
    width: .6rem;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    opacity: 0;
}

.paging .swiper-slide-thumb-active::after {
    opacity: 1;
}

.category-image {
    margin-top: 15px;
}

.category-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}



