@charset "UTF-8";
/* 字体
YouSheBiaoTiHei
PingFangSC
Humanist777BT

*/
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url("./YouSheBiaoTiHei.ttf?t=202404272000");
}
@font-face {
  font-family: Humanist777BT;
  src: url("./Humnst777BTRoman.ttf?t=202404272000");
}
:root {
  --hover-color: #2ed969;
  --nav-transition: all 0.2s;
  --nav-bg: #7a24b2;
}

* {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.pc-show {
  display: block !important;
}

.mobile-show {
  display: none !important;
}

.pc-show-inline {
  display: inline !important;
}

.mobile-show-inline {
  display: none !important;
}

html {
  font-size: 5.2083333333vw;
}

.max-w-auto {
  max-width: 15.64rem;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  overflow: hidden;
  font-family: 微软雅黑;
}

/* 导航 */
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
  background: transparent;
  transition: var(--nav-transition);
}
.nav.scroll {
  background: var(--nav-bg);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.nav.scroll > .nav__container {
  padding: 0;
}
.nav > .nav__container {
  display: flex;
  align-items: center;
  padding: 20px 0;
  transition: var(--nav-transition);
}
.nav > .nav__container > .nav__logo {
  width: 53px;
  margin: 0 26px 0 0;
  display: flex;
  align-items: center;
}
.nav > .nav__container > .nav__logo img {
  width: 100%;
}
.nav > .nav__container > ul {
  display: flex;
  height: 50px;
  align-items: center;
}
.nav > .nav__container > ul li {
  font-family: YouSheBiaoTiHei;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  margin-right: 26px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav > .nav__container > ul li.active::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  opacity: 0.53;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.nav > .nav__container > ul li:hover {
  color: var(--hover-color);
}

.top {
  position: relative;
  z-index: 1;
  height: 10.87rem;
  background: linear-gradient(270deg, #8E29C9 0%, #10124D 100%);
  overflow: hidden;
}
.top .top__container {
  position: absolute;
  left: 1.76rem;
  top: 50%;
  transform: translate(0, -50%);
}
.top .top__container h1 {
  font-family: YouSheBiaoTiHei;
  font-size: 0.89rem;
  color: #FFFFFF;
  line-height: 1.16rem;
  text-align: center;
  font-style: normal;
  font-weight: initial;
}
.top .top__container p {
  width: 8.09rem;
  margin: 0.66rem 0 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.28rem;
  color: #DBC7FF;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
}
.top img {
  display: block;
  position: absolute;
  right: 0.13rem;
  bottom: -0.11rem;
  width: 9.61rem;
}

.main {
  background-color: #f8f3fb;
}
.main .main__container {
  padding: 2rem 0;
}
.main .main__container .main__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .main__container .main__item img {
  width: 8.72rem;
}
.main .main__container .main__item p {
  width: 4.06rem;
  font-family: YouSheBiaoTiHei;
  font-size: 0.48rem;
  color: #541E90;
  line-height: 0.62rem;
  text-align: center;
  font-style: normal;
}
.main .main__container .main__item:nth-child(2n+1) p {
  order: -1;
}
.main .main__container .main__item:nth-child(n+2) {
  margin-top: 0.58rem;
}
.main .main__container .main__item:nth-child(1) p {
  width: 5.19rem;
}
.main .main__container .main__item:nth-child(2) p {
  width: 6.16rem;
}
.main .main__container .main__item:nth-child(3) p {
  width: 6.61rem;
}

/* 底部 */
.footer {
  background: linear-gradient(270deg, #7F26B9 0%, #171354 100%);
  box-sizing: border-box;
}
.footer .footer__container {
  padding: 1rem 0 0.86rem;
  box-sizing: border-box;
}
.footer .footer__container .footer__about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer__container .footer__about h1 {
  font-family: YouSheBiaoTiHei;
  font-size: 0.5rem;
  color: #E4C0FF;
  line-height: 0.52rem;
  letter-spacing: 1px;
  text-align: justify;
  font-style: normal;
  font-weight: initial;
}
.footer .footer__container .footer__about p {
  width: 12.35rem;
  margin-top: 0.3rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.3rem;
  color: #E4C0FF;
  line-height: 0.42rem;
  text-align: center;
  font-style: normal;
}
.footer .footer__container .footer__line {
  width: 100%;
  opacity: 0.42;
  border-bottom: 2px solid #fff;
  margin-top: 0.5rem;
}
.footer .footer__container .footer__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.49rem;
}
.footer .footer__container .footer__privacy > div {
  display: flex;
  align-items: center;
}
.footer .footer__container .footer__privacy > div img {
  width: 0.22rem;
  margin-right: 4px;
}
.footer .footer__container .footer__privacy > div > span {
  font-family: Humanist777BT, Humanist777BT;
  font-weight: normal;
  font-size: 0.24rem;
  color: #E4C0FF;
  line-height: 0.29rem;
  text-align: justify;
  font-style: normal;
}
.footer .footer__container .footer__privacy > div > span span:hover {
  color: var(--hover-color);
  cursor: pointer;
}
.footer .footer__container .footer__privacy > div:nth-child(1) {
  margin-bottom: 0.14rem;
}

/* 
屏幕宽度大于1920时使用,覆盖上面不是用rem的样式，全部使用rem同比例放大就行
一般不用管超过1920的屏幕，直接两边留空就行，但是对于一些有很多不规则的width=100vw的背景图的网站全部
一直放大看起来效果比较好
 */
/* 屏幕宽度在1500内 */
@media (max-width: 1500px) {
  .nav > .nav__container {
    padding: 1.6vw 0;
  }
  .nav > .nav__container > .nav__logo {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 1.7333333333vw 0 0;
  }
  .nav > .nav__container > ul {
    height: 3.3333333333vw;
  }
  .nav > .nav__container > ul li {
    font-size: 1.6vw;
    line-height: 2.2vw;
    margin-right: 1.7333333333vw;
  }
}
@media (max-width: 900px) {
  /* 导航 */
}
/* 移动端 */
@media (max-width: 600px) {
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .pc-show-inline {
    display: none !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  html {
    font-size: 26.6666666667vw;
  }
  .max-w-auto {
    max-width: 100%;
  }
  .wrap {
    width: 100%;
  }
  .nav,
  .main,
  .footer {
    padding: 0 0.15rem;
  }
  /* 导航 */
  .nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    background: transparent;
    transition: var(--nav-transition);
  }
  .nav.scroll {
    background: var(--nav-bg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .nav.scroll > .container {
    padding: 0;
  }
  .nav > .nav__container {
    display: flex;
    align-items: center;
    padding: 0.025rem 0;
    transition: var(--nav-transition);
  }
  .nav > .nav__container > .nav__logo {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.09rem 0 0;
    display: flex;
    align-items: center;
  }
  .nav > .nav__container > .nav__logo img {
    width: 100%;
  }
  .nav > .nav__container > ul {
    display: flex;
    height: 0.4rem;
    align-items: center;
  }
  .nav > .nav__container > ul li {
    font-family: YouSheBiaoTiHei;
    font-size: 0.12rem;
    line-height: 0.13rem;
    color: #FFFFFF;
    font-style: normal;
    margin-right: 0.115rem;
    position: relative;
    cursor: pointer;
  }
  .nav > .nav__container > ul li.active::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #fff;
    opacity: 0.57;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.04rem;
  }
  .nav > .nav__container > ul li:hover {
    color: #fff;
  }
  .top {
    position: relative;
    z-index: 1;
    height: 2.185rem;
    background: linear-gradient(270deg, #8E29C9 0%, #10124D 100%);
    overflow: hidden;
  }
  .top .top__container {
    position: absolute;
    left: 0.15rem;
    top: initial;
    transform: initial;
    bottom: 0.23rem;
  }
  .top .top__container h1 {
    font-family: YouSheBiaoTiHei;
    font-size: 0.195rem;
    color: #FFFFFF;
    line-height: 0.215rem;
    text-align: left;
    font-style: normal;
    font-weight: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top .top__container p {
    width: 2.105rem;
    margin: 0.125rem 0 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.08rem;
    color: #DBC7FF;
    line-height: 0.11rem;
    text-align: left;
    font-style: normal;
  }
  .top img {
    display: block;
    position: absolute;
    right: 0.06rem;
    bottom: 0.065rem;
    width: 1.46rem;
  }
  .main {
    background-color: #f8f3fb;
    padding: 0 0.3rem;
  }
  .main .main__container {
    padding: 0.575rem 0 0.485rem;
  }
  .main .main__container .main__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .main__container .main__item img {
    width: 1.6rem;
  }
  .main .main__container .main__item p {
    font-family: YouSheBiaoTiHei;
    font-size: 0.11rem;
    color: #541E90;
    line-height: 0.145rem;
    text-align: center;
    font-style: normal;
  }
  .main .main__container .main__item:nth-child(2n+1) p {
    order: -1;
  }
  .main .main__container .main__item:nth-child(n+2) {
    margin-top: 0.025rem;
  }
  .main .main__container .main__item:nth-child(1) p {
    width: 1.205rem;
  }
  .main .main__container .main__item:nth-child(2) p {
    width: 1.465rem;
  }
  .main .main__container .main__item:nth-child(3) p {
    width: 1.36rem;
  }
  /* 底部 */
  .footer {
    background: linear-gradient(270deg, #7F26B9 0%, #171354 100%);
    box-sizing: border-box;
  }
  .footer .footer__container {
    padding: 0.16rem 0 0.155rem;
    box-sizing: border-box;
  }
  .footer .footer__container .footer__about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__container .footer__about h1 {
    font-family: YouSheBiaoTiHei;
    font-size: 0.1rem;
    color: #E4C0FF;
    line-height: 0.12rem;
    text-align: center;
    font-style: normal;
    text-transform: initial;
    font-weight: initial;
  }
  .footer .footer__container .footer__about p {
    width: 2.9rem;
    margin-top: 0.07rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.07rem;
    color: #E4C0FF;
    line-height: 0.1rem;
    text-align: center;
    font-style: normal;
  }
  .footer .footer__container .footer__line {
    width: 100%;
    opacity: 0.33;
    border-bottom: 0.005rem solid #fff;
    margin-top: 0.095rem;
  }
  .footer .footer__container .footer__privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.1rem;
  }
  .footer .footer__container .footer__privacy > div {
    display: flex;
    align-items: center;
  }
  .footer .footer__container .footer__privacy > div img {
    width: 0.07rem;
    margin-right: 0.015rem;
  }
  .footer .footer__container .footer__privacy > div > span {
    font-family: Humanist777BT, Humanist777BT;
    font-weight: normal;
    font-size: 0.08rem;
    color: #E4C0FF;
    line-height: 0.09rem;
    font-style: normal;
  }
  .footer .footer__container .footer__privacy > div > span span:hover {
    color: var(--hover-color);
    cursor: pointer;
  }
  .footer .footer__container .footer__privacy > div:nth-child(1) {
    margin-bottom: 0.03rem;
  }
}/*# sourceMappingURL=1.css.map */