:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    background-color: #B7B4BB;
    border-radius: 4px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #B7B4BB;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #B7B4BB;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #676767;
}

.home {
    width: 100%;
    overflow: hidden auto;
    color: #676767;
}

.pc-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 80px;
    max-width: 1336px;
    margin: 0 auto;
}
.pc-nav .logo {
    height: 44px;
}
.pc-nav .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pc-nav .list a {
    padding-left: 16px;
    padding-right: 16px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}
.pc-nav .list a:hover {
    opacity: 0.7;
}
.pc-nav .list .language {
    flex: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 12px;
}
.pc-nav .list .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #333;
    border-radius: 30px;
    min-width: 183px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    margin-left: 108px;
    cursor: pointer;
}

.h5-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    z-index: 100;
}
.h5-nav .logo {
    height: 20px;
}
.h5-nav .menu-open svg {
    width: 24px;
    height: 20px;
}

.h5-nav .menu-off .close {
    color: #000;
    font-size: 30px;
}
.h5-menu-box {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.39);
    width: 100%;
    height: 100%;
}
.h5-menu-con {
    background-color: #fff;
    width: 90%;
}
.h5-menu-con .menu-off {
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.h5-menu-con .menu-off .close {
    width: 24px;
    height: 24px;
}

.h5-nav .menu-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 40px;
    width: 100%;
    max-height: 80dvh;
    font-size: 32px;
    overflow: hidden auto;
}
.h5-nav .menu-list a {
    color: #000;
    text-transform: uppercase;
}
.h5-nav .menu-list .language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.h5-nav .menu-list .language img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.h5-nav .menu-list .language span {
    font-size: 16px;
    color: #000;
    margin-left: auto;
}
.h5-nav .menu-list .language svg {
    width: 20px;
    height: 20px;
}

.h5-nav .menu {
    cursor: pointer;
}

.h5-nav .menu-open {
    display: block;
}

/* banner */
.banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
    min-height: 650px;
    margin: 60px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.banner-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.banner-main .jump {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
    border-radius: 30px;
    min-width: 236px;
    max-width: 300px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 67px;
}
.banner-main .jump img {
    width: 24px;
}
.banner-main .jump span {
    white-space: nowrap;
}
.banner .banner-left {
    width: 533px;
}
.banner .banner-left .title {
    max-width: 695px;
    font-size: 60px;
    color: #000;
    word-break: break-word;
    line-height: 72px;
}
.banner .banner-left .desc {
    font-size: 24px;
    color: #676767;
    margin-top: 30px;
}
.banner-btm {
    display: flex;
    flex-direction: column;
}
.banner-btm .avatar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}
.banner-btm .avatar .imgs {
    display: flex;
    align-items: center;
}
.banner-btm .avatar .imgs img {
    width: 48px;
    height: 48px;
}
.banner-btm .avatar section img:not(:first-child) {
    margin-left: -24px;
}
.banner-btm .avatar .text {
    line-height: 1;
}
.banner-btm .avatar .text p {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
.banner-btm .avatar .text span {
    font-size: 12px;
    color: #676767;
}
.banner-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 67px;
}
.banner-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner-list-item > img {
    width: 60px;
    height: 60px;
}
.banner-list-item-desc {
}
.banner-list-item-desc > p {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #A4DC1E;
}
.banner-list-item-desc > span {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

.banner_bg {
    width: auto;
    height: 600px;
    object-fit: contain;
}

/* about */
.about {
    position: relative;
    padding: 50px 20px 0;
    width: 100%;
    max-width: 1336px;
    margin: 200px auto 0;
}
.about-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.about-top section {
    width: 100%;
}
.about_img {
    width: 368px;
}
.about-text {
    font-weight: 600;
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
    color: #A0DE1F;

}
.about-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 70px;
    color: #5C7429;
}
.about-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-top: 30px;
}
.about-desc .about-desc-list {
    width: 100%;
}
.about-desc .about-desc-list h1 {
    color: #676767;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
    margin-bottom: 20px;
}

.about-desc .about-desc-list p {
    line-height: 1.4;
    font-size: 26px;
    color: #676767;
    font-weight: 700;
    word-break: break-word;
}

.platform-link {
    color: #A0DE1F;
    text-decoration: none;
    transition: all 0.3s;
}

/* WHITEPAPER */
.whitepaper {
    background: url("./images/whitePaper/bg.png?02092227") no-repeat center / cover;
    width: 100%;
    max-width: 1300px;
    height: 472px;
    margin: 150px auto;
}
.whitepaper-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 94px 140px;
    width: 100%;
}
.whitepaper-main h3 {
    font-size: 50px;
    color: #fff;
    max-width: 601px;
    font-weight: 600;
    text-transform: uppercase;
}
.whitepaper-main .whitepaper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    background: #A0DA1A;
    border-radius: 30px;
    max-width: 240px;
    height: 60px;
    margin-top: 80px;
    color: #000;
    cursor: pointer;
}
.whitepaper-main .whitepaper-btn span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.whitepaper-main .whitepaper-btn img {
    width: 24px;
    height: 24px;
}
.whitepaper-main .wp_1 {
    width: 250px;
    height: 250px;
}


.download {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.download-title {
    width: 100%;
}
.download-title article {
    font-weight: 600;
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
    color: #A0DE1F;
}
.download-title p {
    font-weight: 600;
    font-size: 45px;
    line-height: 70px;
    color: #5C7429;
}
.download-content {
    width: 100%;
    margin-top: 30px;
}
.download-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.download-content-right h3 {
    font-size: 60px;
    color: #000;
}
.download-content-right .desc {
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #000;
}
.download-content-right .persion {
    max-width: 1000px;
}
.download-content-right-ia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    width: 100%;
}
.download-content-right-ia .download-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.download-content-right-ia .download-btn img {
    width: 240px;
}
.download-content-right-ia .qrcode-container {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 10;
}
.download-content-right-ia .qrcode-container img {
    width: 100%;
    height: 100%;
}
.download-content-right-ia .qrcode-container::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}
.download-content-right-ia .qrcode-container #qrcodeIos,
.download-content-right-ia .qrcode-container #qrcodeAndroid {
    width: 200px;
    height: 200px;
}

/* Web */
.web {
    padding: 50px 20px 0;
    width: 100%;
    max-width: 1659px;
    margin: 100px auto 0;
}
.web3-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 112px;
    max-width: 1300px;
    margin: 0 auto;
}
.web3-title .we3-title-text {
    flex: 1;
    color: #676767;
}
.web3-title .we3-title-text h3 {
    max-width: 910px;
    font-size: 100px;
    color: #A0DE1F;
    word-break: break-word;
}
.web3-title .we3-title-text p {
    font-size: 26px;
    margin-top: 70px;
}
.we3-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 59px;
    max-width: 1300px;
    margin: 50px auto 0;
}
.we3-list .web3-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 30px 20px;
    border: 1px solid #E8E8E840;
    border-radius: 24px;
    width: 290px;
}
.we3-list .web3-list-item img {
    width: 50px;
}
.we3-list .web3-list-item h4 {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
}
.we3-list .web3-list-item p {
    font-size: 20px;
    color: #676767;
    line-height: 1.2;
}

/* vision */
.vision {
    padding: 50px 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 71px auto 0;
}
.vision-main {
    position: relative;
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
}
.vision_b {
    position: absolute;
    right: 0;
    top: -100px;
    width: 304px;
}
.vision-top {
    font-weight: 600;
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
    color: #A0DE1F;
}
.vision-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 70px;
    color: #5C7429;
}
.vision-main-content {
    display: flex;
    align-items: center;
}
.vision-main-content p {
    font-size: 26px;
    color: #676767;
    line-height: 1.3;
    margin-top: 50px;
}

/* vecent */
.vecent {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1336px;
    margin: 288px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.nft_b {
    position: absolute;
    right: 0;
    top: -100px;
    width: 413px;
}
.vecent .title {
    color: #A0DE1F;
    font-weight: 600;
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
}

.vecent .con {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding-bottom: 100px;
    width: 100%;
    height: 500px;
}

.vecent .con .ban {
    width: 367px;
    height: 331px;
}

.map {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 125px auto 0;
}
.map .planning_route {
    font-weight: 600;
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
    color: #A0DE1F;
}
.map .con {
    max-width: 1336px;
    margin: 0 auto;
}
.map .con .mapTwo {
    width: 1336px;
    margin: 0 auto;
}


/* partners */
.partners {
    max-width: 1336px;
    margin: 120px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.bottom-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 34px;
    max-width: 996px;
    margin: 0 auto;
}
.bottom-logos img:nth-child(1) {
    height: 30px;
}
.bottom-logos img:nth-child(2) {
    height: 25px;
}
.bottom-logos img:nth-child(3) {
    height: 47px;
}
.bottom-logos img:nth-child(4) {
    height: 72px;
}
.bottom-logos img:nth-child(5) {
    height: 66px;
}
.bottom-logos img:nth-child(6) {
    height: 76px;
}
.bottom-logos img:nth-child(7) {
    height: 67px;
}

/* bottom */
.bottom .con {
    margin: 118px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bottom .middle {
    max-width: 394px;
    color: #676767;
}
.bottom .middle img {
    width: auto;
    height: 70px;
}
.bottom .middle .service {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.bottom .middle .thirdUrl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.bottom .middle .thirdUrl article {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#twitter_url:hover svg rect {
    fill: #A0DE1F;
}
#twitter_url:hover svg path {
    fill: #fff;
}
#facebook_url:hover svg path:nth-of-type(1), #facebook_url:hover svg path:nth-of-type(3) {
    fill: #A0DE1F;
}
#facebook_url:hover svg path:nth-of-type(2) {
    fill: #fff;
}
#telegram_url:hover svg rect {
    fill: #A0DE1F;
}
#telegram_url:hover svg path {
    fill: #fff;
}

.bottom .right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.bottom-right-title {
    color: #000;
    font-size: 22px;
}
.bottom-right-main {
    display: flex;
    gap: 70px;
    margin-top: 38px;
}
.bottom-right-main section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bottom-right-main a {
    font-weight: 400;
    color: #676767;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}
.bottom-right-main a:hover {
    color: #000;
}


/* copyright */
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000;
    width: 100%;
    min-height: 62px;
    font-size: 16px;
    font-weight: 400;
    color: #919192;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 1080px) {
    .pc-nav {
        gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc-nav .list {
        gap: 10px;
    }
    .pc-nav .list a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
    }
    .pc-nav .list .download-btn {
        margin-left: 20px;
        min-width: 140px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }

    .banner {
        min-height: auto;
    }
    .banner-main {
        flex-direction: column;
        gap: 60px;
    }
    .banner .banner-left {
        width: 100%;
    }
    .banner .banner-left .title {
        font-size: 48px;
        line-height: 1.2;
    }
    .banner .banner-left .desc {
        font-size: 20px;
        margin-top: 20px;
    }
    .banner-list {
        margin-top: 40px;
        gap: 20px;
    }
    .banner-list-item > img {
        width: 50px;
        height: 50px;
    }
    .banner-list-item-desc > p {
        font-size: 22px;
    }
    .banner-list-item-desc > span {
        font-size: 14px;
    }
    .banner-btm {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .banner-main .jump {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .banner-btm .avatar .text p {
        font-size: 28px;
    }

    .about {
        margin-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .about-text {
        font-size: 80px;
        line-height: 1.2;
    }
    .about-title {
        font-size: 36px;
        line-height: 1.3;
    }
    .about_img {
        width: 100%;
        max-width: 300px;
    }
    .about-desc {
        margin-top: 40px;
    }
    .about-desc .about-desc-list h1 {
        font-size: 22px;
    }
    .about-desc .about-desc-list p {
        font-size: 18px;
        margin-top: 15px;
    }

    .whitepaper {
        width: 100%;
        height: auto;
        min-height: 400px;
        margin: 100px auto;
        padding: 60px 20px;
        background-size: cover;
    }
    .whitepaper-main {
        flex-direction: column;
        gap: 40px;
        padding: 0;
        text-align: center;
    }
    .whitepaper-main h3 {
        font-size: 36px;
        max-width: 100%;
    }
    .whitepaper-main .whitepaper-btn {
        margin-top: 40px;
    }
    .whitepaper-main .wp_1 {
        width: 200px;
        height: 200px;
    }

    .download {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .download-title article {
        font-size: 80px;
        line-height: 1.2;
    }
    .download-title p {
        font-size: 36px;
        line-height: 1.3;
        margin-top: 20px;
    }
    .download-content-right {
        margin-top: 40px;
    }
    .download-content-right .desc {
        font-size: 36px;
        line-height: 1.3;
    }
    .download-content-right .persion {
        max-width: 100%;
        margin: 30px 0;
    }
    .download-content-right-ia {
        gap: 20px;
        flex-wrap: wrap;
    }
    .download-content-right-ia .download-btn img {
        width: 180px;
    }
    .download-content-right-ia .qrcode-container {
        padding: 15px;
    }
    .download-content-right-ia .qrcode-container #qrcodeIos,
    .download-content-right-ia .qrcode-container #qrcodeAndroid {
        width: 150px;
        height: 150px;
    }

    .web {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .web3-title {
        flex-direction: column;
        gap: 40px;
    }
    .web3-title .we3-title-text h3 {
        font-size: 60px;
    }
    .web3-title .we3-title-text p {
        font-size: 20px;
        margin-top: 30px;
    }
    .we3-list {
        gap: 30px;
        margin-top: 40px;
    }
    .we3-list .web3-list-item {
        min-width: 100%;
    }

    .vision {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .vision_b {
        width: 200px;
        top: -50px;
    }
    .vision-top {
        font-size: 80px;
        line-height: 1.2;
    }
    .vision-title {
        font-size: 36px;
        line-height: 1.3;
        margin-top: 20px;
    }
    .vision-main-content {
        margin-top: 30px;
    }
    .vision-main-content p {
        font-size: 20px;
        margin-top: 30px;
    }

    .vecent {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .nft_b {
        width: 250px;
        top: -50px;
    }
    .vecent .title {
        font-size: 80px;
        line-height: 1.2;
    }
    .vecent .con {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
    }
    .vecent .con .ban {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .map {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .map .planning_route {
        font-size: 80px;
        line-height: 1.2;
    }
    .map .con .mapTwo {
        width: 100%;
        height: auto;
    }

    .partners {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .bottom-logos {
        gap: 20px;
    }
    .bottom-logos img {
        height: auto;
        max-height: 50px;
    }

    .bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottom .con {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .bottom-right-main {
        flex-wrap: wrap;
        gap: 30px 50px;
    }
}
@media screen and (max-width: 768px) {
    .home {
        padding-top: 60px;
    }
    .pc-nav {
        display: none;
    }
    .h5-nav {
        display: flex;
    }
    .h5-nav .menu-list {
        font-size: 22px;
    }
    .h5-nav .logo {
        height: 20px;
    }

    .banner {
        flex-direction: column;
    }
    .banner_bg {
        width: 100%;
        height: auto;
    }
    .banner-btm .avatar {
        margin: 0 auto;
    }
    .banner .banner-left .title {
        font-size: 36px;
        line-height: 1.2;
    }
    .banner .banner-left .desc {
        font-size: 18px;
    }
    .banner-list {
        margin-top: 30px;
        gap: 15px;
    }
    .banner-list-item {
        gap: 12px;
    }
    .banner-list-item > img {
        width: 40px;
        height: 40px;
    }
    .banner-list-item-desc > p {
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-list-item-desc > span {
        font-size: 13px;
    }
    .banner-main .jump {
        min-width: 200px;
        height: 50px;
        font-size: 16px;
        margin: 0 auto;
    }
    .banner-btm .avatar {
        gap: 10px;
    }
    .banner-btm .avatar .imgs img {
        width: 40px;
        height: 40px;
    }
    .banner-btm .avatar .text p {
        font-size: 24px;
    }
    .banner-btm .avatar .text span {
        font-size: 11px;
    }

    .about {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-text {
        font-size: 60px;
        text-align: center;
        width: 100%;
    }
    .about-title {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 12px;
        text-align: center;
        width: 100%;
    }
    .about_img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .about-desc {
        margin-top: 30px;
    }
    .about-desc .about-desc-list h1 {
        font-size: 20px;
    }
    .about-desc .about-desc-list p {
        font-size: 16px;
        margin-top: 12px;
    }

    .whitepaper {
        margin: 100px auto 60px;
        padding: 40px 16px 40px;
        min-height: 350px;
    }
    .whitepaper-main h3 {
        font-size: 28px;
    }
    .whitepaper-main .whitepaper-btn {
        margin-top: 30px;
        height: 50px;
        font-size: 16px;
    }
    .whitepaper-main .wp_1 {
        width: 150px;
        height: 150px;
    }

    .download {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .download-title article {
        font-size: 60px;
    }
    .download-title p {
        font-size: 28px;
    }
    .download-content-right .desc {
        font-size: 28px;
    }
    .download-content-right .persion {
        margin: 20px 0;
    }
    .download-content-right-ia {
        flex-direction: column;
        gap: 15px;
    }
    .download-content-right-ia .download-btn img {
        width: 150px;
    }
    .download-content-right-ia .qrcode-container {
        display: none !important;
    }

    .web {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .web3-title .we3-title-text h3 {
        font-size: 48px;
    }
    .web3-title .we3-title-text p {
        font-size: 18px;
        margin-top: 20px;
    }
    .we3-list {
        gap: 20px;
        margin-top: 30px;
    }
    .we3-list .web3-list-item {
        padding: 20px 16px;
        gap: 20px;
    }
    .we3-list .web3-list-item img {
        width: 40px;
    }
    .we3-list .web3-list-item h4 {
        font-size: 24px;
    }
    .we3-list .web3-list-item p {
        font-size: 16px;
    }

    .vision {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .vision_b {
        width: 150px;
        top: -30px;
    }
    .vision-top {
        font-size: 56px;
    }
    .vision_b {
        position: static;
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    .vision-title {
        font-size: 28px;
    }
    .vision-main-content p {
        font-size: 18px;
        margin-top: 20px;
    }

    .vecent {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .nft_b {
        width: 100%;
        top: -30px;
    }
    .vecent .title {
        font-size: 52px;
        text-align: center;
    }
    .vecent .nft_b {
        position: static;
        display: block;
        margin: 20px auto 0;
    }
    .vecent .con {
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .vecent .con .ban {
        max-width: 100%;
    }

    .map {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .map .planning_route {
        font-size: 60px;
        text-align: center;
        margin-bottom: 40px;
    }

    .partners {
        margin-top: 60px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .bottom-logos {
        gap: 15px;
    }
    .bottom-logos img {
        max-height: 40px;
    }

    .bottom {
        padding-left: 16px;
        padding-right: 16px;
    }
    .bottom .middle img {
        height: 50px;
    }
    .bottom .middle .service {
        font-size: 14px;
        margin-top: 20px;
    }
    .bottom .middle .thirdUrl {
        margin-top: 20px;
    }
    .bottom-right-title {
        font-size: 20px;
    }
    .bottom-right-main {
        gap: 20px 30px;
        margin-top: 20px;
    }
    .bottom-right-main a {
        font-size: 16px;
    }

    .copyright {
        font-size: 14px;
        padding: 20px 16px;
        margin-top: 40px;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    background: #707070;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.8;
}
