@charset "utf-8";
/*--------------------------------------common--------------------------------------*/
body {
  color: rgba(51, 51, 51, 1);
  font: 12px/1.5 "PingFangSC-Light", "microsoft yahei", tahoma, arial,
    "Hiragino Sans GB", sans-serif;
  background-color: #000;
  position: relative;
  font-size: 14px;
}
body,
div,
ul,
li,
ol,
dt,
dd,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  /* -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto';
}

@font-face {
  font-family: "Roboto";
  src: url(/mulan/assets/0da967dbc730c9723780.woff) format("woff");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url(/mulan/assets/8794a7d0d4d4bec74a58.woff) format("woff");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(/mulan/assets/32b78a96136c14bd3285.woff) format("woff");
}

@font-face {
  font-family: "Koulen";
  src: url(/mulan/assets/3e16d5adf4809778cc26.woff) format("woff");
}


.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  padding-top: 2vh;
}

.home-page .footer {
  height: 18.6vh;
}

.footer-logo {
  width: 14.4rem;
  display: block;
  margin: 0 auto;
}

.home-page .footer-logo {
  width: 133vh;
}

.footer-link {
  color: #E1E1E1;
  text-align: center;
  margin-top: 0.28rem;
  font-size: 0.14rem;
}
.home-page .footer-link {
  margin-top: 3vh;
  font-size: 1.3vh;
}

.footer-link .footer-link-text {
  color: #838383;
}
.footer-link .footer-link-text a {
  color: #838383;
  text-decoration: underline;
}

.footer-link .footer-link-split {
  margin: 0 0.42rem;
}
.home-page .footer-link .footer-link-split {
  margin: 0 2vh;
}

.footer-link a {
  color: #E1E1E1;
  text-decoration: none;
}

.footer-link a:hover {
  opacity: 0.8;
  color: #46DFDB;
}
.footer-link a:active {
  opacity: 0.6;
}

.other-page {
  background: url(/mulan/assets/e010c0acfb66284739eb.png) no-repeat;
  background-size: 100% auto;
  padding-top: 0.3rem;
  background-color: #262626;
}

.other-page-logo {
  width: 5.2rem;
  margin: 0 auto;
  display: block;
}

.other-page-title {
  height: 0.6rem;
  margin: 0.7rem auto 0.8rem;
  display: block;
}

.other-page-content {
  box-sizing: border-box;
  width: 13.64rem;
  margin: 0 auto;
  background: #3E3E3E;
  border: 3px solid #686868;
  border-radius: 0.36rem;
  color: #fff;
  font-family: 'Roboto';
  padding: 0.81rem 1.1rem 1.1rem;
  margin-bottom: 1.4rem;
}
.bold {
  font-weight: bold !important;
}
h1 {
  font-family: 'Roboto-Bold';
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.54rem;
}

h2 {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 0.3rem;
  line-height: 0.42rem;
}

p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

.pc-container, .m-container {
  display: none;
}

.m-footer {
  background-color: #000;
  padding: 0 0.2rem;
}

.m-footer-logo {
  width: 2.02rem;
  margin: 0 auto;
  padding: 0.1rem 0;
  display: block;
}

.m-footer-link {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #E1E1E1;
  text-align: center;
  padding: 0.08rem 0;
}

.m-footer-link a {
  color: #E1E1E1;
  text-decoration: none;
  font-size: 0.1rem;
}

.m-footer-link-text {
  color: #838383;
  font-size: 0.08rem;
  text-align: center;
  padding: 0.1rem 0;
}

.m-footer-link-text a {
  color: #838383;
  text-decoration: underline;
}

.m-footer-link-split {
  margin: 0 0.2rem;
}

.m-other-page {
  background: url(/mulan/assets/58832974bf3009e488da.png) no-repeat;
  background-size: 100% auto;
  padding-top: 0.4rem;
  background-color: #262626;
}

.m-other-page-logo {
  width: 1.69rem;
  margin: 0 auto;
  display: block;
}

.m-other-page-title {
  height: 0.25rem;
  margin: 0.25rem auto 0.4rem;
  display: block;
}

.m-other-page-content {
  width: 3.43rem;
  margin: 0 auto;
  background: #3E3E3E;
  border: 1px solid #686868;
  border-radius: 0.14rem;
  box-sizing: border-box;
  padding: 0.25rem 0.15rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.m-other-page-content h1 {
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.m-other-page-content h2 {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.m-other-page-content p {
  font-weight: 500;
  font-size: 0.13rem !important;
  line-height: 0.22rem !important;
}

.m-other-page-content a,
.other-page-content a {
  color: #46dfdb;
}

.hide {
  display: none;
}

.m-container .faq-item:nth-child(1) {
  border-top: 0.01rem solid #525252;
}
.m-container .faq-item {
  border-bottom: 0.01rem solid #525252;
}
.faq-item:nth-child(1) {
  border-top: 3px solid #686868;
}
.faq-item {
  border-bottom: 3px solid #686868;
  padding: 0.4rem 0;
  color: #fff;
}
.faq-item-title {
  font-size: 0.29rem;
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.faq-item-title-text {
  margin-right: 0.15rem;
  font-family: 'Koulen';
}
.faq-item-content {
  padding-top: 0.3rem;
  display: none;
}

.faq-item-content p {
  color: #E1E1E1;
  font-size: 0.2rem;
  line-height: 0.32rem;
}

.faq-item-title-icon {
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  flex: none;
  cursor: pointer;
}

.faq-item-title-icon:nth-child(2) {
  display: block !important;
}

.faq-item-title-icon:nth-child(2) {
  background: url(/mulan/assets/eb01031d03ea5858f202.png) no-repeat;
  background-size: cover;
}
.faq-item-title-icon:nth-child(2):hover {
  background: url(/mulan/assets/14039317f991cd3614b5.png) no-repeat;
  background-size: cover;
}
.faq-item-title-icon:nth-child(3):hover {
  background: url(/mulan/assets/4ed97dcbd3c8c201cc60.png) no-repeat;
  background-size: cover;
}
.faq-item-title-icon:nth-child(3) {
  background: url(/mulan/assets/08240716e54bd0c6870f.png) no-repeat;
  background-size: cover;
}

.faq-item.active .faq-item-title-icon:nth-child(2) {
  display: none !important;
}
.faq-item.active .faq-item-title-icon:nth-child(3) {
  display: block !important;
}

.faq-item.active .faq-item-content {
  display: block;
}

.m-container .faq-item-title .faq-item-title-text {
  font-size: 0.12rem;
  line-height: 0.22rem;
  font-weight: bold;
  margin-right: 0;
}

.m-container .faq-item {
  padding: 0.15rem 0;
}

.m-container .faq-item-content {
  padding-top: 0.15rem;
  font-size: 0.11rem;
}

.m-container .faq-item-title-icon {
  width: 0.24rem;
  height: 0.24rem;
}

.my-toast-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.my-toast {
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  min-width: 280px;
  max-width: 90vw;
  text-align: center;
}

/* Toast显示状态 */
.my-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* 不同类型的Toast样式 */
.my-toast-success {
  background-color: #34a853;
}

.my-toast-error {
  background-color: #ea4335;
}

.my-toast-warning {
  background-color: #fbbc05;
  color: #333;
}

.my-toast-info {
  background-color: #fff;
  color: #333;
}

html,
body {
  overflow: hidden;
}


.home-page {
  position: absolute;
  top: 0;
  left: 0;
}

.intro {
  background: url(/mulan/assets/1849da4044b4b842d0f0.png);
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.intro-logo {
  width: 48vh;
  position: absolute;
  top: 3.7vh;
  left: 50%;
  transform: translateX(-50%);
}

.intro-slogan {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 32.7vh;
}

.intro-video {
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  width: 110vh;
  height: 62.5vh;
  padding: 6px;
  background: linear-gradient(to top right, #424b59, #9fb1bc);
  z-index: 1;
  position: absolute;
  box-shadow: 0px 9px 46.0526px rgba(8, 7, 6, 0.2);
  border-radius: 36px;
  box-sizing: border-box;
  background-size: 100% 100%;
  cursor: pointer;
}

.intro-video-wrapper,
.intro-video > img {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 34px;
  -webkit-border-radius: 34px;
  position: absolute;
}

.intro-video-wrapper {
  overflow: hidden;
}

.intro-video-wrapper video {
  width: 100%;
  height: 100%;
}

.intro-video > img {
  z-index: 2;
}
.intro-video > video {
  z-index: 1;
}

.intro-video > video {
  background-color: #000;
  cursor: auto;
}

.intro-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9vh;
  height: 9vh;
  z-index: 3;
  background: url(/mulan/assets/63894965c6bb7c38ac87.png);
  background-size: cover;;
}

.intro-video:hover .intro-video-play {
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(1.08);
}
.intro-video:hover .intro-video-play {
  background: url(/mulan/assets/7fb74921a8c99a11cb94.png);
  background-size: cover;
}


.play {
  background: url(/mulan/assets/024f72a74072f3d25f10.png);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.play-slogan {
  position: absolute;
  top: 22.8vh;
  left: 50%;
  transform: translateX(-50%);
  width: 38.6vh;
}

.play-info {
  position: absolute;
  top: 36.4vh;
  left: 50%;
  transform: translateX(-50%);
  width: 68.6vh;
  display: flex;
  color: #fff;
  font-size: 2.96vh;
  font-weight: 300;
  align-items: center;
}

.play-info img {
  height: 5.2vh;
  width: 5.2vh;
  margin: 0 1.85vh;
}

.play-btns {
  position: absolute;
  top: 52.7vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.play-btns .play-btn {
  width: 33.33vh;
  margin: 0 3vh;
  cursor: pointer;
}

.play-btns .play-btn:hover {
  transform: scale(1.08);
  transition: transform 0.3s;
}

/* 淡入动画效果 */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.5s;
}

/* 需要淡入效果的元素初始状态 */
.fade-on-scroll {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.contact {
  background: url(/mulan/assets/7148127295e250475ed8.png);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.contact-content {
  box-sizing: border-box;
  position: absolute;
  width: 111vh;
  height: 21vh;
  left: 50%;
  transform: translateX(-50%);
  top: 36.8vh;
  background: linear-gradient(90deg, rgba(41, 90, 100, 0.3) 0%, rgba(93, 107, 128, 0.3) 100%);
  backdrop-filter: blur(15px);
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
  border: 2px solid rgba(75, 85, 99, 1);
}
.contact-content-btn {
  width: 5.3vh;
  height: 5.3vh;
  background-size: 100% 100%;
  cursor: pointer;
}

.contact-content-btn.facebook {
  background-image: url(/mulan/assets/6da633b949d63a900c23.png);
}
.contact-content-btn.facebook:hover {
  background-image: url(/mulan/assets/4b28e32457b7d71eb73c.png);
}
.contact-content-btn.twitter {
  background-image: url(/mulan/assets/e52a77a05f21fcd35a49.png);
}
.contact-content-btn.twitter:hover {
  background-image: url(/mulan/assets/1ae89e3d820ddcd1f8b9.png);
}
.contact-content-btn.in {
  background-image: url(/mulan/assets/238c3bf5404dba5e5674.png);
}
.contact-content-btn.in:hover {
  background-image: url(/mulan/assets/ba39200ad409e61baacd.png);
}
.contact-content-btn.reddit {
  background-image: url(/mulan/assets/6c62c34c8b337d171a0a.png);
}
.contact-content-btn.reddit:hover {
  background-image: url(/mulan/assets/ac61c2c570a1c95758e6.png);
}
.contact-content-btn.youtube {
  background-image: url(/mulan/assets/015a7beed3af21efcc04.png);
}
.contact-content-btn.youtube:hover {
  background-image: url(/mulan/assets/7ca10a8cda7d576c7397.png);
}
.contact-content-btn.discord {
  background-image: url(/mulan/assets/4f94a84c07102a89294d.png);
}
.contact-content-btn.discord:hover {
  background-image: url(/mulan/assets/b62b1e910427473767d2.png);
}
.contact-content-btn.tiktok {
  background-image: url(/mulan/assets/24304174ae9315d98eea.png);
}
.contact-content-btn.tiktok:hover {
  background-image: url(/mulan/assets/3cf4aebe1d3e3ac4efb0.png);
}
.contact-content-btn.email {
  background-image: url(/mulan/assets/1c2766e5239f62365746.png);
}
.contact-content-btn.email:hover {
  background-image: url(/mulan/assets/dc204beddd030fa8f93d.png);
}
.contact-title {
  position: absolute;
  width: 31.2vh;
  left: 50%;
  transform: translateX(-50%);
  top: 18.5vh;
}

.m-intro {
  background: url(/mulan/assets/33a4acbbbb14fdb05a99.png);
  background-size: cover;
  width: 3.75rem;
  height: 3.46rem;
  padding-top: 0.43rem;
  box-sizing: border-box;
  position: relative;
}

.m-intro-logo {
  margin: 0 auto;
  width: 1.69rem;
  display: block;
}

.m-intro-video {
  margin: 0.2rem auto 0;
  width: 3.36rem;
  height: 1.925rem;
  background-size: 100% 100%;
  padding: 0.03rem;
  position: relative;
  background: linear-gradient(to top right, #424b59, #9fb1bc);
  box-shadow: 0px 0.022rem 0.11rem rgba(8, 7, 6, 0.23);
  border-radius: 0.14rem;
  box-sizing: border-box;
}

.m-intro-video > video,
.m-intro-video > img {
  width: calc(100% - 0.03rem);
  height: calc(100% - 0.03rem);
  border-radius: 0.12rem;
  position: absolute;
  left: 0.015rem;
  top: 0.015rem;
}
.m-intro-video > img {
  z-index: 2;
}
.m-intro-video > video {
  z-index: 1;
  display: none;
}

.m-intro-video > video {
  background-color: #000;
  cursor: auto;
}


.m-intro-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(/mulan/assets/63894965c6bb7c38ac87.png);
  background-size: 100% 100%;
  z-index: 3;
}

.m-play {
  background: url(/mulan/assets/fb220cd81ba280eb66af.png);
  background-size: cover;
  width: 3.75rem;
  height: 4.55rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.65rem;
}

.m-play-slogan {
  margin: 0 auto;
  width: 1.67rem;
  display: block;
}

.m-play-info {
  margin: 0.2rem auto 0.15rem;
  width: 2.91rem;
  display: block;
}

.m-play-btns .m-play-btn {
  width: 2.24rem;
  margin: 0.54rem;
  margin: 0.25rem auto;
  display: block;
}

.m-play-btns .m-play-btn:active {
  opacity: 0.8;
}

.m-contact {
  background: url(/mulan/assets/f6a817fe45f4f27cfe51.png);
  background-size: cover;
  width: 3.75rem;
  height: 2.84rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.m-contact-title {
  width: 1.35rem;
  margin: 0 auto;
  display: block;
}
.m-contact-content {
  width: 3.09rem;
  height: 1.24rem;
  margin: 0.2rem auto;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(41, 90, 100, 0.2) 0%, rgba(93, 107, 128, 0.2) 100%);
  backdrop-filter: blur(3px);
  border-radius: 0.14rem;
  padding: 0.25rem 0.35rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid rgba(75, 85, 99, 1);
}
.m-contact-content .contact-content-btn {
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.42rem;
  margin-bottom: 0.2rem;
  background-size: 100% 100%;
  display: block;
}

.m-contact-content a:nth-child(8) .contact-content-btn,
.m-contact-content a:nth-child(4) .contact-content-btn {
  margin-right: 0;
}

.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
}

.video-content video {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.video-content-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1000;
}
.video-content-close:hover {
  opacity: 0.8;
}
.video-content-close:active {
  opacity: 0.6;
}
.video-content {
  width: 95%;
  position: relative;
}

.m-page-split,
.page-split {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  bottom: 0;
  z-index: 1111;
}

.m-page-split {
  height: 0.48rem;
}


/*# sourceMappingURL=home.4c6f920a10715199ddf6.css.map*/