* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
#wrap {
  width: 7.5rem;
  height: 100%;
  margin: 0 auto;
}
#wrap .header {
  width: 100%;
  max-width: 7.5rem;
  height: 1rem;
  display: flex;
  align-items: center;
  position: fixed;
  background-color: #fff;
  box-shadow: 0.02rem 0.04rem 0.12rem 0rem rgba(219, 219, 248, 0.3);
  z-index: 9;
  top: 0;
  padding: 0 0 0 0.3rem;
}
#wrap .header .img1 {
  width: 0.36rem;
  height: 0.36rem;
}
#wrap .header .img2 {
  width: 1.76rem;
  height: 0.6rem;
  margin-left: 2rem;
}
#wrap .headerNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  z-index: 9;
}
#wrap .headerNav .modal {
  background-color: #fff;
  width: 7.5rem;
  position: fixed;
  overflow: hidden;
  height: 2rem;
  top: 1rem;
  transition: all 0.3s ease-in;
}
#wrap .headerNav .modal .nav {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #eeeeee;
}
#wrap .headerNav .modal .nav a {
  display: flex;
  align-items: center;
  padding-left: 0.34rem;
}
#wrap .headerNav .modal .nav a .header_title {
  font-size: 0.3rem;
  color: #222;
}
#wrap .headerNav .modal .nav a img {
  width: 0.16rem;
  height: 0.26rem;
  padding-left: 5.4rem;
  padding-right: 0.3rem;
}
.main {
  width: 7.5rem;
  height: 100%;
}
.main .main1 {
  height: 13.34rem;
  background-image: url('../websiteimages/mobile1_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main1 .main1_title {
  padding-top: 2.1rem;
  margin-left: 0.2rem;
}
.main .main1 .main1_title p {
  font-size: 0.54rem;
}
.main .main1 .main1_img {
  margin-left: 0.8rem;
  margin-top: 0.85rem;
}
.main .main1 .main1_img img {
  width: 6.06rem;
  height: 5.48rem;
}
.main .main1 .main1_APP {
  margin-left: 0.8rem;
}
.main .main1 .main1_APP > p {
  font-size: 0.28rem;
  color: #222;
  margin-top: 0.2rem;
}
.main .main1 .main1_APP .APP_download {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.main .main1 .main1_APP .APP_download .main1_appiPhone {
  display: inline-block;
  width: 2.8rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  background: -webkit-linear-gradient(left, #fdd401, #ff9430);
  background: -o-linear-gradient(right, #fdd401, #ff9430);
  background: -moz-linear-gradient(right, #fdd401, #ff9430);
  background: linear-gradient(to right, #fdd401, #ff9430);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main1 .main1_APP .APP_download .main1_appiPhone img {
  width: 0.36rem;
  height: 0.36rem;
}
.main .main1 .main1_APP .APP_download .main1_appiPhone p {
  margin-left: 0.2rem;
  color: #fff;
  font-size: 0.28rem;
}
.main .main1 .main1_APP .APP_download .main1_appiPhone:hover {
  background: linear-gradient(to right, #ebc50b, #e68021);
  cursor: pointer;
}
.main .main2 {
  height: 13.34rem;
  background-image: url('../websiteimages/mobile2_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main2 .main2_title {
  text-align: center;
  padding-top: 0.6rem;
  color: #222;
  font-weight: 600;
  font-size: 0.36rem;
}
.main .main2 .main2_title_list {
  margin-top: 0.64rem;
  margin-left: 0.8rem;
}
.main .main2 .main2_title_list .main2_flex {
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
}
.main .main2 .main2_title_list .main2_flex img {
  width: 1.44rem;
  height: 1.44rem;
}
.main .main2 .main2_title_list .main2_flex .main2_con {
  margin-top: -0.2rem;
  display: inline-block;
}
.main .main2 .main2_title_list .main2_flex .main2_con p {
  color: #222;
  font-weight: 600;
  font-size: 0.3rem;
}
.main .main2 .main2_title_list .main2_flex .main2_con div {
  margin-top: 0.2rem;
  color: #999;
  font-size: 0.24rem;
}
.main .main3 {
  height: 13.34rem;
  background-image: url('../websiteimages/mobile3_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main3 .main3_title {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #222;
  font-weight: 600;
  font-size: 0.36rem;
}
.main .main3 .main3_center {
  margin: 0 0.54rem;
}
.main .main3 .main3_center .main3_center_img1 {
  height: 2.8rem;
  padding: 0 0.3rem 0 0.24rem;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0.01rem 0.4rem 0 rgba(219, 219, 248, 0.3);
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.main .main3 .main3_center .main3_center_img1 img {
  width: 1.64rem;
  height: auto;
}
.main .main3 .main3_center .main3_center_img1 .main3_con {
  margin-left: 0.4rem;
}
.main .main3 .main3_center .main3_center_img1 .main3_con p {
  color: #222;
  font-weight: 600;
  font-size: 0.3rem;
}
.main .main3 .main3_center .main3_center_img1 .main3_con div {
  margin-top: 0.3rem;
  color: #999;
  font-size: 0.24rem;
  line-height: 140%;
}
.main .main4 {
  height: 13.34rem;
  background-image: url('../websiteimages/mobile4_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main4 .main4_title {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #fefefe;
  font-weight: 600;
  font-size: 0.36rem;
}
.main .main4 .swiper-container {
  margin-top: 1.8rem;
}
.main .main4 .swiper-container .swiper-wrapper {
  margin-bottom: 0.6rem;
}
.main .main4 .swiper-container .swiper-pagination {
  margin-top: 0.6rem;
}
.main .main4 .swiper-slide {
  margin: 0 auto;
  text-align: center;
}
.main .main4 .swiper-slide img {
  width: 6.76rem;
  height: 6.76rem;
  margin: 0 auto;
}
.main .main4 .swiper-slide .main4_kinds {
  margin-top: 0.8rem;
  height: 0.18rem;
  line-height: 0;
  background: -webkit-linear-gradient(left, #fdd401, #ff9430);
  background: -o-linear-gradient(right, #fdd401, #ff9430);
  background: -moz-linear-gradient(right, #fdd401, #ff9430);
  background: linear-gradient(to right, #fdd401, #ff9430);
  display: inline-block;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  color: #222;
  margin-bottom: 0.6rem;
}
.main .main4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.1rem;
  border-radius: 50%;
}
.main .main4 .swiper-pagination-bullet-active {
  background: #fdd301;
  width: 0.16rem !important;
}
.footer {
  width: 7.5rem;
  background-color: #161e2e;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.footer .footer_bottom {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.footer .footer_bottom img {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.2rem;
}
.footer .footer_bottom .footer_right {
  margin-left: 0.3rem;
}
.footer .footer_bottom .footer_right p {
  font-size: 0.3rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
}
.footer .footer_bottom .footer_right div {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  color: #fff;
}
.footer > p {
  font-size: 0.24rem;
  color: #fff;
  opacity: 0.3;
  padding-bottom: 0.05rem;
  text-align: center;
}
