/* -----------------------------公共部分--------------------------- */
body {
  overflow: hidden;
  background-color: #000;
}
.headerAppear {
  transform: translateY(0px);
}
.headerDisappear {
  transform: translateY(-200px);
}
.dian {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* transition: 1s ease-out all; */
}
.dian1 {
  animation: myfirst 1.5s linear infinite;
  /* transition: 1s ease-out all; */
  display: none;
}
.dian2 {
  animation: myfirst 1.5s linear infinite 0.5s;
  display: none;
}
.dian3 {
  animation: myfirst 1.5s linear infinite 1s;
  display: none;
}
@keyframes myfirst {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.btn-m {
  display: none;
}
.main {
  width: 100vw;
  height: 100vh;
  transition: transform 0.8s ease 0.1s;
}
.part {
  position: relative;
  min-width: 1300px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
h2 {
  display: table;
  font-size: 60px;
  font-weight: 400;
  border-bottom: #fff solid 1px;
  padding-bottom: 20px;
}
.part .bgImage {
  width: 100%;
  height: 100%;
}
.part .easeEl {
  transition: all 1.5s ease-out 0s;
}
.part .partContent {
  position: absolute;
  top: 20vh;
  display: table;
  color: #fff;
}
.part .content-left {
  left: 70px;
}
.part .content-right {
  right: 8.3vw;
}
/* 不固定高度垂直居中 */
.v-mid {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.part .partContent .intro {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  line-height: 40px;
}
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* ------------------- 招采平台 -------------------- */
.purchase .intro {
  max-width: 440px;
}
.purchase .btn1 {
  letter-spacing: 4px;
}
.purchase .btn2 {
  margin-top: 20px;
}
/* ------------------- 投资者关系 -------------------- */
.investor .btn2 {
  margin-top: 20px;
}
footer .footerContent {
  height: 200px;
}
@media screen and (max-width: 800px) {
  .main .btnCenter {
    left: 50%;
  }
  .main {
    height: 94vh;
  }
  h2 {
    color: #fff;
    font-size: 10vw;
    border-bottom: #fff solid 1px;
  }
  .btn-m {
    position: absolute;
    bottom: 15vh;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .partContent .moreBtn.btn-pc {
    display: none;
  }
  .part {
    position: relative;
    width: 100vw;
    min-width: auto;
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
    overflow: hidden;
    background-color: #000;
  }
  .part .imagePanel {
    width: 100%;
    height: 100%;
  }
  .part .partContent {
    top: 15vh;
    left: 5vw;
    right: auto;
    width: auto;
    bottom: auto;
    margin-bottom: auto;
    z-index: 1;
  }
  .part .partContent .intro {
    font-size: 3.5vw;
    margin-top: 2.5vh;
    margin-bottom: 7.5vh;
  }
  .carNavContainer {
    display: none;
  }
  /* ------------------------- 参数配置 移动端 ------------------------- */
  .configure h2 {
    left: 5vw;
    top: 15vh;
  }
  .configure .carPanel {
    position: absolute;
    width: 90vw;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
  }
  .configure .paramItem {
    position: relative;
    width: 100vw;
    text-align: center;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
  }
  .configure .paramItem::before {
    position: absolute;
    display: block;
    content: "";
    float: left;
    background-color: #000;
    margin-top: 12px;
    width: 1px;
    height: 20px;
    margin-left: -15px;
  }
  .configure .paramItem:first-child::before {
    display: none;
  }
  .configure .paramItem .row {
    text-align: center;
  }
  .configure .paramItem {
    font-size: 12px;
    float: left;
    width: auto;
    overflow: hidden;
  }
  .configure .paramItem .num {
    font-size: 16px;
  }
  .configure .paramItem .title {
    margin-top: 5px;
    text-align: center;
  }
  .configure .moreBtn {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ------------------ 其他信息  移动端---------------------- */
  .otherInfo .barPanel {
    margin-top: 160px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    border-bottom: none;
  }
  .otherInfo h2 {
    clear: both;
    border: none;
    margin-left: 20px;
  }
  .otherInfo .infoNavs {
    clear: both;
    text-align: center;
    border: none;
    margin-right: 60px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    border-top: solid 1px #323234;
    border-bottom: solid 1px #323234;
    background-color: #0f1012;
  }
  .otherInfo .infoNav {
    margin-left: 20px;
    margin-right: 20px;
  }
  .otherInfoSwiper {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
  .otherInfo .policy .title {
    font-size: 16px;
  }
  .otherInfo .policy .intro {
    font-size: 13px;
    margin-top: 20px;
  }
  .btn-m1 {
    left: 25%;
    padding-left: 8%;
    padding-right: 0;
    width: 35%;
  }
  .btn-m2 {
    left: 75%;
    white-space: nowrap;
    padding-left: 8%;
    padding-right: 0;
    width: 35%;
  }
}

