@font-face {
  font-family: 'DNFForgedBlade';
  src: url('../font/DNFForgedBlade-Bold.woff') format('woff'),
       url('../font/DNFForgedBlade-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DNFForgedBlade';
  src: url('../font/DNFForgedBlade-Light.woff') format('woff'),
       url('../font/DNFForgedBlade-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DNFForgedBlade';
  src: url('../font/DNFForgedBlade-Medium.woff') format('woff'),
       url('../font/DNFForgedBlade-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.resize * {
    transition: unset !important;
}

img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    text-decoration: none;
}

.section {
    width: 100vw;
    height: 100vh;
}

@keyframes scaleSmall {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
}

@keyframes scaleSmall2 {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(0.95);
    }
}

.register {
    animation: scaleSmall 1.5s infinite linear;
}

.model {
    width: 100vw;
    height: 100vh;
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9;
}

.wrap {
    width: 100vw;
    height: 100vh;
    border-top: 1px solid transparent;
}

.section {
    /* overflow: hidden; */
    width: 100vw;
    height: 100vh;
    border-top: 1px solid transparent;
}

.section .fp-tableCell {
    overflow: hidden;
}

.section-001 {
    width: 100vw;
    height: 1.11rem;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 2;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-001 .logo {
    width: 2.15rem;
    cursor: pointer;
}

.section-001 .nav {
    width: auto;
    height: 100%;
    display: flex;
}

.section-001 .nav li {
    list-style: none;
    padding: 0 0.5rem;
    display: block;
    line-height: 1.11rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 0.24rem;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}

.section-001 .nav li.active,
.section-001 .nav li:hover {
    color: #FCDF8F;
}

.section-001 .nav li.active::before {
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../image/section1/active.webp") no-repeat center / cover;
}

.section-001 .nav li.active::after {
    content: "";
    width: 1.48rem;
    height: 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 40%, transparent 40.1%, transparent 59.9%, #FFFFFF 60%, #FFFFFF 100%);
}

.section-001 .nav li.active {
    color: #FCDF8F;
}

.section-001 .link {
    display: flex;
}

.section-001 .link a {
    display: block;
    height: 0.3rem;
    margin: 0 0.1rem;
}

.section-001 .link img {
    height: 0.3rem;
}

.section-001 .more {
    display: none;
    width: 0.38rem;
    cursor: pointer;
}

.section-001 .btn {
    display: none;
    width: 2.5rem;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0.4rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.section-001 .btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes map {
    0% {
        visibility: visible;
        background-position-x: calc(min(calc(var(--wrap-width) * 0.5), 88.8vh) - 88.8vh);
    }
    25% {
        visibility: visible;
        background-position-x: -150vh;
    }
    25.1% {
        visibility: hidden;
        background-position-x: 150vh;
    }
    100% {
        visibility: hidden;
        background-position-x: -150vh;
    }
}

@keyframes mask {
    5%, 25%, 45%, 65%, 85% {
        visibility: visible;
        transform: translateX(calc(-50% + 120vw));
    }
    10%, 30%, 50%, 70%, 90% {
        visibility: visible;
        transform: translateX(calc(-50% - 120vw));
    }
    0%, 4.9%, 10.1%, 24.9%, 30.1%, 44.9%, 50.1%, 64.9%, 70.1%, 84.9%, 90.1%, 100% {
        visibility: hidden;
    }
}

.section-002 {
    --height: max(100vh, 10.8rem);
}

.section-002 .wrap {
    min-height: var(--height);
}

.section-002 .map {
    width: 100vw;
    height: max(var(--height), 56vw);
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    background-position-x: calc(min(calc(var(--wrap-width) * 0.5), 88.8vh) - 88.8vh);
}

.section-002 .map-1 {
    background: url("../image/section2/bg1.webp") no-repeat;
    background-size: auto var(--height);
    animation: map 16s 12s infinite linear;
}

.section-002 .map-2 {
    background: url("../image/section2/bg2.webp") no-repeat;
    background-size: auto var(--height);
    animation: map 16s 8s infinite linear;
}

.section-002 .map-3 {
    background: url("../image/section2/bg3.webp") no-repeat;
    background-size: auto var(--height);
    animation: map 16s 4s infinite linear;
}

.section-002 .map-4 {
    background: url("../image/section2/bg4.webp") no-repeat;
    background-size: auto var(--height);
    animation: map 16s infinite linear;
}

.section-002 .wrap::after {
    content: "";
    width: 120vw;
    height: 100vh;
    left: 50%;
    top: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
    animation: mask 20s 2.5s infinite linear;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.section-002 .role {
    width: 13.38rem;
    height: 2.64rem;
    left: 50%;
    bottom: 30.5vh;
    position: absolute;
    transform: translateX(-50%);
}

.section-002 .role img {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.section-002 .role .desktop {
    display: block;
}

.section-002 .role .mobile {
    width: 70%;
    display: none;
}

.section-002 .logo {
    width: 2.98rem;
    margin: 1.5rem auto 0;
}

.section-002 h2 {
    color: #F6C35A;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    font-style: normal;
    filter: drop-shadow(0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 1));
}

.section-002 h2 span {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    color: transparent;
}

.section-002 p {
    color: #F6C35A;
    font-size: 0.36rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    filter: drop-shadow(0rem 0rem 0.5rem rgba(0, 0, 0, 1));
}

.section-002 p span {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

.section-002 span::before {
    content: attr(data-content);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-shadow: 0.02rem 0.02rem 0.02rem #5E481F, -0.02rem -0.02rem 0.02rem #5E481F, -0.02rem 0.02rem 0.02rem #5E481F, 0.02rem -0.02rem 0.02rem #5E481F;
}

.section-002 span::after {
    content: attr(data-content);
    background: -webkit-linear-gradient(#F8F1E6, #ffc44e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.section-002 p span::before {
    text-shadow: 0.01rem 0.01rem 0.01rem #5E481F, -0.01rem -0.01rem 0.01rem #5E481F, -0.01rem 0.01rem 0.01rem #5E481F, 0.01rem -0.01rem 0.01rem #5E481F;
}

.section-002 .register {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    display: block;
    width: 5.73rem;
    height: 2.6rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 2.6rem;
    margin: 0 auto;
    outline: none;
    border: none;
    color: #2F251A;
    cursor: pointer;
    background: url("../image/common/btn.webp") no-repeat center / cover;
}

.section-002 .btns {
    width: 7.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    left: 50%;
    bottom: 2.5vh;
    position: absolute;
    transform: translateX(-50%);
}

.section-002 .btns-4 {
    width: 15rem;
}

.section-002 .btns-3 {
    width: 11.5rem;
}

.section-002 .btns .btn {
    width: 3.48rem;
    margin: 0.25rem auto;
    cursor: pointer;
}

.section-003 {
    background: url("../image/section3/bg1.webp") no-repeat center / cover;
}

.section-003 .desktop {
    width: 14.1rem;
    height: 7.95rem;
    left: 50%;
    top: 60%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("../image/section3/box1.webp") no-repeat center / cover;
}

.section-003 .desktop h2 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.58rem;
    color: #2B3F61;
    margin: -1rem auto 0;
    text-align: center;
    text-shadow: 0.1rem 0.1rem 0.3rem #FFFFFF, -0.1rem 0.1rem 0.3rem #FFFFFF, 0.1rem -0.1rem 0.3rem #87f1ff, -0.1rem -0.1rem 0.3rem #87f1ff;
}

.section-003 .desktop > p {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.36rem;
    color: #2B3F61;
    margin: auto;
    text-align: center;
    line-height: 0.8rem;
}

.section-003 .desktop > p span {
    color: #E15F19;
}

.section-003 .desktop .list {
    width: 14.1rem;
    height: 7.95rem;
    margin: -0.6rem auto 0;
}

.section-003 .desktop .list .item {
    width: 2.12rem;
    height: 2.1rem;
    position: absolute;
}

.section-003 .desktop .list .item-1 {
    left: 1.2rem;
    top: 2.2rem;
}

.section-003 .desktop .list .item-2 {
    left: 3.45rem;
    top: 1.7rem;
}

.section-003 .desktop .list .item-3 {
    left: 5.95rem;
    top: 2.28rem;
}

.section-003 .desktop .list .item-4 {
    width: 2.3rem;
    height: 2.2rem;
    left: 8.2rem;
    top: 1.58rem;
}

.section-003 .desktop .list .item-5 {
    width: 2.33rem;
    height: 2.2rem;
    left: 10.7rem;
    top: 2rem;
}

.section-003 .desktop .list .item .icon {
    width: 0.88rem;
    height: 0.52rem;
    margin: 0.5rem auto 0;
}

.section-003 .desktop .list .item > p {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    color: #5E5040;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.6rem;
    text-shadow: 0.01rem 0.01rem 0.05rem #FFFFFF, -0.01rem -0.01rem 0.05rem #FFFFFF, -0.01rem 0.01rem 0.05rem #FFFFFF, 0.01rem -0.01rem 0.05rem #FFFFFF;
}

.section-003 .desktop .list .item h3 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    color: #5E5040;
    text-align: center;
    font-size: 0.4rem;
    position: absolute;
    right: 0;
    bottom: -0.1rem;
    transform: translateY(100%);
    text-shadow: 0.02rem 0.02rem 0.01rem #FFFFFF, -0.02rem -0.02rem 0.01rem #FFFFFF, -0.02rem 0.02rem 0.01rem #FFFFFF, 0.02rem -0.02rem 0.01rem #FFFFFF;
}

.section-003 .desktop .list .item h3.strong {
    color: #E15F19;
}

.section-003 .desktop .list .item .prize {
    width: 150%;
    text-align: center;
    position: absolute;
    bottom: -1.5rem;
    transform: translateY(100%);
    font-size: 0;
    display: flex;
    flex-direction: column;
}

.section-003 .desktop .list .item .prize li {
    display: inline-block;
    line-height: 0.3rem;
    margin: auto;
    white-space: nowrap;
}

.section-003 .desktop .list .item .prize li span {
    display: inline-block;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 400;
    font-size: 0.2rem;
    color: #2F251A;
    line-height: 0.3rem;
}

.section-003 .desktop .list .item .prize li.strong span {
    color: #A13900;
}

.section-003 .desktop .list .item .prize li::before {
    content: "";
    width: 110%;
    height: 0.15rem;
    left: 50%;
    bottom: 0.05rem;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(239, 197, 155, 0.5), rgba(218, 162, 83, 0.5));
}

.section-003 .desktop .list .item-2 .prize {
    bottom: -1.9rem;
}

.section-003 .desktop .list .item-4 .prize {
    width: 145%;
}

.section-003 .desktop .list .item-5 .prize {
    width: 130%;
}

.section-003 .desktop .register {
    width: 5.73rem;
    height: 2.6rem;
    margin: -1.75rem auto 0;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.36rem;
    text-align: center;
    line-height: 2.6rem;
    color: #2F251A;
    cursor: pointer;
    background: url("../image/common/btn.webp") no-repeat center / cover;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.1rem);
    }
}

.section-003 .desktop .hero {
    width: 9.63rem;
    height: 10.96rem;
    position: absolute;
    left: -6rem;
    bottom: -4rem;
    animation: float 2s infinite linear;
}

.section-003 .mobile {
    display: none;
    width: 100vw;
    /* height: 134vw; */
    /* max-height: 62vh; */
    --height: min(134vw, 62vh);
    height: var(--height);
    margin: 1rem auto 0;
    border-top: 1px solid transparent;
    background: url("../image/section3/box2.webp") no-repeat center / contain;
}

.section-003 .mobile h2 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.58rem;
    color: #2B3F61;
    margin: max(-2rem, -10vh) auto 0;
    text-align: center;
    text-shadow: 0.1rem 0.1rem 0.3rem #ffffe8, -0.1rem 0.1rem 0.3rem #FFFFFF, 0.1rem -0.1rem 0.3rem #FFFFFF, -0.1rem -0.1rem 0.3rem #FFFFFF;
}

.section-003 .mobile > p {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.36rem;
    color: #2B3F61;
    margin: auto;
    text-align: center;
    line-height: 1.2rem;
}

.section-003 .mobile > p span {
    color: #E15F19;
}

.section-003 .mobile .list {
    width: calc(var(--height) * 0.75);
    height: var(--height);
    --scale: calc(calc(var(--height) * 0.75) / 9.6);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
}

.section-003 .mobile .list .item {
    width: calc(2.6 * var(--scale));
    height: calc(2.6 * var(--scale));
    position: absolute;
}

.section-003 .mobile .list .item-1 {
    left: calc(0.65 * var(--scale));
    top: 0rem;
}

.section-003 .mobile .list .item-2 {
    left: calc(6.8 * var(--scale));
    top: calc(2 * var(--scale));
}

.section-003 .mobile .list .item-3 {
    left: calc(3.15 * var(--scale));
    top: calc(4.4 * var(--scale));
}

.section-003 .mobile .list .item-4 {
    width: calc(2.8 * var(--scale));
    height: calc(2.8 * var(--scale));
    left: calc(0.2 * var(--scale));
    top: calc(6.65 * var(--scale));
}

.section-003 .mobile .list .item-5 {
    width: calc(2.8 * var(--scale));
    height: calc(2.6 * var(--scale));
    left: calc(5.45 * var(--scale));
    top: calc(8.8 * var(--scale));
}

.section-003 .mobile .list .item .icon {
    width: calc(0.88 * var(--scale));
    height: calc(0.52 * var(--scale));
    margin: calc(0.6 * var(--scale)) auto 0;
}

.section-003 .mobile .list .item > p {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    color: #5E5040;
    text-align: center;
    font-size: calc(0.375 * var(--scale));
    line-height: calc(1 * var(--scale));
    text-shadow: 0.015rem 0.015rem 0.05rem #FFFFFF, -0.015rem -0.015rem 0.05rem #FFFFFF, -0.015rem 0.015rem 0.05rem #FFFFFF, 0.015rem -0.015rem 0.05rem #FFFFFF;
}

.section-003 .mobile .list .item h3 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    color: #5E5040;
    text-align: center;
    font-size: calc(0.4 * var(--scale));
    position: absolute;
    left: 60%;
    bottom: calc(-0.7 * var(--scale));
    transform: translate(-50%, 100%);
    white-space: nowrap;
    text-shadow: 0.02rem 0.02rem 0.01rem #FFFFFF, -0.02rem -0.02rem 0.01rem #FFFFFF, -0.02rem 0.02rem 0.01rem #FFFFFF, 0.02rem -0.02rem 0.01rem #FFFFFF;
}

.section-003 .mobile .list .item .prize {
    width: 120%;
    text-align: center;
    position: absolute;
    bottom: calc(-1.35 * var(--scale));
    transform: translateY(100%);
    font-size: 0;
    display: flex;
    flex-direction: column;
}

.section-003 .mobile .list .item .prize li {
    display: inline-block;
    line-height: calc(0.25 * var(--scale));
    margin: auto;
    white-space: nowrap;
}

.section-003 .mobile .list .item .prize li span {
    display: inline-block;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 400;
    font-size: calc(0.3 * var(--scale));
    color: #2F251A;
    line-height: calc(0.3 * var(--scale));
}

.section-003 .mobile .list .item .prize li.strong span {
    color: #A13900;
}

.section-003 .mobile .list .item .prize li::before {
    content: "";
    width: 110%;
    height: 0.2rem;
    left: 50%;
    bottom: 0.1rem;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(239, 197, 155, 0.5), rgba(218, 162, 83, 0.5));
}

.section-003 .mobile .list .item-2 h3 {
    bottom: 0.1rem;
    left: 50%;
}

.section-003 .mobile .list .item-2 .prize {
    bottom: calc(-0.6 * var(--scale));
    width: 100%;
}

.section-003 .mobile .list .item-4 h3 {
    bottom: 0.1rem;
}

.section-003 .mobile .list .item-4 .prize {
    bottom: calc(-0.6 * var(--scale));
}

.section-003 .mobile .register {
    width: 5.73rem;
    height: 2.6rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.36rem;
    text-align: center;
    line-height: 2.6rem;
    color: #2F251A;
    cursor: pointer;
    bottom: -3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: url("../image/common/btn.webp") no-repeat center / cover;
}

.section-004 .wrap {
    left: 50%;
    top: 0;
    position: absolute;
    padding: 0 1.5rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url("../image/section4/bg.webp") no-repeat center / cover;
}

.section-004 .wrap .left {
    width: 5rem;
    z-index: 2;
    position: relative;
    /* min-height: 40vh; */
    text-align: center;
    z-index: 4;
}

.section-004 .wrap .left h2 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #FCDF8F;
    /* white-space: nowrap; */
    text-shadow: 0.03rem 0.03rem 0.05rem #000000;
}

.section-004 .wrap .left h2 span {
    display: block;
    width: 6rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.section-004 .wrap .left h2::before {
    content: "";
    width: 4.4rem;
    height: 3rem;
    left: 50%;
    top: -0.15rem;
    transform: translateX(-50%);
    position: absolute;
    background: url("../image/section4/intro.webp") no-repeat center / cover;
}

.section-004 .wrap .left h4 {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.32rem;
    color: #FCDF8F;
    line-height: 1.5rem;
    white-space: nowrap;
    text-shadow: 0.05rem 0.05rem 0.05rem #000000;
}

.section-004 .wrap .left p {
    width: 100%;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    text-shadow: 0.04rem 0.05rem 0.05rem #000000;
    position: absolute;
}

.section-004 .wrap .right {
    width: 3.2rem;
    z-index: 2;
    position: relative;
    z-index: 4;
}

.section-004 .wrap .right .swiper {
    width: 3.2rem;
}

.section-004 .wrap .right .swiper .swiper-slide {
    width: 3.2rem;
    display: flex;
    flex-wrap: wrap;
}

.section-004 .wrap .right .swiper .swiper-slide .item {
    width: 1.34rem;
    height: 1.34rem;
    margin: 0.08rem;
    cursor: pointer;
}

.section-004 .wrap .right .swiper .swiper-slide .item.active img {
    filter: drop-shadow(0.015rem 0.02rem 0rem gold) drop-shadow(-0.015rem -0.01rem 0rem gold) drop-shadow(-0.01rem 0.02rem 0rem gold) drop-shadow(0.02rem -0.01rem 0rem gold);
}

.section-004 .wrap .right .buttons {
    width: 2.5rem;
    height: 0.53rem;
    display: flex;
    justify-content: space-between;
    margin: 0.25rem auto 0;
    margin-left: 0.2rem;
}

.section-004 .wrap .right .buttons .swiper-button {
    width: 0.49rem;
    height: 0.53rem;
    position: unset;
    margin: unset;
}

.section-004 .wrap .right .buttons .swiper-button::after {
    content: unset;
}

.section-004 .wrap .right .buttons .swiper-pagination {
    width: 1rem;
    height: 0.19rem;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.section-004 .wrap .right .buttons .swiper-pagination .swiper-pagination-bullet {
    width: 0.19rem;
    height: 0.19rem;
    margin: 0 0.02rem;
    opacity: 0.6;
    background: url("../image/section4/active.webp") no-repeat center / cover;
}

.section-004 .wrap .right .buttons .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.section-004 .wrap .bottom {
    z-index: 4;
    display: none;
}

.section-004 .wrap .bottom .swiper {
    width: 8.5rem;
}

.section-004 .wrap .bottom .swiper .swiper-slide {
    width: 8.5rem;
    display: flex;
    justify-content: flex-start;
}

.section-004 .wrap .bottom .swiper .swiper-slide .item {
    width: 1.55rem;
    height: 1.55rem;
    margin: 0.07rem;
}

.section-004 .wrap .bottom .swiper .swiper-slide .item.active img {
    filter: drop-shadow(0.01rem 0.04rem 0rem gold) drop-shadow(-0.01rem 0.02rem 0rem gold);
}

.section-004 .wrap .bottom .swiper .swiper-slide img {
    width: 1.55rem;
    height: 1.55rem;
}

.section-004 .wrap .bottom .buttons {
    width: 100vw;
    height: 1.55rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

.section-004 .wrap .bottom .buttons .swiper-button {
    width: 0.75rem;
    height: 1rem;
    pointer-events: all;
}

.section-004 .wrap .bottom .buttons .swiper-button::after {
    content: unset;
}

.section-004 .wrap .bottom .buttons .swiper-pagination {
    width: 3rem;
    height: 0.4rem;
    left: 50%;
    bottom: -0.4rem;
    position: absolute;
    transform: translateX(-50%);
    font-size: 0;
}

.section-004 .wrap .bottom .buttons .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.02rem;
    opacity: 0.6;
    background: url("../image/section4/active.webp") no-repeat center / cover;
}

.section-004 .wrap .bottom .buttons .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.section-004 .wrap .middle {
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.section-004 .wrap .middle .hero {
    width: 10rem;
    height: 40vh;
    max-height: 40vw;
    max-width: 40vw;
    z-index: 3;
    position: absolute;
    bottom: 2.5vh;
    left: 10%;
}

.section-004 .wrap .left .hero {
    display: none;
    width: 6rem;
    height: 40vh;
    max-height: 50vw;
    max-width: 50vw;
    z-index: 3;
    position: absolute;
    top: 5vh;
    left: -5vw;
    transform: translateY(-100%);
}

/* .section-004 .wrap .middle .hero::before {
    content: "";
    width: 2rem;
    height: 1rem;
    background: url("../image/section4/bot.webp") no-repeat center / cover;
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    transform: translateX(-50%);
} */

.section-004 .wrap .middle .hero img,
.section-004 .wrap .left .hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-004 .wrap .left .hero img {
    transform: scale(1.2);
}

@keyframes float2 {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 0.1rem);
    }
}

.section-004 .wrap .middle .big {
    width: 250%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    animation: float2 2s infinite linear;
}

.section-004 .wrap .middle::after {
    content: "";
    width: 100vw;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: url("../image/section4/mask1.webp") no-repeat center / cover;
}

.section-005 {
    --height: max(100vh, 45vw);
}

.section-005 .desktop {
    width: 100vw;
    height: 100vh;
    min-height: var(--height);
}

.section-005 .bg {
    width: 100vw;
    height: var(--height);
    left: 0;
    top: 0;
    position: absolute;
    filter: brightness(1);
    background: url("../image/section5/bg.webp") repeat-x center / cover;
    background-position-x: 20vw;
    transform: scale(1);
    transition: all 1s;
}

.section-005 .desktop .left {
    width: 50vw;
    max-width: 85vh;
    height: 100vh;
    left: -20vw;
    top: 0;
    position: absolute;
    background: url("../image/section5/paper.webp") no-repeat;
    background-position: right;
    background-size: auto 100vh;
    z-index: 2;
    transition: all 1s;
}

.section-005 .desktop .left img {
    height: min(100vh, 100vw);
    width: auto;
    object-fit: cover;
    right: -50%;
    bottom: 0;
    position: absolute;
}

.section-005 .desktop .bot {
    width: 90vw;
    height: 27vw;
    left: -5vw;
    bottom: -10vw;
    position: absolute;
    background: url("../image/section5/bot.webp") no-repeat;
    background-position: left;
    background-size: 90vw auto;
    background-position: left bottom;
    transform: scale(0.7);
    z-index: 1;
    transition: all 1s;
}

.section-005 .desktop .bot img {
    width: 2.97rem;
    height: 3.1rem;
    position: absolute;
    right: 2.5rem;
    top: -1.85rem;
}

.section-005.active .desktop .left {
    left: 0;
    transition: all 1s;
}

.section-005 .desktop .left p {
    width: 100%;
    max-width: 10rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
    font-size: 0.32rem;
    text-align: center;
    color: #2F251A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1rem;
    padding-right: 4rem;
}

.section-005 .desktop .left p span {
    display: block;
    margin: 0.3rem auto;
}

.section-005.active .desktop .bot {
    left: 0;
    bottom: -5vw;
    transform: scale(1);
    transition: all 1s;
}

.section-005.active .bg {
    background-position-x: 30vw;
    transition: all 1s;
    transform: scale(1.05);
    filter: brightness(0.8);
}

.section-005 .mobile {
    width: 100vw;
    height: max(100vh, 20rem);
    display: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.section-005 .mobile .top {
    --size: min(90vw, 40vh);
    width: var(--size);
    height: var(--size);
}

.section-005 .mobile .center {
    z-index: 2;
    width: 9rem;
    height: 11rem;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("../image/section5/box.webp") no-repeat center / cover;
}

.section-005 .mobile .center p {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
    color: #876035;
    font-size: 0.32rem;
    text-align: center;
    padding: 2rem 1rem 0;
    border-top: 1px solid transparent;
    line-height: 0.6rem;
}

.section-005 .mobile .center p span {
    display: block;
    margin: 0.1rem auto;
}

.section-005 .mobile .top {
    left: 50%;
    transform: translateX(-50%);
}

.section-005 .mobile .bot {
    z-index: 3;
    width: min(180vw, 18.1rem);
    height: 5rem;
    left: 20%;
    bottom: -6.5rem;
    transform: translateX(-50%);
    position: absolute;
    background: url("../image/section5/bot.webp") no-repeat;
    background-position: left;
    background-size: auto 100%;
    background-position: right bottom;
    transition: all 1s;
}

.section-005 .mobile .bot img {
    width: 3.65rem;
    height: 3.6rem;
    position: absolute;
    right: 1.5rem;
    top: -2.3rem;
}

.section-005.active .mobile .bot {
    left: 30%;
    bottom: 0;
}

.section-006 {
    background: url("../image/section6/bg1.webp") no-repeat center / cover;
}

.section-006 .wrap {
    width: 11.2rem;
    height: 7rem;
    margin: auto;
}

.section-006 .wrap .banner {
    width: 15.2rem;
    height: 8.3rem;
    margin-left: -2rem;
    /* border-radius: 0.5rem; */
}

.section-006 .wrap .swiper-button {
    width: 0.9rem;
    height: 0.9rem;
}

.section-006 .wrap .swiper-button::after {
    content: unset;
}

.section-006 .wrap .banner-button-next {
    right: -1.2rem;
}

.section-006 .wrap .banner-button-prev {
    left: -1.2rem;
}

.section-006 .wrap .banner .swiper-slide {
    width: 11.2rem !important;
    height: 6.3rem !important;
    margin: 0 2rem;
}

.section-006 .wrap .banner .swiper-slide img {
    border-top-left-radius: 1.25rem;
    filter: drop-shadow(0 0.25rem 0.2rem rgba(0, 0, 0, 0.5));
}

.section-006 .wrap .thumb {
    width: 11rem;
    height: 1.43rem;
    margin: -1.5rem auto 0;
}

.section-006 .wrap .thumb .swiper-slide {
    width: 1.89rem;
    height: 1.43rem;
}

.section-006 .wrap .thumb .swiper-slide .item {
    width: 1.89rem;
    height: 1.23rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    border: 0.03rem solid rgba(233, 206, 160, 0.75);
    border-radius: 0.15rem 0.3rem 0.15rem 0.3rem;
    margin: 0.1rem auto;
    cursor: pointer;
}

.section-006 .wrap .thumb .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-006 .wrap .thumb .swiper-slide-thumb-active .item {
    border: 0.04rem solid rgba(233, 206, 160, 1);
    background: #000000;
    filter: drop-shadow(0 0 0.07rem gold);
}

.section-007 {
    background: url("../image/section6/bg2.webp") no-repeat center / cover;
}

.section-007 .wrap {
    width: 100vw;
    height: 100vh;
    padding-top: 10vh;
}

.section-007 .wrap .hero {
    --size: min(120vw, 120vh);
    width: var(--size);
    height: var(--size);
    bottom: calc(var(--size) * -0.23);
    left: 0;
    position: absolute;
    pointer-events: none;
}

.section-007 .wrap .hero img {
    height: var(--size);
    width: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 1s;
}

.section-007 .wrap .hero img:nth-child(1) {
    transform: translate(-60%, 20%);
    z-index: 3;
}

.section-007 .wrap .hero img:nth-child(2) {
    transform: translate(-25%, 20%) scale(0.85);
    z-index: 2;
}

.section-007 .wrap .hero img:nth-child(3) {
    transform: translate(-8%, 30%) scale(0.6);
    z-index: 1;
}

.section-007.active .wrap .hero img:nth-child(1) {
    transform: translateX(-30%);
}

.section-007.active .wrap .hero img:nth-child(2) {
    transform: translate(15%) scale(0.85);
}

.section-007.active .wrap .hero img:nth-child(3) {
    transform: translateX(8%) scale(0.6);
}

.section-007 .wrap .banner {
    width: 90vw;
    height: 50vw;
    margin: 10vw auto 0;
    border-radius: 3vw;
    z-index: 6;
    background: #4a4a4a;
    border: 0.05rem solid gold;
}

.section-007 .wrap .swiper-button {
    width: 0.9rem;
    height: 0.9rem;
    top: calc(36vw + 10vh);
}

.section-007 .wrap .swiper-button::after {
    content: unset;
}

.section-007 .wrap .banner2-button-next {
    right: 1vw;
}

.section-007 .wrap .banner2-button-prev {
    left: 1vw;
}

.section-007 .wrap .thumb {
    width: 90vw;
    height: 13vw;
    margin: 0.5rem auto 0;
    z-index: 6;
}

.section-007 .wrap .thumb .swiper-slide {
    width: 20vw;
    height: 13vw;
}

.section-007 .wrap .thumb .swiper-slide .item {
    width: 20vw;
    height: 12vw;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    border: 0.03rem solid rgba(233, 206, 160, 0.75);
    border-radius: 1.25vw 2.5vw 1.25vw 2.5vw;
    margin: 0.1rem auto;
    cursor: pointer;
}

.section-007 .wrap .thumb .swiper-slide-thumb-active .item {
    border: 0.04rem solid rgba(233, 206, 160, 1);
    background: #000000;
    filter: drop-shadow(0 0 1vw gold);
}

.section-007 .wrap > .right {
    width: 7.5rem;
    z-index: 5;
    right: 1rem;
    top: 40%;
    position: absolute;
    transform: translateY(-50%);
}

.section-007 .wrap .right .logo {
    width: 2.98rem;
    margin: 1.5rem auto 0;
}

.section-007 .wrap .right h2 {
    color: #F6C35A;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 500;
    font-style: normal;
    filter: drop-shadow(0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 1));
    display: flex;
    justify-content: center;
}

.section-007 .wrap .right h2 span {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    color: transparent;
    line-height: 1.5rem;
}

.section-007 .wrap .right h2 span::before {
    content: attr(data-content);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-shadow: 0.02rem 0.02rem 0.02rem #5E481F, -0.02rem -0.02rem 0.02rem #5E481F, -0.02rem 0.02rem 0.02rem #5E481F, 0.02rem -0.02rem 0.02rem #5E481F;
}

.section-007 .wrap .right h2 span::after {
    content: attr(data-content);
    background: -webkit-linear-gradient(#F8F1E6, #ffc44e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.section-007 .wrap .right .btns {
    width: 7.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-007 .wrap .right .btns .btn {
    width: 3.48rem;
    margin: 0.25rem auto;
    cursor: pointer;
}

.section-007 .wrap .right .btns-3 .btn:nth-child(1) {
    margin: 0.25rem 2rem 0;
}

.section-007 .wrap .footer {
    z-index: 4;
    width: 100vw;
    height: 10vw;
    max-height: 15vh;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 1rem;
    font-size: 0.16rem;
    background: url("../image/section6/bg3.webp") no-repeat center / cover;
}

.section-007 .wrap .footer .left .link {
    display: flex;
}

.section-007 .wrap .footer .left .link li {
    list-style: none;
    height: 0.15rem;
    border-right: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
}

.section-007 .wrap .footer .left .link li:last-child {
    border-right: unset;
}

.section-007 .wrap .footer .left .link li a {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    line-height: 0.15rem;
    color: #FFFFFF;
    margin: 0.15rem;
}

.section-007 .wrap .footer .left .link li:first-child a {
    margin-left: unset;
}

.section-007 .wrap .footer .left .copyright {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    line-height: 0.5rem;
    color: #FFFFFF;
}

.section-007 .wrap .footer .right .link {
    height: 0.6rem;
    display: flex;
}

.section-007 .wrap .footer .right .link a {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
}

.section-007 .wrap .footer .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-007 .wrap .footer .right .link a img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
    filter: contrast(1);
}

.section-007 .wrap .footer .right .lang {
    width: 1.5rem;
    height: 0.5rem;
    margin: 0 0.25rem;
    border: unset;
    outline: unset;
    
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.16rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 0.5rem;
    color: #FFFFFF;
    padding: 0 0.2rem;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;

    background: url("../image/section6/arrow1.webp") no-repeat center / contain;
    background-size: auto 0.1rem;
    background-position-x: 1.25rem;
    background-color: #080808;
}

.section-007 .wrap .footer .right .lang:focus {
    background: url("../image/section6/arrow2.webp") no-repeat center / contain;
    background-size: auto 0.1rem;
    background-position-x: 1.25rem;
    background-color: #080808;
}

.section-007 .wrap .footer .right .lang option {
    width: 1.5rem;
    height: 0.5rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.16rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 0.5rem;
    color: #FFFFFF;
    padding: 0.2rem 0rem;
}

.section-008 .wrap {
    width: 3rem;
    height: 2.81rem;
    position: fixed;
    right: -2.35rem;
    top: 70%;
    cursor: pointer;
    transform: translateY(-50%);
    background: url("../image/common/qr.webp") no-repeat center / cover;
    transition: all 0.35s;
}

.section-008 .wrap::after {
    content: "";
    width: 0.5rem;
    height: 0.32rem;
    left: 0.1rem;
    top: 0.4rem;
    position: absolute;
    transform: rotate(180deg);
    background: url("../image/common/arrow.webp") no-repeat center / cover;
}

.section-008 .wrap.active {
    right: 0.1rem;
}

.section-008 .wrap.active::after {
    transform: rotate(0deg);
}

.section-008 .wrap .qr {
    width: 1.65rem;
    height: 1.65rem;
    position: absolute;
    left: 1.01rem;
    top: 0.7rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.section-008 .wrap .qr canvas {
    width: 100%;
    height: 100%;
}

.section-008 .wrap img {
    width: 1.65rem;
    height: 1.65rem;
    position: absolute;
    left: 1.01rem;
    top: 0.7rem;
    padding: 0.55rem;
}

.section-009 {
    height: 300px;
    overflow: hidden;
}

.section-009 .wrap {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
}

.section-010 .wrap {
    max-width: 1500px;
    height: auto;
    margin: 20px auto;
    padding: 0 10px;
}

.section-010 h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0 15px;
    text-transform: capitalize;
    font-family: "DNFForgedBlade", sans-serif;
}

.section-010 p,
.section-010 li {
    font-size: 16px;
    line-height: 28px;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 300;
}

.section-010 ul {
    list-style-position: inside;
}

.section-011 {
    width: 100vw;
    height: 220px;
    background: url("../image/section11/bg.webp") no-repeat center / cover;
}

.section-011  .logo {
    max-height: 104px;
    height: 50%;
    object-fit: contain;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.model.show {
    display: block;
    animation: fadeIn 0.2s ease-in-out forwards;
}

.model-001 .close,
.model-004 .close {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    cursor: pointer;
}

.model-001 .wrap,
.model-004 .wrap {
    width: 8.375rem;
    height: 17rem;
    max-height: 80vh;
    min-height: 14rem;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("../image/model1/model.webp") no-repeat top / cover;
    background-color: #FFFFFF;
    background-size: 100% auto;
    border-radius: 1.2rem 0.1rem 1.2rem 0.15rem;
}

.model-001 .wrap .nav {
    margin: 6.5rem auto 0;
    display: flex;
    flex-direction: column;
    line-height: 1.25rem;
    width: auto;
}

.model-001 .wrap .nav li {
    list-style: none;
    padding: 0 0.5rem;
    display: block;
    line-height: 1.11rem;
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 0.24rem;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}

.model-001 .wrap .line,
.model-004 .wrap .line {
    width: 3.75rem;
    height: 0.03rem;
    margin: 3vh auto;
    /* margin: 0.35rem auto 0; */
    background: linear-gradient(90deg, #E2E2E2 0%, #E2E2E2 45%, transparent 45.1%, transparent 54.9%, #E2E2E2 55%, #E2E2E2 100%);
}

.model-001 .wrap .link,
.model-004 .wrap .link {
    width: 5rem;
    height: 1rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.model-001 .wrap .link a,
.model-004 .wrap .link a {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-001 .wrap .link a img,
.model-004 .wrap .link a img {
    width: 0.75rem;
    height: 0.75rem;
    filter: grayscale(0);
}

.model-001 .wrap .nav li {
    text-align: center;
    max-height: max(5.5vh, 1rem);
}

.model-001 .wrap .nav li span {
    display: inline-block;
    font-size: 0.5rem;
    text-align: center;
    color: #343434;
}

.model-001 .wrap .nav li span::before,
.model-001 .wrap .nav li span::after {
    content: "";
    visibility: hidden;
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: url("../image/section1/arrow.webp") no-repeat center / cover;
}

.model-001 .wrap .nav li span::before {
    left: -1rem;
}

.model-001 .wrap .nav li span::after {
    right: -1rem;
    transform: translateY(-50%) rotate(180deg);
}

.model-001 .wrap .nav li.active span {
    background: -webkit-linear-gradient(#7F6A54, #F8D37C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.model-001 .wrap .nav li.active span::before,
.model-001 .wrap .nav li.active span::after {
    visibility: visible;
}

.model-002 .wrap,
.model-003 .wrap {
    width: 8.34rem;
    height: 5.45rem;
    max-height: 80vh;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url("../image/model2/model.webp") no-repeat top / contain;
}

.model-002 .wrap .close,
.model-003 .wrap .close {
    width: 0.81rem;
    height: 0.77rem;
    position: absolute;
    right: -0.1rem;
    top: -0.1rem;
    cursor: pointer;
}

.model-002 .wrap .close2,
.model-003 .wrap .close2 {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.model-002 .wrap h2 {
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.4rem;
    font-weight: 600;
    white-space: nowrap;
    color: #5E5040;
    text-align: center;
    margin: 1rem auto 0;
    text-shadow: 0.015rem 0.015rem 0rem #FFFFFF, -0.015rem 0.015rem 0rem #FFFFFF, 0.015rem -0.015rem 0rem #FFFFFF, -0.015rem -0.015rem 0rem #FFFFFF;
}

.model-002 .wrap .email input {
    display: block;
    width: 5.5rem;
    height: 0.66rem;
    border: 0.01rem solid #B8AC95;
    outline: none;
    background: transparent;
    color: #B69A7B;
    text-align: center;
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.24rem;
    font-weight: 500;
    white-space: nowrap;
    margin: 0.5rem auto 0.25rem;
}

.model-002 .wrap .email input::placeholder {
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.24rem;
    font-weight: 500;
    white-space: nowrap;
    color: #B69A7B;
}

.model-002 .wrap .check {
    width: 5.5rem;
    display: flex;
    align-items: center;
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.24rem;
    font-weight: 500;
    white-space: auto;
    color: #2F251A;
    margin: auto;
    height: 0.5rem;
    word-break: break-all;
}

.model-002 .wrap .check a {
    color: #2F251A;
    text-decoration: underline;
}

.model-002 .wrap .check input {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.1rem;
    outline: none;
    border-radius: unset;
    cursor: pointer;
    appearance: none;
    border: 0.01rem solid #B8AC95;
}

.model-002 .wrap .check input:checked {
    outline: none;
    border: unset;
    appearance: none;
    border: 0.01rem solid #B8AC95;
}

.model-002 .wrap .check input:checked:after {
    content: "√";
    width: 0.22rem;
    height: 0.22rem;
    left: 0;
    top: 0;
    position: absolute;
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.24rem;
    font-weight: 500;
    white-space: nowrap;
    color: #2F251A;
    line-height: 0.22rem;
}

.model-002 .wrap .submit {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 600;
    display: block;
    width: 5.73rem;
    height: 2.6rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 2.6rem;
    margin: 0 auto;
    outline: none;
    border: none;
    color: #2F251A;
    cursor: pointer;
    background: url("../image/common/btn.webp") no-repeat center / cover;
}

.model-003 p {
    font-family: "DNFForgedBlade", sans-serif;
    font-size: 0.32rem;
    font-weight: 500;
    /* white-space: nowrap; */
    color: #2F251A;
    text-align: center;
    margin: 2rem auto 0;
    line-height: 0.6rem;
    max-width: 80%;
}

.model-003.show {
    display: block !important;
}

.model-004 .wrap .btns {
    width: 5rem;
    margin: 5rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-height: 70vh;
    max-width: 25vh;
    min-height: 35vh;
}

.model-004 .wrap .btns .btn {
    display: block;
    margin: 0.2rem auto;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #040c61;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #040c61;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

.ru .section-001 .btn span,
.th .section-001 .btn span {
    font-size: 0.25rem;
}

.ru .section-002 .register {
    font-size: 0.2rem;
}

.ru .section-003 .desktop .register {
    font-size: 0.32rem;
}

.es .section-002 .register {
    font-size: 0.28rem;
}

.de .section-002 .register {
    font-size: 0.28rem;
}

.fr .section-002 .register {
    font-size: 0.2rem;
}

.pt .section-002 .register {
    font-size: 0.28rem;
}

.vn .section-002 .register {
    font-size: 0.28rem;
}

.th .section-002 .register {
    font-size: 0.24rem;
}

.th .section-003 .desktop .register {
    font-size: 0.32rem;
}

.id .section-002 .register {
    font-size: 0.28rem;
}

.section-003::before,
.section-005::before,
.section-007::before {
    content: "";
    width: 100vw;
    height: 0.34rem;
    left: 50%;
    top: -0.17rem;
    z-index: 2;
    position: absolute;
    transform: translateX(-50%);
    background: url("../image/common/line2.webp") no-repeat center / cover;
    background-size: 100% 100%;
}

.section-004::before,
#dowebok .section-006::before {
    content: "";
    width: 100vw;
    height: 0.54rem;
    left: 50%;
    top: -0.29rem;
    z-index: 2;
    position: absolute;
    transform: translateX(-50%);
    background: url("../image/common/line1.webp") no-repeat center / cover;
    background-size: 100% 100%;
}