@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  color: #262626;
  font-size: 12px;
  background-color: #C9C1FF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul,
ol,
dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: normal;
}

input::-webkit-input-placeholder {
  color: #909399;
}

/**************************************************/
.text-center {
  text-align: center;
}

.clearfix::before {
  display: table;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.header {
  padding: 10px 0;
  width: 1200px;
  margin: 0 auto;
}

.header .logo {
  text-align: center;
}

.header .logo img {
  width: 60px;
  height: 60px;
}

.header .nav {
  float: right;
}

.nav li {
  font-size: 16px;
  display: inline-block;
  width: 130px;
  padding: 14px 0;
  text-align: center;
  position: relative;
}

.nav .active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background-color: #ff49e0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section {
  position: relative;
}

.single-5 .android {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}

.section img {
  width: 100%;
}

.m-single-5 {
  margin-top: 16px;
  padding-bottom: 8px;
}

.m-single-5 a img {
  width: 180px;
  height: 86px;
}

.single-5 .btndown {
  width: 180px;
  height: 86px;
}

.handle {
  position: absolute;
  width: 13.3854166667%;
  top: 48.3%;
  left: 48.8541666667%;
  z-index: 10;
}

.header-down {
  margin-top: 14.0077821012%;
  width: 100%;
}

.qr-code {
  margin: 0 auto;
  width: 66.1478599222%;
  height: 66.1478599222%;
  padding: 2px;
  border-radius: 8px;
  background: #fff;
}

.qr-code img {
  display: block;
  width: 100%;
  height: 100%;
}

.btn {
  display: block;
  width: 100%;
}
.btn + .btn {
  margin-top: 10%;
}

.btn img {
  display: block;
  width: 100%;
}

.pc {
  position: relative;
  cursor: pointer;
}
.pc:hover .pc-wrapper {
  display: block;
}

.pc-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 10px;
  min-width: 100%;
}

.pc-download-list {
  padding: 12px 7px;
  background: #303135;
  border-radius: 13px;
}

.pc-a {
  display: block;
  margin-top: 5px;
  padding-left: 30px;
  line-height: 36px;
  font-size: 16px;
  color: #CECECE;
  white-space: nowrap;
  border-radius: 11px;
  background: url("../images/pc/icon_download.png") no-repeat left center/auto 75%;
}
.pc-a:first-child {
  margin-top: 0;
}
.pc-a:hover {
  color: #fff;
  background-color: #C05CFF;
}

.download {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download > a {
  margin: 0 10px;
}

.download .qrcode {
  color: #ff699a;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
}

.about-single {
  text-align: center;
}

.about-single p {
  font-size: 18px;
  margin: 30px 0;
}

/* 移动端 */
.m-header {
  padding: 10px 0;
}

.m-header .logo {
  text-align: center;
}

.m-header .logo img {
  width: 60px;
  height: 60px;
}

.m-header .nav {
  float: right;
  margin-right: 16px;
}

.m-header .nav li {
  width: auto;
  padding: 14px 10px;
}

.m-download {
  position: fixed;
  left: 0;
  bottom: 104px;
  z-index: 10;
  width: 100%;
  height: 2.2933333333rem;
  color: #282828;
  font-size: 0;
  text-align: center;
}

.m-download a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 4.8rem;
  height: 2.2933333333rem;
  background: url("../images/m/down.png") no-repeat 0 0/100% 100%;
}

.m-download .ios-download-tips {
  padding-top: 0.8rem;
}

.m-download-placeholder {
  height: 2.2933333333rem;
}

.m-download .ios-download-tips {
  padding-top: 0.8rem;
}

.footer {
  font-size: 15px;
  padding: 16px;
  text-align: center;
  background: #fff;
}

.footer p {
  line-height: 1.5;
  color: #2b2b2b;
  font-size: 15px;
  margin: 0;
}

.m-footer p {
  font-size: 12px;
}

.beianicon-img {
  height: 1em;
  vertical-align: middle;
}

.tips {
  position: absolute;
  left: 50%;
  top: 4%;
  z-index: 1000;
  width: 80%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.van-overflow-hidden {
  overflow: hidden !important;
}

.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}