body{
    background-color: #FA3257;
    

}

.home-wrapper{
    height: 100%;
    width: 100%;
    background-color: #FA3257;
    position: relative;
}

.banner{
    width: 7.5rem;
    height: 4.94rem;
    box-sizing: border-box;
    position: relative;
}
 .banner img{
    width: 100%;
    height: 100%;
}

.menu-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: .18rem;
    z-index: 999;
    background: #FA3257;
}


.menu-item{
    width: 1.64rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .35rem;
    text-align: center;
    margin-bottom: .18rem;
    font-weight: bolder;
    color: #FFFFFF;
    background: #BC0A2B;
    opacity: 0.5;
    border-radius: .1rem;
}


.active{
    width: 1.64rem;
    height: .8rem;
    background: url(../img/active_item.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 1;
    font-weight: bolder;
    color: #FF540F;
    box-shadow: 0 0.02rem .16rem 0 #E10833;
}

.goods-list-wrapper{
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    position: relative;
}

.goods-list-wrapper>.hint{
    position: absolute;
    bottom:0.1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .3rem;
    color: #ffffff;
    display: none;
}


.goods-item{
    width: 7.1rem;
    height: 2.68rem;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    padding: .26rem;
    box-sizing: border-box;
    border-radius: .1rem;
    margin-bottom: .2rem;
}

.goods-img>img{
    width: 2.16rem;
    height: 2.16rem;
}

.goods-msg{
    width: 100%;
    padding:0 .2rem;
}
.goods-title{
    width: 4.1rem;
    font-size: .3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.price-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .1rem;
    margin-bottom: .4rem;
}

.goods-price{
    display: flex;
    align-items: center;
}

.payment-price{
    display: flex;
    align-items: center;
    margin-right: .1rem;
}

.payment-price>.label{
    font-size: .24rem;
    font-weight: 500;
    color: #F5453C;
}



.payment-price>.num{
    font-size: .30rem;
    font-weight: bold;
    color: #F5453C;

}
.payment-price>.label>.i{
    font-weight: bolder;
    font-size: .24rem;
}

.original-price{
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration:line-through;
    letter-spacing: .02rem;
}

.discount-coupon{
    width: 1.52rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    border-radius: .1rem;
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FF8400;
    background: rgba(255, 132, 0, 0.14);
}

.goods-buy{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commission{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FF4F41;
}

.buy-button{
    width: 1.76rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    background: linear-gradient(39deg, #FF4242, #FF813D);
    border-radius: .1rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.noneMore{
    text-align: center;
    color: #ffffff;
    display: none;
    padding-bottom: 1.5rem;
    font-size: .3rem;
}
.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.mask > .toast {
    font-size: .35rem;
    padding: .1rem;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .1rem;
}

.toastText{
    font-size: .25rem;
}


.loading{
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading>img{
    width: .7rem;
    height: .7rem;
}


.noHide{
    color: #ffffff;
    font-size: .4rem;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    /* width: 5rem;
    height: 4rem; */
}