.top_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 495px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    margin-top: -110px;
}

.top_banner.mobile {
    display: none;
}

.top_banner .en {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 10px;
}

.top_banner .cn {
    font-size: 22px;
    word-spacing: 20px;
    margin-top: 16px;
}

.offline {
    background-color: #f2edea;
    padding: 155px 0 159px;
}

.offline .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offline .search .store {
    display: flex;
    align-items: center;
    width: 364px;
    height: 43px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.offline .search .store input {
    flex: 1;
    min-width: 0;
    height: 100%;
    background-color: transparent;
    font-size: 20px;
    padding: 0 30px;
}

.offline .search .store input::placeholder {
    color: #898989;
}

.offline .search .store .icon-sousuo1 {
    color: #c7161e;
    font-size: 23px;
    margin-right: 18px;
}

.offline .search .store select {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 99;
}

.offline .search .store select::-webkit-scrollbar {
    display: none;
}

.offline .search .store select option {
    font-size: 16px;
    padding: 0 10px;
}

.offline .search .other {
    display: flex;
    align-items: center;
}

.offline .search .other .store {
    width: 207px;
}

.offline .search .other .store:nth-child(n+2) {
    margin-left: 36px;
}

.offline .search .other .store .xiajiantou {
    width: 23px;
    aspect-ratio: 1;
    margin-right: 18px;
    transition: all 0.3s;
}

.offline .map {
    height: 573px;
    margin-top: 44px;
}

.offline .storeInfo {
    display: flex;
    margin-top: 40px;
}

.offline .storeInfo li {
    flex: 1;
    aspect-ratio: 195/88;
    background-color: #fefcfc;
    color: #333;
    padding: 31px 26px 0 40px;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;
}

.offline .storeInfo li:hover {
    background-color: #c7161e;
    color: #fff;
    transform: scale(1.03) translateY(4px);
}

.offline .storeInfo li:nth-child(n+2) {
    margin-left: 20px;
}

.offline .storeInfo li .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offline .storeInfo li .tit .en {
    font-size: 18px;
}

.offline .storeInfo li .tit .cn {
    font-size: 14px;
}

.offline .storeInfo li .tit .icon {
    width: 40px;
    aspect-ratio: 1;
    border: 1px solid #c7161e;
    border-radius: 50%;
}

.offline .storeInfo li:hover .tit .icon {
    background-color: #fff;
}

.offline .storeInfo li .cont {
    font-weight: 700;
    margin-top: 18px;
    padding-top: 22px;
    border-top: 1px dashed #ccc;
}

.offline .storeInfo li:hover .cont {
    border-color: rgba(204, 204, 204, 0.3);
}

@media screen and (min-width:320px) {
    .top_banner.pc {
        display: none;
    }

    .top_banner.mobile {
        display: block;
    }

    .top_banner {
        height: 361px;
        margin-top: -50px;
    }

    .offline {
        padding: 60px 0;
    }

    .offline .search {
        flex-direction: column;
    }

    .offline .search .store {
        width: 100%;
        height: 35px;
    }

    .offline .search .store input {
        font-size: 16px;
        padding: 0 20px;
    }

    .offline .search .other {
        flex-direction: column;
        width: 100%;
    }

    .offline .search .other .store {
        width: 100%;
        margin-top: 10px;
    }

    .offline .search .other .store:nth-child(n+2) {
        margin-left: 0;
    }

    .offline .map {
        height: auto;
        aspect-ratio: 1;
        margin-top: 30px;
    }

    .offline .storeInfo {
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px -5px 0;
    }

    .offline .storeInfo li {
        flex: none;
        width: calc(50% - 10px);
        margin: 10px 5px 0;
        padding: 10px;
    }

    .offline .storeInfo li:nth-child(n+2) {
        margin-left: 5px;
    }

    .offline .search .store select {
        top: 42px;
    }

    .offline .storeInfo li .tit .en {
        font-size: 16px;
    }

    .offline .storeInfo li .tit .cn {
        font-size: 12px;
    }

    .offline .storeInfo li .tit .icon {
        width: 30px;
    }

    .offline .storeInfo li .cont {
        margin-top: 15px;
        padding-top: 15px;
    }
}

@media screen and (min-width:375px) {}

@media screen and (min-width: 768px) {
    .top_banner.mobile {
        display: none;
    }

    .top_banner.pc {
        display: block;
    }

    .top_banner {
        height: 361px;
        margin-top: -50px;
    }

    .offline .search {
        flex-direction: row;
        margin: 0 -18px;
    }

    .offline .search .store {
        width: calc(33.3333% - 36px);
        margin: 0 18px;
    }

    .offline .search .other {
        flex-direction: row;
        width: 66.6666%;
    }

    .offline .search .other .store {
        width: calc(50% - 36px);
        margin: 0 18px;
    }

    .offline .search .other .store:nth-child(n+2) {
        margin-left: 18px;
    }

    .offline .map {
        height: 573px;
        aspect-ratio: auto;
        margin-top: 44px;
    }
}

@media screen and (min-width: 992px) {
    .offline .search {
        margin: 0;
    }

    .offline .search .store {
        width: 364px;
        height: 43px;
        margin: 0;
    }

    .offline .search .store input {
        font-size: 18px;
        padding: 0 30px;
    }

    .offline .search .other {
        width: auto;
    }

    .offline .search .other .store {
        width: 207px;
        margin: 0;
    }

    .offline .search .other .store:nth-child(n+2) {
        margin-left: 36px;
    }

    .offline .search .store select {
        top: 50px;
    }

    .offline .storeInfo {
        margin: 40px 0 0;
    }

    .offline .storeInfo li {
        flex: 1;
        width: auto;
        margin: 0;
        padding: 15px;
    }

    .offline .storeInfo li:nth-child(n+2) {
        margin-left: 20px;
    }

    .offline .storeInfo li .tit .en {
        font-size: 18px;
    }

    .offline .storeInfo li .tit .cn {
        font-size: 14px;
    }

    .offline .storeInfo li .tit .icon {
        width: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .top_banner {
        height: 495px;
        margin-top: -110px;
    }

    .offline .search .store input {
        font-size: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .offline .storeInfo li {
        padding: 31px 26px 0 40px;
    }

    .offline .storeInfo li .cont {
        margin-top: 18px;
        padding-top: 22px;
    }
}

@media screen and (min-width: 1440px) {
    .offline {
        padding: 155px 0 159px;
    }
}

@media screen and (min-width: 1680px) {
    .offline .container {
        margin: 0 18%;
    }
}

@media screen and (min-width: 1920px) {}