body{
    background: #fff;
    margin: 0;
}
.title{
    height: 30px;
    color: #00454a;
    font-size: 20px;
    line-height: 150%;
    margin-top: 5px;
    font-weight: bold;
}
.head{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.headTop{
    display: flex;
    justify-content: space-between;
}
.headTop img{
    width: 28px;
}
.search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e5e5e5;
    padding: 0 6px;
    margin: 10px 0;
}
.searchIpt{
    width: 100%;
    height: 32px;
    color: #999;
    background-color: #e5e5e5;
    border-radius: 2px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    border: 0;
    padding: 0;
    outline: none;
}
.searchIcon{
    width: 19px;
    height: 19px;
    margin-left: 5px;
}
.swiper-container img{
    width: 100%;
}

.head .swiper-pagination-bullet{
    width: 20px;
    border-radius: 0;
    height: 3px;
    background: #000;
    opacity: .2;
}
.head .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 0;
    height: 3px;
    background: #fff;
    opacity: 1;
}
.qualityLife{
    display: flex;
    margin: 5px 0;
}
.qualityLife img{
    width: 100%;
}
.qualityLife .left{
    margin-right: 6px;
}
#limitedTimeSwiper{
    margin: 10px 0;
}
#limitedTimeSwiper .swiper-pagination-bullet-active{
    background: #fff;
}


#limitedTimeSwiper .swiper-slide img{
    /*width: 90%;*/
    /*left: 8%;*/
    border-radius: 5px;
}

/* 轮播定制化  --begin*/
/*#limitedTimeSwiper .swiper-slide{*/
/*    width: 88%!important;*/
/*    margin: 0 6%;*/
/*}*/
/*#limitedTimeSwiper .swiper-slide-prev{*/
/*    right:-10%;*/
/*}*/
/*#limitedTimeSwiper .swiper-slide-next{*/
/*    left:-10%;*/
/*}*/

/*热门产品*/
.hotCard{
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.hotProduct{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.hotProduct .item{
    width: 48%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    margin-bottom: 5%;
    box-shadow: 0 0 5px #999;
}
.hotProduct .item:nth-child(2n+2){
    margin-left: 4%;
}
.hotProduct .productImg{
    overflow: hidden;
    height: 125px;
    border-radius: 4px 4px 0 0;
    width: 100%;
}
.hotProduct .productImg img{
    width: 100%;
    height: 100%;
}
.productDesc{
    padding: 0 8px;
}
.productDesc p{
    margin: 10px 0;
}
.productDesc .name{
    font-size: 15px;
    margin-bottom: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.priceBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    margin: 10px 0;
}
.priceBox .left{
    display: flex;
    align-items: center;
}

.priceBox .price{
    color: #EE3951;
}
.priceBox .oldPrice{
    margin-left: 10px;
    text-decoration: line-through;
    font-size: 12px;
}
/*网格菜单*/
.gridMenuBg{
    background: #c4d7d7;
    padding: 10px;
    margin: 10px 0;
}
.gridMenu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /*margin-top: 10px;*/
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
}
.gridMenu .item{
    width: 25%;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}
.gridMenu img{
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
}
.gridMenu p{
    margin: 5px 0px;
}
.advCont{
    padding: 0 10px;
}
.advCont img{
    width: 100%;
}

.content{
    padding-top: 0;
    margin-top: 0;
}
