/*
swiper start
*/

html,
body,
#app {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #feaa33;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
swiper end
*/

.wrapper__header {
  position: fixed;
  width: 100%;
  height: 1.44rem;
  z-index: 2;
  background-color: #fff;
}

.header__logo_img {
  left: 0.38rem;
  top: 0.33rem;
  width: 0.73rem;
  height: 0.77rem;
}

.header__logo_title {
  left: 1.48rem;
  top: 0.5rem;
  width: 1.94rem;
  height: 0.42rem;
}

.header__logo_text {
  width: 3.5rem;
  line-height: 0.5rem;
  font-size: 0.44rem;
  color: #ff9529;
}

.header__download {
  top: 0.4rem;
  right: 0.38rem;
  font-size: 0.44rem;
  color: #ff9529;
}

.bottom__up {
  bottom: 0.77rem;
  left: 4.17rem;
  width: 1.68rem;
  height: 1.44rem;
  z-index: 10;
  animation: up_down 1s infinite;
}

@keyframes up_down {
  0% {
    bottom: 0.77rem;
  }
  50% {
    bottom: 1rem;
  }
  100% {
    bottom: 0.77rem;
  }
}

.header__logo_img,
.header__logo_title,
.header__download,
.bg__banner,
.bottom__up,
.bg__orange--left,
.bg__orange--right,
.bg__blue--left,
.bg__blue--right,
.bg__yellow--left,
.bg__yellow--right,
.bg__phone,
.content__box,
.bg__painting,
.bg__qr_code,
.bg__star,
.logo__img,
.logo__title,
.logo__sub_title,
.download__apple,
.download__android {
  position: absolute;
  /* pointer-events: none; */
}

.bg__banner {
  bottom: 0;
  width: 100%;
  height: calc(100% - 1.44rem);
}

.details__block {
  position: relative;
}

.bg__orange--left {
  top: 3.03rem;
  left: 0;
  width: 1.83rem;
  height: 2.64rem;
}

.bg__orange--right {
  top: 1.25rem;
  right: 0;
  width: 0.9rem;
  height: 1.76rem;
}

.bg__blue--left {
  top: 4.32rem;
  left: 0;
  width: 1.1rem;
  height: 1.53rem;
}

.bg__blue--right {
  top: 0.6rem;
  right: 0;
  width: 1.2rem;
  height: 1.54rem;
}

.bg__yellow--left {
  bottom: 0;
  left: 0;
  width: 3.08rem;
  height: 3.81rem;
}

.bg__yellow--right {
  right: 0;
  bottom: 0;
  width: 4.84rem;
  height: 3.69rem;
}

.bg__phone {
  width: 9.13rem;
  height: 10.71rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.content__box {
  top: 3.33rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.content__title {
  font-size: 0.66rem;
}

.content__sub_title {
  font-size: 0.48rem;
}

.bg__painting {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.69rem;
}

.bg__qr_code {
  bottom: 1.68rem;
  left: 3rem;
  width: 4rem;
  height: 4rem;
}

.download__apple,
.download__android {
  width: 3.73rem;
  height: 1.17rem;
  z-index: 1;
}

.download__apple {
  left: 0.91rem;
}

.download__android {
  right: 0.91rem;
}

.bg__star {
  top: 1.57rem;
  left: 1.58rem;
  width: 6.22rem;
  height: 4.93rem;
}

.logo__img {
  top: 2.65rem;
  left: 3.88rem;
  width: 2.29rem;
  height: 2.4rem;
}

.logo__title {
  top: 5.72rem;
  left: 3.72rem;
  width: 2.61rem;
  height: 0.6rem;
}

.logo__text {
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  color: #ff9529;
}

.logo__sub_title {
  top: 7rem;
  left: 3.24rem;
  font-size: 0.45rem;
  color: #696969;
}
