@media screen and (max-width: 768px) {

    .header {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        width: 100%;
        box-sizing: border-box;
    }

    .header .logo {
        width: 60px;
    }

    .header .menu {
        width: 50px;
    }

    #section1 {
        position: relative;
        padding: 0 24px;
    }

    #section1::before {
        position: absolute;
        content: '';
        top: -100px;
        width: auto;
        left: 30px;
        right: 30px;
        height: 340px;
        margin-left: 0;
        background: url(img/bg1.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

    #section1::after {
        position: absolute;
        content: '';
        top: -100px;
        width: 100%;
        left: 0;
        height: 400px;
        margin-left: 0;
        background: url(img/bg11.png) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -2;
    }

    #section1 .title {
        display: block;
        width: 85%;
        margin: 0 auto;
    }

    #section1 .desc_box {
        display: flex;
        margin-top: 20px;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        padding-left: 5%;
    }

    #section1 .desc_box .desc {
        margin-left: 40px;
    }

    #section2 {
        position: relative;
        height: auto;
        background: #000000;
        border-radius: 15px;
        border: 1px solid #000000;
        margin-top: 12.5vw;
        padding: 0 24px;
        overflow: hidden;
    }

    #section2::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        height: 67.76vw;
        background: url(img/card111.png) no-repeat;
        background-size: cover;
        background-position: top center;
        opacity: 0.5;
    }

    #section2 .title_box {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        z-index: 1;
    }

    #section2 .title_box .title {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #section2 .title_box .title2 {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        line-height:24px;
        margin-bottom: 10px;
    }

    #section2 .title_box .desc {
        position: relative;
        font-family: 'Anonymous Pro';
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px
    }

    #section2 .title_box .mlogo {
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
        left: inherit;
        right: 30px;
        margin-left: 0;
    }

    #section2 .title_box .title3 {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 10px

    }

    #section2 .title_box .col3 {
        display: flex;
        gap: 1.04vw;
        margin-bottom: 8.33vw;
    }

    #section2 .title_box .col_item {
        flex: 1;
        height: 110px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        background: rgba(40, 40, 40, 0.8);
        border-radius: 1.56vw;
        backdrop-filter: blur(0.73vw);
        -webkit-backdrop-filter: blur(0.73vw);
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
    }

    #section2 .title_box .col_item img {
        width: 32px;
        margin-bottom: 10px;
    }

    #section2 .title_box .col2 {
        display: block;
    }

    #section2 .title_box .col2_left {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 1.56vw;
        margin-right: 0;
        background-image: url("img/card2.png");
        background-size: 100% 120px;
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 16px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    #section2 .title_box .col2_item .text_box {
        display: flex;
    }

    #section2 .title_box .col2_item .text_item {
        flex: 1;
        margin-right: 2.71vw;
    }

    #section2 .title_box .col2_item .num {
        font-weight: 700;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 1.46vw;
        margin-top: 3.13vw;
    }

    #section2 .title_box .col2_item .text {
        font-weight: 700;
        font-size: 14px;
        color: #000000;
        line-height: 18px;
    }

    #section2 .title_box .col2_item .label {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 16px;
    }

    #section2 .title_box .col2_item .text2 {
        font-family: 'Anonymous Pro';
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        margin-top: 0;
    }

    #section2 .title_box .col2_item .desc {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.50);
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 16px;
    }

    #section2 .title_box .col2_right .num {
         font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-top: 2.71vw;
        margin-bottom: 2.5vw;
    }

    #section2 .title_box .col2_right .text_item {
        margin-right: 0;
    }

    #section2 .title_box .col2_right {
        width: 70%;
        height: 120px;
        background: #FFFFFF;
        border-radius: 1.56vw;
        padding: 2.5vw 2.08vw;
        box-sizing: border-box;
    }

    .marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 4.17vw;
    }

    .marquee-content {
        font-family: 'Anonymous Pro';
        font-weight: 700;
        font-size: 3.44vw;
        color: #FFFFFF;
        line-height: 5.94vw;
        display: inline-block;
        animation: marquee 20s linear infinite;
        padding-left: 100%;
        /* 初始位置在右侧 */
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    /* 鼠标悬停暂停 */
    .marquee-content:hover {
        animation-play-state: paused;
    }

    #section3 {
        position: relative;
        padding: 0 24px;
    }

    #section3::after {
        position: absolute;
        content: '';
        right: 0;
        top: -10.1vw;
        left: 0;
        height: 34.79vw;
        background: url(img/m11.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section3 .title {
        text-align: center;
        font-size: 34px;
        line-height: 42px;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 8.33vw;
    }

    #section3 .card {
        position: relative;
        height: auto;
        background: #000000;
        border-radius: 3.13vw;
        border: 1px solid #000000;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 24px;
        padding: 30px 10px;
        box-sizing: border-box;
    }

    #section3 .card::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 43vw;
        height: 30vw;
        background: url(img/cr.png) no-repeat;
        background-size: 100% auto;
        background-position: center;
    }

    #section4 {
        position: relative;
        padding: 0 24px;
        margin-top: 40px;
    }

    #section4 .card {
        position: relative;
        height: auto;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding-left: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    #section4 .card::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 60.26vw;
        height: 29.79vw;
        background: url(img/m2.png) no-repeat;
    }

    #section4 .card .check {
        position: absolute;
        width: 30px;
    }

    #section4 .card .check1 {
        top: 8px;
        left: 8px;
    }

    #section4 .card .check2 {
        right: 8px;
        top: 8px;
        z-index: 1;
    }

    #section4 .card .check3 {
        left: 8px;
        bottom: 8px;
        z-index: 1;
    }

    #section4 .card .check4 {
        right: 8px;
        bottom: 8px;
        z-index: 1;
    }

    #section4 .card .cover {
        position: absolute;
        right: 20px;
        top: 40px;
        width: 27.29vw;
        z-index: -1;
    }

    #section4 .card .title {
        font-weight: 700;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 24px;
        margin-bottom: 30px;
    }

    #section4 .card .desc {
        position: relative;
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        z-index: 1;
    }

    #section5 {
        display: block;
        justify-content: space-between;
        height: auto;
        background: #000000;
        border-radius: 3.13vw;
        padding: 6.25vw 12.5vw;
        margin-top: 50px;
    }

    #section5 .left_text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #section5 .left_text .desc {
        font-size: 30px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 42px;
    }

    #section5 .left_text .desc2 {
        font-weight: bold;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #section5 .left_text .media {
        width: 32px;
        margin-right: 16px;
    }

    #section5 .left_text .frame {
        position: absolute;
        width: 200px;
        left: 30px;
        top: 80px;
    }

    #section5 .card {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 3.13vw;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 30px;
    }

    #section5 .card .title {
        font-size: 24px;
        color: #000000;
        line-height: 30px;
        margin-bottom:32px;
    }

    #section5 .card .btn {
        display: inline-flex;
        align-items: center;
        height: 32px;
        padding: 0 16px;
        background: #2CEBC8;
        border-radius: 6.25vw;
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    #section5 .card .btn img {
        width: 20px;
        margin-left: 0.42vw;
    }

    #section6 {
        position: relative;
        padding: 0 24px;
        padding-top: 40px;
    }

    #section6::after {
        position: absolute;
        content: '';
        top: 100px;
        left: 0;
        right: 0;
        height: 355px;
        background: url(img/m3.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section6 .title {
        font-size: 32px;
        color: rgba(0, 0, 0, 0.5);
        line-height:  40px;
        text-align: center;
        margin-bottom: 20px;
    }

    #section6 .title strong {
        color: #000;
    }

    #section6 .card {
        height: auto;
        padding-left: 4.17vw;
        padding-top: 24px;
        padding-bottom: 24px;
        background: #FFFFFF;
        border-radius: 3.13vw;
        font-family: Anonymous Pro;
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        line-height: 32px;
        box-sizing: border-box;
    }

    #section6 .pagetitle {
        position: relative;
        font-weight: 700;
        font-size: 32px;
        color: #000000;
        line-height: 5.94vw;
        margin-top: 40px;
        margin-bottom: 20px
    }

    #section6 .pagetitle .frame {
        position: absolute;
        height: 32px;
        right: 0;
        top: 1vw;
    }

    #section6 .card2 {
        height: auto;
        background: url(img/m4.png) no-repeat;
        background-size: auto 100%;
        background-position: center;
        padding-left: 4.17vw;
        padding-top: 30px;
        padding-bottom: 30px;
        box-sizing: border-box;
        font-family: Anonymous Pro;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 32px;
        border-radius: 10px;
    }

    #section7 {
        position: relative;
        height: auto;
        background: #000000;
        border-radius: 3.13vw;
        margin-top: 40px;
        padding: 0 24px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #section7::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: -12.04vw;
        height: 400px;
        background: url(img/card5.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    #section7 .title {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 46px;
    }

    #section7 .card {
        height: auto;
        background: url(img/card6.png) no-repeat;
        background-size:  auto 100%;
        background-position: center;
        margin-top: 20px;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
        border-radius: 20px;
    }

    #section8 {
        position: relative;
        padding: 40px 24px 0 24px;
    }

    #section8::after {
        position: absolute;
        content: '';
        top: -34.25vw;
        left: 12.5vw;
        right: 12.5vw;
        height: 115.94vw;
        background: url(img/m5.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section8 .title {
        font-size: 32px;
        color: #000000;
        line-height: 40px;
        margin-bottom: 0;
        text-align: center;
    }

    #section8 .desc {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 32px;
        text-align: center;
        margin-bottom: 32px;
    }

    #section8 .cover_box {
        display: block;
        align-items: center;
        column-gap: 0.83vw;
    }

    #section8 .cover_box .cover_item {
        position: relative;
        flex: 1;
        height: auto;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 16px;
    }
    #section8 .cover_box .cover_item img{
        width: 100%;

    }

    #section8 .cover_box .cover_item:hover img {
        transform: scale(1.1)
    }

    #section8 .cover_box .text {
        position: absolute;
        bottom: 40px;
        left: 40px;
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
    }

    #section8 .title2 {
        margin-top: 40px;
        font-size: 32px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 20px
    }

    #section8 .title3 {
        margin-top: 40px;
        font-size: 32px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 20px
    }

    #section8 .swiper_box {
        display: flex;
        position: relative;
    }

    #section8 .swiper_box::after {
        position: absolute;
        content: '';
        right: -24px;
        top: -30.83vw;
        width: 240px;
        height: 500px;
        background: url(img/right.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section8 .card_container {
        flex: 1;
        position: relative;
        width: 83.33vw;
        height: 800px;
        perspective: 1000px;
        margin-top: 60px;
    }

    #section8 .card_container .card {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        border-radius: 3.13vw;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        transform-style: preserve-3d;
        cursor: pointer;
        padding: 20px;
        box-sizing: border-box;
    }

    #section8 .card_container .topright {
        position: absolute;
        right: 3.13vw;
        top: 0.73vw;
        width: 15.1vw;
    }

    #section8 .card_container .flex_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.08vw;
    }

    #section8 .card_container .flex_item img {
        width: 42px;
        margin-bottom: 2.5vw;
    }

    #section8 .card_container .flex_item .text1 {
        font-weight: 700;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 10px;
    }

    #section8 .card_container .flex_item .text2 {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 18px;
        margin-bottom: 10px;
    }

    #section8 .card_container .flex_item .text3 {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 20px;
    }

    #section8 .card_container .ctitle {
        display: inline-block;
        height: auto;
        line-height: 24px;
        padding: 10px 16px;
        background: #FFFFFF;
        border-radius: 4.17vw;
        font-weight: 700;
        font-size: 14px;
        color: #000000;
        margin-bottom: 3.85vw;
    }

    #section8 .scroll_box {
        position: absolute;
            top: -48px;
        right: 48px;
        width: 40px;
        height: 120px;
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 3px 0;
        align-items: center;
        transform: rotate(-90deg);
    }

    #section8 .scroll_box .barbox {
        position: relative;
                width: 8px;
        height: 30px;
        background: #D9D9D9;
    }

    #section8 .scroll_box .bar {
        position: absolute;
        top: 0;
        width: 100%;
        background: #000000;
    }

    #section8 .scroll_box .arr {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

    #section8 .scroll_box .upa {
        transform: scaleY(-1);
    }

    #section8 .scroll_box .down {
        transform: scaleY(-1);
    }

    #section8 .tagbox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px
    }

    #section8 .tagbox .tagitem {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        background: #000000;
        border-radius: 16px;
        padding: 0 10px;
        font-size: 12px;
        color: #FFFFFF;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #section8 .token_box {
        display: block;
        justify-content: space-between;
    }

    #section8 .token_box .card {
        position: relative;
        width: 100%;
        height: auto;
        background: #000000;
        border-radius: 3.13vw;
        padding: 24px 16px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    #section8 .token_box .topicon {
        position: absolute;
        width: 21.93vw;
        right: 6.77vw;
        top: 5.21vw;
    }

    #section8 .token_box .ttitle {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
        margin-bottom: 20px;
    }

    #section8 .token_box .icon {
        width: 42px;
        margin-bottom: 2.5vw;
    }

    #section8 .token_box .text1 {
        font-weight: 700;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 10px;
    }

    #section8 .token_box .text2 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 20px;
        margin-bottom: 16px;
    }

    #section8 .token_box .chart_box {
        width: 100%;
    }

    #main {
        height: 300px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #section8 .token_box .tlabel {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 32px;
        margin-bottom: 10px
    }

    #section8 .token_box .tlabel2 {
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        line-height: 24px
    }

    #section8 .token_box .legend {
        width: 100%;
    }

    .footer {
        position: relative;
        height: auto;
        background: #000000;
        border-radius: 0;
        margin-top: 40px;
        padding: 0 24px;
        padding-bottom: 40px;
    }

    .footer::after {
        position: absolute;
        content: '';
        background: url(img/fbg.png) no-repeat;
        top: -15px;
        width: 100%;
        left: 50%;
        margin-left: -50%;
        height: 220px;
        background-size: cover;
        background-position: center;
    }

    .footer .main_text {
        height: 183px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5vw;
        color: rgba(255, 255, 255, 0.5);
        line-height: 7.29vw;
        text-align: center;
    }

    .footer .bottom_box {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        text-align: center;
    }

    .footer .bottom_box .media_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .footer .bottom_box .media_box img {
        width: 32px;
        margin-right: 1.77vw;
    }

    .footer .bottom_box .flogo {
        width: 150px;
    }

}