:root {
    --primary-color: #ffffff;
    --bg-color: #000000;
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background-color: var(--bg-color);
    color: var(--primary-color);
    scroll-padding-top: 90px;
    font-family: Arial, sans-serif;
    width: 1728px;
    height: 2688px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.hero {
    display: flex;
    position: relative;
    height: calc(960px - 90px);
}

.hero-content {
    position: relative;
}

h1 {
    position: absolute;
    width: 600px;
    height: 80px;
    top: 280px;
    left: 164px;
    font-family: 'Azeret Mono', monospace;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    opacity: 1;
    text-transform: uppercase;
    white-space: pre-line;
    z-index: 2;
}

h2 {
    position: absolute;
    width: 448px;
    height: 24px;
    top: 420px;
    left: 164px;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
    line-height: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    letter-spacing: 0;
}

.dots-decoration {
    position: absolute;
    left: 764px;
    top: 320px;
    width: 800px;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}

.dots-decoration video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    
    .nav-links {
        display: none;
    }
    
    .hero {
        padding: 2rem 1rem;
    }

    .dots-decoration {
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 600px;
        opacity: 0.3;
        z-index: 0;
    }

    .hero-content {
        position: relative;
        z-index: 1;
    }

    .launch-text {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1728px) {
    body {
        width: 100%;
        height: 100vh;
    }
    
    .hero {
        height: calc(100vh - 90px);
    }
    
    .navbar {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 1400px;
    }

    .group-1000003328 {
        top: 1937px;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 510px;
        scroll-margin-top: 90px;
        z-index: 2;
        overflow: hidden;
    }

    .group-1000003328-content {
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
}

.launch-container {
    position: absolute;
    top: 474px;
    left: 164px;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.launch-button {
    display: block;
    text-decoration: none;
    height: 20px;
}

.launch-container:hover {
    transform: scale(1.05);
}

.launch-container:active {
    transform: scale(0.95);
}

.ç {
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
    height: 20px;
}

.reborn-animation {
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 24px;
    margin: 0 4px;
    font-family: 'Azeret Mono', monospace;
}

.reborn-text {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.reborn-highlight {
    color: rgba(255, 255, 255, 1);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rebornFlash 7s infinite;
    width: 100%;
}

@keyframes rebornFlash {
    0% {
        clip-path: polygon(-20% 0, 0% 0, -20% 100%, -40% 100%);
    }
    10% {
        clip-path: polygon(120% 0, 100% 0, 80% 100%, 100% 100%);
    }
    13% {
        clip-path: polygon(120% 100%, 100% 100%, 80% 200%, 100% 200%);
    }
    15% {
        clip-path: polygon(-20% 100%, 0% 100%, -20% 200%, -40% 200%);
    }
    21% {
        clip-path: polygon(-20% 0, 0% 0, -20% 100%, -40% 100%);
    }
    25% {
        clip-path: polygon(-20% 0, 0% 0, -20% 100%, -40% 100%);
    }
    35% {
        clip-path: polygon(120% 0, 0% 0, -20% 100%, 100% 100%);
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        clip-path: polygon(120% 0, 0% 0, -20% 100%, 100% 100%);
        opacity: 0;
    }
}

.second-page {
    position: absolute;
    width: 100vw;
    height: 1728px;
    top: 960px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
}

.second-page-content {
    position: relative;
    width: 1728px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 164px;
    box-sizing: border-box;
}

.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 1728px;
    z-index: 1;
}

.group-image, 
.group-image-2,
.groupa {
    position: absolute;
    z-index: 2;
}

.divider {
    position: absolute;
    width: 1400px;
    height: 1px;
    top: 1776px;
    left: 164px;
    background-color: #000000;
    opacity: 0.2;
    z-index: 2;
}

.group-1000003328 {
    position: absolute;
    width: 100vw;
    height: 510px;
    scroll-margin-top: 90px;
    top: 1937px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    overflow: hidden;
}

.group-1000003328-content {
    position: relative;
    width: 1728px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .group-1000003328-content .icon-3336,
    .group-1000003328-content .icon-3335 {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .group-1000003328 {
        position: absolute;
        width: 1752px;
        height: 510px;
        scroll-margin-top: 90px;
        top: 1937px;
        z-index: 2;
        overflow: hidden;
    }
}

.products-title {
    position: absolute;
    width: 577px;
    height: 24px;
    top: 10px;
    left: 164px;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #151515;
}

.group-image, .group-image-2 {
    position: absolute;
    width: 342px;
    height: 456px;
    top: 240px;
    border-radius: 8px 0px 0px 0px;
    z-index: 2;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.group-image {
    left: calc(50% - 700px);
}

.group-image-2 {
    left: calc(50% - 348px);
}

.group-12 {
    position: absolute;
    width: 207px;
    height: 20px;
    top: 30px;
    left: 30px;
    border-radius: 2px 0px 0px 0px;
    background-color: #FFFFFF29;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame35 {
    position: absolute;
    width: 577px;
    height: 64px;
    top: 0;
    left: 0;
    gap: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.mission-title {
    width: 577px;
    height: 24px;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #151515;
    padding: 0;
}

.group5 {
    position: absolute;
    width: 117px;
    height: 20px;
    left: 0;
    bottom: 0;
    border-radius: 2px 2px 2px 2px;
    background-color: #1515150F;
    display: flex;
    align-items: center;
    gap: 6px;

}

.union-icon {
    width: 16px;
    height: 9px;
    opacity: 0.6;
}

.whitepaper-text {
    width: 79px;
    height: 12px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0.6;
    color: #151515;
    margin-left: 8px;
}

.frame34 {
    position: absolute;
    width: 411px;
    height: 124px;
    top: 332px;
    left: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.group-1000003329 {
    width: 411px;
    height: 39px;
}

.mission-text-container {
    position: relative;
    width: 411px;
    height: 39px;
}

.mission-text {
    width: 411px;
    height: 39px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0.6;
    color: #151515;
    margin: 0;
    text-transform: uppercase;
}

.rectangle-240 {
    position: absolute;
    width: 6px;
    height: 10px;
    top: 27px;
    left: 360px;
}

.group-1000003330 {
    width: 411px;
    height: 65px;
}

.vision-text-container {
    position: relative;
    width: 411px;
    height: 65px;
}

.vision-text {
    width: 411px;
    height: 65px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: 0.6;
    color: #151515;
    margin: 0;
    text-transform: uppercase;
}

.rectangle-240-2 {
    position: absolute;
    width: 6px;
    height: 10px;
    top: 54px;
    left: 118px;
}

.frame-1000003332 {
    position: absolute;
    width: 168px;
    height: 20px;
    top: 44px;
    left: 164px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.tab-frame {
    height: 20px;
    padding: 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 2px 2px;
    background-color: #0000000A;
    white-space: nowrap;
    cursor: pointer;
}

.tab-frame:nth-child(1) {
    width: 44px;
}

.tab-frame:nth-child(2) {
    width: 52px;
}

.tab-frame:nth-child(3) {
    width: 130px;
}

.tab-text {
    height: 12px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #15151599;
}

.tab-frame:nth-child(1) .tab-text {
    width: 32px;
}

.tab-frame:nth-child(2) .tab-text {
    width: 40px;
}

.tab-frame:nth-child(3) .tab-text {
    width: 118px;
}

.icon-3336, .icon-3335 {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background: #151515;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-3336 {
    left: 1262px;
}

.arrow-icon {
    width: 24px;
    height: 24px;
}

.icon-3335 {
    left: 1336px;
}

.icon-disabled {
    opacity: 0.3;
    cursor: default;
}

.group-1000003334 {
    position: absolute;
    width: 1752px;
    height: 416px;
    top: 94px;
    left: 164px;
    border-radius: 8px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    z-index: 2;
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease;
}

.icon-3335, .icon-3336 {
    cursor: pointer;
}

.group-1000003331,
.group-1000003332,
.group-1000003333 {
    position: relative;
    width: 440px;
    height: 400px;
    border-radius: 8px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    z-index: 2;
    flex-shrink: 0;
}

.resources1-image,
.resources3-image {
    position: absolute;
    width: 440px;
    height: 340px;
    top: 0;
    left: 0;
    border-radius: 9px;
    object-fit: cover;
    z-index: 2;
    transition: transform 0.3s ease;
}

.resources2-image {
    position: absolute;
    width: 440px;
    height: 340px;
    top: 0;
    left: 0;
    border-radius: 9px;
    object-fit: cover;
    border: 1px solid rgba(21, 21, 21, 0.4);
    z-index: 2;
    transition: transform 0.3s ease;
}

.resources1-image:hover,
.resources2-image:hover,
.resources3-image:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.resources1-image::after,
.resources2-image::after,
.resources3-image::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Azeret Mono', monospace;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.resources1-image:hover::after,
.resources2-image:hover::after,
.resources3-image:hover::after {
    opacity: 1;
}

.vlog-title {
    position: absolute;
    width: 209px;
    height: 16px;
    top: 366px;
    left: 0;
    font-family: 'Azeret Mono', monospace;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #151515;
    white-space: nowrap;
}

.mocap-title {
    position: absolute;
    width: 177px;
    height: 16px;
    top: 366px;
    left: 0;
    font-family: 'Azeret Mono', monospace;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #151515;
    white-space: nowrap;
}

.resources4-image {
    position: absolute;
    width: 508px;
    height: 253px;
    top: 47px;
    left: 34px;
    border-radius: 8px 0px 0px 0px;
    z-index: 2;
}

.vr-title {
    position: absolute;
    width: 167px;
    height: 16px;
    top: 366px;
    left: 0;
    font-family: 'Azeret Mono', monospace;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #151515;
    white-space: nowrap;
}

.third-page {
    position: absolute;
    width: 1728px;
    height: 2760px;
    top: 2686px;
    left: 0;
    background-color: #000000;
    z-index: 1;
}

.key-numbers-title {
    position: absolute;
    width: 577px;
    height: 24px;
    top: 200px;
    left: 164px;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    opacity: 1;
}

.rectangle-48 {
    position: absolute;
    width: 320px;
    height: 160px;
    top: 254px;
    left: 164px;
    border-radius: 12px 0px 0px 0px;
    background-color: #141414;
    z-index: 2;
    border-radius: 12px 12px 12px 12px;
}

.rectangle-48-right {
    position: absolute;
    width: 320px;
    height: 160px;
    top: 254px;
    left: 494px;
    border-radius: 12px 0px 0px 0px;
    background-color: #141414;
    z-index: 2;
    border-radius: 12px 12px 12px 12px;
}

.rectangle-48-right .group-12 {
    width: 145px;
}

.creators-text {
    display: inline-block;
    width: 110px;
    height: 12px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    opacity: 0.6;
    margin: 0;
    padding: 4px 6px 4px 6px;
}

.creators-number {
    position: absolute;
    width: 125px;
    height: 32px;
    top: 70px;
    left: 30px;
    font-family: 'Azeret Mono', monospace;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    margin: 0;
    letter-spacing: 0;
    white-space: nowrap;
}

.rectangle-48-second {
    position: absolute;
    width: 320px;
    height: 160px;
    top: 424px;
    left: 164px;
    border-radius: 12px 0px 0px 0px;
    background-color: #141414;
    z-index: 2;
    border-radius: 12px 12px 12px 12px;
}

.rectangle-48-second-right {
    position: absolute;
    width: 320px;
    height: 160px;
    top: 424px;
    left: 494px;
    border-radius: 12px 0px 0px 0px;
    background-color: #141414;
    z-index: 2;
    border-radius: 12px 12px 12px 12px;
}

.rectangle-48-second-right .group-12-second {
    width: 153px;
}

.group-12-second {
    position: absolute;
    width: 122px;
    height: 20px;
    top: 30px;
    left: 30px;
    border-radius: 2px 0px 0px 0px;
    background-color: #FFFFFF29;
    z-index: 2;
}

.creators-text-second {
    display: inline-block;
    width: 150px;
    height: 12px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    opacity: 0.6;
    margin: 0;
    padding: 4px 6px 4px 6px;
}

.creators-number-second {
    position: absolute;
    width: 105px;
    height: 32px;
    top: 70px;
    left: 30px;
    font-family: 'Azeret Mono', monospace;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    margin: 0;
    white-space: nowrap;
}

.rectangle-49 {
    position: absolute;
    width: 740px;
    height: 330px;
    top: 254px;
    left: 824px;
    background-color: #141414;
    border-radius: 12px 12px 12px 12px;
    z-index: 2;
}

.group-12-third {
    position: absolute;
    width: 192px;
    height: 20px;
    top: 30px;
    left: 30px;
    border-radius: 2px 0px 0px 0px;
    background-color: #FFFFFF29;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.users-text {
    display: inline-block;
    width: 86px;
    height: 12px;
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    opacity: 0.6;
    margin: 0;
    padding: 4px 6px 4px 6px;
}

.users-number {
    position: absolute;
    width: 287px;
    height: 40px;
    top: 70px;
    left: 30px;
    font-family: 'Azeret Mono', monospace;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3F5F2;
    margin: 0;
    white-space: nowrap;
}

.chart-container {
    position: absolute;
    width: 740px;
    height: 180px;
    bottom: 30px;
    left: 0px;
    top: 150px;
    overflow: hidden;
}

.users-chart {
    width: 100%;
    height: 100%;
}

.chart-line {
    fill: none;
    stroke: #3EADE1;
    stroke-width: 4;
}

.chart-area {
    fill: url(#blue-gradient);
    opacity: 0.2;
}

.tooltip-date,
.tooltip-value {
    font-family: 'Azeret Mono', monospace;
}

.vertical-line {
    opacity: 1;
}

.groupa {
    position: absolute;
    width: 577px;
    height: 456px;
    top: 240px;
    left: calc(50% + 154px);
    z-index: 2;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

   /* 弹窗遮罩层 */
   .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

/* 弹窗内容 */
.modal-content {
    width: 1280px;
    height: 580px;
    background: url('Web%20Assets/back.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.modal-overlay.show .modal-content {
    transform: translateY(0);
}

/* 弹窗头部 */
.modal-header {
    top: 112px;
    width: 328px;
    position: absolute;
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #151515;
    white-space: nowrap;
    left: 80px;
    display: flex;
    align-items: center;
    gap: 700px;
}

.modal-nav-icons {
    display: flex;
    gap: 10px;
}

.modal-nav-icon {
    width: 64px;
    height: 64px;
    background: #151515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.modal-nav-icon img {
    width: 24px;
    height: 24px;
}

.modal-nav-icon.disabled {
    opacity: 0.3;
    cursor: default;
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.modal-close img {
    width: 32px;
    height: 32px;
    display: block;
}

/* 滑动容器 */
.modal-slider {
    position: absolute;
    top: 216px;
    left: 80px;
    width: 100%;
    height: 275px;
    display: flex;
    gap: 70px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-slider .modal-body {
    position: relative;
    width: 300px;
    height: 100%;
    flex-shrink: 0;
    display: block;
}

.modal-body .modal-image {
    position: absolute;
    top: 0;
    width: 300px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.modal-body .resources3-container {
    position: absolute;
    top: 0;
    width: 298px;
    height: 180px;
    border-radius: 8px;
    border: 1px solid #15151566;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body .resources3-container .resources4-image {
    width: 213.06px;
    height: 106.11px;
    object-fit: contain;
    left: 45px;
}

.modal-title {
    font-family: 'Azeret Mono', monospace;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #F3F5F2;
    margin-bottom: 16px;
}

.modal-sub-title {
    font-family: 'Azeret Mono', monospace;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #151515;
    position: absolute;
    top: 192px;
    margin: 0;
}

.modal-description {
    font-family: 'Azeret Mono', monospace;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #151515;
    opacity: 0.6;
    margin: 0;
    top: 232px;
    position: absolute;
}

/* 指示器小圆点 */
.modal-dots {
    display: none;
}

/* 当弹窗显示时禁止页面滚动 */
body.modal-open {
    overflow: hidden;
}