* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: Alimama_ShuHeiTi_Bold;
  src: url("../static/font/Alimama_ShuHeiTi_Bold.ttf");
}
@font-face {
  font-family: AlimamaShuHeiTi-Bold;
  src: url("../static/font/AlimamaShuHeiTi-Bold.otf");
}
ul li {
  list-style: none;
}

#app,
.wrapper,
body,
html {
  width: 100%;
  margin-top: 0 !important;
}

#app {
  width: auto;
  text-align: left !important;
}

body {
  font-family: PingFang SC, PingFang SC;
  margin: 0 !important;
  /* background: #070707; */
}

a {
  text-decoration: none;
}

.po {
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.po,
.po_x {
  left: 50%;
  position: absolute;
}

.po_x {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.po_y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.pd-five {
  padding-top: 50px;
}

.pd-three {
  padding-top: 30px;
}

.pd-two {
  padding-top: 20px;
}

.mr-one {
  margin-top: 10px;
}

.mr-five {
  margin-top: 50px;
}

.mr-three {
  margin-top: 30px;
}

.mr-16 {
  margin-top: 16px;
}
.mr-two {
  margin-top: 20px !important;
}
.mr-42 {
  margin-top: 42px;
}

.mr-four {
  margin-top: 40px;
}

.mr-six {
  margin-top: 62px;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}
.content-box,
.head-cont {
  position: relative;
  z-index: 99;
}
.width-1000,
.head-cont {
  max-width: 1000px;
  margin: 0 auto;
  min-width: 800px;
}
.head-box {
  height: 80px;
  /* background: #070707; */
  /* position: fixed;
  top: 0;
  left: 0; */
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.logo-sty {
  width: 42px;
  height: 42px;
  display: block;
}
.head-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.menu-ul {
  display: flex;
  /* width: 600px; */
}
.menu-ul > li {
  float: left;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}
.menu-ul > li:hover {
  color: #fff;
}
.menu-ul > li + li {
  margin-left: 32px;
}
.menu-active {
  color: #ffffff !important;
}
.download-btn {
  margin-left: 30px;
  width: 128px;
  height: 36px;
  cursor: pointer;
  background: linear-gradient(270deg, #f0f000 0%, #b4f000 100%);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  color: #26272c;
  text-align: center;
  line-height: 36px;
}
.content-box {
  color: #ffffff;
  padding: 62px 0 0;
  height: calc(100vh - 80px);
  overflow-y: auto;
  font-family: PingFang SC, PingFang SC;
}
.download-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-fl {
  width: 50%;
}
.lxc-img {
  width: 138px;
  height: 46px;
  display: block;
}
.lxc-tips {
  margin: 24px 0 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  text-align: justify;
}
.download-btn2 {
  position: relative;
  z-index: 99;
  width: 140px;
  height: 46px;
  background: linear-gradient(270deg, #f0f000 0%, #b4f000 100%);
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  color: #26272c;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.download-fr {
  width: 48%;
  height: auto;
  display: block;
}
.introduce {
  margin-top: 82px;
  text-align: center;
}
.introduce-p1,
.introduce-p2 {
  width: 80%;
  margin: 0 auto;
}
.introduce-p1 {
  font-size: 46px;
  font-family: Alimama_ShuHeiTi_Bold;
  font-weight: 700;
  line-height: 56px;
}
.introduce-p2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 24px;
}
.introduce-img {
  width: 100%;
  display: block;
}
.relative-box {
  position: relative;
  opacity: 1 !important;
}
/* .relative-box::before,
.relative-box::after {
  position: fixed;
  width: 1000px;
  height: 1000px;
  background: url("../static/image/icon3.png") no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.7;
  z-index: 2;
} */
.relative-box::after {
  background: url("../static/image/icon4.png") no-repeat;
  background-size: 100% auto;
  width: 800px;
  height: 1024px;
  left: auto;
  right: 0;
}
.banner-box {
  width: 97%;
  margin: 62px auto 0;
  height: 420px;
  position: relative;
}
.relative-box .swiper-container {
  width: 100%;
  height: 100%;
}
.relative-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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;
  border-radius: 20px;
  /* width: 30.6% !important; */
  position: relative;
  transform: scale(0.9) !important;
  top: 20px;
}
.relative-box .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  bottom: 0;
}
.relative-box .swiper-button-prev,
.relative-box .swiper-button-next {
  background-image: url("../static/image/prev.png");
  background-size: 100% 100%;
  width: 25px;
  height: 31px;
  left: -35px;
  top: 55%;
}
.relative-box .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: -35px;
}
.relative-box .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.swiper-slide-active + .swiper-slide-next::after {
  display: none;
}
.relative-box .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: rgba(24, 26, 28, 0.4);
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  line-height: 52px;
  z-index: 99;
  backdrop-filter: blur(10px);
}
.charge-ul {
  display: flex;
  text-align: left;
}
.charge-ul > li {
  width: 31.6%;
  background: url("../static/image/icon8.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  /* background: #181A1C; */
  padding: 16px 16px 24px;
  max-height: 400px;
}
.charge-ul > li + li {
  margin-left: 2.6%;
}
.charge-ul > li > img {
  width: 100%;
  display: block;
  max-height: 284px;
}
.charge-ul p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 34px;
}
.charge-ul .one-line {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
  line-height: 30px;
}
.car-box {
  padding: 40px 0 110px;
  /* background: url("../static/image/icon15.png") no-repeat left bottom;
  background-size: 100% auto; */
}
.car-ul {
  display: flex;
  flex-wrap: wrap;
}
.car-ul > li {
  margin-bottom: 26px;
  width: 31.6%;
  max-height: 316px;
  margin-right: 2.6%;
  background: url("../static/image/icon9.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-ul > li:nth-child(3n) {
  margin-right: 0;
}
.car-ul img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.footer-p {
  font-size: 46px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  margin-top: 84px;
  background: linear-gradient(270deg, #f0f000 0%, #b4f000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* h5样式 */
.head-box-h5 {
  padding: 9px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.logo-sty-h5 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}
/* .relative-box-h5::before {
  width: 100%;
  height: 375px;
  background: url("../static/image/h5_bg1.png") no-repeat;
  background-size: 100% auto;
} */
.relative-box-h5::after {
  background: url("../static/image/h5_bg2.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 480px;
  top: 64px;
}
.lxc-log {
  width: 75px;
  height: auto;
  display: block;
}
.content-box-h5 {
  padding: 26px 0 0;
  height: auto !important;
  /* height: calc(100vh - 43px); */
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
}
.par-16 {
  padding: 0 16px;
}
.lxc-tips-h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-box img {
  width: 54%;
  display: block;
}
.introduce-p1-h5 {
  font-size: 26px;
  font-family: Alimama_ShuHeiTi_Bold;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.introduce-p2-h5 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
}
.introduce-img-h5 {
  margin-top: 24px;
}
.banner-box-h5 {
  width: 100%;
  /* max-height: 288px;
  height: 288px; */
  /* height: 43.1vh; */
  margin-top: 24px;
  /* max-height: 318px; */
  overflow: hidden;
}
.banner-box-h5 .swiper-container {
  width: 180%;
}
.banner-box-h5 .swiper-wrapper {
  left: -22%;
}
.banner-box-h5 .swiper-slide {
  top: 0;
  overflow: hidden;
}
.banner-box-h5 .swiper-slide img {
  bottom: auto;
}
.banner-box-h5 .swiper-slide p {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}
.swiper-slide-active + .swiper-slide-next {
  transform: scale(1) !important;
  transition: 0.2s;
  top: 0;
  /* width: 33.7% !important; */
}
.charge-ul-h5 {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.charge-ul-h5 > li {
  width: 47.8%;
  background: url("../static/image/icon8.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 8px;
}
/* .charge-ul-h5>li+li{
  margin-left: 15px;
} */
.charge-ul-h5 img {
  width: 100%;
  display: block;
}
.footer-car {
  padding: 42px 16px calc(env(safe-area-inset-bottom) + 32px);
  /* background: url("../static/image/icon15.png") no-repeat left bottom;
  background-size: 100% auto; */
}
.car-ul-h5 {
  margin-top: 24px;
  justify-content: space-between;
}
.car-ul-h5 > li {
  margin-right: 0;
  width: 47.8%;
  margin-bottom: 16px;
}
.footer-p-h5 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
}
.head-box-h5{
  display: flex;
  justify-content: space-between;
}
.flex-box{
  align-items: center;
  display: flex;
}
.logo-img img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.logo-img span{
  font-size: 46px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  line-height: 56px;
  margin-left: 15px;
  text-align: center;
  background: linear-gradient(270deg, #f0f000 0%, #b4f000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}