.container {
  width: 100%;
  min-height: 100vh;
  background-image: url('/assets/images/h5/bg.png');
  background-repeat: no-repeat;
  position: relative;
  color: #F1F1F1;
}
.container .top-container {
  width: 100%;
  position: relative;
  padding: 40px 40px 0 40px;
}
.container .top-container .img-logo {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 34vw;
  z-index: 2;
}
.container .top-container .btn-download {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20vw;
  z-index: 2;
}
.container .top-container .img {
  width: 100%;
  height: auto;
}
.container .center-container {
  padding: 0 40px;
}
.container .center-container .center-top {
  display: flex;
  justify-content: space-between;
}
.container .center-container .center-top .center-top-item .icon {
  width: 26vw;
  height: 16vw;
}
.container .center-container .center-content {
  margin-top: 10px;
}
.container .center-container .center-content .center-item {
  display: flex;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  padding: 4px 8px 4px 20px;
  align-items: center;
  margin-top: 10px;
}
.container .center-container .center-content .center-item:nth-child(1) {
  margin-top: 0;
}
.container .center-container .center-content .center-item .icon {
  width: 10vw;
  height: 10vw;
}
.container .center-container .center-content .center-item .center-text {
  margin-left: 10px;
}
.container .center-container .center-content .center-item .center-text .center-text-top {
  font-size: 14px;
}
.container .center-container .center-content .center-item .center-text .center-text-bottom {
  font-size: 12px;
  margin-top: 6px;
}
.container .center-container .center-content .center-item .btn-right {
  margin-left: auto;
  align-self: center;
  background-color: #E84F66;
  font-size: 14px;
  width: 90px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
}
.container .footer {
  margin-top: 20px;
  padding: 0 40px 60px 40px;
}
.container .footer .footer-item {
  margin-bottom: 15px;
  width: 100%;
}
.container .footer .footer-item img {
  width: 100%;
}
.swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-pagination {
  bottom: 0px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: #fff;
  opacity: 0.5;
  border-radius: 3px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 6px;
}
