.shop_banner > img{
    
}
.shop_banner{
    min-height: 300px;
}
.background-img {
    width: 100%;
    height: auto;
    margin-top:60px ;
}
.incountry {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 10vw;
    left: 0;
}
.incountry-img {
    width: 15vw;
    height: auto;
}
.content {
    margin-top: 3vw;
    margin-left: 8vw;
    margin-right: 8vw;
    /* min-height: 40vw; */
}
.content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    cursor:pointer
}
.item-city {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}
.item-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #EA5404;
}