html {
  user-select: text;
  text-align: center;
  font-size: 10px;
  background-color: #f8fafb;
  height: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  color: #fff;
  background: #151515;
}
html ::-webkit-scrollbar {
  width: 0!important;
  background-color: transparent;
}
html body {
  font-size: 1rem;
}
html .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html #app {
  background-color: #000;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%!important;
}
html #app .nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  color: #FFF9F9;
  position: relative;
}
html #app .nav span {
  display: inline-block;
}
html #app .nav .buy {
  box-sizing: border-box;
  background: linear-gradient(180deg, #DC43F2 0%, rgba(223, 175, 237, 0.86) 100%);
}
html #app .body {
  width: 100%;
  height: auto;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
}
html #app .body .userServer,
html #app .body .private {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2rem;
  padding: 2rem 10rem 11rem;
  box-sizing: border-box;
}
html #app .body .userServer h1,
html #app .body .private h1,
html #app .body .userServer .center,
html #app .body .private .center {
  text-align: center;
  margin: 2rem 0;
}
html #app .body .userServer .title,
html #app .body .private .title {
  font-size: 1.8rem;
  margin: 1rem 0;
}
html #app .body .btns {
  justify-content: flex-start;
}
html #app .body .downewm {
  margin-left: 3rem;
}
html #app .body .ios {
  background: url(../img/iosBtn.png) no-repeat;
  background-size: 100% 100%;
}
html #app .body .andro {
  margin-top: 2rem;
  background: url(../img/androBtn.png) no-repeat;
  background-size: 100% 100%;
}
html #app .footer {
  background-color: #000;
  height: 95px;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 2rem;
  box-sizing: border-box;
  transform: translateX(-50%);
}
html #app .footer .top {
  margin: 0 auto;
  width: 38.8rem;
  display: flex;
  justify-content: space-between;
}
html #app .footer .btm {
  margin-top: 1.5rem;
  color: #FFFFFF;
  display: block;
}
html #app .about .title {
  font-weight: 600;
  color: #FFFCFC;
}
html #app .about .aboutText {
  text-align: left;
  color: #FFFFFF;
}
html #app .about .aboutText div {
  margin: 1rem 0;
}
html #app .about .ewm {
  justify-content: center;
  color: #FFFCFC;
}
html .meng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}
html .meng .pop {
  color: #000000;
  text-align: center;
  background: #FFFFFF;
  position: absolute;
  width: 31.5rem;
  border-radius: 1.4rem;
}
html .meng .pop .sj {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -1.2rem;
  right: 20%;
}
html .meng .pop .title {
  margin-bottom: 1.5rem;
  margin-top: 0.7rem;
  font-size: 1.9rem;
}
html .meng .pop img {
  display: block;
  margin: 0 auto;
  width: 11.7rem;
}
html .meng .pop .text {
  margin: 2rem 0;
  font-size: 14px;
  font-weight: 800;
}
html .meng .pop .text div {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .logo {
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    top: 3.3rem;
    left: 3.8rem;
  }
  .nav {
    padding-top: 2.3rem;
    text-align: right;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1.3rem;
    padding-right: 4.1rem;
  }
  .nav span {
    margin-right: 2.9rem;
  }
  .nav .buy {
    padding: 0 1.1rem;
    box-sizing: border-box;
    height: 2.2rem;
    background: linear-gradient(180deg, #DC43F2 0%, rgba(223, 175, 237, 0.86) 100%);
    border-radius: 1.1rem;
  }
  .info {
    padding: 0 18rem 0 16rem;
    margin-top: 9.2rem;
  }
  .info .phone {
    width: 26rem;
    margin-right: 9.4rem;
  }
  .info .text .title {
    font-size: 3.3rem;
  }
  .info .text .tip {
    font-size: 1.8rem;
  }
  .info .text .btns {
    margin-top: 12.2rem;
  }
  .info .text .btns .ios {
    width: 11.7rem;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 1.5rem;
  }
  .info .text .btns .andro {
    width: 11.7rem;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 1.5rem;
  }
  .info .text .btns img {
    height: 9.6rem;
  }
  .about .title {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-top: 5.5rem;
  }
  .about .aboutText {
    width: 64rem;
    margin: 1.8rem auto 0.8rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .about .aboutText div {
    margin: 1rem 0;
  }
  .about .ewm {
    font-size: 0.9rem;
    margin-top: 1.8rem;
  }
  .about .ewm img {
    width: 6.9rem;
    margin-bottom: 2.4rem;
  }
  .about .ewm div:first-child {
    margin-right: 9.9rem;
  }
  .meng .pop {
    top: 7.8rem;
    right: 4.1rem;
  }
}
@media (min-width: 1336px) {
  .logo {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 4.3rem;
    left: 5rem;
  }
  .nav {
    padding-top: 4.5rem;
    text-align: right;
    height: 2.9rem;
    line-height: 2.9rem;
    font-size: 1.7rem;
    padding-right: 5.3rem;
  }
  .nav span {
    margin-right: 3.8rem;
  }
  .nav .buy {
    padding: 0 1.5rem;
    box-sizing: border-box;
    height: 2.9rem;
    background: linear-gradient(180deg, #DC43F2 0%, rgba(223, 175, 237, 0.86) 100%);
    border-radius: 1.5rem;
  }
  .info {
    padding: 0 26rem 0 21rem;
    margin-top: 12rem;
  }
  .info .phone {
    width: 34rem;
    margin-right: 12.3rem;
  }
  .info .text .title {
    font-size: 4.2rem;
  }
  .info .text .tip {
    font-size: 2.3rem;
  }
  .info .text .btns {
    margin-top: 10.9rem;
  }
  .info .text .btns .ios {
    width: 15.3rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.9rem;
  }
  .info .text .btns .andro {
    width: 15.3rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.9rem;
  }
  .info .text .btns img {
    height: 12rem;
  }
  .about .title {
    font-size: 3.3rem;
    line-height: 4.7rem;
    margin-top: 7.2rem;
  }
  .about .aboutText {
    width: 83rem;
    margin: 2.3rem auto 1rem;
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  .about .aboutText div {
    margin: 2rem 0;
  }
  .about .ewm {
    font-size: 9px;
    margin-top: 2.3rem;
  }
  .about .ewm img {
    width: 9rem;
    margin-bottom: 3.1rem;
  }
  .about .ewm div:first-child {
    margin-right: 12.9rem;
  }
  .meng .pop {
    top: 9.8rem;
    right: 6.1rem;
  }
  .meng .pop .sj {
    top: -1.2rem;
    right: 20%;
  }
}
@media (min-width: 1920px) {
  .logo {
    width: 7.2rem;
    height: 7.2rem;
    position: absolute;
    top: 6.2rem;
    left: 7.2rem;
  }
  .nav {
    padding-top: 6.2rem;
    text-align: right;
    height: 4.1rem;
    line-height: 4.1rem;
    font-size: 2.4rem;
    padding-right: 7.6rem;
  }
  .nav span {
    margin-right: 5.3rem;
  }
  .nav .buy {
    padding: 0 2.1rem;
    box-sizing: border-box;
    height: 4.1rem;
    background: linear-gradient(180deg, #DC43F2 0%, rgba(223, 175, 237, 0.86) 100%);
    border-radius: 2rem;
  }
  .info {
    padding: 0 32rem 0 31rem;
    margin-top: 17.3rem;
  }
  .info .phone {
    width: 48.8rem;
    margin-right: 17.7rem;
  }
  .info .text .title {
    font-size: 6.1rem;
  }
  .info .text .tip {
    font-size: 3.3rem;
  }
  .info .text .btns {
    margin-top: 24.6rem;
  }
  .info .text .btns .ios {
    width: 22rem;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 2.8rem;
  }
  .info .text .btns .andro {
    margin-top: 3.2rem;
    width: 22rem;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 2.8rem;
  }
  .info .text .btns img {
    height: 16.4rem;
  }
  .about .title {
    font-size: 4.8rem;
    line-height: 6.7rem;
    margin-top: 7.2rem;
  }
  .about .aboutText {
    width: 118rem;
    margin: 3.3rem auto 1.5rem;
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
  .about .aboutText div {
    margin: 2rem 0;
  }
  .about .ewm {
    font-size: 1.7rem;
    margin-top: 3.3rem;
  }
  .about .ewm img {
    width: 13rem;
    margin-top: 4.5rem;
  }
  .about .ewm div:first-child {
    margin-right: 18.6rem;
  }
  .meng .pop {
    position: absolute;
    top: 13.6rem;
    right: 11.6rem;
  }
  .meng .pop .sj {
    top: -1.2rem;
    right: 20%;
  }
}
