: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: #000;
}

html, body {
    width: 100%;
    min-height: 100%;
    background-color: #000;
}

a {
    text-decoration: none;
    color: #676767;
}

.home {
    width: 100%;
    overflow: visible;
    color: #676767;
    background-color: #000;
}

.wow {
    visibility: hidden;
}
.wow.animated {
    visibility: visible;
}

.pc-nav-wrap {
    width: 100%;
    background-color: #000;
}

.pc-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 72px;
    margin: 0;
}
.pc-nav .nav-main {
    display: flex;
    align-items: center;
    gap: 40px;
    min-width: 0;
}
.pc-nav .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: none;
}
.pc-nav .logo {
    display: block;
    width: auto;
    height: 40px;
    object-fit: contain;
}
.pc-nav .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.pc-nav .list a {
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s;
    white-space: nowrap;
}
.pc-nav .list a:hover,
.pc-nav .list a.active {
    color: #FED279;
    opacity: 1;
}
.pc-nav .nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: none;
}
.pc-nav .language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.pc-nav .language svg {
    width: 22px;
    height: 22px;
}
.pc-nav .nav-divider {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.35);
}
.pc-nav .nav-star {
    width: 22px;
    height: 22px;
    display: block;
    flex: none;
}
.pc-nav .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    min-width: 0;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    cursor: pointer;
    transition: color 0.3s;
}
.pc-nav .download-btn:hover {
    color: #FED279;
}
.pc-nav .download-icon {
    width: 20px;
    height: 20px;
    flex: none;
}

.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: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid rgba(254, 210, 121, 0.18);
    width: 100%;
    height: 60px;
    z-index: 100;
    color: #FED279;
}
.h5-nav .h5-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}
.h5-nav .logo {
    display: block;
    width: auto;
    height: 28px;
    max-width: 160px;
    object-fit: contain;
}
.h5-nav .menu-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FED279;
    cursor: pointer;
    flex: none;
    -webkit-tap-highlight-color: transparent;
}
.h5-nav .menu-open svg {
    width: 24px;
    height: 20px;
    display: block;
    pointer-events: none;
}

.h5-menu-box {
    position: fixed;
    inset: 0;
    display: none;
    align-items: stretch;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 200;
}
.h5-menu-box.is-open {
    display: flex;
}
.h5-menu-con {
    background-color: #0a0a0a;
    border-left: 1px solid rgba(254, 210, 121, 0.22);
    width: min(86%, 360px);
    height: 100%;
    overflow: hidden auto;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
    color: #FED279;
}
.h5-menu-con .menu-off {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 16px 16px 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FED279;
    cursor: pointer;
}
.h5-menu-con .menu-off .close {
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
}

.h5-menu-box .menu-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 24px 48px;
    width: 100%;
    max-height: none;
    font-size: 20px;
    overflow: visible;
}
.h5-menu-box .menu-list a {
    color: #fff;
    text-transform: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 18px;
    font-weight: 500;
}
.h5-menu-box .menu-list a:hover,
.h5-menu-box .menu-list a.active {
    color: #FED279;
}
.h5-menu-box .menu-list a.h5-download {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #FED279;
    border-radius: 999px;
    color: #FED279;
    background: transparent;
}
.h5-menu-box .menu-list .language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 12px 0;
    color: #FED279;
    cursor: pointer;
}
.h5-menu-box .menu-list .language span {
    font-size: 16px;
    color: #fff;
    margin-left: 0;
}
.h5-menu-box .menu-list .language svg {
    width: 22px;
    height: 22px;
}

.h5-nav .menu {
    cursor: pointer;
}

/* banner */
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 720px;
    margin: 0;
    padding: 80px 20px 60px;
    background-color: #000;
}
.banner_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}
.banner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
    min-height: 580px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.banner-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.banner-main .jump {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #FED279;
    border-radius: 30px;
    min-width: 236px;
    max-width: 360px;
    height: 60px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    margin-top: 67px;
}
.banner-main .jump img {
    width: 24px;
    filter: brightness(0);
}
.banner-main .jump span {
    white-space: nowrap;
}
.banner .banner-left {
    width: 533px;
}
.banner .banner-left .title {
    max-width: 695px;
    font-size: 60px;
    color: #fff;
    word-break: break-word;
    line-height: 72px;
}
.banner .banner-left .desc {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 30px;
}
.banner-btm {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
}
.banner-btm .avatar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    margin-right: 72px;
    margin-top: auto;
    transform: translateX(-24px);
}
.banner-btm .avatar .imgs {
    display: flex;
    align-items: center;
}
.banner-btm .avatar .imgs img {
    width: 32px;
    height: 32px;
}
.banner-btm .avatar section img:not(:first-child) {
    margin-left: -14px;
}
.banner-btm .avatar .text {
    line-height: 1.2;
}
.banner-btm .avatar .text span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    white-space: nowrap;
}
.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: #FED279;
}
.banner-list-item-desc > span {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    white-space: nowrap;
}

/* about */
.about {
    position: relative;
    padding: 80px 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 80px auto 0;
}
.about-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
.about-top section {
    flex: 1;
    min-width: 0;
}
.about_img {
    width: min(420px, 42%);
    flex: none;
    object-fit: contain;
}
.about-text {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-weight: 800;
    font-size: 108px;
    line-height: 1.05;
    text-transform: none;
    color: #fff;
    letter-spacing: -0.02em;
}
.about-text .about-chevron {
    width: 68px;
    height: 68px;
    flex: none;
}
.about-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 16px;
}
.about-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-top: 48px;
}
.about-desc .about-desc-list {
    width: 100%;
}
.about-desc .about-desc-list h1 {
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    word-break: break-word;
    margin-bottom: 18px;
}

.about-desc .about-desc-list p {
    line-height: 1.7;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
    word-break: break-word;
    margin-top: 0;
}
.about-desc .about-desc-list p + p {
    margin-top: 18px;
}

.platform-link {
    color: #FED279;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

/* WHITEPAPER */
.whitepaper {
    background: none;
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 0;
    margin: 100px auto 0;
    padding: 40px 20px 20px;
    box-sizing: border-box;
}
.whitepaper-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.whitepaper-main h3 {
    font-size: 48px;
    color: #fff;
    max-width: 900px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.25;
}
.whitepaper-main .whitepaper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 28px;
    background: #FED279;
    border-radius: 30px;
    max-width: none;
    min-width: 220px;
    height: 56px;
    margin-top: 0;
    color: #000;
    cursor: pointer;
}
.whitepaper-main .whitepaper-btn span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.whitepaper-main .whitepaper-btn svg,
.whitepaper-main .whitepaper-btn img {
    width: 18px;
    height: 18px;
    color: #000;
}
.whitepaper-main .wp_1 {
    display: none;
}


.download {
    max-width: 1300px;
    width: 100%;
    margin: 100px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.download-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.download-title {
    flex: 1;
    min-width: 0;
}
.download-title-text {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-weight: 800;
    font-size: 96px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
}
.download-chevron {
    width: 56px;
    height: 56px;
    flex: none;
}
.download-radar {
    width: min(360px, 34%);
    flex: none;
    object-fit: contain;
}
.download-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    margin-top: 20px;
}
.download-cube {
    width: min(520px, 48%);
    flex: none;
    object-fit: contain;
}
.download-panel {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
.download-slogan {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
}
.download-qr-row {
    display: flex;
    align-items: center;
    gap: 24px;
}
.download-qr-box {
    width: 148px;
    height: 148px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    background: #000;
    cursor: pointer;
    flex: none;
}
.download-qr-box #qrcodeDownload,
.download-qr-box #qrcodeDownload img {
    width: 100% !important;
    height: 100% !important;
}
.download-qr-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.download-qr-text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
}
.download-qr-text strong {
    font-size: 28px;
    font-weight: 700;
    color: #FED279;
}
.download-stores {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: #FED279;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}
.store-btn img {
    display: block;
    height: 56px;
    width: auto;
    filter: invert(1);
    mix-blend-mode: multiply;
}

/* Web */
.web {
    padding: 80px 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 100px auto 0;
}
.web3-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    max-width: none;
    margin: 0;
}
.web3-title .we3-title-text {
    flex: 1;
    color: rgba(255, 255, 255, 0.72);
}
.web3-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 900;
    font-size: 96px;
    line-height: 1.02;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.web3-heading-main {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.web3-chevron {
    width: 68px;
    height: 68px;
    flex: none;
}
.web3-kicker {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.web3-desc {
    margin-top: 28px;
    max-width: 920px;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
}
.we3-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 36px;
    max-width: 1180px;
    margin: 70px auto 0;
}
.we3-list .web3-list-item {
    flex: 0 1 240px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 36px 20px 48px;
    min-height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    width: 240px;
    max-width: 240px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 6.07px 4.55px 13.66px 0px rgba(255, 255, 255, 0.2) inset;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.we3-list .web3-list-item:nth-child(1) {
    margin-top: 36px;
}
.we3-list .web3-list-item:nth-child(2) {
    margin-top: 0;
}
.we3-list .web3-list-item:nth-child(3) {
    margin-top: 28px;
}
.we3-list .web3-list-item:nth-child(4) {
    margin-top: 64px;
}
.we3-list .web3-list-item:hover {
    border-color: #FED279;
    box-shadow:
        6.07px 4.55px 13.66px 0px rgba(255, 255, 255, 0.2) inset,
        0 0 0 1px rgba(254, 210, 121, 0.35),
        0 0 28px rgba(254, 210, 121, 0.28);
}
.we3-list .web3-list-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.we3-list .web3-list-item:hover img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(28%) saturate(748%) hue-rotate(349deg) brightness(103%) contrast(98%);
}
.we3-list .web3-list-item h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}
.we3-list .web3-list-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.8;
    font-weight: 400;
}

/* vision */
.vision {
    padding: 100px 20px 0;
    width: 100%;
    max-width: 1300px;
    margin: 100px auto 0;
}
.vision-main {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: none;
    margin: 0;
}
.vision-copy {
    flex: 1;
    min-width: 0;
    max-width: 620px;
    display: flex;
    flex-direction: column;
}
.vision-media {
    width: min(420px, 40%);
    flex: none;
    align-self: stretch;
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}
.vision-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    background: #000;
}
.vision_b {
    display: none;
}
.vision-top {
    font-weight: 900;
    font-size: 96px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
}
.vision-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 40px;
}
.vision-main-content {
    display: block;
    margin-top: 36px;
    flex: 1;
}
.vision-main-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 2.1;
    margin-top: 0;
    max-width: 560px;
}

/* vecent */
.vecent {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    max-width: none;
    min-height: 820px;
    margin: 120px 0 0;
    padding: 48px 20px 70px;
    background: #000;
}
.vecent-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    z-index: 0;
}
.vecent-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-height: 700px;
}
.nft_b {
    display: none;
}
.vecent .title {
    color: #fff;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.1;
    text-transform: none;
    text-align: center;
    margin: 0 0 auto;
    align-self: center;
}
.vecent .title .nft-accent {
    color: #FED279;
}
.vecent .con {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    padding-bottom: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto auto 0;
}
.vecent .con .ban {
    flex: 0 0 auto;
    width: min(300px, 23vw);
    height: auto;
    margin-left: -88px;
    object-fit: contain;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    transform-origin: center bottom;
}
.vecent .con .ban:first-child {
    margin-left: 0;
}
.vecent .con .ban:nth-child(1) {
    transform: rotate(-8deg) translateY(14px);
    z-index: 1;
}
.vecent .con .ban:nth-child(2) {
    transform: rotate(-2deg) translateY(2px);
    z-index: 2;
}
.vecent .con .ban:nth-child(3) {
    transform: rotate(2deg) translateY(2px);
    z-index: 3;
}
.vecent .con .ban:nth-child(4) {
    transform: rotate(8deg) translateY(14px);
    z-index: 4;
}

.map {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 120px 0 0;
    padding: 50px 20px 80px;
    background: #000;
}
.map .planning_route {
    margin: 0;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.map .roadmap-sub {
    margin: 14px 0 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #8a8a8a;
    text-align: center;
}
.map .roadmap {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 72px auto 0;
    min-height: 400px;
}
.map .roadmap-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}
.map .roadmap-items {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
}
.map .roadmap-item {
    position: absolute;
    left: var(--pos);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 160px;
    transform: translateX(-50%);
    text-align: center;
}
.map .roadmap-item.above {
    bottom: calc(50% + 72px);
}
.map .roadmap-item.below {
    top: calc(50% + 72px);
}
.map .roadmap-date {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.map .roadmap-desc {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #FED279;
}


/* partners */
.partners {
    max-width: none;
    margin: 120px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.bottom-logos {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.bottom-logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: auto;
}
.bottom-logos-row--bottom {
    gap: 56px;
}
.bottom-logos img {
    display: block;
    width: auto;
    max-height: 70px;
    max-width: none;
    object-fit: contain;
}
.bottom-logos-row--bottom img {
    max-height: 70px;
}

/* bottom */
.bottom {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
.bottom .con {
    margin: 100px auto 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.bottom .middle {
    max-width: 420px;
    color: #fff;
}
.bottom .footer-logo-wrap {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}
.bottom .footer-logo {
    display: block;
    width: auto;
    height: 56px;
    object-fit: contain;
}
.bottom .footer-logo-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120%;
    max-width: 220px;
    height: 28px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}
.bottom .footer-desc {
    margin: 18px 0 0;
    max-width: 360px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
}

.bottom .right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 6px;
}
.bottom-right-title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.bottom-right-main {
    display: flex;
    gap: 70px;
    margin-top: 28px;
}
.bottom-right-main section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bottom-right-main a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
    text-transform: none;
    font-size: 16px;
    cursor: pointer;
}
.bottom-right-main a:hover {
    color: #FED279;
}


/* copyright */
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FED279;
    width: 100%;
    min-height: 52px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    text-align: center;
    margin-top: 70px;
}

@media screen and (max-width: 1080px) {
    .pc-nav {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc-nav .nav-main {
        gap: 20px;
    }
    .pc-nav .brand-name {
        font-size: 18px;
    }
    .pc-nav .list {
        gap: 2px;
    }
    .pc-nav .list a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .pc-nav .nav-actions {
        gap: 12px;
    }
    .pc-nav .download-btn {
        font-size: 14px;
    }

    .banner {
        min-height: auto;
        padding: 60px 20px 40px;
    }
    .banner-inner {
        flex-direction: column;
        min-height: auto;
        gap: 40px;
    }
    .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;
        align-self: center;
    }
    .banner-main .jump {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .banner-btm .avatar .text span {
        font-size: 13px;
    }

    .about {
        margin-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .about-text {
        font-size: 72px;
        line-height: 1.1;
    }
    .about-text .about-chevron {
        width: 52px;
        height: 52px;
    }
    .about-title {
        font-size: 32px;
        line-height: 1.3;
    }
    .about_img {
        width: 100%;
        max-width: 360px;
        align-self: center;
    }
    .about-desc {
        margin-top: 40px;
    }
    .about-desc .about-desc-list h1 {
        font-size: 18px;
    }
    .about-desc .about-desc-list p {
        font-size: 16px;
        margin-top: 14px;
    }

    .whitepaper {
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 80px auto 0;
        padding: 40px 20px;
        background: none;
    }
    .whitepaper-main {
        flex-direction: column;
        gap: 28px;
        padding: 0;
        text-align: center;
    }
    .whitepaper-main h3 {
        font-size: 36px;
        max-width: 100%;
    }
    .whitepaper-main .whitepaper-btn {
        margin-top: 0;
    }
    .whitepaper-main .wp_1 {
        display: none;
    }

    .download {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .download-top {
        gap: 24px;
    }
    .download-title-text {
        font-size: 64px;
    }
    .download-chevron {
        width: 40px;
        height: 40px;
    }
    .download-radar {
        width: min(240px, 32%);
    }
    .download-content {
        gap: 28px;
        margin-top: 10px;
    }
    .download-cube {
        width: min(380px, 46%);
    }
    .download-slogan {
        font-size: 30px;
    }
    .download-qr-text strong {
        font-size: 22px;
    }
    .store-btn img {
        height: 48px;
    }

    .web {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .web3-heading {
        font-size: 64px;
    }
    .web3-chevron {
        width: 52px;
        height: 52px;
    }
    .web3-kicker {
        font-size: 22px;
        margin-top: 28px;
    }
    .web3-desc {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.9;
    }
    .we3-list {
        flex-wrap: wrap;
        gap: 28px;
        margin-top: 40px;
        max-width: none;
        justify-content: flex-start;
    }
    .we3-list .web3-list-item {
        flex: 0 1 calc(50% - 16px);
        width: auto;
        max-width: none;
        min-width: 220px;
        min-height: 360px;
        margin-top: 0 !important;
    }

    .vision {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 80px;
    }
    .vision-main {
        gap: 28px;
    }
    .vision-top {
        font-size: 72px;
        line-height: 1.05;
    }
    .vision-title {
        font-size: 24px;
        line-height: 1.7;
        margin-top: 28px;
    }
    .vision-main-content {
        margin-top: 28px;
    }
    .vision-main-content p {
        font-size: 15px;
        line-height: 2;
    }
    .vision-media {
        width: min(340px, 40%);
    }

    .vecent {
        min-height: 700px;
        padding: 36px 20px 50px;
        margin-top: 100px;
    }
    .vecent-inner {
        min-height: 580px;
    }
    .vecent .title {
        font-size: 56px;
        margin-bottom: 0;
    }
    .vecent .con {
        flex-wrap: nowrap;
        gap: 0;
        width: auto;
        height: auto;
        padding: 0;
    }
    .vecent .con .ban {
        width: min(230px, 22vw);
        margin-left: -68px;
        border-radius: 0;
        box-shadow: none;
    }
    .vecent .con .ban:first-child {
        margin-left: 0;
    }
    .vecent .con .ban:nth-child(1) {
        transform: rotate(-6deg) translateY(10px);
    }
    .vecent .con .ban:nth-child(4) {
        transform: rotate(6deg) translateY(10px);
    }

    .map {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .map .planning_route {
        font-size: 56px;
        line-height: 1.1;
    }
    .map .roadmap-sub {
        font-size: 18px;
    }
    .map .roadmap {
        min-height: 360px;
        margin-top: 56px;
    }
    .map .roadmap-items {
        height: 360px;
    }
    .map .roadmap-item {
        width: 130px;
    }
    .map .roadmap-item.above {
        bottom: calc(50% + 60px);
    }
    .map .roadmap-item.below {
        top: calc(50% + 60px);
    }
    .map .roadmap-date {
        font-size: 20px;
    }
    .map .roadmap-desc {
        font-size: 13px;
    }

    .partners {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .bottom-logos {
        gap: 24px;
    }
    .bottom-logos-row {
        flex-wrap: wrap;
        gap: 20px 40px;
    }
    .bottom-logos-row--bottom {
        gap: 40px;
    }
    .bottom-logos img {
        max-height: 40px;
    }

    .bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .bottom .con {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        margin-top: 72px;
    }
    .bottom .footer-logo {
        height: 48px;
    }
    .bottom-right-title {
        color: #fff;
    }
    .bottom-right-main {
        flex-wrap: wrap;
        gap: 30px 50px;
    }
    .bottom-right-main a {
        color: rgba(255, 255, 255, 0.78);
    }
}
@media screen and (max-width: 768px) {
    .home {
        padding-top: 60px;
    }
    .pc-nav {
        display: none;
    }
    .h5-nav {
        display: flex;
    }
    .h5-nav .logo {
        height: 28px;
    }

    .banner {
        padding: 36px 16px 40px;
        min-height: 0;
    }
    .banner-inner {
        flex-direction: column;
        min-height: auto;
        gap: 36px;
    }
    .banner-main {
        gap: 36px;
    }
    .banner .banner-left .title {
        font-size: 32px;
        line-height: 1.2;
    }
    .banner .banner-left .desc {
        font-size: 16px;
        margin-top: 12px;
    }
    .banner-list {
        margin-top: 28px;
        gap: 18px;
    }
    .banner-list-item {
        gap: 12px;
        align-items: flex-start;
    }
    .banner-list-item > img {
        width: 36px;
        height: 36px;
        flex: none;
    }
    .banner-list-item-desc > p {
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-list-item-desc > span {
        font-size: 13px;
        white-space: normal;
        line-height: 1.4;
        margin-top: 6px;
    }
    .banner-main .jump {
        min-width: 0;
        width: 100%;
        max-width: 280px;
        height: 50px;
        font-size: 16px;
        margin: 0 auto;
    }
    .banner-btm {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .banner-btm .avatar {
        margin: 0;
        transform: none;
        gap: 10px;
    }
    .banner-btm .avatar .imgs img {
        width: 36px;
        height: 36px;
    }
    .banner-btm .avatar .text span {
        font-size: 12px;
        white-space: normal;
    }

    .about {
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .about-text {
        font-size: 40px;
        text-align: left;
        width: auto;
    }
    .about-text .about-chevron {
        width: 32px;
        height: 32px;
    }
    .about-title {
        font-size: 22px;
        line-height: 1.35;
        margin-top: 8px;
        text-align: left;
        width: 100%;
    }
    .about_img {
        display: block;
        max-width: 260px;
        width: 100%;
        margin: 0 auto;
    }
    .about-desc {
        margin-top: 24px;
    }
    .about-desc .about-desc-list h1 {
        font-size: 15px;
    }
    .about-desc .about-desc-list p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.7;
    }

    .whitepaper {
        margin: 48px auto 32px;
        padding: 28px 16px;
        min-height: 0;
        background: none;
    }
    .whitepaper-main h3 {
        font-size: 24px;
    }
    .whitepaper-main .whitepaper-btn {
        margin-top: 0;
        height: 48px;
        font-size: 15px;
    }
    .whitepaper-main .wp_1 {
        display: none;
    }

    .download {
        display: block;
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .download-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .download-title {
        flex: 1;
        min-width: 0;
    }
    .download-title-text {
        font-size: 28px;
        gap: 8px;
        flex-direction: row;
        align-items: center;
        line-height: 1.1;
    }
    .download-chevron {
        width: 22px;
        height: 22px;
    }
    .download-radar {
        width: min(120px, 32%);
        flex: none;
        justify-self: auto;
        align-self: auto;
        max-width: none;
    }
    .download-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-top: 12px;
    }
    .download-cube {
        width: min(150px, 42%);
        max-width: none;
        flex: none;
        justify-self: auto;
        align-self: auto;
    }
    .download-panel {
        flex: 1;
        min-width: 0;
        width: auto;
        gap: 14px;
        align-self: auto;
    }
    .download-slogan {
        font-size: 15px;
        line-height: 1.35;
        text-align: left;
    }
    .download-qr-row {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .download-qr-box {
        width: 64px;
        height: 64px;
        padding: 6px;
        border-radius: 10px;
    }
    .download-qr-text {
        gap: 4px;
    }
    .download-qr-text span {
        font-size: 11px;
    }
    .download-qr-text strong {
        font-size: 13px;
    }
    .download-stores {
        flex-wrap: wrap;
        gap: 8px;
    }
    .store-btn img {
        height: 30px;
    }

    .web {
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .web3-heading {
        font-size: 36px;
    }
    .web3-chevron {
        width: 26px;
        height: 26px;
    }
    .web3-kicker {
        font-size: 16px;
        font-weight: 700;
        margin-top: 18px;
    }
    .web3-desc {
        font-size: 14px;
        margin-top: 14px;
        line-height: 1.8;
    }
    .we3-list {
        flex-direction: column;
        gap: 14px;
        margin-top: 24px;
    }
    .we3-list .web3-list-item {
        flex: none;
        width: 100%;
        max-width: none;
        min-width: 0;
        min-height: 0;
        padding: 22px 16px 28px;
        gap: 14px;
        margin-top: 0 !important;
    }
    .we3-list .web3-list-item img {
        width: 36px;
        height: 36px;
    }
    .we3-list .web3-list-item h4 {
        font-size: 16px;
    }
    .we3-list .web3-list-item p {
        font-size: 13px;
        line-height: 1.75;
    }

    .vision {
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .vision-main {
        display: grid;
        grid-template-columns: 1fr 120px;
        grid-template-rows: auto auto auto;
        align-items: start;
        gap: 8px 14px;
    }
    .vision-copy {
        display: contents;
        max-width: none;
    }
    .vision-media {
        grid-column: 2;
        grid-row: 1 / 3;
        width: 120px;
        max-width: none;
        min-height: 0;
        height: 158px;
        flex: none;
        align-self: start;
        border-radius: 12px;
    }
    .vision-video {
        border-radius: 12px;
    }
    .vision-top {
        grid-column: 1;
        grid-row: 1;
        font-size: 28px;
        align-self: end;
    }
    .vision-title {
        grid-column: 1;
        grid-row: 2;
        font-size: 14px;
        line-height: 1.45;
        margin-top: 0;
        align-self: start;
    }
    .vision-main-content {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 8px;
    }
    .vision-main-content p {
        font-size: 13px;
        line-height: 1.75;
        max-width: none;
        margin-top: 0;
    }

    .vecent {
        min-height: 0;
        margin-top: 48px;
        padding: 28px 16px 36px;
    }
    .vecent-inner {
        min-height: 0;
    }
    .vecent .title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
    .vecent .con {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        width: 100%;
        padding: 0;
        height: auto;
        margin-top: 12px;
    }
    .vecent .con .ban {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        transform: none !important;
    }

    .map {
        margin-top: 48px;
        padding: 28px 16px 48px;
    }
    .map .planning_route {
        font-size: 32px;
        text-align: center;
        margin-bottom: 0;
    }
    .map .roadmap-sub {
        font-size: 15px;
        margin-top: 8px;
    }
    .map .roadmap {
        overflow: visible;
        margin-top: 36px;
        min-height: 640px;
        height: 640px;
        padding: 0 4px;
    }
    .map .roadmap-line {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        width: 640px;
        max-width: none;
        height: auto;
        transform: translate(-50%, -50%) rotate(90deg);
        transform-origin: center center;
    }
    .map .roadmap-items {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        min-width: 0;
        display: block;
        padding: 0;
        border: none;
    }
    .map .roadmap-item {
        position: absolute;
        top: var(--pos);
        left: auto;
        bottom: auto;
        width: calc(50% - 42px);
        max-width: 140px;
        gap: 4px;
        padding: 0;
        transform: translateY(-50%);
    }
    .map .roadmap-item::before {
        display: none;
    }
    .map .roadmap-item.below {
        right: calc(50% + 42px);
        left: auto;
        top: var(--pos);
        bottom: auto;
        align-items: flex-end;
        text-align: right;
        flex-direction: column;
    }
    .map .roadmap-item.above {
        left: calc(50% + 42px);
        right: auto;
        top: var(--pos);
        bottom: auto;
        align-items: flex-start;
        text-align: left;
        flex-direction: column;
    }
    .map .roadmap-date {
        font-size: 18px;
    }
    .map .roadmap-desc {
        font-size: 12px;
        line-height: 1.35;
    }

    .partners {
        margin-top: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .bottom-logos {
        gap: 20px;
    }
    .bottom-logos-row {
        flex-wrap: wrap;
        gap: 14px 40px;
    }
    .bottom-logos-row--bottom {
        gap: 28px;
    }

    .bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .bottom .con {
        margin-top: 48px;
        gap: 32px;
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom .footer-logo {
        height: 40px;
    }
    .bottom .footer-desc {
        font-size: 14px;
        margin-top: 14px;
        max-width: none;
    }
    .bottom-right-title {
        font-size: 20px;
        color: #fff;
    }
    .bottom-right-main {
        gap: 24px 40px;
        margin-top: 18px;
    }
    .bottom-right-main a {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.78);
    }

    .copyright {
        font-size: 12px;
        padding: 14px 12px;
        margin-top: 40px;
        min-height: 44px;
        color: #111;
        background-color: #FED279;
    }
}

@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;
}
