.filter {
    background: #f2f2f2;
    /* border: #ddd solid 1px; */
    box-sizing: border-box;
    /* margin-top: 12px; */
    padding-bottom: 10px;
    border-bottom: none;
}

.search-keyword-box {
    font-size: 14px;
}

#hotWord a span {
    font-size: 14px;
}

.filterRow {
    padding-left: 170px;
    position: relative;
    border-bottom: #ddd solid 1px;
    font-size: 12px;
}

.filterTitle {
    position: absolute;
    left: 0;
    padding: 10px 0 0 10px;
}

.filterContent {
    background: #fff;
    overflow: hidden;
    height: 35px;
}

.filterList {
    width: 850px;
    padding: 4px 10px;
    box-sizing: border-box;
    overflow: hidden;
    height: 120px;
    /* margin-bottom: 10px; */
}

.layui-input-block {
    margin-left: 300px;
}

.filterList li {
    float: left;
    margin-right: 50px;
    height: 26px;
    line-height: 26px;
}

.filterList li a:hover {
    color: #FD1718;
}

.filterEdit {
    padding: 6px 10px 0 0;
    width: 130px;
}

.moreSpec .layui-btn-xs {
    line-height: 21px;
}

.auto {
    height: auto;
    max-height: 200px;
}

.ulAuto {
    height: auto;
    max-height: 140px;
    overflow-y: scroll;
}


/* 滚动条宽度 */


/* ::-webkit-scrollbar {
  width: 3px;
  height: 10px;
} */


/* 滚动条的滑块 */


/* ::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 3px;
} */

.brand li {
    width: 130px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodsList ul {
    width: 100%;
    float: left;
}

.goodsList li {
    width: 20%;
    float: left;
    margin: 50px 0 0;
}

.goodsBox {
    border: #fff solid 1px;
    padding: 10px;
    position: relative;
    margin: 0 5px;
}

.goodsList li:hover .goodsBox {
    border: #e9e9e9 solid 1px;
    -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
    -moz-box-shadow: 0 0 2px 2px #f8f8f8;
    box-shadow: 0 0 2px 2px #f8f8f8;
    transition: 0.3s;
}

.goodsBoxImg {
    display: block;
    width: 208px;
    height: 210px;
}

.goodsBoxImg img {
    width: 100%;
    height: 100%;
}

.goodsBoxPrice {
    padding: 5px 0;
}

.discount {
    background: linear-gradient(to right, #32CD32, #FF7F50);
    float: right;
    color: #fff;
    padding: 3px 6px;
    font-size: 14px;
}

.priceNumber,
.priceGwNumber {
    color: #cc2525;
    font-weight: 400;
    font-family: Verdana;
    font-size: 18px;
    display: inline-block;
}

.priceGwNumber {
    color: #A9A9A9;
    text-decoration: line-through;
}

.discountImg {
    height: 25px;
    width: auto;
    float: right;
}

.goodsBox .layui-icon {
    font-size: 16px;
    margin-right: 3px;
}

.have {
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
}

.goodsBoxName {
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 5px 0;
    display: block;
    font-size: 12px;
}

.goodsBoxName:hover {
    color: #cc2525;
}

.goodsBoxHave .layui-btn {
    float: right;
}

.goodsBoxHave .layui-btn-sm {
    line-height: 29px;
}

.follow {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 3px 6px;
    right: 10px;
    top: 190px;
    transition: 0.3s;
    opacity: 0;
}

.layui-icon-heart-fill,
.follow:hover .layui-icon-heart {
    display: none;
}

.follow:hover .layui-icon-heart-fill,
.layui-icon-heart {
    display: inline-block;
}

.goodsList li:hover .follow {
    top: 180px;
    opacity: 1;
}

.follow .layui-icon,
.follow:hover {
    color: #fff;
}

#page {
    text-align: center;
    padding-top: 30px;
}

.cartWidth {
    top: 50%;
    margin-top: -36px;
}

.cartUp {
    bottom: 37px;
}

.cartGo {
    bottom: 0px;
}

.cartEmpty {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -64px;
}

.cartEmpty a {
    margin-top: 5px;
}

.cartEmpty p {
    font-size: 12px;
    color: #000;
}

.cartEmpty img {
    width: 64px;
    height: 64px;
}

.redBg {
    background-color: #FD1718;
    color: #fff;
}

.cartGoods {
    position: relative;
    padding-left: 62px;
    padding-right: 5px;
}

.cartGoods p,
.cartGoods a {
    font-size: 12px;
    line-height: 16px;
}

.cartGoodsName {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cartGoodsPrice {
    line-height: 12px;
    margin-top: 4px;
}

.cartGoodsPrice .rt {
    color: #005AA0;
    margin-right: 10px;
    cursor: pointer;
}

.followActive .layui-icon-heart-fill {
    color: #FD1718;
    display: inline-block;
}

.followActive .layui-icon-heart {
    display: none;
}


/*热销商品开始*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.hotGoods {
    margin-top: 20px;
    border: 1px solid #ddd;
}

.hotGoodsTitle {
    background-color: #F7F7F7;
    height: 36px;
    line-height: 36px;
}

.hotGoodsTitleTxt {
    background: #fff;
    border-top: 2px solid #cc2525;
    color: #cc2525;
    margin-top: -2px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
}

.hotGoods ul {
    width: 100%;
    float: left;
}

.hotGoods li {
    width: 20%;
    float: left;
}

.goodsBox {
    border: #fff solid 1px;
    padding: 10px;
    position: relative;
    margin: 0 5px;
}


/* 商品缩略图 */

.goodsBox .ps-main {
    margin-bottom: 10px;
    margin-top: 10px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    /* height: 40px; */
}

.goodsBox .ps-main .ps-item {
    width: 30px;
    height: 30px;
    text-align: left;
    margin-top: 10px;
    margin-right: 5px;
}

.goodsBox .ps-main .ps-item:first-child a {
    border-color: #f30213;
    border-width: 2px;
}

.goodsBox .ps-main .ps-item a {
    display: block;
    width: 29px;
    height: 29px;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}


/* .goodsBox .ps-main .ps-item a:hover {
} */

.goodsBox .ps-main .ps-item .active {
    border-color: #f30213 !important;
    border-width: 2px !important;
}

.goodsBoxImg {
    display: block;
    width: 208px;
    height: 210px;
}

.hotGoods .priceNumber,
.hotGoods .priceGwNumber {
    color: #cc2525;
    font-weight: 400;
    font-family: Verdana;
    font-size: 14px;
    display: inline-block;
}

.hotGoods .goodsBoxPrice {
    padding: 5px 0;
    text-align: center;
}

.hotGoods .priceGwNumber {
    color: #A9A9A9;
    text-decoration: line-through;
}

.medal {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 42px;
    width: 32px;
}

.medal span {
    position: absolute;
    left: 0;
    top: 8px;
    width: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #e37400;
}

.medal img {
    width: 100%;
    height: 100%;
}


/*热销商品结束*/


/*合作商家开始*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.friend {
    margin-top: 20px;
}

.friend ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.friend ul li img {
    height: 40px;
    width: auto;
}

.friendTitle {
    font-size: 26px;
}

.chenck {
    display: none;
}


/*合作商家结束*/

.totalGoods,
.filterShow {
    padding: 10px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
}

.filterShow {
    border-bottom: none;
    padding: 0;
}

.filterShow .conditionsTip {
    /* width: 120px; */
    padding: 5px;
    font-size: 12px;
    /* margin-right: 10px;
  margin-bottom: 10px; */
    margin: 10px;
    border: 1px solid #333;
}

.filterShow .conditionsTip .nav {
    margin-right: 20px;
    /* width: 100px; */
    /* white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;  */
}

.filterShow .conditionsTip .nav span:first-child {
    color: #cc2525;
    font-weight: 700;
}

.filterShow .conditionsTip .delet {
    color: #cc2525;
    cursor: pointer;
}

.unfoldingThe {
    cursor: pointer;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filterContent .checkSubmit {
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.filterContent .checkSubmit .checkSure {
    background-color: #FD1718;
}


/* 店铺样式 */

.theStoe {
    background: #fff;
    padding: 10px;
    display: none;
}

.theStoe .theStoreLeft {
    width: 204px;
    height: 84px;
    /* padding: 12px; */
    box-sizing: border-box;
    background: #fff;
}

.theStoe .theStoreLeft img {
    width: 204px;
    height: 84px;
    vertical-align: top;
}

.theStoe .theStoreName {
    color: #333;
    margin-left: 20px;
}

.theStoe .theStoreRight button {
    width: 90px;
    height: 33px;
    line-height: 33px;
    background: #e4393c;
    margin-top: 50px;
    border-radius: 3px;
}


/* 顶部分页 */

#pageTop .layui-laypage {
    margin: 0;
}

#storeBanner .storeImg .imgLogo {
    width: 20%;
    height: 100px;
}

#storeBanner .storeImg .imgBanner {
    width: 79%;
    height: 100px;
}

.search-store {
    display: none;
}

.sortBtn .layui-btn-sm {
    line-height: 29px;
}

.addcart {
    display: inline-block;
    height: 100%;
    padding: 0 4px;
}

.addcart+.addcart {
    border-left: 1px solid #C9C9C9;
}

.goodsBoxHave .layui-btn-sm {
    padding: 0;
}

.goodsBoxHave .diff {
    font-size: 12px !important;
    font-style: normal;
    color: gray;
    vertical-align: middle;
}

.addcart input {
    -webkit-appearance: checkbox;
    vertical-align: middle;
    margin-right: 3px;
}

.layui-form-checkbox[lay-skin=primary] i {
    width: 12px;
    height: 12px;
    font-size: 12px!important;
}

.layui-form-checkbox[lay-skin=primary] {
    min-width: 14px;
    min-height: 14px;
    padding-left: 18px;
}

.filterEdit .layui-btn {
    margin-left: 0;
    margin-right: 10px;
}

.filterEdit .layui-btn+.layui-btn {
    margin-left: 0;
}

.ConditionsOfTheQuery .layui-form-checkbox i{
    top: 1px;
}