* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'FakePearl';
}

body {
    overflow: hidden;
    font-family: Arial, sans-serif;
}

ul,
li {
    list-style: none;
}

.section {
    height: 100vh;
    width: 100%;
    min-height: 1080px;
    color: white;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}

.section-zixun {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-content {
    width: 1300px;
    position: absolute;
    background-size: 100% 100%;
    height: 980px;
    bottom: 0;
    margin: 0 15px;
}

.section-content>a {
    padding: 10px 20px;
    display: inline-block;
    width: 150px;
    height: 80px;
    line-height: 55px;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    background: #000000a3;
    color: #fff;
    font-size: 22px;
    border: 5px solid #ccc;
    opacity: .5;
}

.section-content>a:hover,
.section-content>a.active {
    opacity: 1;
}

.section-content>div {
    overflow: auto;
    background: #000000ba;
    border-radius: 40px;
    padding: 138px;
    border: 5px solid #ccc;
    display: none;
    height: 568px;
}

.section-content>div.active {
    display: block;
}

.section-content>div>p {
    color: #fff;
    font-size: 25px;
    text-indent: 40px;
}

.section:nth-child(1) {
    background-size: 100% 100%;
}

.section:nth-child(2) {
    background: linear-gradient(180deg, #5fd9e927, transparent) no-repeat;
    background-size: 100% 100%;
}

.section:nth-child(4) {
    background-image: linear-gradient(180deg, #1d1c1e, transparent);
    background-size: 100% 100%;
}

.section:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #203e59c9, #0f72bb00);
    z-index: 1;
}

.section:nth-child(4) {
    background-color: #9b59b6;
}

#header {
    width: 100%;
    min-width: 14rem;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0 50px;
    user-select: none;
    text-align: center;
    background: #00000036;
}

#header #nav {
    display: inline-block;
    height: 100%;
}

#header #nav a {
    display: inline-block;
    height: 100%;
    width: auto;
    margin: 0 80px;
    line-height: 70px;
    transition: border 0.1s;
    font-size: 22px;
    position: relative;
    text-align: center;
}

#header #nav a>img {
    max-width: 50px;
}

#header #nav a.active {
    border-bottom: 5px solid #f5b048;
    color: #f5b048;
}

/* #header #nav a.active::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0px;
    height: 81px;
    background: url(/static/images/kuang.png) no-repeat;
    animation: spin 5s linear infinite;
    width: 81px;
} */
#header #nav a:hover {
    color: #f5b048;
    /* border-bottom: 5px solid #96d9f3;       
    background-color: #fafafa;     */
}

/* 滚轮图标 */
#mouse {
    position: fixed;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 30px;
    height: 30px;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* 预约按钮 */
#reservation-btn {
    width: 100%;
    position: absolute;
    height: 1000px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 6;
    text-align: center;
    padding-top: 0;
    background-image: linear-gradient(0deg, #221031, transparent);
}

.re-btn {
    animation: scale 2s ease-in-out infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

#reservation-btn span {
    color: #f5b048;

}

#reservation-btn span b {
    color: #ffffff;
    display: inline-block;
}

#reservation-btn>div {
    width: 263px;
    text-align: center;
    margin: 0 auto;
    line-height: 66px;
    height: 80px;
    margin-top: -110px;
}

#reservation-btn>.re-btn {
    background: url(/static/images/2.0/btn.png) no-repeat;
    background-size: 100% 100%;
}

#reservation-btn a {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 78px;
}

#reservation-btn a:hover {
    color: #fdf03a;
}

/* 首屏 */
#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1920px;
    height: auto;
    z-index: 4;
    background: url(/static/images/mark.png) repeat 0 0 / .2rem .2rem;
}

/* 右边矩阵栏 */
.right-nav {
    position: fixed;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: max-content;
    z-index: 99;
    user-select: none;
}

.right-nav a {
    display: inline-block;
    width: 100%;
    height: 51px;
}

.right-nav a img {
    opacity: .5;
    width: 100%;
}

.right-nav a img:hover {
    opacity: 1;

}

.section1-by {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    text-align: right;
    cursor: pointer;
}

.section1-by img {
    width: 494px;
}

#index-slg {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #1d1c1e, transparent);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#index-slg>.slg-1 {
    z-index: 6;
    width: 1600px;
}

#index-slg>.slg-2 {
    height: 90%;
}

.section-transform .transform {
    display: none;
    width: 100%;
    height: 100%;
    min-width: 1600px;
    position: relative;
}

#w-logo {
    position: absolute;
    z-index: 6;
    top: 10px;
    left: 60px;
}

/* 首屏结束 */


/* 角色 */
.hero-box {
    width: 68%;
    height: 70%;
    position: absolute;
    left: 500px;
    top: 190px;
}

.hero-nav {
    position: absolute;
    left: 135px;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.hero-nav>div>img {
    position: absolute;
    z-index: 11;
    left: 166px;
    top: 153px;
    animation: leftToLeft 1s ease-in-out infinite;
    width: 140px;
}

@keyframes leftToLeft {
    0% {
        left: 166px;
    }

    50% {
        left: 176px;
    }

    100% {
        left: 166px;
    }
}

.hero-nav>div {
    width: 520px;
    height: 520px;
    position: relative;
    top: 182px;
    left: 106px;
}

.hero-info {
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #282c2f;
    border-radius: 40px;
    box-shadow: inset 0 0 13px 2px #535353, 0 0 16px;
    animation: box-shadow 4s ease-in-out infinite;
    opacity: .9;

}

@keyframes box-shadow {
    0% {
        box-shadow: inset 0 0 13px 2px #535353, 0 0 16px;
    }

    50% {
        box-shadow: inset 0 0 40px 10px #535353, 0 0 16px;
    }

    100% {
        box-shadow: inset 0 0 13px 2px #535353, 0 0 16px;
    }
}

.hero-info .hero,
.hero-info .info {
    animation: opacity .5s;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.hero-info .info {
    margin: 100px;
    border-radius: 40px;
    font-size: 26px;
    line-height: 42px;
    margin-left: 70px;
    height: 80%;
    padding: 36px;
    border: 1px solid #ccc;
    background: #ffffff0f;
    z-index: 0;
}

.hero-info .info span {
    color: #fff1ab;
}

.hero-info .info p {
    color: #ffffff;
    border-radius: 14px;
}

.hero-info li {
    width: 100%;
    height: 100%;
    display: flex;

}

.hero-info>li>div {
    height: 100%;
    width: 816px;
    position: relative;
    z-index: 1;
}

.hero-info>li img {
    height: 100%;
    position: absolute;
}

.circle-container {
    background: url(/static/images/hero-bg1.png) no-repeat !important;
    background-size: 100% 100% !important;
}

/* 地图部分 */
.map-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-image 0.2s ease-in-out;
    background-size: 100% 100%;
}

.map-box .zs {
    background: url(/static/images/map/地图背景装饰.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 292px;
    bottom: 0;
}

.map-btn-box {
    position: absolute;
    width: max-content;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    z-index: 6;
}

.map-btn-box a {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #00000094;
    border: 6px solid #ffffff;
}

.map-btn-box .map-btn span {
    position: absolute;
    bottom: -27px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 19px;
    color: #fff;
}

.map-btn-box>.map-btn {
    display: inline-block;
    background: url(/static/images/map/地图背景框.png);
    padding: 12px;
    background-size: 100% 100%;
    transition: all 0.3s ease;
    position: relative;
    opacity: .6 !important;
    margin-top: 20px;
}

.map-btn-box>.map-btn:hover,
.map-btn-box>.map-btn.active {
    transform: scale(1.1);
    opacity: 1 !important;
}

.map-btn-box>.map-btn:nth-child(1) a {
    background: url(/static/images/map/map1.jpg) no-repeat;
    background-size: cover;
}

.map-btn-box>.map-btn:nth-child(2) a {
    background: url(/static/images/map/map2.jpg) no-repeat;
    background-size: cover;
}

.map-btn-box>.map-btn:nth-child(3) a {
    background: url(/static/images/map/map3.jpg) no-repeat;
    background-size: cover;
}

.map-btn-box>.map-btn:nth-child(4) a {
    background: url(/static/images/map/map4.jpg) no-repeat;
    background-size: cover;
}

.map-btn-box>.map-btn:nth-child(5) a {
    background: url(/static/images/map/map5.jpg) no-repeat;
    background-size: cover;
}

.map-btn-box>.map-btn:nth-child(6) a {
    background: url(/static/images/map/map6.jpg) no-repeat;
    background-size: cover;
}


.wrao-home {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    width: 100%;
}

.wrao-home-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
    width: 310px;
    height: 119px;
    line-height: 119px;
    font-size: 40px;
    margin: auto;
    z-index: 99999;
    color: #fff;
    width: 300px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    display: none;
}


.music-sw {
    position: fixed;
    bottom: 300px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    opacity: .5;
}

.music-sw.spin {
    animation: spin 5s linear infinite;
    opacity: 1;
}

.music-sw:hover {
    opacity: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* 开始状态 */
    }

    to {
        transform: rotate(360deg);
        /* 结束状态 */
    }
}

#myWraoVideo {
    background: #000;
    height: 100%;
}

.section-liya {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-content: flex-start;
    justify-content: space-around;
    cursor: pointer;
}

.section-liya #liya {
    width: 300px;
}

.section-liya #qipao {
    width: 300px;
    height: 200px;
    margin-left: -88px;
    margin-top: -54px;
    animation: float 2s ease-in-out infinite;
}

.section-hero {
    background: url(/static/images/2.0/hero/底图.png) no-repeat;
    background-size: 100% 100%;
}

.hero-list {
    position: absolute;
    bottom: 200px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1600px;
    z-index: 1;
}

.hero-list>a>img {
    height: 110px;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.hero-list>a>img:hover,
.hero-list>a>img.active {
    filter: grayscale(0%);
}

.hero-illustration {
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: 0;
    height: 100vh;
}

.hero-illustration img {
    height: 100%;
    /* opacity: .8; */
}

.hero-btn-box {
    position: absolute;
    left: 10%;
    top: 10%;
}

.hero-btn-box>a {
    display: block;
    width: 829px;
    height: 66px;
    margin-bottom: 20px;
}

.hero-btn-box>a:nth-child(1),
.hero-btn-box>a:nth-child(1).active {
    background: url(/static/images/2.0/hero/特殊人物按钮暗.png);
    background-size: 100% 100%;
}

.hero-btn-box>a:nth-child(1):hover,
.hero-btn-box>a:nth-child(1).active {
    background: url(/static/images/2.0/hero/特殊人物按钮亮.png);
    background-size: 100% 100%;
}

.hero-btn-box>a:nth-child(2),
.hero-btn-box>a:nth-child(2).active {
    background: url(/static/images/2.0/hero/NPC暗.png);
    background-size: 100% 100%;
}

.hero-btn-box>a:nth-child(2):hover,
.hero-btn-box>a:nth-child(2).active {
    background: url(/static/images/2.0/hero/NPC亮.png);
    background-size: 100% 100%;
}

.hero-btn-box>a:nth-child(3),
.hero-btn-box>a:nth-child(3).active {
    background: url(/static/images/2.0/hero/职业暗.png);
    background-size: 100% 100%;
}

.hero-btn-box>a:nth-child(3):hover,
.hero-btn-box>a:nth-child(3).active {
    background: url(/static/images/2.0/hero/职业亮按钮.png);
    background-size: 100% 100%;
}

.hero-info-box {
    position: absolute;
    left: 10.5%;
    top: 32%;
    width: 845px;
    height: 500px;
}

.hero-info-title {
    width: 650px;
    height: 84px;
    position: relative;
}

.hero-info-title>img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-info-title>span {
    position: absolute;
    color: #fff;
    font-size: 35px;
    left: 80px;
    bottom: -5px;
    z-index: 11;
    display: block;
    width: 570px;
    text-align: center;
}

.hero-info-text {
     margin: 30px 10px 0 76px;
    font-size: 20px;
    text-indent: 20px;
    border: 4px solid #a1a1a1;
    width: 549px;
    height: 297px;
    border-radius: 12px;
    padding: 15px 0;
}

.hero-info-text p {
    color: #242424;
    font-size: 26px;
    line-height: 36px;
}

.hero-btn-info {
    padding: 33px 20px 20px 20px;
    text-indent: 30px;
    font-size: 24px;
}

.section-zhaoPin-box {
    background: url(/static/images/zp.jpg) no-repeat;
    background-size: 100% 100%;
}

.section-zhaoPin {
    display: flex;
    flex-wrap: wrap;
    width: 1920px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1080px;
}

.section-zhaoPin>div {
    width: 100%;
    height: 100%;
    margin: 32px;
    background: #ffffffce;
    border-radius: 10px;
    padding: 80px 20px 20px 100px;
    font-size: 20px;
}

.section-zhaoPin>div>div {
    margin-bottom: 15px;
    background: #f1f1f1;
    width: 95%;
    padding: 10px;
}

.section-zhaoPin>div h1 {
    font-size: 28px;
    text-indent: 20px;
    border-left: 12px solid #f5b048;
    width: 100%;
    color: #f5b048;
}

.section-zhaoPin>div p {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-indent: 27px;
    border-bottom: 6px solid #c9c9c9;
    color: #2b2b2b;
}

/* .wrao-home::before {
    width: 1600px;
    height: max-content;
    text-indent: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 60px;
    color: #fff;
    content: '记忆与回声交织的世界中，每个选择都至关重要是成为现实世界的守护者，还是追求全新世界的先驱者?';
} */

#myAudio {
    display: none;
}

.tip-span {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 100px;
    opacity: 0;
    animation: textShow 6s forwards;
    animation-delay: 4s;
    display: block;
}

.typewriter-btn {
    width: 800px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    animation: textShow 6s forwards;
    animation-delay: 4s;
    user-select: none;
}

.typewriter-btn>span {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 312px;
    font-size: 54px;
    color: #fff;
    cursor: pointer;
}

.typewriter-btn>span:hover {
    transform: scale(1.1);
}

.typewriter-btn>span:nth-child(1) {
    animation: text-color1 3s linear infinite;
}

.typewriter-btn>span:nth-child(2) {
    animation: text-color2 3s linear infinite;
}

.typewriter-btn>span>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.typewriter-btn>span>img:hover,
.typewriter-btn>span.active>img {
    animation: rotate 8s linear infinite;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.typewriter-btn>span:nth-child(0) {
    left: 0;
}

.typewriter-btn>span:nth-child(1) {
    right: 0;
}

.typewriter-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #000000;
    position: fixed;
    z-index: 9999;
    width: 100%;
    animation: backgroundShow 2s forwards;
    animation-delay: 4s;
}

.typewriter-container {
    padding: 2rem;
    border-radius: 8px;
    position: relative;
}

.typewriter-text {
    margin-top: 300px;
    font-size: 80px;
    line-height: 1.6;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    width: 0;
    /* 初始宽度为0，不显示任何内容 */
    animation:
        textHide 1s forwards 3s, typing 2s steps(11, end) forwards;
    /* 打字动画 */
    color: #fff;
}

.goIndex {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -42px;
    font-size: 24px;
    color: #ffffff;
    width: max-content;
    background: url(/static/images/2.0/btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 18px 40px;
    opacity: 0;
    cursor: pointer;

}

.goIndex.active {
    animation: textShow 2s forwards;
}


/* 页脚 */
footer {
    background-color: #1D2129;
    color: white;
    padding: 31px 10% 26px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-logo .logo-icon {
    color: #165DFF;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.footer-links h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-contact li {
    display: flex;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-contact li:before {
    content: "•";
    color: #165DFF;
    margin-right: 10px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-policies {
    display: flex;
    gap: 20px;
}

.footer-policies a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-policies a:hover {
    color: white;
}

.fengCe {
    position: absolute;
    z-index: 9;
    text-align: center;
    left: 3%;
    bottom: 12%;
    cursor: pointer;
}

.fengCe a {
    color: #ffffff;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes backgroundShow {
    from {
        background-image: url(/static/images/2.0/000000.png);
        background-size: cover;
    }

    to {
        background-image: url(/static/images/2.0/bg.jpg);
        background-size: cover;
        transition: background-image 2s ease-in-out, ;

    }
}

@keyframes textHide {
    from {
        opacity: 1;
        display: inline-block;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@keyframes overflowInit {
    from {
        overflow: hidden;
    }

    to {
        overflow: initial;
    }
}

@keyframes textShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 打字动画：逐渐增加宽度以显示更多文字 */
@keyframes typing {
    0% {
        width: 0
    }

    100% {
        width: 100%;
    }
}

@keyframes text-color1 {

    from,
    to {
        color: #fff
    }

    50% {
        color: #fff;
        text-shadow: 0 0 15px #0fe6c2;
        filter: brightness(1.5);
    }
}

@keyframes text-color2 {

    from,
    to {
        color: #fff
    }

    50% {
        color: #fff;
        text-shadow: 0 0 15px #c423f5;
        filter: brightness(1.5);
    }
}