html{
    background: #e9eef4;
}
.bunn img{
    width: 100%;
    /* height: 2.2rem; */
}
.bunn .swiper-slide{
    height: 2.2rem;
}
.swiper-container{
    position: relative;
}
#pagination1{
    text-align: right;
    padding-right: .1rem;
    bottom: -.15rem;
}
.swiper-container .swiper-pagination-bullet{
    width: .1rem;
    height: .1rem;
    display: inline-block;
    border-radius: .1rem;
    background: #c70b0b;
    opacity: .5;
    margin: 0 .02rem!important;
}
.swiper-container .swiper-pagination-bullet-active{
    width: 0.2rem;
    opacity: 1;
}

.head-w{
    height: 2.3rem;
    width: 100%;
    background: #c20000;
    margin-top: -.02rem;
    /* padding-top: .2rem; */
}
.head{
    width: 7rem;
    height: 1.3rem;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.head-l{
    display: flex;
    align-items: flex-end;
}
.portrait{
    width: 1rem;
    height: 1rem;
    border: .07rem solid #fff;
    border-radius: 50%;
}
.user-name{
    font-size: .43rem;
}
.head-msg{
    margin-left: .2rem;
}

.integral{
    display: flex;
    align-items: center;
    margin-top: .2rem;
}
.integral p{
    font-size: .2rem;
    position: relative;    
}
.integral p span{
    font-size: .3rem;
    font-weight: bold;
    position: relative;
    bottom: -.02rem;
}
.head-msg .integral img{
    width: 0.3rem;
    height: 0.3rem;
    margin-right: .05rem;
}
.integral img{
    width: 0.39rem;
    height: 0.39rem;
    margin-right: .05rem;
}
.integra2{
    justify-content: flex-end;
}
.head-shop{
    font-size: .28rem;
}



.content{
    width: 7rem;
    margin: 0 auto;
    margin-top: -.8rem;
    padding-bottom: 1rem;
}
.content li{
    margin-bottom: .1rem;
    background: #fff;
    border-radius: .1rem;
    color: #393838;
    font-size: .28rem;
    letter-spacing: .03rem;
}
.list{
    display: flex;
    align-items: center;
}
.content-a{
    height: 1.8rem;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.content-a img{
    width: 0.56rem;
    height: 0.54rem;
    margin-bottom: .1rem;
}
.list-all{
    justify-content: space-between;
}
.list-a{
    display: flex;
    align-items: center;
}
.list-a div{
    width: 0.5rem;
}

.more{
    width: 0.13rem;
    height: 0.24rem;
}
.content-c{
    padding: 0 .4rem 0 .6rem;
    height: .9rem;
}

.foot{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.foot div{
    color: #393838;
    font-size: .18rem;
    text-align: center;
}
.foot .now{
    color: #ea0a1d;
}
.foot p{
    margin-top: .05rem;
}
.foot .home img{
    width: 0.45rem;
    height: 0.39rem;
}
.foot .now img{
    width: 0.37rem;
    height: 0.39rem;
}