* {
    box-sizing: border-box;
}
.search-btn {
    height: 42px;
    line-height: 42px;
}
.front-search {
    background: #fff;
    height: 132px;
    margin-bottom: 20px;
}
.cartBtn {
    /* margin-left: 60px; */
    height: 44px;
}
.g-search {
    float: left;
}
/* .search-btn {
    margin-right: 20px;
} */
.search-store {
    margin-right: 0;
}
.nav {
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
/* 店铺banner */
#storeBanner {
    margin-bottom: 25px;
}
/* #storeBanner .storeImg img {
} */
#storeBanner .storeImg .imgLogo {
    width: 20%;
    height: 100px;
}
#storeBanner .storeImg .imgBanner {
    width: 80%;
    height: 100px;
}
/* 店铺内容 */
.shopNav .leftList {
    width: 293px;
    margin-right: 21px;
}
.classification {
    padding: 19px 29px;
    margin-bottom: 17px;
    background-color: #fff;
}
.classification li {
    margin-bottom: 25px;
    cursor: pointer;
}
.classification li:last-child {
    margin-bottom: 0;
}
/* .hotSale {
} */
.hotSale .hot-title {
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #2f3089;
}
.hotSale .hotList {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
}
.hotSale .hotList li .img {
    position: relative;
}
.hotSale .hotList li .img img {
    width: 233px;
    height: 226px;
}
.hotSale .hotList li .img p {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    background-color: rgba(0, 0, 0, 0.5);
}
.hotSale .hotList li p {
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.hotSale .hotList li .hot-price{
    color: #cc2525;
    font-weight:600;
    font-size: 12px;
}
.rightList {
    width: 885px;
}
.ConditionsOfTheQuery .top {
    padding: 0 !important;
    background-color:#ededed !important;
    border-bottom: none !important;
}
.ConditionsOfTheQuery .top .searchBox button {
    /* background-color:#ededed !important; */
}
.goodsList {
    margin-top: 10px;
}
.goodsList ul {
    width: 886px;
    float: left;
}

.goodsList li {
    width: 25%;
    float: left;
    margin: 0 0 25px;
}

.goodsBox {
    /* border: #fff solid 1px; */
    /* padding: 10px; */
    position: relative;
    margin: 0 5px;
    height: 316px;
    background-color: #fff;
}

.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: 100%;
    height: 210px;
}

.goodsBoxImg img {
    width: 100%;
    height: 100%;
}

.goodsBoxPrice {
    padding: 5px 10px;
}

.discount {
    background: linear-gradient(to right, #32CD32, #FF7F50);
    float: right;
    color: #fff;
    padding: 3px 6px;
    font-size: 14px;
}

.priceNumber,
.priceGwNumber {
    color: #cc2525;
    font-weight: 600;
    font-family:var(--font-family-sans-serif);
    font-size: 12px;
    display: inline-block;
}
.isLoginPrice a{
    font-size: 12px;
    font-weight: 600;
}
.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;
    margin-top: 25px;
    display: block;
    font-size: 14px;
    /* text-align: center; */
    padding-left: 10px;
    padding-right: 10px;
}

.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;
}
.ConditionsOfTheQuery .top .HideButton {
    top: 0 !important;
    right: 6px !important;
}

/* 分类 */
.layui-colla-title, .layui-colla-content {background-color: #fff; border: 0 none;}
.layui-colla-content p {margin-left: 20px; cursor: pointer;}
#classification{margin-bottom: 20px;}
.layui-collapse , .layui-colla-item{border: 0 none;}

.layui-colla-content.active {
    background: #e4e4e4;
}
#followShop:hover {
    color: red;
}

.goodsBox {border: 1px solid #fff;}
.goodsList li:hover .goodsBox {
  /* box-sizing: border-box; */
  border: #e9e9e9 solid 1px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.hide{
    display: none;
}

.btn-index{
    background-color: transparent;
    border: 1px solid #2F3089;
    border-radius: 20px;
    color: #2F3089;
    padding: 0 30px;
}