.footer-area {
    background: #fff;
}
.store-box {
    margin: 0 auto;
    width: 100%;
    min-height: 800px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cate-list {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    align-items: center;
    background: #fff;
}
.cate-item {
    margin-right: 10px;
    width: auto;
    height: 26px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-radius: 13px;
    cursor: pointer;
    text-align: center;
}
.cate-list .active {
    border-color: #e93323;
    background-color: #e93323;
    color: #fff;
}
.store-list {
    display: flex;
    flex-wrap: wrap;
}
.store-item {
    width: 637px;
    height: 224px;
    margin-right: 20px;
    background: #fff;
    margin-top: 20px;
    display: flex;
}
.store-item:nth-child(even) {
    margin-right: 0;
}
.store-bg {
    width: 180px;
    height: 100%;
    background: url("/statics/home/default/image/store-bg.jpg") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.store-name {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}
.follow {
    margin-bottom: 10px;
    color: #e2e2e2;
}
.go-store {
    border: 1px solid #e2e4e6;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
}
.product-list {
    width: 450px;
    display: flex;
    padding: 0 17px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.product-item {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.product-name {
    margin-top: 7px;
    color: #5a5a5a;
    line-height: 16px;
    width: 100%;
}
.price {
    color: #e93323;
    font-weight: 700;
    margin-top: 4px;
}
.store-detail {
    width: 100%;
    min-height: 700px;
    display: flex;
}
.store-detail-left {
    width: 240px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 370px;
    color: #282828;
    font-size: 14px;
    padding: 0 25px;
    margin-top: 20px;
}
.store-basic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ececec;
    height: 130px;
    width: 80%;
}
.store-basic .logo {
    width: 61px;
    height: 61px;
    margin-bottom: 15px;
}
.store-basic .logo img {
    width: 61px;
    height: 61px;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trader {
    display: inline-block;
    width: auto;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #e93323;
    border-radius: 2px;
    margin-right: 3px;
    font-size: 12px;
}
.store-info {
    padding: 10px 0 10px;
    border-bottom: 1px dashed #ececec;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.store-info .store-info-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.store-info-item .desc {
    margin-left: 20px;
}
.collection {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    background: #fff;
    margin-top: 10px;
}
.store-detail-right {
    width: calc(100% - 220px);
    height: 100%;
    margin-left: 20px;
    margin-top: 10px;
}
.store-bar {
    margin-top:10px;
    padding: 10px;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
}
.store-bar .button-item {
    padding: 3px 10px;
    border: 1px solid #e2e4e4;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
    border-radius: 15px;
    cursor: pointer;
}
.store-bar .button-item.active {
    background: #e93323 !important;
    color: #fff;
    border: none;
}
.goods_cate_item {
    color: #282828;
}
.store-goods-pages {
    text-align: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.pagination li {
    display: inline-block;
    margin-right: 10px;
}
.pagination li.active {
    background-color: #e93323;
    color: #fff;
    padding: 5px 10px;
}
.pagination li a.prev,
.pagination li a.next {
    background-color: #d9d9d9;
    color: #333;
    border-color: #ccc;
}
.pagination li a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}
.pagination li span.delimiter {
    color: #999;
}
.store-more-goods {
    margin-top: 20px;
    width: 100%;
}