main picture{
    position: relative;
}
li{
    list-style: none;
}
ul{
    padding: unset;
    margin: unset;
}
.store-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#shop_store{
    background: #f5f5f5;
}
#shop_store .store-container{
    position: unset;
    height: auto;
    background: #fff;
    border-top: 1px solid #999;
    padding-top: 30px;
}
#shopList .title{
    background: #f5f5f5;
}
.title{
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
    margin: auto;
}
.title span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title span:before {
    background: linear-gradient(-90deg, #000000 15%, #FFFFFF 100%);
    margin-right: 20px;
}
.title span:after {
    background: linear-gradient(90deg, #000000 15%, #FFFFFF 100%);
    margin-left: 20px;
}
.title span:before, .title span:after {
    content: " ";
    display: inline-block;
    height: 4px;
    width: 64px;
}
.service_List{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.service_List li{
    display: flex;
    flex-flow: column;
    margin: 0 50px;
    text-align: center;
}
.service_List li img{
    width: 184px;
    height: 184px;
}
.service_List li span{
    font-size: 18px;
    margin-top: 10px;
}
#shopList{
    background: #f5f5f5;
}
.shop_list {
    display: flex;
    flex-flow: wrap;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
}
.shop_list_Box {
    display: block;
    width: 32%;
    margin-bottom: 2%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
}
.shop_list_Box .shop-img {
    width: 100%;
    object-fit: cover;
    margin: 0 -100%;
    transition: transform 0.3s linear;
}
/*.shop_list_Box:hover .shop-img {*/
/*    transform: scale(1.05);*/
/*}*/
.shop_list_Box:nth-child(3n-1) {
    margin: 0 2% 2%;
}
.shop_text{
    text-align: left;
    padding:0 25px;
}
.shop_title{
    font-size: 24px !important;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.Label span{
    background: #f5f5f5;
    color: #999999;
    font-weight: 500;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 3px;
}
.position span{
    flex-flow: wrap;
    word-break: break-all;
    color: #999999;
    font-weight: 400;
}
.position img{
    width: 22px;
}
.shop_text div{
    font-size: 16px;
    margin-bottom: 15px;
}
.open_time{
    color: #999999;
    font-weight: 400;
}
.shop_list_Box>a>img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 767px){
    .title{
        font-size: 1rem;
    }
    .shop_list{
        flex-flow: column;
    }
    .shop_list_Box{
        width: 100%;
        margin-bottom: 5%;
    }
    .shop_list_Box:nth-child(3n-1) {
        margin: 0;
    }
    .service_List{
        flex-flow: wrap;
    }
    .service_List li{
        width: 45%;
        margin: 0 10px;
    }
    .service_List li span{
        margin-bottom: 10px;
    }
    .service_List li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1199px){
    .shop_list{
        max-width: 100%;
        width: 93.75%;
    }
    .service_List{
        flex-flow: wrap;
    }
    .service_List li{
        width: 45%;
        margin: 0 10px;
        align-items: center;
    }
    .service_List li span{
        margin-bottom: 30px;
    }
}