@font-face {
  font-family: "pingfangsc-regular";
  src: url("../fonts/PingFang-Regular.ttf") format("truetype");
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "pingfangsc-regular", "Heiti SC", "Microsoft Sans Serif";
  background: linear-gradient(90deg, #f5f3ff 2%, #d3d2fe 100%);
}

.container {
  position: relative;
}

.m-bg {
  display: none;
}
.m-bg img {
  display: block;
}

.homePc {
  width: 100%;
  height: 100vh;
  min-height: 8.4259259259rem;
  background: url(../images/homePc.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: auto;
}
.homePc .contactus,
.homePc .privacypolicy {
  width: 0.8796296296rem;
  height: 0.3333333333rem;
  position: absolute;
  left: 2.5rem;
  top: 0.6018518519rem;
  font-size: 0.1296296296rem;
  color: #fff;
  text-align: center;
  line-height: 0.3333333333rem;
  background: #ba7dff;
  border-radius: 0.1666666667rem;
  cursor: pointer;
}
.homePc .contactus:hover,
.homePc .privacypolicy:hover {
  box-shadow: 0px 0px 0.0046296296rem #888888;
}
.homePc .privacypolicy {
  width: 1.0648148148rem;
  left: 3.5648148148rem;
}
.homePc .logo {
  width: 0.7407407407rem;
  height: 0.7407407407rem;
  position: absolute;
  top: 2.6018518519rem;
  left: 2.5rem;
}
.homePc .app_name {
  width: 1.8333333333rem;
  height: 0.3240740741rem;
  position: absolute;
  top: 2.8333333333rem;
  left: 3.3796296296rem;
}
.homePc .google,
.homePc .iphone {
  width: 1.7407407407rem;
  height: 0.6666666667rem;
  position: absolute;
  top: 6.7314814815rem;
  left: 2.5rem;
}
.homePc .google img,
.homePc .iphone img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
.homePc .google img:hover,
.homePc .iphone img:hover {
  transform: scale(1.1);
}
.homePc .iphone {
  left: 4.5185185185rem;
}
.homePc .titleBox {
  color: #ffffff;
  position: absolute;
  top: 3.8981481481rem;
  left: 2.5rem;
  width: 8.3148148148rem;
}
.homePc .titleBox .title {
  font-size: 0.462962963rem;
  font-weight: 500;
  margin-bottom: 0.1203703704rem;
  line-height: 0.5555555556rem;
}
.homePc .titleBox .title1 {
  font-size: 0.2777777778rem;
  font-weight: 400;
  margin-bottom: 0.1203703704rem;
  line-height: 0.5555555556rem;
}
.homePc .titleBox .title2 {
  font-size: 0.1666666667rem;
  font-weight: 300;
  line-height: 0.2314814815rem;
}
.homePc .pic {
  width: 3.287037037rem;
  height: 6.6388888889rem;
  position: absolute;
  top: 1.6018518519rem;
  right: 3.0648148148rem;
}
.homePc .foot {
  width: 5.8888888889rem;
  text-align: center;
  font-size: 0.1111111111rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.1851851852rem;
  position: absolute;
  bottom: 0.4259259259rem;
  left: 50%;
  transform: translateX(-50%);
}

.contactus_popup {
  position: fixed;
  box-sizing: border-box;
  width: 405px;
  height: 136px;
  background: #f4f2ff;
  border-radius: 20px;
  border: 3px solid #d9d8fe;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #313131;
  line-height: 30px;
  padding: 38px 30px;
  text-align: left;
  display: none;
  z-index: 9;
}
.contactus_popup .content span {
  color: #7612f7;
}
.contactus_popup .btn_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body {
    background: linear-gradient(90deg, #8a32f7 2%, #5413cc 100%);
    font-size: 204.8vw;
  }
  .pc-bg {
    display: none;
  }
  .m-bg {
    display: block;
  }
  .homeM {
    width: 100%;
    min-height: 216.5333333333vw;
    height: 100vh;
    background: url(../images/homeM.png) repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .homeM .contactus,
  .homeM .privacypolicy {
    width: 24vw;
    height: 8vw;
    position: absolute;
    right: 40vw;
    top: 17.6vw;
    font-size: 3.7333333333vw;
    color: #fff;
    text-align: center;
    line-height: 8vw;
    background: #ba7dff;
    border-radius: 4.8vw;
  }
  .homeM .contactus:hover,
  .homeM .privacypolicy:hover {
    box-shadow: 0px 0px 0.1333333333vw #888888;
  }
  .homeM .privacypolicy {
    width: 33.0666666667vw;
    right: 4.2666666667vw;
  }
  .homeM .logo {
    width: 14.4vw;
    height: 14.4vw;
    position: absolute;
    top: 28.8vw;
    left: 4.2666666667vw;
  }
  .homeM .app_name {
    width: 23.7333333333vw;
    height: 4.5333333333vw;
    position: absolute;
    top: 34.1333333333vw;
    left: 21.8666666667vw;
  }
  .homeM .google,
  .homeM .iphone {
    width: 27.2vw;
    height: 10.4vw;
    position: absolute;
    left: 4.2666666667vw;
    top: 98.4vw;
  }
  .homeM .google img,
  .homeM .iphone img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    cursor: pointer;
  }
  .homeM .google img:hover,
  .homeM .iphone img:hover {
    transform: scale(1.1);
  }
  .homeM .iphone {
    left: 36.2666666667vw;
  }
  .homeM .titleBox {
    color: #ffffff;
    position: absolute;
    top: 46.4vw;
    left: 4.2666666667vw;
    width: 91.4666666667vw;
  }
  .homeM .titleBox .title {
    font-size: 6.1333333333vw;
    font-weight: 500;
    line-height: 0.2407407407rem;
    margin-bottom: 3.2vw;
  }
  .homeM .titleBox .title1 {
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 0.0925925926rem;
    margin-bottom: 3.2vw;
  }
  .homeM .titleBox .title2 {
    font-size: 3.2vw;
    font-weight: 300;
    line-height: 4vw;
  }
  .homeM .pic {
    width: 41.3333333333vw;
    height: 83.4666666667vw;
    position: absolute;
    top: 112vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .homeM .foot {
    font-size: 2.4vw;
    width: 54.9333333333vw;
    font-weight: 400;
    color: #fff;
    line-height: 5.3333333333vw;
    text-align: center;
    position: absolute;
    bottom: 9.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .contactus_popup {
    position: fixed;
    box-sizing: border-box;
    width: 75.6vw;
    height: 25.76vw;
    background: #f4f2ff;
    border-radius: 5.3333333333vw;
    border: 0.8vw solid #d9d8fe;
    font-size: 3.7333333333vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #313131;
    line-height: 5.6vw;
    padding: 6.9333333333vw 5.6vw;
    text-align: left;
    display: none;
    z-index: 9;
  }
  .contactus_popup .content span {
    color: #7612f7;
  }
  .contactus_popup .btn_close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    position: absolute;
    top: -4.2666666667vw;
    right: -4.2666666667vw;
    cursor: pointer;
  }
}
.toast {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  width: 100px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
  z-index: 9;
}/*# sourceMappingURL=index.css.map */