*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
p{
    margin-bottom:0!important;
}
.storecontainer{
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 50px;
    flex-wrap: wrap;
    background-color: #284B62;
    height: 50px;
    max-width: 1000px;
    margin:0px auto;
}
.store h6{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 20px;
}
.storecontainer input{
    width: 328px;
    height: 21px;
    margin-right: 20px;
}
.search-input{
    display: flex;
    align-items: center;
}
.search-input input{
    font-size: 16px;
    padding-left: 3px;
}
.search{
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #F18F5E;
    cursor: pointer;
}
.search img{
    display: block;
    margin: 5px auto;
}
/* 商家列表 */
.store-list {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.store-img {
    position: absolute;
    left: 0%;
    height: 100%;
    width: 32%;
    background-color: #E3E3E3;
    min-height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-content {
    position: relative;
    left: 32%;
    width: 68.1%;
    min-height: 225px;
    background-color: #fff;
}
.store-content h6{
    font-size: 18px;
    font-weight: 700;
    color: #284B62;
    margin: 40px 10px 20px 30px;
}
.store-content p{
    color: #284B62;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    letter-spacing: 0.1em;
 
}
.pcstore-img{
    display: block;
}
.mobilestore-img,.flexs-contents{
    display: none;
}
.flex{
    display: flex;
}
.flexes{
    display: flex;
    margin: 0 0 10px 30px;
}
.flexs{
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    margin: 0 0 10px 30px;
}
.flexs-content{
    
}
.place{
    margin-top: 20px;
}
.img-control{
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
}
img{
    max-width:100%;
}
/* rwd */
@media (max-width: 1366px) {
    .storecontainer,.store-list{
        max-width: 950px;
    }
    }
    @media (max-width: 1200px)  {
    .storecontainer,.store-list{
         max-width: 900px;
    }
    }
    @media (max-width: 768px)  {
        .storecontainer{
             max-width: 650px;
        }
        }
    @media (max-width: 768px) {
    .center{
        display: block;
    }
    .storecontainer{
        background-color: #fff;
        max-width: 288px;
        background-color:#EFEFEF;
        margin-bottom: 60px;
     }
     .store h6{
        color: #284B62;
        margin: 0;
     }
     .storecontainer input{
        width: 258px;
        height: 30px;
        margin-right: 0px;
        border: #fff;
     }
     .search{
       border-radius: 0px;
    }
    .search-input input{
        padding-left: 8px;
    }
    .store-list{
        display: block;
    }
    .store-content p{
        font-size: 14px;
    }
    .store-img,.store-content{
        position: relative;
        width: 288px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .store-content{
        min-height: 152px;
    }
    .pcstore-img{
        display: none;
    }
    .mobilestore-img{
        min-width:11px;
    }
    .mobilestore-img,.flexs-content{
        display: block;
    }
    .title-h6{
        padding:15px 10px 5px 10px;
    }
    .store-content h6{
        margin: 10px 0;
    }
    .store-content p{
        padding-right:0;
    }
    .flex{
        justify-content: center;
    }
    .flexs{
        justify-content: start;
        padding-right: 10px;
    }
    .flexs-content{
        margin-left:15px!important;
    }
    .flexes{
        padding-right: 10px;
    }
    .pb-25{
        padding-bottom: 25px;
    }
    .place{
        position: absolute;
        right: 8px;
        top:-8px;
        margin-top: 12px;
    }
    .MsoNormal>span>img{
        margin: 5px 0;
    }
    }
    /* pagination */
    .pagination{
        display: flex;
        justify-content: center;
        margin:50px 0;
    }
    .pagination-item {
        display: flex;
        list-style: none;
    }
    .page-link{
        color: #284B62;
    }
    .page-item{
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        border: 1px solid #dee2e6;
        color: #284B62;
        background-color: #fff;
    }
    .page-item.active {
        color: #fff;
        background-color: #284B62;
        border-color: #284B62;
    }

.table-rwd {
    background: #e6e6e6;
}

.rwd-css-table .tr {
    background: #e6e6e6;
}
.td {
    font-size: 1em;
}
@media (max-width: 999px) {
    .tr>.td:before {
        content: attr(data-th);
        font-weight: 700;
        display: block;
        width: 100%;
        margin-right: calc(100% - 90px);
        color: #215671;
        font-size: 1em;
    }
    .rwd-css-table .td{
        position:relative;
    }
    .tr > .td:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 20px);
        height: 1px;
        bottom: 0;
        background: #8AA4B2;
    }
    .td>a{
        display:block;
    }
}