@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: #FFFFFF;
  -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 {
  width: 100%;
  position: absolute;
  bottom: 7.2%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column-reverse;
}

.header-down {
  width: 17.5520833333%;
  margin-left: 8.125%;
  margin-top: 2%;
}

.header-down .android {
  margin-bottom: 10%;
}

.qr-code {
  width: 10.9375%;
  height: 10.9375%;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 0 0px #9062FF;
  box-shadow: 8px 8px 0 0px #9062FF;
  margin-left: 7%;
}

.qr-code img {
  display: block;
  width: 100%;
  height: 100%;
}

.btn {
  display: block;
  width: 100%;
}

.btn img {
  display: block;
  width: 100%;
}

.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: 15px 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;
}

.logo {
  position: fixed;
  top: 0;
  padding-top: 1.259rem;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.m-download {
  position: fixed;
  left: 0;
  bottom: 104px;
  z-index: 10;
  width: 100%;
  height: 1.5rem;
  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: 6.8rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background: url("../download/bg_btn_phone.png") no-repeat 0 0/100% 100%; 
}

.m-download .ios-download-tips {
    padding-top: 0.8rem; 
}

.m-download-placeholder {
    height: 0.1rem; 
}

.m-download .ios-download-tips {
  padding-top: 0.8rem;
}

.footer {
  font-size: 15px;
  padding: 16px 0;
  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%;
  z-index: 1000;
  width: 100%;
  -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: white;
}

@-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);
  }
}