@charset "utf-8";

@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}

@media (min-width: 393px) {
  html {
    font-size: 52.4px;
  }
}

@media (min-width: 411px) {
  html {
    font-size: 54.8px;
  }
}

@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}

@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}

html,
body {
  height: 100%;
  font-family: "PingFangSC-Regular";
  -webkit-tap-highlight-color: transparent;
}

.main {
  width: 100%;
  min-height: 100%;
  background: url(../image/bgDe@3x.png) bottom center no-repeat,
    url(../image/bg@3x.jpg) top center no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
  .main {
    display: none;
  }
}

.logo {
  display: inline-block;
  width: 2.15rem;
  height: 0.7rem;
  background: url(../image/logo@3x.png) center center no-repeat;
  text-indent: -9999px;
  background-size: 100% auto;
  position: absolute;
  top: 0.9rem;
  left: 0.85rem;
}

.title-container {
  text-align: center;
  /* padding-top: 4.38rem; */
  padding-top: 4rem;
}

.title {
  font-size: 0.46rem;
  color: #ea5404;
  font-weight: bold;
}

.title span {
  font-size: 0.64rem;
}

.subtitle {
  color: #ee7332;
  font-size: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subtitle span {
  padding: 0 0.15rem;
}

.subtitle::before,
.subtitle::after {
  content: "";
  display: inline-block;
  width: 0.78rem;
  height: 0.03rem;
  background: #ea5404;
}

.btn-container {
  margin-top: 1.4rem;
  /* margin-top: 1.8rem; */
}

.btn {
  margin: 0 auto 0.58rem;
  display: block;
  width: 4rem;
  height: 1.1rem;
  padding-left: 1.04rem;
  color: #ea5404;
  font-size: 0.44rem;
  line-height: 1.1rem;
  border: 1px solid #ea5404;
  border-radius: 0.54rem;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; /*webkit浏览器*/
}

.btn:active {
  background-color: rgba(234, 84, 4, 0.1);
}

.android {
  background: url(../image/anzhuo@3x.png) 0.35rem center no-repeat;
  background-size: 0.5rem auto;
}

.ios {
  background: url(../image/ios@3x.png) 0.35rem center no-repeat;
  background-size: 0.5rem auto;
}

.tips {
  width: 3.72rem;
  height: 0.5rem;
  margin: 0.5rem auto 0.3rem;
  background: url(../image/tips@3x.png) center center no-repeat;
  background-size: 100% auto;
}

.pop {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8) url(../image/pop@2x.png) center 0.8rem
    no-repeat;
  background-size: 5.3rem auto;
}

.logo-img {
  display: none;
}

/*
 PC下载页
*/

.pc {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(../image/bottom_bg.png) center bottom no-repeat;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.center .left,
.center .right {
  width: 50%;
}

.left-content {
  width: 540px;
  overflow: hidden;
}

.left-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.center .right {
  padding-left: 100px;
  min-height: 680px;
}

.right-title {
  width: 360px;
  height: 40px;
  background: url(../image/vision.png) center center no-repeat;
}

.right-title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.qr-code {
  width: 360px;
  margin: 40px 0 10px;
}
.qr-code img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pc-btn-container {
  width: 360px;
}

.pc-btn {
  display: block;
  width: 240px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 144, 0, 1),
    rgba(255, 111, 0, 1)
  );
  box-shadow: 0px 5px 5px 0px rgba(255, 111, 0, 0.16);
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  margin: 16px auto;
}
.pc-btn:hover {
  opacity: 0.9;
}

.index-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 16px;
  display: block;
  width: 80px;
  height: 30px;
  border: 1px solid #ea5404;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  color: #ea5404;
}
