
@import url('../app.css');
@import url('mheader.css');
@import url('mfooter.css');

 
/*  index.html   */

.first {
  width: 100%;
  height: 153.3333vw;
}
.swiper1 {
  width: 100%;
  height: 153.3333vw;
}
.first .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first .swiper-slide .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.93333rem;
  height: 0.93333rem;
  object-fit: cover;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.first .swiper-slide .img,
.first .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first .swiper-pagination {
  bottom: 0.8rem;
}
.first .swiper-pagination .swiper-pagination-bullet {
  width: 0.64rem;
  height: 0.02667rem;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: 0;
}
.first .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.first .popVideo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  background: rgba(0, 0, 0, 0.85);
}
.first .popVideo .video {
  outline: none;
  max-width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.26667rem 0.53333rem rgba(0, 0, 0, 0.5);
}
.first .popVideo .video video {
  width: 100%;
  height: 100%;
}
.first .popVideo .video_close {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 0.4rem;
}


.swiper2 {
        position: relative;
        width: 100%;
        height: 165.733333vw;
}
    .swiper2  .swiper-slide {
        text-align: center;
        font-size: 0.24rem;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    .swiper2  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    .swiper2  .swiper-pagination {
        bottom: 0.66667rem;
      }
    .swiper2  .swiper-pagination .swiper-pagination-bullet {
        width: 0.64rem;
        height: 0.02667rem;
        background: #FFFFFF;
        opacity: 0.3;
        border-radius: 0;
      }
    .swiper2  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
      }
    .swiper2  .name {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3.33333rem;
        line-height: 1;
        font-size: 0.45333rem;
        font-family: "HarmonyOS_Sans_SC_Bold";
        color: #fff;
      }
    .swiper2  .click {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%;
        bottom: 1.66667rem;
        transform: translate(-50%, 0);
        width: 5.2rem;
        height: 0.88rem;
        border: 0.04rem solid #fff;
        border-radius: 0.42667rem;
        font-family: "HarmonyOS_Sans_SC_Medium";
        font-size: 0.34667rem;
        color: #fff;
      }
    .swiper2  .click span {
        margin: 0 0.02667rem 0 0;
      }
    .swiper2  .click img {
        margin: 0 0 0 0.02667rem;
        height: 0.64rem;
        width: auto;
      }



.HomeTechnology {
  position: relative;
  width: 100%;
  height: 166.6666vw;
}
.HomeTechnology img {
  display: block;
  width: 100%;
}
.HomeTechnology .click {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 1.66667rem;
  transform: translate(-50%, 0);
  width: 5.2rem;
  height: 0.88rem;
  border: 0.04rem solid #fff;
  border-radius: 0.42667rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-size: 0.34667rem;
  color: #fff;
}
.HomeTechnology .click span {
  margin: 0 0.02667rem 0 0;
}
.HomeTechnology .click img {
  margin: 0 0 0 0.02667rem;
  height: 0.64rem;
  width: auto;
}



.HomeGlobalStore {
  width: 100%;
  height: 16.66667rem;
}
.HomeGlobal {
  display: flex;
  position: relative;
  width: 100%;
  height: 9.73333rem;
}
.HomeGlobal li {
  position: relative;
  width: 10%;
  transition: all 0.3s ease;
}
.HomeGlobal span {
  position: absolute;
  top: 0.53333rem;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: top left;
  margin: 0 0 0 0.13333rem;
  color: #fff;
  font-size: 0.21333rem;
  line-height: 0.26667rem;
  height: 0.26667rem;
  white-space: nowrap;
}
.HomeGlobal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeGlobal .active {
  width: 3.57333rem;
}
.HomeStore {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 7.06667rem;
}
.HomeStore ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 7.06667rem;
  background: url('/assets/home/store_bg_m.png') no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
}
.HomeStore ul .item {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.HomeStore ul .item .text {
  font-size: 0.45333rem;
}
.HomeStore ul .item .num {
  font-size: 0.21333rem;
  display: block;
  margin-top: 0.24rem;
}
.HomeStore ul .item b {
  font-weight: normal;
  font-size: 0.18667rem;
  margin-left: 0.13333rem;
}



.HomeServer {
  width: 100%;
}
.HomeServer ul {
  margin: 0;
}
.HomeServer ul li {
  display: block;
  margin: 0.16rem 0 0;
  width: 100%;
  position: relative;
}
.HomeServer ul li:first-child {
  margin: 0.05333rem 0 0;
}
.HomeServer ul li > div {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 30%, 0);
}
.HomeServer ul li:nth-child(2) p {
  color: #fff;
}
.HomeServer ul li img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.HomeServer ul p {
  margin: 0;
  position: absolute;
  top: 0.68rem;
  right: 0;
  left: 0;
  height: 0.42667rem;
  line-height: 1;
  font-size: 0.42667rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  color: #000;
  text-align: center;
}
.HomeServer ul p::after {
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  width: 1.22667rem;
  height: 0.04rem;
  background: #f3bd0b;
  transform: translate(-50%, 0);
  content: "";
}
