.text-base {
    letter-spacing: .01em;
    font-weight: 400;
    line-height: 150%
}

.content-wrapper {
    flex-direction: column
}


.btn {
    border: 1px solid var(--gainsboro);
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #0000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 66px;
    padding: 1.5rem 2.5rem;
    font-weight: 600;
    transition: background-color .2s ease-in-out;
    display: flex;
    position: absolute;
    z-index: 1000;
}

.btn:hover {
    background-color: var(--gainsboro-2);
    text-decoration: none
}

.btn.bg-white {
    background-color: var(--white)
}

.btn.bg-white._w-const {
    width: 120px
}


.container-xl {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px
}

.container-xl.paddings-0 {
    padding-left: 0;
    padding-right: 0
}

.container-xl.relative {
    position: relative
}


.grid-wrapper {
    z-index: 11;
    height: 406px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative
}

.line-v {
    background-color: #2626260f;
    width: 1px;
    height: 406px;
    margin-left: 0;
    position: absolute;
    overflow: hidden
}

.line-v._1 {
    left: 6%
}

.line-v._2 {
    left: 17%
}

.line-v._2.main {
    z-index: 21;
    opacity: 1;
    background-color: #0000;
    transition: opacity .45s ease-in-out
}

.line-v._3 {
    left: 28%
}

.line-v._4 {
    left: 39%
}

.line-v._5 {
    left: 50%
}

.line-v._5.main {
    z-index: 11;
    background-color: #0000;
    transition: opacity .45s ease-in-out
}

.line-v._6 {
    left: 61%
}

.line-v._7 {
    left: 72%
}

.line-v._8 {
    left: 83%
}

.line-v._8.main {
    z-index: 11;
    background-color: #0000;
    transition: opacity .45s ease-in-out
}

.line-v._9 {
    left: 94%
}

.lottie-wrapper {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 92px;
    padding-bottom: 46px;
    position: relative
}

.tech-adaptation {
    color: var(--dark-grey);
    margin-top: 3px;
    font-size: 12px;
    line-height: 120%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.line-horizontal {
    background-color: #2626262e;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.line-horizontal.top {
    background-color: #2626260f;
    top: 25%;
    transform: none
}

.line-horizontal.bottom {
    background-color: #0000;
    border: 1px dashed #2626260f;
    top: auto;
    bottom: 25%;
    transform: none
}

.time {
    color: var(--dark-grey);
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 120%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%)
}

.black-circle {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #262626cc;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    display: flex
}

.black-circle.border {
    border: 3px solid var(--medium-sea-green)
}

.black-circle-wrapper {
    position: relative
}

.triangle {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%)
}

.cloud {
    opacity: 0;
    transition: opacity .7s ease-in-out;
    position: absolute;
    top: -60px;
    left: 17%;
    transform: translate(-50%);
}

.cloud._2 {
    transition-duration: .1s;
    left: 50%
}

.cloud._3 {
    transition-duration: .1s;
    left: 83%
}

.cloud.active {
    opacity: 1;
    transition-duration: .1s
}


.cursor-custom.next-previous {
    top: 33px;
    left: -60px;
    opacity: 0;
}

.nextt {
    opacity: 1;
    display: block;
    pointer-events: none; /* 避免干扰鼠标事件 */
}

.previous {
    opacity: 1;
    display: none;
    pointer-events: none; /* 避免干扰鼠标事件 */
}


.top-lline {
    background-color: #26262666;
    width: 1px;
    height: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.top-lline._1 {
    height: 100%
}


.placeholder-lottie-load.w.load {
    z-index: 9;
    padding-top: 44px
}


.cursor-grid-wrap {
    z-index: 20;
    width: 100%;
    position: absolute
}

.placeholder-lottie-mobile,.placeholder-lottie-load-mobile {
    width: 100%;
    height: calc(100% - 92px - 46px);
    position: absolute
}

.placeholder-lottie-load-mobile.w {
    padding-top: 26px;
    padding-left: 30px;
    padding-right: 20px;
    display: block;
    inset: 0%
}

.placeholder-lottie-load-mobile.w.load {
    z-index: 9;
    padding-top: 44px;
    display: none
}

@media screen and (min-width: 1280px) {


    .content-wrapper {
        justify-content: center
    }

    .container-xl {
        padding-left: 150px;
        padding-right: 150px
    }

    .lottie-wrapper {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        z-index: 99;
        cursor: none;
    }

}
