.SeaRes {
    width: 100%;
    height: 3.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0.375rem rgb(0, 0, 0, 0.1);
    margin: 3.75rem auto 0.625rem;
    background: #fff;
    font-size: 0.875rem;
    color: #333;
}

    .SeaRes span {
        font-size: 0.875rem;
        color: #ff5959;
    }
    .SeaRes em {
        font-style: normal;
        display: inline-block;
        padding: 0 0.25rem;
    }

.noSeaKyes {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0.375rem rgb(0, 0, 0, 0.1);
    background: #fff;
    font-size: 0.875rem;
    color: #999;
    line-height: 5rem;
    margin-top: 2.7rem;
    height: 5rem;
}
.RouteList {
    width: 95%;
    margin: 1rem auto 0.625rem;
}

.RouteList-Item {
    width: 100%;
    height: 10rem;
    border-radius: 0.5rem;
    display: flex;
    gap: 0.375rem;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0.625rem;
}

.RouteList-Item-img {
    position: relative;
}

    .RouteList-Item-img img {
        width: 9rem;
        height: 9rem;
        border-radius: 0.5rem;
        object-fit: cover;
    }

    .RouteList-Item-img div {
        width: 8.4rem;
        position: absolute;
        bottom: 1.375rem;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        padding: 0.125rem 0.25rem;
        border-radius: 0.375rem;
        box-sizing: border-box;
        background: #00000050;
        text-align: center;
        font-size: 0.875rem;
        height: 1.6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.RouteList-Item-Info {
    flex: 1;
    position: relative;
    width: calc(100% - 10rem);
}

.RouteList-Item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.RouteList-Item-huise {
    background-color: #f8f8f8;
    padding: 0.25rem;
    font-size: 0.6875rem !important;
    color: #666 !important;
    white-space: nowrap;
    overflow: hidden;
}

.RouteList-Item-Departure {
    font-size: 0.8125rem;
    color: #333;
    display: flex;
    align-items: self-start;
}

    .RouteList-Item-Departure img {
        transform: translateY(0.125rem);
        width: 0.8125rem;
        height: 0.8125rem;
        margin-right: 0.25rem;
    }

    .RouteList-Item-Departure span {
        padding-left: 0.2rem;
        display: inline-block;
        font-size: 0.8rem;
    }

.RouteList-Item-DurationRoute {
    color: #333;
    display: -webkit-box; /* 旧版 WebKit 兼容 */
    -webkit-box-orient: vertical; /* 文本方向为垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
}

    .RouteList-Item-DurationRoute.RouteList-Item-Name {
        font-size: 1rem !important;
        -webkit-line-clamp: 1 !important; /* 限制显示的行数 */
        font-weight: bold;
        margin-bottom: 0.45rem;
    }

.RouteList-Item-Price {
    color: #333;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.RouteList-Item-PriceText {
    color: #ff5454;
    font-weight: 600;
    font-size: 1.25rem;
}

.LoadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
}

    .LoadMore img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .LoadMore div {
        color: #777;
        font-weight: 600;
    }
