h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
table,
td,
th,
ul,
li,
input,
form,
button,
div {
  margin: 0;
  padding: 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.mobile-app.mobile-app-phone {
  display: none;
}
.mobile-app * {
  box-sizing: border-box;
}
.mobile-app header,
.mobile-app header * {
  box-sizing: content-box;
}
.mobile-app .button-wrap {
  font-size: 0;
  text-align: center;
}
.mobile-app .button-wrap .list {
  border: 1px solid #F0EEEE;
  border-radius: 16px;
  background-color: #ffffff;
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 0 24px 24px;
  position: relative;
  vertical-align: middle;
  padding-top: 20px;
}
.mobile-app .button-wrap .list:first-child {
  margin-left: 0;
}
.mobile-app .button-wrap .list .pic {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 16px;
}
.mobile-app .button-wrap .list span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #353030;
  margin-top: 10px;
}
.mobile-app .button-wrap .list .iconfont {
  font-size: 40px;
}
.mobile-app .button-wrap .list .icon_icon_Apple {
  color: #515154;
}
.mobile-app .button-wrap .list .icon_icon_Android {
  color: #22ac38;
}
.mobile-app .button-wrap .list .iconbendi {
  color: #59BFFF;
}
.mobile-app .button-wrap .list .iconicon_Applets {
  color: #8286F4;
}
.mobile-app .button-wrap .list:hover .pic {
  opacity: 1;
}
.mobile-app .button-wrap .mockplusPhoneDownload {
  cursor: pointer;
}
.mobile-app .button-bottom-text {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.7);
}
.mobile-app .banner-section {
  background: url('/images/download/mobile-banner.webp') no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.mobile-app .banner-section .banner-content {
  text-align: center;
}
.mobile-app .banner-section .banner-content h1 {
  font-size: 48px;
  line-height: 56px;
  color: #353030;
}
.mobile-app .banner-section .banner-content h1 br {
  display: none;
}
.mobile-app .banner-section .banner-content h1 .hide {
  display: none;
}
.mobile-app .banner-section .banner-content .sub-text {
  font-size: 20px;
  color: #8c8889;
  line-height: 28px;
  margin: 24px 0 80px;
}
.mobile-app .mySwiper-container {
  height: 100vh;
  min-height: 700px;
}
.mobile-app .mySwiper-container .swiper-slide {
  height: 100%;
  position: relative;
}
.mobile-app .mySwiper-container.ovhi {
  overflow: hidden;
}
.mobile-app .mySwiper {
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.mobile-app .mySwiper::before {
  position: absolute;
  right: 0;
  height: 100%;
  left: 69%;
  background: url('/images/download/mobile-pic6.png') no-repeat top left;
  background-size: 100% 100%;
  content: '';
}
.mobile-app .mySwiper .swiper-pagination {
  right: auto;
  left: 48px;
}
.mobile-app .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 8px 0 0;
  background: rgba(53, 48, 48, 0.2);
  opacity: 1;
}
.mobile-app .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fe4066;
}
.mobile-app .mySwiper .swiper-slide {
  position: relative;
  height: 100%;
  opacity: 0 !important;
}
.mobile-app .mySwiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.mobile-app .mySwiper .swiper-slide .contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  max-width: 1080px;
  padding-right: 10px;
  margin: 0 auto;
}
.mobile-app .mySwiper .swiper-slide .contents .left-text {
  width: 360px;
}
.mobile-app .mySwiper .swiper-slide .contents .left-text span {
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #353030;
  font-weight: bold;
}
.mobile-app .mySwiper .swiper-slide .contents .left-text p {
  font-size: 20px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 28px;
  margin-top: 48px;
}
.mobile-app .mySwiper .swiper-slide .contents .right-pic {
  width: 340px;
  height: 700px;
  position: relative;
  padding-top: 16px;
  box-shadow: 0 32px 64px 0 rgba(53, 48, 48, 0.1);
  border-radius: 60px;
}
.mobile-app .mySwiper .swiper-slide .contents .right-pic::before {
  background: url('/images/download/mobile-pic7.png') no-repeat top center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  left: 50%;
  transform: translate(-50%);
  position: absolute;
}
.mobile-app .mySwiper .swiper-slide .contents .right-pic img {
  display: block;
  width: 308px;
  margin: 0 auto;
}
.mobile-app .bottom-banner-red {
  padding: 100px 0;
  background-color: #fe4066;
}
.mobile-app .bottom-banner-red .the-contents {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  width: 92%;
  margin: 0 auto;
}
.mobile-app .bottom-banner-red .the-contents .left-text span {
  display: block;
  font-size: 48px;
  color: #ffffff;
  line-height: 56px;
  margin-bottom: 24px;
  font-weight: bold;
}
.mobile-app .bottom-banner-red .the-contents .left-text p {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.mobile-app .bottom-banner-red .the-contents .right-cons .button-bottom-text {
  color: #ffffff;
}
.mobile-app .bottom-banner-black {
  background-color: #353030;
  padding: 100px 0;
  text-align: center;
}
.mobile-app .bottom-banner-black .the-con {
  width: 92%;
  max-width: 900px;
  margin: auto;
}
.mobile-app .bottom-banner-black .con-logo {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-color: #fe4066;
  border-radius: 24px;
  box-sizing: border-box;
  line-height: 96px;
  margin-right: 24px;
  vertical-align: middle;
}
.mobile-app .bottom-banner-black .con-logo .icon_logo {
  color: #fff;
  font-size: 44px;
}
.mobile-app .bottom-banner-black .con-desc {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.mobile-app .bottom-banner-black .con-desc p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
}
.mobile-app .bottom-banner-black .con-desc p span {
  margin-left: 32px;
}
.mobile-app .bottom-banner-black .con-desc p span:first-of-type {
  margin-left: 0;
}
.mobile-app .bottom-banner-black .con-desc p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  cursor: pointer;
}
.mobile-app .bottom-banner-black .con-desc p:nth-of-type(2) {
  margin: 8px auto;
}
.mobile-app .wx-xcx-pup-container {
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(53, 48, 48, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.mobile-app .wx-xcx-pup-container .contents {
  max-width: 280px;
  width: 92%;
}
.mobile-app .wx-xcx-pup-container .contents .cons {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 0;
}
.mobile-app .wx-xcx-pup-container .contents .cons img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 172px;
}
.mobile-app .wx-xcx-pup-container .contents .cons span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #353030;
  line-height: 20px;
  margin-top: 24px;
}
.mobile-app .wx-xcx-pup-container .contents .iconfont {
  display: block;
  border: 2px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  margin: 48px auto 0;
  width: 32px;
  line-height: 28px;
}
@media (max-width: 1799px) {
  .mobile-app .mySwiper .swiper-slide .contents {
    width: 60%;
  }
}
@media (max-width: 1599px) {
  .mobile-app .mySwiper .swiper-slide .contents {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .mobile-app .mySwiper .swiper-slide .contents {
    width: 70%;
  }
}
@media (max-width: 1099px) {
  .mobile-app .mySwiper .swiper-slide .contents {
    width: 80%;
  }
}
@media (max-width: 999px) {
  .mobile-app {
    display: none;
  }
  .mobile-app.mobile-app-phone {
    display: block;
  }
  .mobile-app .banner-section {
    display: block;
    height: auto;
    position: relative;
    padding: 160px 0 160px;
  }
  .mobile-app .banner-section .header-of-page {
    top: 0 !important;
  }
  .mobile-app .banner-section .phone-pic {
    display: none;
  }
  .mobile-app .banner-section .banner-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .mobile-app .banner-section .banner-content .sub-text {
    margin-bottom: 60px;
  }
  .mobile-app .mySwiper {
    height: auto;
    min-height: 0;
    margin-top: 96px;
    margin-bottom: 128px;
    position: relative;
  }
  .mobile-app .mySwiper .swiper-pagination {
    left: 0;
    top: 488px;
  }
  .mobile-app .mySwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .mobile-app .mySwiper::before {
    display: none;
  }
  .mobile-app .mySwiper .swiper-slide .contents {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    padding-right: 0;
  }
  .mobile-app .mySwiper .swiper-slide .contents .right-pic {
    width: 220px;
    height: auto;
    padding: 12px 0;
  }
  .mobile-app .mySwiper .swiper-slide .contents .right-pic img {
    width: 90%;
  }
  .mobile-app .mySwiper .swiper-slide .contents .left-text {
    text-align: center;
    margin-top: 80px;
  }
  .mobile-app .mySwiper .swiper-slide .contents .left-text span {
    font-size: 22px;
    line-height: 30px;
  }
  .mobile-app .mySwiper .swiper-slide .contents .left-text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .mobile-app .bottom-banner-red {
    height: auto;
    padding: 96px 0;
    text-align: center;
  }
  .mobile-app .bottom-banner-red .the-contents {
    flex-direction: column;
  }
  .mobile-app .bottom-banner-red .the-contents .left-text {
    margin-bottom: 48px;
  }
  .mobile-app .bottom-banner-red .the-contents .left-text span {
    font-size: 40px;
    line-height: 48px;
  }
  .mobile-app .bottom-banner-black .con-desc {
    display: block;
    margin-top: 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mobile-app .banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .mobile-app .banner-section .banner-content .sub-text {
    font-size: 18px;
    margin: 20px 0 48px;
  }
}
@media (max-width: 499px) {
  .mobile-app .banner-section {
    align-items: flex-start;
    padding-bottom: 200px;
    background-image: url('/images/download/mobile-banner-phone.webp');
  }
  .mobile-app .banner-section .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .mobile-app .banner-section .banner-content h1 br {
    display: block;
  }
  .mobile-app .banner-section .banner-content h1 .hide {
    display: inline;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mobile-app .swiper {
    height: auto;
    min-height: 0;
    margin-top: 58px;
    margin-bottom: 64px;
  }
  .mobile-app .swiper .swiper-pagination {
    left: 0;
  }
  .mobile-app .button-wrap .list {
    margin-left: 10px;
    width: 94px;
    height: 94px;
    padding-top: 16px;
    border-radius: 10px;
  }
  .mobile-app .button-wrap .list .pic {
    display: none;
  }
  .mobile-app .button-wrap .list .iconfont {
    font-size: 36px;
  }
  .mobile-app .button-wrap .list span {
    margin-top: 6px;
  }
  .mobile-app .bottom-banner-red {
    height: auto;
    padding: 68px 0;
  }
  .mobile-app .bottom-banner-red .the-contents .left-text {
    margin-bottom: 32px;
  }
  .mobile-app .bottom-banner-red .the-contents .left-text span {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .mobile-app .bottom-banner-red .the-contents .left-text p {
    font-size: 16px;
  }
}
