@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;
  -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; }
  .section img {
    width: 100%; }

.main-page {
  min-height: 100%;
  background: url("../images/pc/bg.png") no-repeat 0 0/100% 100%; }
  .main-page .main-left {
    float: left;
    padding-left: 11.4583333333%;
    padding-top: 11.71875%;
    width: 53.28125%; }
  .main-page .app-info {
    font-size: 0; }
  .main-page .app-icon {
    display: inline-block;
    vertical-align: top;
    width: 31.8804483188%;
    height: 31.8804483188%; }
    .main-page .app-icon img {
      display: block;
      width: 100%; }
  .main-page .app-intro {
    display: inline-block;
    vertical-align: top;
    margin-top: 3.2378580324%;
    margin-left: 7.9701120797%;
    width: 49.8132004981%;
    white-space: nowrap;
    font-size: 32px;
    line-height: 45px;
    color: #101010; }
    .main-page .app-intro-img {
      margin-bottom: 11.25%; }
  @media screen and (max-width: 1500px) {
    .main-page .app-intro {
      font-size: 22px;
      line-height: 32px; } }
  @media screen and (max-width: 1200px) {
    .main-page .app-intro {
      font-size: 16px;
      line-height: 22px; } }
  .main-page .main-right {
    margin-left: 53.28125%;
    padding-top: 10.4166666667%;
    width: 36.1458333333%; }
  .main-page .main-app {
    display: block;
    width: 100%; }

.handle {
  margin-top: 10.2117061021%;
  font-size: 0; }

.header-down {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.2453300125%;
  width: 37.3599003736%;
  margin-right: 9.9626400996%; }
  .header-down .android {
    margin-bottom: 6.6666666667%; }

.qr-code {
  display: inline-block;
  vertical-align: top;
  width: 29.8879202989%;
  height: 29.8879202989%;
  border: 3px solid #2C2D43;
  background-color: #fff; }
  .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-page {
  position: relative;
  padding-top: 1.0666666667rem;
  height: 100%;
  overflow-y: hidden;
  background: url("../images/m/bg.png") no-repeat 0 0/100% 100%; }
  .m-page .m-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .m-page .m-app-logo {
      width: 1.0666666667rem; }
    .m-page .m-app-name {
      margin-left: 0.2933333333rem;
      width: 3.36rem; }
  .m-page .m-app-intro {
    margin-top: 0.24rem;
    line-height: 22px;
    font-size: 16px;
    color: #101010;
    text-align: center; }
  .m-page .m-app-img {
    margin-top: 0.5333333333rem; }
    .m-page .m-app-img img {
      display: block;
      width: 100%; }

.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: absolute;
  left: 0;
  bottom: 80px;
  z-index: 10;
  width: 100%;
  color: #282828;
  font-size: 0;
  text-align: center; }
  .m-download a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 5.8666666667rem;
    height: 1.6rem;
    line-height: 1;
    font-size: 0.5333333333rem;
    font-weight: 600;
    border-radius: 999px;
    border: 2px solid #101010;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDED00), to(#CBFF00));
    background: linear-gradient(180deg, #FDED00 0%, #CBFF00 100%); }
  .m-download .ios-download-tips {
    padding-top: 0.8rem; }

.footer {
  font-size: 15px;
  padding: 23px 0;
  text-align: center; }
  .footer p {
    line-height: 1.5;
    color: #000;
    font-size: 15px;
    margin: 0; }

.m-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-top: 10px;
  background: #fff; }
  .m-footer p {
    font-size: 12px;
    color: #666; }

.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); } }
