.layui-btn{
    border-radius: 0;
}
body{
    background-color: #F9F9F9;
    position: relative;
    padding-bottom: 120px;
}
body .search-div{
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: left;
}
.searchInput{
    width: 100%;
    height: 38px;
    border: 2px solid #E81616;
    padding-left: 16px;
    -webkit-appearance : none !important;
    border-radius: 0;
    display: block;
}
.search-div .searchBtn{
    width: 100px;
    height: 42px;
    background-color: #E81616;
    color: white;
    font-weight: bold;
    display: block;
}
.swiper-commodity{
   width: 100%;
   height: 200px;
   overflow-x: hidden;
   position: relative;
}
.commodity{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-commodity .swiper-pagination{
    position: absolute;
    height: 14px;
}
.swiper-pagination-bullet-active{
    background-color: white;
}
.brands-swiper{
    width: 100%;
    height: 104px;
    overflow-x: hidden;
}
.brands{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brands a{
    width: 30%;
}
.brands img{
    width: 100%;
}
.recommendation{
    color: #333333;
    font-size: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid black;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.commoinfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.commomsg{
    background-color: white;
}
.commopic{
    width: 160px;
    height: 160px;
}
.commoinfo a{
    margin-bottom: 12px;
    width: 48%;
}
.commopic img{
    width: 100%;
}
.commotext{
    padding: 10px;
}
.commo-t{
    width: 140px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sc-price{
    color: #666666;
    font-weight: lighter;
}
.commoprice{
    margin-top: 12px;
    color: #E81616;
    font-size: 12px;
    font-weight: bold;
}
.c-price{
    font-size: 18px;
}
.partitionTit{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.partpic{
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.health{
    width: 100%;
    height: 254px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 14px 12px;
    box-sizing: border-box ;
    margin-bottom: 16px;
}
.layui-tab-title{
    border-bottom: 1px solid #333333;
}
.layui-tab-title .layui-this:after{
    border: none;
}
.h-text{
    font-size: 16px !important;
}
.layui-tab-item{
    color: #333333;
    font-size: 14px;
}
.layui-tab-item p{
    margin-top: 16px;
}
.layui-tab{
    position: relative;
}
.layui-tab-content{
    margin-top: -10px;
}
.layui-this{
    font-weight: bold;
}
.line{
    width: 1px;
    height: 16px;
    background-color: #333333;
    position: absolute;
    top: 12px;
    left: 94px;
}
.shopTit{
    font-size: 16px;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: 2px solid #333333;
}
.shopfeed{
    height: 360px;
}
.feed-swiper{
    width: 100%;
    height: 280px;
    overflow-x: hidden;
    margin-top: 26px;
}
.feed-swiper .swiper-slide{
    margin-bottom: 20px;
}
.feedmsg{
    display: flex;
    justify-content: space-between;
}
.feedmsg img{
    width: 46px;
    height: 46px;
    margin-right: 10px;
}
.userinfo p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}
.userid{
    color: #E81616 !important;
}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: white;
    position: fixed;
    bottom: -16px;
    z-index: 99;
}
.man-page{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: -20px;
}
.iconfont{
    font-size: 26px !important;
}
.foot{
    color: #E81616;
    font-weight: 600;
}
.redcoll{
    display: flex;
    align-items: center;
    justify-content: left;
}
.redcoll img{
    margin-right: 10px;
}
.redcoll p{
    color: #e81616;
    font-size: 14px;
}
/*详情页富文本*/
.item-detail img{
    max-width: 100%;
}
/*红色按钮*/
.wrap-red-btn{
    border:1px solid #e81616;
    background-color: #e81616;
    color: #fff;
}
.wrap-red-btn a{
    color: #fff;
}
.wrap-pink-btn{
    border:1px solid #FA9696;
    background-color: #FA9696;
    color: #f9f9f9;
}
.wrap-pink-btn a{
    color: #f9f9f9;
}
.wrap-white-btn{
    border:1px solid #e81616;
    background-color: #fff;
    color: #e81616;
}
.wrap-white-btn a{
    color: #e81616;
}
.wrap-nob-btn{
    border:1px solid transparent;
    background-color: transparent;
    color: #666;
}
.wrap-nob-btn a{
    color: #666;
}
.layui-tab{
    margin: 0;
}