.page-panel {
    width: 100%;
    height: auto;
    position: relative;
}

.dynamic-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 12.5px;
}

.dynamic-row {
    width: 100%;
    max-width: 100%;
    height: 22px;
    padding-left: 30px;
    color: #1A1311;
    position: relative;
    margin: 5px 0;
}

.dynamic-row a {
    max-width: 100%;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #1A1311;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-row a:hover {
    color: #0D7AFF;
}

.dynamic-row::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #0D7AFF;
}

.street-wrapper {
    width: 100%;
    height: 243px;
    user-select: none;
}

.street-wrapper .swiper-container {
    width: 100%;
    height: 243px;
    padding: 0 15px;
    position: relative;
}

.street-wrapper .swiper-slide {
    width: auto;
    height: 243px;
}

.street {
    width: auto;
    min-width: calc(100vw - 30px);
    height: 243px;
}

.street-upper,
.street-below {
    width: 100%;
    height: 95px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 12.5px 0;
}

.store {
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
    background-color: #D5D5D5;
}

.store.focus {
    animation: breathing 1s linear;
    animation-iteration-count: 5;
}

@keyframes breathing {
    0% {
        box-shadow: 0 0 0 0px red;
    }

    50% {
        box-shadow: 0 0 0 2px red;
    }

    100% {
        box-shadow: 0 0 0 0px red;
    }
}

.street-upper .store:last-child,
.street-below .store:last-child {
    margin: 0;
}

.store-cover {
    width: 100%;
    height: 100%;
    padding: 8px;
}

.store-info {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.store-type {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.store-type img {
    width: 12px;
    height: 12px;
}

.store-name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #000000;
}

.store-empty {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #40424D;
    border: 2px solid #0D7AFF;
}

.store-empty.size2 {
    width: 140px;
}

.store-empty.size3 {
    width: 210px;
}

.store-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
}

.store-img.width_equal img {
    width: 100%;
    height: auto;
}

.store-img.height_equal img {
    width: auto;
    height: 100%;
}

.store-img .loading-img-null {
    background-color: transparent;
}

.subgrade {
    width: 100%;
    height: 53px;
    display: flex;
    flex-direction: row;
}

.subgrade-l {
    width: 88px;
    height: 53px;
    background-size: auto 100%;
    background-image: url("../img/icon/road-l.png");
}

.subgrade-c {
    flex: 1;
    height: 53px;
    background-size: auto 100%;
    background-image: url("../img/icon/road.png");
}

.subgrade-r {
    width: 88px;
    height: 53px;
    background-size: auto 100%;
    background-image: url("../img/icon/road-r.png");
}

.road-wrapper {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 53px;
}

.road {
    width: 100%;
    height: 53px;
    position: relative;
    display: flex;
    user-select: none;
}

.sliding-left,
.sliding-right {
    position: absolute;
    top: calc(50% - 5px);
    left: 5%;
    z-index: 2;
    width: 44px;
    height: 10px;
    animation: twinkle 1.5s infinite ease-in;
}

@keyframes twinkle {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sliding-left {
    left: auto;
    right: 5%;
}

.bl .sliding-right {
    display: none;
}

.br .sliding-left {
    display: none;
}

.road-name {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 7px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 6px #555;
}

.road-name span {
    padding-left: 25px;
    margin-right: 10px;
}

.direction {
    width: 35px;
    height: 35px;
}

.city-wrapper {
    padding: 36px 15px;
    min-height: calc(100vh - 561px);
}

.province-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.province-column .tit {
    font-size: 15px;
    font-weight: 600;
    color: #40424D;
}

.province-column .province {
    font-size: 15px;
    color: #0D7AFF;
}

.city-list {
    width: 100%;
    height: auto;
    display: table;
}

.city-list a {
    width: calc((100% - 15px) / 2);
    height: 64px;
    float: left;
    margin-top: 15px;
}

.city-box {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #40424D;
    border-radius: 8px;
    background-color: #F4F6FA;
}

.city-list a:nth-child(1),
.city-list a:nth-child(2) {
    margin-top: 0;
}

.city-list a:nth-child(2n) {
    margin-left: 15px;
}

.shop-pop {
    width: 128px;
    height: 140px;
    padding: 10px;
    position: absolute;
    z-index: 98;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
}

.shop-name {
    text-align: left;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shop-tel {
    text-align: left;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #90909F;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shop-address {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
}

.shop-address .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.shop-address span {
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-pop .shop-opt {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.shop-pop .close-btn {
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    background-color: #E61C43;
}

.shop-pop .theme-btn {
    flex: 1;
    height: 24px;
    font-size: 12px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
}

.loading-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(225, 225, 225, 0.8);
}

.loading-wrapper p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    color: #757575;
}

.loading-wrapper img {
    width: 40px;
    height: 40px;
}

.search-bar-wrapper {
    width: 100%;
    height: 53.5px;
    padding: 15px 15px 2.5px 15px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 97;
    background-color: #ffffff;
}

.search-bar {
    width: 100%;
    height: 36px;
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 18px;
    border: 1px solid #0d7aff;
    user-select: none;
}

.search-icon,
.search-icon img {
    width: 16px;
    height: 16px;
}

.search-icon {
    margin-right: 8px;
}

.search-input {
    flex: 1;
    line-height: 34px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-input::placeholder {
    color: #b6b6be;
}