@charset "UTF-8";
/*---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  max-width: 750px;
  margin: 0 auto;
  background: #8ee894;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.w100 {
  width: 100%;
}

.block {
  display: block;
}

.m-b-1{
  margin-bottom: 1rem;
}
.m-b-2{
  margin-bottom: 2rem;
}
.m-b-3{
  margin-bottom: 3rem;
}

img {
  margin: 0;
  padding: 0;
}

.big-bg {
  width: 100%;
}

.app-box {
  width: 100%;
}

.top-center {
  position: absolute;
  top: 0rem;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 750px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 1rem 1rem;
}
.top-center .tips-box {
  font-size: 0.73rem;
  color: #2c2c2c;
  margin: 0 0 0.3rem 0;
}
.top-center .tips-box a {
  color: #273195;
  margin: 0 0.3rem;
}
.top-center .tips-box a:nth-child(1) {
  margin-left: 0rem;
}
.top-center .basis-center {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.top-center .basis-center ._basis-icon {
  width: 3.867rem;
  flex: none;
  margin-right: 0.5rem;
}
.top-center .basis-center ._basis-text {
  flex: 1;
}
.top-center .basis-center ._basis-text h3 img {
  height: 1rem;
}
.top-center .basis-center ._basis-text p {
  font-size: 0.6rem;
  color: #2c2c2c;
}
.top-center .basis-center ._basis-button {
  position: absolute;
  top: 1rem;
  right: 0rem;
}
.top-center .basis-center ._basis-button a {
  color: #fff;
  font-size: 0.93rem;
  width: 5.3rem;
  text-align: center;
  height: 2.3rem;
  line-height: 2.3rem;
  background: #8fe894;
  border-radius: 1.2rem;
  display: inline-block;
  font-weight: bold;
}
.section-box {
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  padding: 4.867rem 0 3rem;
}
.section-box .swiper-slide img {
  border-radius: 1rem;
}

/*下载按钮*/
.down-btn {
  position: relative;
}

.down-btn ._button-box {
  position: absolute;
  bottom: 4.7rem;
  left: 0;
  right: 0;
  width: 16.3rem;
  margin: 0 auto;
}

.down-btn ._button-box p.text{
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
}

/*浮层*/
.fixed-box {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  z-index: 2;
  width: 92%;
  max-width: 690px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  border-radius: 0.67rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(55, 152, 254, 0.36);
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.5s;
}
.fixed-box ._basis-icon img {
  width: 4.67rem;
  flex: none;
  display: inline-block;
  margin-top: -2.5rem;
  border-radius: 1rem;
}
.fixed-box ._basis-text {
  flex: 1;
}
.fixed-box ._basis-text h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.fixed-box ._basis-text .little-title {
  font-size: 0.8rem;
  color: #f17500;
}
.fixed-box ._basis-text .little-p {
  font-size: 0.8rem;
  color: #666;
}
.fixed-box ._basis-text .label-box {
  margin: 0.4rem 0;
}
.fixed-box ._basis-text .label-box span {
  font-size: 0.73rem;
  font-weight: bold;
  color: #F64B00;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #FFF8B1;
  border-radius: 0.567rem;
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.1rem;
}
.fixed-box ._basis-button {
  animation: DownloadBtnAnimation 1.8s infinite;
  margin: 0.8rem 0;
  flex: none;
}
.fixed-box ._basis-button a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 16.57rem;
  text-align: center;
  height: 2.53rem;
  line-height: 2.53rem;
  background: #8fe894;
  border-radius: 1.267rem;
  display: inline-block;
}
.fixed-box .tips-box {
  font-size: 0.73rem;
  color: #999;
}
.fixed-box .tips-box a {
  color: #999;
  margin: 0 0.2rem;
  font-size: 0.73rem;
}

.fixed-box--new {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.fixed-box--new ._basis-icon img {
  margin: 0 0.5rem 0 0;
  width: 3.67rem;
}
.fixed-box--new ._basis-text {
  flex: 1;
}
.fixed-box--new ._basis-text h3 {
  margin: 0;
}
.fixed-box--new ._basis-button {
  margin: 0.8rem 0;
  flex: none;
}
.fixed-box--new ._basis-button a {
  font-size: 1rem;
  width: 5.73rem;
  height: 2.17rem;
  line-height: 2.17rem;
}
.fixed-box--new .tips-box {
  display: none;
}
.fixed-box--new .little-p {
  display: none;
}

/*end 浮层*/
@keyframes DownloadBtnAnimation {
  /*大小变化 100%-94%-104%-98%-102% */
  /* 1s动画 循环之间0.5s间隙  */
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.94);
  }
  20% {
    transform: scale(1.04);
  }
  30% {
    transform: scale(0.98);
  }
  40% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
