@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;
}


/*# sourceMappingURL=privacy.17f4554dfe409b7fa9be.css.map*/