#feature_wrapper {
    position: relative;
    width: 14.12rem;
    margin: 0 auto;
}

#feature_wrapper .swiper-container {
    /* margin-top: 1rem; */
}

#feature_wrapper .swiper-slide {
    width: 5.52rem;
    height: 7.38rem;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#feature_wrapper .swiper-slide .mask{
    position: absolute;
    top:0;
    left:0;
    width: 5.52rem;
    height: 7.38rem;
    background: rgba(0,0,0,0.5);
    color: #f5f1e5;
}


#feature_wrapper .swiper-slide-active .mask{
    background: unset;
}


#feature_wrapper .swiper-slide img {
    display: block;
    width: 5.52rem;
    height: 7.38rem;
}

#feature_wrapper .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}



#feature_wrapper .swiper-pagination {
    width: 100%;
    bottom: -1rem;
}

#feature_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.4rem;
    background: url("/images/pc/index/bullet.png")no-repeat;
    background-size: 100%;
    width: 0.35rem;
    height: 0.35rem;
    opacity: 1;
    vertical-align: middle;
}

#feature_wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: url("/images/pc/index/bullet-active.png")no-repeat;
    background-size: 100%;
    width: 0.35rem;
    height: 0.35rem;
}

#feature_wrapper .swiper-button-prev {
    width: 1.38rem;
    height: 1.38rem;
    background: url("/images/pc/index/feature_prev.png")no-repeat;
    background-size: 100%;
    margin-top: -0.5rem;
}


#feature_wrapper .swiper-button-next {
    width: 1.38rem;
    height: 1.38rem;
    background: url("/images/pc/index/feature_next.png")no-repeat;
    background-size: 100%;
    margin-top: -0.5rem;
}
