.el-image {
    display: block
}

.welcome-m {
    background: #000;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;
    overscroll-behavior: none;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.logo-text {
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 50%;
}
.logo-text-m {
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
}

.section-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.section-bg .el-image__inner,.section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.section-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.6))
}

.section-inner-m {
    position: relative;
    z-index: 2;
    padding: 64px 20px
}

.section-eyebrow-m {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(44,255,248,.1);
    border-radius: 6px;
    color: #2cfff8;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px
}

.section-title-m {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px
}

.section-desc-m {
    font-size: 14px;
    color: #9aa0ae;
    line-height: 1.6;
    margin: 0
}

.header-m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 100;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid hsla(0,0%,100%,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px
}

.logo-m {
    height: 22px
}

.login-btn-m {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

.avatar-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.avatar-btn img {
    width: 100%;
    height: 100%
}

.drawer-mask {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 200
}

.drawer-m {
    position: fixed;
    top: 0;
    right: 0;
    width: 78%;
    max-width: 320px;
    height: 100%;
    background: linear-gradient(180deg,#0a0a14,#000);
    z-index: 210;
    padding: 16px;
    overflow-y: auto;
    box-shadow: -8px 0 24px rgba(0,0,0,.5)
}

.drawer-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 24px
}

.drawer-avatar {
    width: 40px;
    height: 40px
}

.drawer-user {
    flex: 1;
    min-width: 0
}

.drawer-close {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 26px;
    color: hsla(0,0%,100%,.65);
    cursor: pointer;
    line-height: 1
}

.money-card-m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg,#2c68ff,#2cfff8);
    color: #fff;
    padding: 14px 12px;
    border-radius: 10px;
    margin: 16px 0
}

.recharge-btn-m {
    background: #fff;
    color: #000;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer
}

.drawer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 6px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer
}

.drawer-item img {
    width: 18px;
    height: 18px
}

.drawer-item:active {
    background: hsla(0,0%,100%,.1)
}

.drawer-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid hsla(0,0%,100%,.15);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: hsla(0,0%,100%,.65)
}

.drawer-footer span {
    cursor: pointer
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.slide-enter-active,.slide-leave-active {
    transition: transform .25s ease
}

.slide-enter,.slide-leave-to {
    transform: translateX(100%)
}

.hero-m {
    position: relative;
    min-height: 720px;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.hero-content-m {
    position: relative;
    z-index: 99;
    text-align: center;
    width: 100%;
    /* padding: 0 20px; */
    padding-bottom: 30px;
}

.hero-title-m {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-top: 12px
}

.hero-wechat-btn, .hero-wechat-btn-m {
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero-subtitle-m {
    font-size: 14px;
    color: hsla(0,0%,100%,.7);
    margin: 14px 0 0
}

.hero-subtitle-top-m {
    font-size: 12px;
    color: hsla(0,0%,100%,.3);
    margin: 4px 0 0
}

.hero-actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    padding: 0 20px
}

.btn-m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 140px;
    height: 36px;
    line-height: 1;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 12px;
    white-space: nowrap
}

.btn-primary-m {
    background: #2cfff8;
    color: #000
}

.btn-outline-m {
    border: 1.4px solid #2cfff8;
    color: #2cfff8
}

.btn-start-m {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto
}

.hero-models-label-m {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
}

.brand-section-m {
    padding: 24px 0 32px;
    background: #000
}

.brand-scroll-wrapper-m {
    position: relative;
    width: 100%;
    overflow: hidden
}

.brand-scroll-wrapper-m:after,.brand-scroll-wrapper-m:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none
}

.brand-scroll-wrapper-m:before {
    left: 0;
    background: linear-gradient(90deg,#000,transparent)
}

.brand-scroll-wrapper-m:after {
    right: 0;
    background: linear-gradient(270deg,#000,transparent)
}

.brand-scroll-track-m {
    display: flex;
    align-items: center;
    width: max-content;
    animation: brand-scroll-left 24s linear infinite
}

.brand-logo-item-m {
    flex-shrink: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-logo-m {
    height: 28px;
    opacity: .85
}

@keyframes brand-scroll-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.explore-text-m {
    display: inline-block;
    padding: 5px 18px;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 200px;
    font-size: 12px;
    color: #fff;
    text-decoration: none
}

.cap-section-m {
    position: relative;
    background: #000
}

.cap-list-m {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px
}

.cap-card-m {
    background: #131418;
    border: 1px solid hsla(0,0%,100%,.06);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.cap-image-m {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden
}

.cap-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,transparent,rgba(5,6,8,.8));
    pointer-events: none
}

.cap-play-icon-m {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px;
    display: flex;
    background: rgba(5,6,8,.7);
    border: 1px solid hsla(0,0%,100%,.1);
    border-radius: 8px
}

.cap-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px
}

.cap-card-body-m {
    padding: 14px 16px 16px
}

.cap-title-m {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #fff
}

.cap-desc-m {
    font-size: 13px;
    color: #6b7180;
    margin: 0 0 12px;
    line-height: 1.5
}

.cap-tags-m {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.cap-tag-m {
    padding: 4px 8px;
    background: hsla(0,0%,100%,.04);
    border: 1px solid hsla(0,0%,100%,.06);
    border-radius: 6px;
    font-size: 11px;
    color: #9aa0ae
}

.qs-section-m {
    position: relative;
    background: #000
}

.qs-img-m {
    width: 100%;
    margin-top: 24px
}

.gallery-m {
    position: relative
}

.gallery-grid-m {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 24px
}

.gallery-card-m {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 160px
}

.gallery-card-img-m {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.gallery-card-label-m {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #e8eaf0;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0,0,0,.6);
    z-index: 2
}

.btn-more-m {
    border: 1px solid hsla(0,0%,100%,.15);
    border-radius: 100px;
    font-size: 14px;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

.start-section-m {
    position: relative;
    padding: 80px 0
}

.start-inner-m {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px
}

.start-title-m {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2
}

.colorful-m {
    color: #2cfff8
}

.start-desc-m {
    color: #9ba3be;
    font-size: 14px;
    margin-top: 16px
}

.footer-m {
    padding: 40px 20px 24px;
    text-align: center;
    background: #000
}

.footer-links-m {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px
}

.footer-link-item-m {
    font-size: 12px;
    color: #8a8f9f;
    text-decoration: none
}

.footer-copyright-m {
    margin-top: 16px;
    color: #8a8f9f;
    font-size: 11px;
    line-height: 1.6
}

.el-picker-panel,.el-popover {
    background: linear-gradient(90deg,rgba(44,255,248,.2),rgba(44,104,255,.2)),#000!important;
    color: #fff!important;
    border-radius: 8px!important
}
