@charset "utf-8";
html,body{
    background: #fff !important;
}
#wrap{
    padding: .88rem 0 .32rem 0;
}
.toper{
    width: 100%;
    height: .88rem;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
}
.btn{
    width: 1.76rem;
    height: .72rem;
    background: #29D350;
    border-radius: .36rem;
}
.swiper-slide{
    width: 3.83rem !important;
    height: 2.89rem !important;
    margin-right: .32rem !important;
    background: #FFFFFF;
    box-shadow: 0 .12rem .64rem 0 rgba(146, 150, 159, 0.1);
    border-radius: .16rem;
    box-sizing: border-box;
    padding: .24rem .32rem 0 .32rem;
}
.swiper-wrapper .swiper-slide:nth-last-child{
    margin-right: 0 !important;
}
.swiper-pagination-bullet{
    width: .24rem;
    height: .08rem;
    background: #EBEDF0;
    border-radius: .04rem;
    transition: all .3s;
}
.swiper-pagination-bullet-active{
    width: .36rem;
    background: #29D350;
}
.swiper-pagination{
    bottom: 0 !important;
}