
@import url('app.css');
@import url('pcheader.css');
@import url('pcfooter.css');
@import url('slide.css');
 
/*  index.html   */

/*html,body {
  overflow-x: hidden;
}
*/


.home {}
.section {
  width: 100%;
  min-width: 960px;
/*  // height: calc(100vh - 60px);*/
  height: calc(100vh - 60px);
}
/* --------------------- app.vue end  */

/* ------  banner  */
.first {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
  height: 56.25vw;
/*  // height: calc(100vh - 60px);*/
}

.swiper {
  width: 100%;
  min-width: 960px;
  height: 56.25vw;
}

.swiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-slide .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.swiper .swiper-slide .img,
.swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first .swiper-pagination {
  bottom: 50px;
}
.first  .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 0;
}
.first .swiper-pagination-bullet-active {
      opacity: 1;
  }



.popVideo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  background: rgba(0, 0, 0, .85);
}
 .video {
    outline: none;
    max-width: 70%;
    max-height: 80vh;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}
  .video   video {
      width: 100%;
      height: 100%;
    }


  .video .video_close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    font-size: 30px;
  }



/* popVideo */

.wrap_1 {
  margin: 88px 125px;
}

.wrap_2 {
  position: relative;
  width: 100%;
  padding-bottom: 51.3142174432497%;
}

.wrap_3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper2 {
  position: relative;
  width: 100%;
  height: 100%;
}
 
.swiper2 .swiper-pagination {
  left: 70px;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper2   .swiper-pagination-bullet {
    border: 5px solid #595757;
    border-width: 0 0 0 5px;
    width: 100px;
    height: 84px;
    border-radius: 0;
    opacity: 1;
    background: none;
    margin: 6px 0;
    text-align: left;
    line-height: 84px;
    font-size: 16px;
    color: #595757;
    padding: 0 0 0 20px;
    cursor: pointer;
  }

 .swiper2 .swiper-pagination-bullet-active {
      border-color: #FFFFFF;
      color: #FFFFFF;
      margin: 8px 0;
    }

.swiper2 .click {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translate(-50%, 0);
  width: 145px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
  transition: all 0.3s ease;

  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.swiper2 .click  span {
    margin: 0 2px 0 0;
  }

.swiper2 .click  img {
    margin: 0 0 0 2px;
    width: 24px;
    height: auto;
  }

.swiper2 .click:hover {
    background: #E4B756;
    border: 1px solid #E4B756;
    transform: translate(-50%, 0) scale(1.1);
    color: #fff;
  }


/*--------------------- HomeTechnology*/
.HomeTechnology {
  position: relative;
  width: 100%;
 
  height: 56.25vw;
}

.HomeTechnology  video,
.HomeTechnology  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.HomeTechnology .click {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translate(-50%, 0);
  width: 145px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: HarmonyOS_Sans_SC_Medium;
  transition: all 0.3s ease;

  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.HomeTechnology .click  span {
    margin: 0 2px 0 0;
  }

.HomeTechnology .click  img {
    margin: 0 0 0 2px;
    width: 24px;
    height: auto;
  }

.HomeTechnology .click:hover {
    background: #E4B756;
    border: 1px solid #E4B756;
    transform: translate(-50%, 0) scale(1.1);
    color: #fff;
  }


/*------------------ store  ---------------*/
.HomeGlobalStore {
  width: 100%;
  min-width: 960px;
  height: calc(100vh - 60px);
}
.HomeGlobal {
  display: flex;
  position: relative;
  width: 100%;
  min-width: 960px;
  height: calc(100vh - 60px - 32vh);
}
.HomeGlobal  li {
    position: relative;
    width: calc(100% / 10);
 
    transition: all 0.5s ease;
  }

.HomeGlobal  span {
    position: absolute;
    top: 40px;
    left: 50%;
 
    transform: rotate(90deg);
    transform-origin: top left;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
  }

.HomeGlobal  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.HomeGlobal  .active {
    width: 268px;
  }


.HomeStore {
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 32vh;
  background: url('../assets/home/store_pc.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.HomeStore  ul {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;

    left: 0px;
    height: 80px;
    margin: -40px 0 0;
  }
.HomeStore  ul  .item {
      display: inline-block;
      margin: 0 50px;
      color: #fff;
    }
 .HomeStore  ul  .item     .text {
        font-size: 40px;
      }

  .HomeStore  ul  .item    .num {
        font-size: 14px;
        display: block;
        margin-top: 10px;

      }

  .HomeStore  ul  .item    b {
        font-weight: normal;
        font-size: 20px;
        margin-left: 10px;
      }
    



/*-------------------------  server   */

.HomeServer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 122px - 122px);
  min-width: 960px;
  margin: 100px auto;
}
.HomeServer ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.HomeServer ul li {
  width: calc(33.3333333333% - 16px);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
.HomeServer ul li img {
  transition: all 0.5s ease-in;
}
.HomeServer ul li:nth-child(2) div {
  color: #fff;
}
.HomeServer ul li:hover img {
  transform: scale(1.1);
}
.HomeServer ul li:hover div::after {
  width: 58px;
}
.HomeServer ul div {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-family: "harmonyos_sans_sc_medium";
  color: #000;
  text-align: center;
  transition: all 0.5s ease-in;
}
.HomeServer ul div::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0px;
  height: 2px;
  background: #f3bd0b;
  transform: translate(-50%, 0);
  content: "";
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1400px) {
    .HomeServer ul div {
        top: 16px;
        font-size: 18px;
    }
}

/* -------------------------------- MileageView --------------------  */
 
.mileage {
  height: auto;
  position: relative;
}
.mileage .milehead {
  position: relative;
  min-height: 2.7083rem;
}
.mileage .milehead img {
  width: 100%;
  vertical-align: middle;
}
.mileage .milehead .text {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
  font-size: 0.2604rem;
  font-family: "HarmonyOS_Sans_SC_Light";
  font-weight: 300;
  color: #000000;
}
.mileage .mileage_cont {
  padding: 0.5208rem 0 0;
}
.mileage .mileage_cont .timeline {
  display: flex;
  justify-content: center;
  margin-bottom: 0.1563rem;
  min-height: 0.5208rem;
}
.mileage .mileage_cont .year {
  line-height: 0.2231rem;
  width: 1.6146rem;
  font-size: 0.2813rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: bold;
  color: #000000;
}
.mileage .mileage_cont .xuxian {
  font-size: 0.0833rem;
  color: rgba(0, 0, 0, 0.1);
  margin: 0 0.0521rem;
  vertical-align: bottom;
}
.mileage .mileage_cont .panel_list {
  padding-left: 0.3646rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 55%, rgb(255, 255, 255) 0%);
  background-position: left;
  background-size: 0.0104rem 0.1042rem;
  background-repeat: repeat-y;
  width: 3.125rem;
}
.mileage .mileage_cont .panel_list .panel {
  width: 100%;
  position: relative;
  padding: 0.026rem 0 0.3025rem 0;
  min-height: 0.2604rem;
}
.mileage .mileage_cont .panel_list .panel .dot {
  position: absolute;
  width: 0.0469rem;
  height: 0.0469rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  top: 0.0729rem;
  left: -0.3828rem;
}
.mileage .mileage_cont .panel_list .panel .month {
  font-size: 0.1763rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: bold;
  color: #93969B;
  margin-bottom: 0.1042rem;
}
.mileage .mileage_cont .panel_list .panel .title {
  font-size: 0.1242rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: bold;
  color: #000000;
  line-height: 0.185rem;
  min-width: 3.125rem;
  margin-bottom: 0.1002rem;
}
.mileage .mileage_cont .panel_list .panel .content {
  font-size: 0.1033rem;
  font-family: "HarmonyOS_Sans_SC_Thin";
  font-weight: 100;
  color: #000000;
  line-height: 0.1854rem;
}
.mileage .mileage_cont .panel_list .panel .img {
  margin-top: 0.1042rem;
  width: 2.1875rem;
  height: 1.3021rem;
}
.mileage .mileage_cont .panel_list .panel .img img {
  width: 100%;
}
.mileage .mileage_cont .more {
  background: #FFC600;
  width: 0.7656rem;
  height: 0.2292rem;
  line-height: 0.2292rem;
  border-radius: 0.1563rem;
  text-align: center;
  cursor: pointer;
  margin: 0.5729rem 0;
  position: relative;
  left: -0.7552rem;
  font-size: 0.0833rem;
  font-family: HarmonyOS Sans SC;
  font-weight: 500;
  color: #000000;
}
.mileage .foot {
  position: relative;
}
.mileage .foot img {
  vertical-align: middle;
}
.mileage .foot .text_cont {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: HarmonyOS Sans SC;
  color: #FFFFFF;
}
.mileage .foot .text_cont .top_text {
  font-size: 0.2031rem;
  font-weight: 500;
  margin-bottom: 0.1042rem;
}
.mileage .foot .text_cont .top_text span {
  margin-left: 0.0521rem;
  font-size: 0.1354rem;
}
.mileage .foot .text_cont .bot_text {
  font-weight: 400;
}




