html,
body {
  background: #000;
  overflow-x: hidden;
}
.web {
  /* 通用 */
  /* banner */
  /* 幻灯片1 */
  /* 介绍1 */
  /* 幻灯片2 */
  /* 介绍2 */
  /* 幻灯片3 */
  /* 介绍3 */
  /* 介绍4 */
  /* gif */
  /* 幻灯片4 */
  /* gif2 */
  /* 介绍5 */
  /* App */
  /* 介绍6 */
  /* 幻灯片5 */
  /* 介绍7 */
  /* 幻灯片6 */
  /* 介绍8 */
  /* 底部 */
}
.web .btn {
  color: #262626;
  border: 1px solid #fff;
  background: #fff;
  padding: 8px 17px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}
.web .btn:hover {
  background: #dedbe5;
  border: 1px solid #dedbe5;
}
.web .btn div {
  display: inline-block;
  transition: all 0.3s;
}
.web .btn:hover div {
  transform: translateX(5px);
}
.web .btn-plus {
  font-size: 16px;
  color: #fff;
  border: 1px solid #9e789b;
  background: #72556f;
  padding: 8px 17px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.web .btn-plus:hover {
  background: #5b3557;
  border: 1px solid #5d465a;
}
.web .btn-plus div {
  display: inline-block;
  transition: all 0.3s;
}
.web .btn-plus:hover div {
  transform: translateX(5px);
}
.web .tips-btn {
  font-size: 16px;
  color: #d1aad7;
  letter-spacing: 3px;
  background-color: #303030;
  padding: 8px 17px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}
.web .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.web .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.web .waves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.web .header-box {
  width: 100%;
}
.web .header-box .header-wrap {
  padding: 0 60px;
}
.web .header-box .header-wrap .header {
  height: 72px;
  border-bottom: 1px solid #9ba1ae;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web .header-box .header-wrap .header .header-icon {
  display: none;
}
.web .header-box .header-wrap .header img {
  width: 180px;
}
.web .header-box .header-wrap .header .menu {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
}
.web .header-box .header-wrap .header .menu span {
  margin-left: 40px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.web .header-box .header-wrap .header .menu .change-btn {
  border: 1px solid #fff;
  padding: 5px 10px;
  line-height: 20px;
  user-select: none;
}
.web .banner-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web .banner-box video {
  margin: 0 auto;
}
.web .banner {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.web .banner h1 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.web .banner p {
  width: 850px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0 40px;
  line-height: 2;
}
.web .banner .extra {
  width: 850px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .banner em {
  font-style: normal;
  background: linear-gradient(
    50deg,
    #714dff,
    #9c83ff 31.28%,
    #e151ff 77.97%,
    #fff759 95.64%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web .swiper1-box {
  width: 100%;
  position: relative;
  margin-top: 200px;
}
.web .swiper1-box .swiper-title {
  display: none;
}
.web .swiper1-box .swiper-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.web .swiper1-pagination {
  height: 20px;
  position: absolute;
  top: -40px !important;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.web .swiper1-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 22px;
  color: #a3a3a3;
  display: none;
}
.web .swiper1-box .swiper-pagination-bullet-active {
  color: #fff;
  display: block;
}
.web .swiper1-box .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.web .swiper1-box .swiper-slide .swiper-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}
.web .swiper1-box .swiper-slide img {
  max-width: 300px;
}
.web .connect-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box1 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box1 p {
  width: 850px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .swiper2-box {
  margin-top: 100px;
}
.web .swiper2-box .swiper-slide {
  width: 460px;
  height: 200px;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  cursor: pointer;
  border: 1px solid #272d5b;
  transition: all 0.3s;
  position: relative;
}
.web .swiper2-box .swiper-slide:hover {
  border: 1px solid #999;
}
.web .swiper2-box .swiper-slide img {
  max-width: 120px;
  object-fit: contain;
  margin-right: 15px;
}
.web .swiper2-box .swiper-slide h2 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #d1aad7;
}
.web .swiper2-box .swiper-slide p {
  font-size: 26px;
  color: #fff;
}
.web .swiper2-box .swiper-slide .icon-btn {
  width: 40px;
  height: 40px;
  background: #272727;
  border-radius: 50%;
  border: 1px solid #5a5858;
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.web .swiper2-box .swiper-slide .icon-btn img {
  margin-right: 0;
}
.web .swiper2-box .swiper-slide:hover .icon-btn {
  border: 1px solid #999;
}
.web .swiper2-box .first {
  width: 100px;
  height: 200px;
  border: none;
  background-color: transparent;
}
.web .connect-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box2 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box2 p {
  width: 850px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .swiper3-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web .swiper3-box .swiper {
  width: 645px;
  height: 645px;
  margin-left: inherit;
  margin-right: inherit;
  background-color: transparent;
}
.web .swiper3-pagination {
  position: unset;
  width: 480px !important;
  height: 530px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 60px;
}
.web .swiper3-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
  border-bottom: 1px solid #999;
  border-radius: 0;
  height: 135px;
}
.web .swiper3-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.web .swiper3-box .swiper-slide img {
  max-width: 100%;
}
.web .swiper3-list {
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0.2;
}
.web .swiper3-list .list-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.web .swiper3-list .list-text {
  font-size: 16px;
  line-height: 1.5;
}
.web .swiper3-box .swiper-pagination-bullet-active .swiper3-list {
  opacity: 1;
}
.web .connect-box3 p {
  font-size: 16px;
  color: #fff;
  margin-top: 150px;
  margin-bottom: 40px;
  text-align: center;
}
.web .connect-box3 .list-wrap::-webkit-scrollbar {
  width: 0;
}
.web .connect-box3 .list-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.web .connect-box3 .list {
  width: 230px;
  height: 112px;
  border-radius: 15px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.web .connect-box3 .list img {
  max-width: 100px;
}
.web .connect-box4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box4 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box4 p {
  width: 850px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .connect-box9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box9 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box9 p {
  width: 850px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .gif-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
}
.web .gif-box .gif img {
  object-fit: contain;
  width: 630px;
  height: 400px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.web .gif-box .gif-tips {
  width: 460px;
  height: 400px;
  border-radius: 10px;
  padding: 40px 30px;
}
.web .gif-box .gif-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.web .gif-box .gif-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.web .gif-box .gif-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.web .swiper4-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  justify-content: space-evenly;
}
.web .swiper4-box .swiper4-tips {
  width: 480px;
  height: 400px;
  border-radius: 10px;
  padding: 40px 30px;
}
.web .swiper4-box .swiper4-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.web .swiper4-box .swiper4-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.web .swiper4-box .swiper4-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.web .swiper4-box .swiper {
  width: 650px;
  height: 400px;
  border-radius: 10px;
  margin-left: inherit;
  margin-right: inherit;
  background-color: transparent;
}
.web .swiper4-pagination {
  position: unset;
  width: 350px !important;
  height: 50px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #999;
  border-radius: 50px;
}
.web .swiper4-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
  border-radius: 0;
  padding: 10px 8px;
  height: 40px;
}
.web .swiper4-box .swiper-pagination-bullet-active {
  background: #9c9494;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 18px;
  height: 40px;
}
.web .swiper4-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.web .swiper4-box .swiper-slide img {
  max-width: 100%;
}
.web .gif2-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  justify-content: space-evenly;
}
.web .gif2-box .gif {
  width: 630px;
  height: 420px;
  border-radius: 10px;
  border: 1px solid #333;
}
.web .gif2-box .gif img {
  max-width: 100%;
}
.web .gif2-box .gif-tips {
  width: 460px;
  height: 400px;
  border-radius: 10px;
  padding: 40px 30px;
}
.web .gif2-box .gif-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.web .gif2-box .gif-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.web .gif2-box .gif-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.web .connect-box5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box5 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box5 p {
  width: 555px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .app-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.web .app-box .img-box {
  width: 570px;
  height: 495px;
  border-radius: 15px;
  transition: all 0.3s;
}
.web .app-box .img-box:hover {
  border-color: #fff;
}
.web .app-box .img-box img {
  max-width: 100%;
  max-height: 495px;
  border-radius: 15px;
  border: 1px solid #999;
}
.web .connect-box6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box6 h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
}
.web .connect-box6 p {
  width: 555px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .swiper5-box {
  margin-top: 50px;
}
.web .swiper5-box .swiper-slide {
  width: 420px;
  height: 380px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
.web .swiper5-box .swiper-slide .cover {
  width: 100%;
  height: 260px;
  background: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.web .swiper5-box .swiper-slide .cover img {
  max-width: 160px;
  object-fit: contain;
}
.web .swiper5-box .swiper-slide h2 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 30px;
  color: #d1aad7;
}
.web .swiper5-box .swiper-slide p {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}
.web .swiper5-box .first {
  width: 100px;
  height: 200px;
  border: none;
  background-color: transparent;
}
.web .connect-box7 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 150px;
}
.web .connect-box7 h1 {
  width: 620px;
  font-size: 50px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.web .connect-box7 p {
  width: 555px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.web .swiper6-box {
  width: 100%;
  position: relative;
  margin-top: 50px;
  padding: 0 80px;
}
.web .swiper6-box .swiper {
  width: 1200px;
}
.web .swiper6-pagination {
  height: 45px;
  position: absolute;
  bottom: -80px !important;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 0 200px;
}
.web .swiper6-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 16px;
  opacity: 0.2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web .swiper6-box .swiper-pagination-bullet img {
  width: 100px;
  object-fit: contain;
}
.web .swiper6-box .swiper-pagination-bullet-active {
  opacity: 1;
}
.web .swiper6-box .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 120px;
  min-height: 500px;
}
.web .swiper6-box .swiper-slide p {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.web .swiper6-box .swiper-slide h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.web .swiper6-box .swiper-slide h6 {
  font-size: 18px;
  color: #999;
}
.web .connect-box8 {
  margin-top: 200px;
}
.web .connect-box8 .wrap {
  width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 40px;
}
.web .connect-box8 .wrap p {
  width: 400px;
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 1.5;
}
.web .connect-box8 .icon-box {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 60px;
}
.web .connect-box8 .icon-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  color: #fff;
}
.web .connect-box8 .bg-wrap {
  width: 100%;
  height: 450px;
  position: relative;
}
.web .connect-box8 .bg-box {
  width: 850px;
  height: 450px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.web .connect-box8 .bg-wrap video {
  width: 100%;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.web .connect-box8 .bg-box p {
  font-size: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.web .connect-box8 .bg-box em {
  font-style: normal;
  background: linear-gradient(
    50deg,
    #714dff,
    #9c83ff 31.28%,
    #e151ff 77.97%,
    #fff759 95.64%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web .footer {
  width: 1200px;
  color: #a3a3a3;
  font-size: 14px;
  margin: 150px auto 0;
  padding-bottom: 100px;
}
.web .footer .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.web .footer .top .list {
  display: flex;
  flex-direction: column;
}
.web .footer .top .list .title {
  font-size: 16px;
  margin-bottom: 25px;
}
.web .footer .top .list a {
  text-decoration: none;
  color: #a3a3a3;
  margin: 8px 0;
  transition: all 0.3s;
}
.web .footer .top .list a:hover {
  color: #fff;
}
.web .footer .top .list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.web .footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: center;
  border-top: 1px solid #636363;
  padding: 30px 0;
}
.bottom .ver {
  margin-top: 12px;
}
/* ================================= */
/* ================================= */
/* ================================= */
/* 移动端调整 */
.mobile {
  overflow-x: hidden;
  /* 通用 */
  /* 幻灯片4 */
  /* gif2 */
  /* 介绍5 */
  /* App */
  /* 介绍6 */
  /* 幻灯片5 */
  /* 介绍7 */
  /* 幻灯片6 */
  /* 介绍8 */
  /* 底部 */
}
.mobile .btn {
  color: #363636;
  border: 1px solid #fff;
  background: #fff;
  padding: 0.2rem 0.3rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.35rem;
  display: block;
}
.mobile .btn div {
  display: inline-block;
}
.mobile .btn-plus {
  color: #fff;
  border: 1px solid #9e789b;
  background: #72556f;
  padding: 8px 17px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.35rem;
}
.mobile .btn-plus:hover {
  background: #5b3557;
  border: 1px solid #5d465a;
}
.mobile .btn-plus:hover div {
  transform: translateX(5px);
}
.mobile .btn-plus div {
  display: inline-block;
  transition: all 0.3s;
}
.mobile .tips-btn {
  color: #d1aad7;
  letter-spacing: 3px;
  background-color: #2a262b;
  padding: 8px 17px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 0.35rem;
}
.mobile .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.mobile .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.mobile .waves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile .header-box {
  width: 100%;
  padding: 0.5rem 0.5rem 0;
  position: relative;
  z-index: 9;
}
.mobile .header-wrap {
  position: relative;
  z-index: 999;
}
.mobile .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mobile .header .logo {
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile .header .logo img {
  max-width: 100%;
}
.mobile .header .header-icon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mobile .header .header-icon .header-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile .header .menu {
  color: #333;
  font-size: 0.4rem;
  position: absolute;
  right: 0;
  top: 1.2rem;
  padding: 0.2rem 0.3rem;
  list-style-type: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: column;
  text-align: center;
}
.mobile .header .menu span {
  margin: 0.2rem 0;
}
.mobile .banner-box {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .banner-box .banner {
  display: flex;
  flex-direction: column;
}
.mobile .banner-box .banner h1 {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0.8rem;
  padding: 0 1rem;
}
.mobile .banner-box .banner h1 em {
  font-style: normal;
  background: linear-gradient(
    50deg,
    #714dff,
    #9c83ff 31.28%,
    #e151ff 77.97%,
    #fff759 95.64%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile .banner-box .banner p {
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.7rem;
  margin-bottom: 0.4rem;
}
.mobile .banner-box .banner .btn {
  margin: 0 auto;
}
.mobile .swiper1-box {
  margin-top: 1.5rem;
}
.mobile .swiper1-box .swiper-pagination-bullet {
  display: none;
}
.mobile .swiper1-box .swiper-pagination-bullet-active {
  display: block;
  width: initial;
  background: no-repeat;
  font-size: 0.3rem;
  margin-top: 0.6rem;
}
.mobile .swiper1-box .swiper-title {
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
}
.mobile .swiper1-box .swiper-slide {
  display: flex;
  flex-direction: column;
}
.mobile .swiper1-box .swiper-slide .swiper-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mobile .swiper1-box .swiper-slide img {
  max-width: 4rem;
  object-fit: contain;
}
.mobile .connect-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}
.mobile .connect-box1 h1 {
  font-size: 0.8rem;
  color: #fff;
}
.mobile .connect-box1 p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.mobile .swiper2-box {
  margin-top: 100px;
}
.mobile .swiper2-box .swiper-slide {
  width: 7rem;
  height: 3rem;
  border-radius: 20px;
  padding: 0.5rem 0.2rem;
  display: flex;
  cursor: pointer;
  border: 1px solid #272d5b;
  transition: all 0.3s;
  position: relative;
}
.mobile .swiper2-box .swiper-slide:hover {
  border: 1px solid #999;
}
.mobile .swiper2-box .swiper-slide img {
  max-width: 1.5rem;
  object-fit: contain;
  margin-right: 15px;
}
.mobile .swiper2-box .swiper-slide h2 {
  font-size: 0.4rem;
  margin-bottom: 5px;
  color: #d1aad7;
}
.mobile .swiper2-box .swiper-slide p {
  font-size: 0.42rem;
  color: #fff;
}
.mobile .swiper2-box .swiper-slide .icon-btn {
  width: 0.6rem;
  height: 0.6rem;
  background: #272727;
  border-radius: 50%;
  border: 1px solid #5a5858;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.mobile .swiper2-box .swiper-slide .icon-btn img {
  margin-right: 0;
}
.mobile .swiper2-box .swiper-slide:hover .icon-btn {
  border: 1px solid #999;
}
.mobile .swiper2-box .first {
  width: 0.2rem;
  height: 200px;
  border: none;
  background-color: transparent;
}
.mobile .connect-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}
.mobile .connect-box2 h1 {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 0.4rem;
}
.mobile .connect-box2 p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.mobile .swiper3-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.mobile .swiper3-box .swiper3-pagination {
  position: unset;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  order: 2;
  margin-top: 0.5rem;
  position: relative;
}
.mobile .swiper3-box .swiper {
  width: 100%;
  height: auto;
  margin-left: inherit;
  margin-right: inherit;
  background-color: transparent;
  order: 1;
  padding: 0 2rem;
}
.mobile .swiper3-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 0.4px;
  color: #a3a3a3;
  text-align: left;
  border-radius: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.6rem;
}
.mobile .swiper3-box .swiper-pagination-bullet-active {
  opacity: 1;
}
.mobile .swiper3-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.mobile .swiper3-box .swiper-slide img {
  max-width: 100%;
}
.mobile .swiper3-box .swiper3-list {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.mobile .swiper3-box .swiper3-list .list-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.mobile .swiper3-box .swiper3-list .list-text {
  font-size: 16px;
  line-height: 1.5;
}
.mobile
  .swiper3-box
  .swiper3-box
  .swiper-pagination-bullet-active
  .swiper3-list {
  opacity: 1;
}
.mobile .connect-box3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}
.mobile .connect-box3 p {
  font-size: 16px;
  color: #fff;
  margin-top: 150px;
  margin-bottom: 40px;
  text-align: center;
}
.mobile .connect-box3 .list-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  padding: 0 0.5rem;
}
.mobile .connect-box3 .list-wrap::-webkit-scrollbar {
  width: 0;
}
.mobile .connect-box3 .list-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mobile .connect-box3 .list {
  width: 230px;
  height: 112px;
  border-radius: 15px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile .connect-box3 .list img {
  max-width: 100px;
}
.mobile .connect-box4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}
.mobile .connect-box4 h1 {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 0.4rem;
}
.mobile .connect-box4 p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.mobile .connect-box9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}
.mobile .connect-box9 h1 {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 0.4rem;
}
.mobile .connect-box9 p {
  width: 100%;
  padding: 0 0.6rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
}
.mobile .gif-box {
  width: 100%;
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.mobile .gif-box .gif {
  width: 100%;
}
.mobile .gif-box .gif img {
  object-fit: contain;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
}
.mobile .gif-box .gif-tips {
  width: 100%;
  padding: 0.4rem 0;
}
.mobile .gif-box .gif-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 0.2rem;
}
.mobile .gif-box .gif-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.mobile .gif-box .gif-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.mobile .gif-box .gif-tips .btn {
  display: inline-block;
}
.mobile .swiper4-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.mobile .swiper4-box .btn {
  display: inline-block;
}
.mobile .swiper4-box .swiper4-tips {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  padding: 0 0.5rem;
  order: 2;
}
.mobile .swiper4-box .swiper4-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.mobile .swiper4-box .swiper4-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.mobile .swiper4-box .swiper4-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.mobile .swiper4-box .swiper {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: transparent;
  order: 1;
  padding: 0 0.2rem;
}
.mobile .swiper4-box .swiper4-pagination {
  position: unset;
  width: 350px !important;
  height: 50px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #999;
  border-radius: 50px;
}
.mobile .swiper4-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 16px;
  color: #a3a3a3;
  text-align: left;
  border-radius: 0;
  padding: 10px 8px;
  height: 40px;
}
.mobile .swiper4-box .swiper-pagination-bullet-active {
  background: #9c9494;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 18px;
  height: 40px;
}
.mobile .swiper4-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.mobile .swiper4-box .swiper-slide img {
  max-width: 100%;
}
.mobile .gif2-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 0 0.4rem;
}
.mobile .gif2-box .gif {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #333;
}
.mobile .gif2-box .gif img {
  max-width: 100%;
}
.mobile .gif2-box .gif-tips {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.mobile .gif2-box .gif-tips h2 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
.mobile .gif2-box .gif-tips h4 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.mobile .gif2-box .gif-tips p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.5;
}
.mobile .gif2-box .gif-tips .btn {
  display: inline-block;
}
.mobile .connect-box5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}
.mobile .connect-box5 h1 {
  font-size: 0.6rem;
  color: #fff;
  margin-top: 20px;
}
.mobile .connect-box5 p {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
  padding: 0 0.4rem;
}
.mobile .app-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.mobile .app-box .img-box {
  width: 48%;
  height: auto;
  border-radius: 15px;
  transition: all 0.3s;
}
.mobile .app-box .img-box img {
  max-width: 100%;
  max-height: 495px;
  border-radius: 15px;
  border: 1px solid #999;
}
.mobile .connect-box6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}
.mobile .connect-box6 .tips-btn {
  font-size: 0.35rem;
  width: 95%;
}
.mobile .connect-box6 h1 {
  font-size: 0.6rem;
  color: #fff;
  margin-top: 20px;
}
.mobile .connect-box6 p {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin: 20px 0;
  line-height: 2;
  padding: 0 0.4rem;
}
.mobile .swiper5-box {
  margin-top: 0.2rem;
}
.mobile .swiper5-box .swiper-slide {
  width: 6rem;
  height: auto;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
.mobile .swiper5-box .swiper-slide .cover {
  width: 100%;
  height: 3rem;
  background: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.mobile .swiper5-box .swiper-slide .cover img {
  max-width: 3rem;
  object-fit: contain;
}
.mobile .swiper5-box .swiper-slide h2 {
  font-size: 0.45rem;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
  color: #d1aad7;
}
.mobile .swiper5-box .swiper-slide p {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.2;
}
.mobile .swiper5-box .first {
  width: 0.2rem;
  height: auto;
  border: none;
  background-color: transparent;
}
.mobile .connect-box7 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}
.mobile .connect-box7 h1 {
  font-size: 0.5rem;
  color: #fff;
  margin-top: 0.2rem;
  text-align: center;
  padding: 0 0.5rem;
}
.mobile .connect-box7 p {
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.5;
  padding: 0 0.4rem;
  width: 100%;
  margin-top: 0.3rem;
}
.mobile .swiper6-box {
  width: 100%;
  position: relative;
  margin-top: 50px;
  padding: 0 80px;
  display: none;
}
.mobile .swiper6-box .swiper {
  width: 1200px;
}
.mobile .swiper6-box .swiper6-pagination {
  height: 45px;
  position: absolute;
  bottom: -80px !important;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 0 200px;
}
.mobile .swiper6-box .swiper-pagination-bullet {
  width: fit-content;
  background: transparent;
  font-size: 16px;
  opacity: 0.2;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .swiper6-box .swiper-pagination-bullet img {
  width: 100px;
  object-fit: contain;
}
.mobile .swiper6-box .swiper-pagination-bullet-active {
  opacity: 1;
}
.mobile .swiper6-box .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 120px;
  min-height: 500px;
}
.mobile .swiper6-box .swiper-slide p {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.mobile .swiper6-box .swiper-slide h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.mobile .swiper6-box .swiper-slide h6 {
  font-size: 18px;
  color: #999;
}
.mobile .connect-box8 {
  margin-top: 2rem;
  display: none;
}
.mobile .connect-box8 .wrap {
  width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 40px;
}
.mobile .connect-box8 .wrap p {
  width: 400px;
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 1.5;
}
.mobile .connect-box8 .icon-box {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 60px;
}
.mobile .connect-box8 .icon-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  color: #fff;
}
.mobile .connect-box8 .icon-box .bg-wrap {
  width: 100%;
  height: 450px;
  position: relative;
}
.mobile .connect-box8 .bg-box {
  width: 850px;
  height: 450px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.mobile .connect-box8 .bg-box .bg-wrap video {
  width: 100%;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mobile .connect-box8 .bg-box p {
  font-size: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.mobile .connect-box8 .bg-box em {
  font-style: normal;
  background: linear-gradient(
    50deg,
    #714dff,
    #9c83ff 31.28%,
    #e151ff 77.97%,
    #fff759 95.64%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile .footer {
  width: 100%;
  color: #a3a3a3;
  font-size: 0.3rem;
  margin: 2rem 0 0;
  padding: 0 0.5rem 2rem;
}
.mobile .footer .top {
  display: flex;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
}
.mobile .footer .top .list {
  display: flex;
  flex-direction: column;
  min-width: 4rem;
  margin-bottom: 0.5rem;
}
.mobile .footer .top .list .title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.mobile .footer .top .list a {
  text-decoration: none;
  color: #a3a3a3;
  margin: 8px 0;
  transition: all 0.3s;
}
.mobile .footer .top .list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.mobile .footer .top .list:last-child {
  display: none;
}
.mobile .footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-direction: column;

  border-top: 1px solid #636363;
  padding: 0.3rem 0;
}
