.main-banner {
    height: 408px
}

.main-content {
    padding: 50px 13%
}

.section-title {
    font-size: 3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0;
    text-align: left
}

.section-header-translate {
    font-size: 2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #505050;
    text-align: left;
    margin: 5px 0 0
}

.city-select-wrapper {
    text-align: left;
    padding: 25px 0
}

.city-select-wrapper select {
    width: 320px;
    height: 32px;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    padding: 0 0 0 5px;
    color: #66686a;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dadada;
    outline: 0;
    cursor: pointer
}

.city-select-wrapper select.city {
    margin-left: 40px
}

.city-select-wrapper select:focus, .city-select-wrapper select:hover {
    border-color: #e3d3a7
}

.city-select-wrapper option {
    color: #66686a
}

.shop-list-container {
    padding: 60px 0 20px
}

.shop-list-item {
    width: 49.5%;
    float: left;
    margin-bottom: 50px;
    margin-right: 1%;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 15px
}

.shop-list-item:hover {
    -webkit-box-shadow: 0 3px 31px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 3px 31px 0 rgba(0, 0, 0, .09);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.shop-list-item:nth-child(2n) {
    margin-right: 0
}

.shop-info {
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #575757;
    line-height: 38px;
    text-align: left;
    margin: 0;
    padding-left: 22px;
    position: relative
}

.shop-info.shop-name {
    font-size: 1.8rem;
    color: #030303;
    line-height: 40px;
    height: 40px;
    font-weight: 700
}
.shop-info a{
    text-decoration: none;
    color: #575757;
}
.shop-info a:link{
    text-decoration: none;
    color: #575757;
}
.shop-info a:visited{
    text-decoration: none;
    color: #575757;
}
.shop-info a:hover{
    text-decoration: none;
    color: #575757;
}
.shop-info a:active{
    text-decoration: none;
    color: #575757;
}

.location-icon {
    width: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px
}

.no-shop-tips {
    font-size: 1.4rem;
    color: #66686a;
    margin: 0
}

@media screen and (max-width: 1440px) {
    .main-content {
        padding: 40px 8%
    }

    .city-select-wrapper select {
        width: 280px
    }
}

@media screen and (max-width: 1280px) {
    .main-banner {
        height: 310px
    }

    .main-content {
        padding: 30px 5%
    }

    .city-select-wrapper select {
        width: 260px
    }
}

@media screen and (max-width: 768px) {
    .main-banner {
        height: 240px
    }

    .main-content {
        padding: 20px 15px
    }

    .section-title {
        font-size: 2.2rem
    }

    .section-header-translate {
        margin-bottom: 10px
    }

    .city-select-wrapper {
        padding: 10px 0
    }

    .shop-list-container {
        padding: 10px 0 20px
    }

    .shop-list-item {
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2%;
        padding: 10px 15px;
        border: 1px solid #eee;
        min-height: 200px
    }

    .shop-list-item:last-child {
        margin-bottom: 0
    }

    .shop-info {
        font-size: 1.2rem;
        line-height: 26px;
        padding-left: 22px
    }

    .city-select-wrapper select {
        width: 49%;
        float: left;
        font-size: 1.2rem
    }

    .city-select-wrapper select.city {
        margin-left: 2%
    }
}

@media screen and (max-width: 500px) {
    .section-title {
        padding: 15px 0
    }

    .shop-list-item {
        width: 100%;
        float: none;
        min-height: 160px
    }
}