.shop-list-wrap .shop-header {
    width: 100%;
    min-width: 1269px;
    height: 250px;
    background: url(../images/index/shopList/head_bg.png) no-repeat center;
    padding-top: 31px;
}
.shop-list-wrap .shop-con {
    width: 1269px;
    margin: 0 auto;
}
.shop-nav {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.shop-nav img {
    margin-right: 9px;
}
.shop-nav img,
.shop-nav span {
    display: inline-block;
    vertical-align: middle;
}
.shop-list-area {
    margin-top: -101px !important;
}
.shop-list-page {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shop-list-page .shop-item {
    width: 290px;
    height: 200px;
    margin: 0 35px 36px 0;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 10px 40px 1px #fafafa,0px 5px 20px 1px #fafafa;
}
.shop-list-page .shop-item:nth-child(4n) {
    margin-right: 0;
}
.shop-list-page .shop-item::before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #844095;
    margin: 0 auto;
}
.shop-img-wrap {
    width: 100%;
    height: 144px;
    display: table;
    border-bottom: 1px solid #efefef;
}
.shop-img-wrap .shop-img-cell {
    display:table-cell;
    vertical-align:middle;
}
.shop-img-wrap .shop-img-cell img {
    max-width: 290px;
    max-height: 144px;
}
.shop-item .shop-name {
    font-size: 18px;
    color: #666666;
    height: 56px;
    line-height: 56px;
}

.change-page-area {
    text-align: center;
    margin: 70px 0 168px 0;
}
.change-page-area .page-num,
.change-page-area .prev-page,
.change-page-area .next-page {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #dddddd;
    margin-right: 4px;
    border-radius: 3px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.change-page-area .page-num.active {
    background-color: #844095;
    border-color: #844095;
    color: #ffffff;
}
.change-page-area .page-input input {
    width: 37px;
    height: 17px;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 2px;
    margin: 0 10px 0 4px;
}
.change-page-area .page-divide {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 17px;
    background-color: #dddddd;
}
.change-page-area .page-total {
    font-size: 12px;
    color: #b9b9b9;
}