​body,
html {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%
}

img {
  width: 100%;
  vertical-align: top
}

#app,
.slide-container {
  width: 100%;
  height: 100%
}

.slide-container {
  overflow: hidden;
  position: relative
}

.slide-container .slide-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-position: 50%;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0)
}

.slide-container .slide-page.transition {
  transition: transform .7s cubic-bezier(.55, .085, 0, .99);
  -webkit-transition: transform .7s cubic-bezier(.55, .085, 0, .99)
}

.murmur {
  text-align: center;
  color: #666;
  font-size: 1.867vw
}

.next-common {
  width: 4vw;
  height: 3.467vw;
  position: absolute;
  left: 50%;
  bottom: 5.6vw;
  margin-left: -2vw;
  -webkit-animation: control_effect 1.4s linear infinite both
}

@-webkit-keyframes control_effect {
  0% {
    -webkit-transform: translate(0)
  }

  25% {
    -webkit-transform: translateY(20%)
  }

  75% {
    -webkit-transform: translateY(-20%)
  }

  to {
    -webkit-transform: translate(0)
  }
}

.ios-index .item {
  /* display: flex;
  justify-content: space-between; */
  padding-left: 3vw;
}

.ios-index .item .left {
  margin-top: 5vw;
}

.ios-index .item .left .flex {
  display: flex;
  align-items: center;
}

.ios-index .item .left .text-span {
  font-size: 5vw;
  font-weight: bold;
}

.ios-index .item .left .item-cml {
  font-size: 6vw;
  font-weight: bold;
  padding-left: 3vw;
}

.ios-index .item .left .item-icon {
  width: 100vw;
  height: 100vw;
}


.ios-index .item .right {
  position: relative;
  width: 25%;
  margin-right: 12vw;
}

.ios-index .item .right .item-cml1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 45vw;

}

.ios-index .item .right .item-cml2 {
  position: absolute;
  top: 5vw;
  left: 9vw;
  height: 39vw;
}

.ios-index .item .right .item-cml3 {
  position: absolute;
  top: 5vw;
  left: -9vw;
  height: 39vw;
}

.ios-index .box .text {
  width: 90vw;
  text-align: center;
  margin: auto;
  margin-top: 5vw;
  font-size: 3.5vw;
  line-height: 7.5vw;
}

.ios-index .box .btn {
  background-color: #FF962C;
  width: 25vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3vw;
  margin: auto;
  /* margin-top: 10vw; */
}

.ios-index .box .btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}

.ios-index .box .btn1 a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}

.ios-index .box .btn1 {
  background-color: #FF962C;
  width: 25vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3vw;
  margin: auto;
  /* margin-top: 5vw; */
  border: 1px solid #FFC016;
}

.ios-index .box .btn .btn-icon {
  width: 5vw;
  height: 5vw;
  margin-right: 3vw;
}

.ios-index .box .btn1 .btn-icon {
  width: 5vw;
  height: 5vw;
  margin-right: 3vw;
}

.ios-index .box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

.ios-index .box1 .left {
  width: 66%;
  font-size: 3.5vw;
}

.ios-index .box1 .left .title {
  font-size: 4vw;
  color: #000;
  font-weight: bold;
}

.ios-index .box1 .left .border {
  width: 10vw;
  height: 2px;
  background-color: #FFC016;
  margin-top: 1.5vw;

}

.ios-index .box1 .left .text {
  color: #746b6b;
  margin-top: 1.5vw;
}

.ios-index .box1 .right {
  width: 60%;
}


.ios-index .box2 {
  text-align: center;
  width: 85%;
  padding: 10px;
  border: 2px solid #ffffff;
  box-shadow: 11px 2px 15px -5px #EBD3A9;
  border-radius: 20px;
  font-size: 32upx;
  margin: auto;
  margin-top: 10vw;
  background-color: #ffffff;
}

.ios-index .box2 .text {
  font-size: 4vw;
  color: #000;
  opacity: 0.5;
  margin-top: 2vw;
}


.ios-index .box2 .title {
  padding-top: 5vw;
  text-align: center;
  font-size: 5vw;
  color: #000;
  font-weight: bold;
}

.ios-index .box2 .border {
  width: 10vw;
  height: 3px;
  background-color: #FFC016;
  margin: auto;
  margin-top: 2vw;
}

.ios-index .box2 .span {
  color: #746b6b;
  margin-top: 1.5vw;
  font-size: 3.5vw;
  padding-bottom: 6vw;
}

.ios-index .box2 .box2-img {
  width: 30%;
  margin: auto;
  margin-top: 3vw;
}

.ios-index .box3 .title {
  font-size: 4vw;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-top: 5vw;
}

.ios-index .box3 .border {
  width: 10vw;
  height: 2px;
  background-color: #FFC016;
  margin-top: 1.5vw;
  margin: auto;
  margin-top: 1vw;
}

.ios-index .box3 .text {
  color: #746b6b;
  margin-top: 1.5vw;
  font-size: 3.5vw;
  text-align: center;
}

.ios-index .box3 .box3-img {
  width: 70%;
  margin: auto;
}

.ios-index .box3 .text1 {
  width: 85vw;
  color: #746b6b;
  margin-top: 1.5vw;
  font-size: 3.5vw;
  text-align: center;
  margin: auto;
  padding-bottom: 6vw;
  line-height: 7vw;
}

.bg {
  width: 40%;
  border: 2px solid #ffffff;
  box-shadow: 10px 10px 20px -5px #EBD3A9;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}