@charset "utf-8";

.enlarge .swiper-container {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.enlarge .swiper-wrapper {
    display: flex;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.enlarge .swiper-slide {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    flex-direction: column
}

.enlarge img {
    max-width: 6.4rem;
}

.enlarge .swiper-pagination {
    text-align: center;
    padding: .2rem;
    font-size: .16rem;
    color: #fff;
}

.enlarge .swiper-pagination-bullet {
    background: #ccc;
    border-radius: 100px;
    display: inline-block;
    width: .1rem;
    height: .1rem;
    opacity: 1;
    margin: .08rem;
}

.enlarge .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

