html {
    background-color: transparent;
    border-radius: 6px 6px 0px 0px;
}

body {
    margin: 0;
    padding-bottom: 40px;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
}

*::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

/* 禁止选中 */
.no-select {
    user-select: none;
    /* Standard */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

.wifi-loading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 28px;
    gap: 8px;
}

@keyframes wifi-skeleton {
    0% {
        background-position: -600px 0;
    }

    100% {
        background-position: 600px 0;
    }
}

.wifi-skeleton {
    height: 21px;
    width: 100%;
    border-radius: 4px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: wifi-skeleton;
    animation-timing-function: linear;
    background: linear-gradient(to right, #F6F6F6 40%, #ffffff 50%, #F6F6F6 70%);
    background-size: 1200px 100px;
}

.wifi-skeleton:nth-child(1) {
    animation-delay: 0s;
}

.wifi-skeleton:nth-child(2) {
    animation-delay: 0.05s;
}

.wifi-skeleton:nth-child(3) {
    animation-delay: 0.1s;
}

.wifi-skeleton:nth-child(4) {
    animation-delay: 0.15s;
}

.wifi-skeleton:nth-child(5) {
    animation-delay: 0.2s;
    width: 60%;
}

.wifi-header {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 11px 0px 20px 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    /* 禁止鼠标事件 */
    transition: opacity 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
    display: flex;
    align-items: center;
}

.wifi-c3 {
    display: flex;
    margin: 0px 66px 0px 28px;
    width: calc(100% - 94px);
    flex: 1;
}

.wifi-name-header {
    color: var(---, #000);
    font-feature-settings: 'case' on;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.408px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wifi-name {
    color: var(---, #000);
    font-feature-settings: 'case' on;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.wifi-address {
    color: var(---, rgba(60, 60, 67, 0.60));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.4px;
}

.wifi-close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: none;
}

.wifi-business-hours {
    gap: 4px;
    color: var(---, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.4px;
    padding: 4px 28px 0px 28px;
}

.wifi-business-open {
    color: var(---, #236192);
    font-weight: 590;
}

.wifi-business-close {
    color: var(---, #DD191F);
    font-weight: 590;
}

.wifi-only-1-pic {
    margin: 0px 20px;
}

.wifi-only-1-pic img {
    width: 100%;
    aspect-ratio: 28 / 21;
    object-fit: cover;
    background-color: #F5F5F5;
    border-radius: 3px;
    margin-bottom: 14px;
}

.wifi-scroll {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wifi-picture {
    display: inline-flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0px 20px;
}

.wifi-picture img {
    width: calc(100vw / 1.3);
    height: calc((100vw / 1.3) * (21 / 28));
    object-fit: cover;
    border-radius: 3px;
    background-color: #F5F5F5;
    margin-bottom: 14px;
}

.wifi-details,
.wifi-phone,
.wifi-google-maps,
.wifi-wikipedia {
    color: var(---, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.wifi-details {
    padding: 0px 28px 12px 28px;
}

.wifi-phone,
.wifi-google-maps,
.wifi-wikipedia {
    display: flex;
    padding: 8px 28px 8px 28px;
    align-items: flex-start;
    gap: 8px;
    width: fit-content;
}

.wifi-svg {
    width: 18px;
    height: 18px;
}

.wifi-c1 {
    position: relative;
    margin: 11px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.wifi-c2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 4px 30px 0px 8px;
    margin: 0;
}

.wifi-gap1 {
    height: 24px;
}

.wifi-weather {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 28px;
    /* border: red 1px solid; */
}

.wifi-line1,
.wifi-line2 {
    background: var(---, rgba(60, 60, 67, 0.18));
    height: 1px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2px;
}

.wifi-line1 {
    margin-bottom: 12px;
}

.wifi-line2 {
    margin-bottom: 14px;
}

.wifi-weather-title {
    color: var(---, rgba(60, 60, 67, 0.60));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}

.wifi-weather-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 14px;
}

.wifi-weather-day {
    width: 13.55808383%;
    color: var(---, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.wifi-weather-icon {
    display: flex;
    align-items: center;
}

.wifi-weather-icon img {
    width: 18px;
    height: 18px;
}

.wifi-weather-temperature {
    width: 61.07784431%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wifi-weather-min,
.wifi-weather-max {
    color: var(----, rgba(0, 0, 0, 0.50));
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.4px;
    width: 50px;
}

.wifi-weather-max {
    color: var(---, #000);
    text-align: left;
    margin-right: -8px;
}

.wifi-bar {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: rgba(60, 60, 67, 0.10);
    overflow: hidden;
}

.wifi-bar-overlay {
    position: absolute;
    top: 0;
    height: 6px;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wifi-membertips {
    width: 100%;
    height: auto; 
    position: relative; 
}

.membertips-bg {
    width: 100%;
    height: auto; 
    display: block; 
    padding: 24px 0px;
}

.wifi-hide {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
}

.premium-logo {
    width: 200px;
    height: 48px;
    padding-bottom: 14px;
}

.wifi-meber-botton {
    margin-top: 24px;
    width: fit-content;
    display: flex;
    height: 42px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1.5px solid var(---, #000);
}

.wifi-c4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 55px;
}