body{
    padding-bottom: 1rem;
}
.header{
    padding: .5rem;
    background-color:#EA6254;
    height: 5rem;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    z-index: 1;
}
.header .search-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .3rem;
    background-color: #F5B1AA;
    color: #ffffff;
    border-radius: .6rem;
}

.header .search-box img{
    height: .65rem;
    width: .65rem;
    margin-right: .2rem;
}

.header .search-box input{
    flex: 1;
    /*padding: .1rem;*/
    color: #ffffff;
    background-color: #F5B1AA;
    border:0;
    font-size: .5rem;
}


.header .search-box input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}


.swiper-box {
    padding: .2rem;

}

.swiper-box .swiper1{
    height: 8rem;
    margin-top: 2.5rem;
    border-radius: .4rem;
}

.swiper-slide img{
    width: 100%;
}

.notice-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem;
}

.notice-box img{
    height: 1rem;
    width: 1rem;
    margin-right: .3rem;
    margin-left: .5rem;
}

.swiper2 {
    height: 2rem;

    font-size: .6rem;
    flex: 1;
}
.swiper2 .swiper-slide{
    width: 100%;
    line-height: 2rem;
    text-align: left;
}
.title-img{
    line-height: 1rem;
    width: 100%;
}
.goods-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 5rem;
}

.goods-list .goods-info{
    font-size: .6rem;
    width: 8rem;
    margin-top: .5rem;
    text-align: center;
}

.goods-list .goods-info .goods-title{
    margin-top: .2rem;
}
.goods-list .goods-info .goods-img{
    width: 100%;
    height: 6rem;
    border-radius: .2rem;
}

.goods-list .goods-info .goods-prices{
    margin-top: .2rem;
}

.goods-list .goods-info .goods-prices .sale-price{
    font-size: .7rem;
    color:#E43331 ;
}

.goods-list .goods-info .goods-prices .ori-price{
    font-size: .5rem;
    color: #666;
}

.goods-list .goods-info .sale-count{
    margin-top: .2rem;
    font-size: .5rem;
    color: #666;
}


