/* -----------------------------å…¬å…±éƒ¨åˆ†--------------------------- */
body {
  overflow: hidden;
  background-color: #000;
}
.headerAppear {
  transform: translateY(0px);
}
.headerDisappear {
  transform: translateY(-200px);
}
.btn-m {
  display: none;
}
.main {
  width: 100vw;
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px));
  transition: transform 0.8s ease 0.1s;
}
.part {
  position: relative;
  min-width: 1300px;
  width: 100vw;
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px));
  overflow: hidden;
  background-color: #0a0a0a;
}
h2 {
  display: table;
  color: #FFF;
  font-size: 38px;
  font-weight: 400;
  border-bottom: #FFF solid 1px;
  padding-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .banner h2 {
    font-size: 60px;
  }
  /* .banner.backwhite .partContent .moreBtn {
    border: 0;
  } */
}
@media screen and (min-width: 801px) and (max-width: 1800px) {
  .banner h2 {
    font-size: 40px;
  }
}
.cover .easeEl {
  width: 100%;
  height: 100%;
}
.part .easeEl {
  transition: all 1.5s ease-out 0s;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.part .partContent {
  position: absolute;
  display: table;
  color: #fff;
  z-index: 9;
  width: calc(33.33% - 120px);
}
.xiexie.part .partContent {
  width: calc(33.33% - 60px);
}
/* ä¸å›ºå®šé«˜åº¦åž‚ç›´å±…ä¸­ */
.v-mid {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
.part .partContent .intro {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}
.part .partContent .intro p {
  /* margin-left: 20px; */
  width: calc(100% - 15px);
  line-height: 30px;
}
/* .backwhite.part.xieqie .partContent .intro p::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    transform: translateY(10px);
    border-radius: 3px;
    margin-right: 20px;
    background-color: #000;
    margin-left: -20px;
    transform: translateY(15px);
} */
@media screen and (max-width: 800px) {
  .part.black .partContent .intro p {
    color: #000;
  }
  .part .partContent .intro p {
    width: calc(100%);
  }
  .black .partContent h2 {
    color: #000;
    border-bottom: #000 solid 1px;
  }
  .configure .param {
    margin-top: 14.5vh;
    width: calc(100vw - 46px);
    margin-left: auto;
    margin-right: auto;
  }
}
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.part .imagePanel {
  width: 66.6%;
  height: 100%;
}
/* ------------------- å°é¢ -------------------- */
.cover .partContent {
  /* top: 200px;
    right: 260px; */
  top: 0px;
  left: 70px;
}
.banner-btnNew {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 801px) {
  .cover .partContent {
    top: 0px;
    right: auto;
    left: 70px;
    margin-top: 200px;
  }
  .part .partContent .intro p::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    transform: translateY(-3px);
    border-radius: 3px;
    margin-right: 20px;
    background-color: #fff;
  }
  .part .partContent .intro {
    width: calc(100% - 65px);
  }
  .backwhite .partContent .intro p::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    transform: translateY(-3px);
    border-radius: 3px;
    margin-right: 20px;
    background-color: #000;
  }
  .banner.part .partContent {
    right: 80px;
    left: auto;
  }
  .power.banner.part .partContent {
    left: 70px;
  }
  .banner.part .partContent {
    top: calc(-12vh + var(--vh-offset, 0px));
    width: fit-content;
    max-width: 535px;
    min-width: 460px;
    /* width: calc(33.33% - 120px); */
  }
  .banner.part .partContent .intro p {
    width: 100%;
  }
  .mode .zhezhao {
    width: 100px;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(66.66% - 100px);
    background: linear-gradient(to right, rgba(10, 10, 10, 0) 0%, #0a0a0a 70%, #0a0a0a 100%);
  }
  .mode.backwhite .zhezhao {
    background: linear-gradient(to right, rgba(10, 10, 10, 0) 0%, #ffffff 70%, #ffffff 100%);
  }
  .xieqie.mode .zhezhao {
    width: 600px;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(66.66% - 100px);
    transform: skew(170deg);
  }
  .power .zhezhao {
    width: 100px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 33.33%;
    background: linear-gradient(to left, rgba(10, 10, 10, 0) 0%, #0a0a0a 70%, #0a0a0a 100%);
  }
  .power.backwhite .zhezhao {
    background: linear-gradient(to left, rgba(10, 10, 10, 0) 0%, #ffffff 70%, #ffffff 100%);
  }
  .xieqie.power .zhezhao {
    width: 600px;
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(33.33% - 500px);
    transform: skew(10deg);
  }
  .xieqie .zhezhao,
  .zhiqie .zhezhao {
    background: #0a0a0a;
  }
  .backwhite.xieqie .zhezhao,
  .backwhite.zhiqie .zhezhao {
    background: #FFF;
  }
  .backwhite.part {
    background: #fff;
  }
  .backwhite h2 {
    color: #000;
    border-color: #000;
  }
  .backwhite .partContent {
    color: #000;
  }
  .backwhite .partContent .moreBtn {
    border: 1px solid #000;
    color: #000;
  }
  .backwhite .moreBtn .iconCir .arrow2,
  .backwhite .moreBtn .iconCir .arrow1 {
    background-image: url(../images/arrow-right_24ed9ab393dfe6ad7833.svg);
  }
  .backwhite .moreBtn:hover .txt {
    color: #000;
  }
  .configure .moreBtn:hover .txt {
    color: #000;
  }
  .backwhite .moreBtn:hover {
    border: 1px solid rgba(16, 220, 255);
  }
  .backwhite .moreBtn:hover .iconCir .arrow2,
  .backwhite .moreBtn:hover .iconCir .arrow1 {
    background-image: url(../images/arrow-right-2_4583d1b4973ed4c226ef.svg);
  }
}
.cover h2 {
  color: #FFF;
  font-weight: 500;
  border-bottom: #fff solid 1px;
}
/* ------------------- ç¡¬æœ—é€ åž‹ ----------------- */
.mode .partContent {
  left: calc(66.66% + 120px);
}
.xieqie .partContent {
  left: calc(66.66% + 60px);
}
/* ------------------- ç¡¬æ‚åŠ¨åŠ› ----------------- */
.power {
  background-color: #0a0a0a;
}
.power .imagePanel {
  margin-left: auto;
}
.power .partContent {
  left: 70px;
}
.power .partContent .intro {
  /* width: 320px; */
  width: 100%;
}
/* ------------------- ç¡¬æ ¸å®žåŠ› ----------------- */
.strength {
  background-color: #141414;
}
.strength .partContent {
  left: calc(66.66% + 120px);
}
/* ------------------- å†…é¥° ----------------- */
.inDec {
  background-color: #0c0c0c;
}
.inDec .imagePanel {
  position: relative;
  overflow: hidden;
}
.inDec .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.6s ease 0s;
}
.inDec .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 0.9;
  background-color: rgba(16, 220, 255);
}
.inDec .partContent {
  left: calc(66.66% + 120px);
}
.inDec .pages {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  display: table;
  text-align: center;
  display: none;
}
/* ------------------- å¤–é¥° ----------------- */
.outDec {
  background-color: #0d0d0d;
}
.outDec .imagePanel {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
.outDec .partContent {
  left: 70px;
}
.outDec .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.6s ease 0s;
}
.outDec .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 0.9;
  background-color: rgba(16, 220, 255);
}
.outDec .pages {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  display: table;
  text-align: center;
}
/* ------------------- ç²¾å½©å›¾é›† ----------------- */
.pics {
  background-color: #0b0c0e;
}
.pics .imagePanel {
  position: relative;
  overflow: hidden;
}
.pics .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.6s ease 0s;
}
.pics .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 0.9;
  background-color: rgba(16, 220, 255);
}
.pics .partContent {
  left: calc(66.66% + 120px);
}
.pics .pages {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  display: table;
  text-align: center;
}
/* ------------------- å‚æ•°é…ç½® ----------------- */
.configure {
  background-image: url(../images/bg_1aba326cc4305a0416b7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.configure h2 {
  position: absolute;
  left: 70px;
  top: 20vh;
}
.configure .carPanel {
  position: absolute;
  width: 40vw;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.configure .carPanel .car {
  transition: transform 1.8s ease-out 0.1s;
  object-fit: contain;
  width: 100%;
  height: 540px;
}
.configure .content {
  position: absolute;
  width: 100vw;
  height: 50vh;
  top: 50vh;
  background-color: #fff;
}
.configure .pSelect {
  position: absolute;
  top: 60%;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
}
.configure .pSelect .select-title {
  color: #000;
  font-size: 18px;
  font-weight: 1000;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
}
.configure .pSelect .select-title::after {
  /* margin-right: -20px; */
}
@media screen and (min-width: 801px) {
  .configure .pSelect .select-title {
    white-space: nowrap;
    text-align: center;
  }
  .configure .pSelect {
    min-width: 580px;
  }
  .configure .pSelect .select-title {
    width: calc(100%);
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .banner-btnNew {
    display: block;
  }
  .configure .pSelect .select-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100vw - 58px);
    text-align: center;
    font-size: 15px;
  }
  .configure .select-listItem {
    text-align: center;
  }
  .configure .pSelect .select-title::after {
    margin-right: 23px;
  }
  .select-listItem {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    width: calc(100vw - 46px);
  }
}
.configure .pSelect .select-dropList {
  color: #000;
  background-color: #FFF;
  border: solid 1px #ccc;
  min-height: 169px;
  height: 169px;
  text-align: center;
}
.configure .pSelect .select-listItem:hover {
  color: #000;
}
@media screen and (min-width: 801px) {
  .configure .param {
    display: table;
    margin-top: 17.5vh;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.configure .paramItem {
  font-size: 14px;
  float: left;
  min-width: 285px;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .configure .paramItem .row {
    padding-left: 20px;
  }
  .configure .paramItem {
    padding-right: 20px;
  }
  .configure .paramItem:nth-of-type(3) .num {
    font-size: 22px;
  }
}
.configure .paramItem::before {
  display: block;
  content: "";
  float: left;
  background-color: #000;
  margin-top: 12px;
  width: 1px;
  height: 40px;
}
.configure .paramItem:first-child::before {
  display: none;
}
.configure .paramItem .row {
  text-align: center;
}
.configure .paramItem .num {
  font-size: 24px;
}
.configure .paramItem .title {
  margin-top: 15px;
  text-align: center;
  padding-left: 20px;
}
.configure .moreBtn {
  position: absolute;
  bottom: 10vh;
  /*
    è¯¥å±…ä¸­æ–¹å¼ä¸å…¼å®¹å¾®ä¿¡æµè§ˆå™¨
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; */
  left: 50%;
  transform: translateX(-50%);
  filter: invert(100%);
}
.configure .moreBtn:hover {
  filter: none;
}
.configure .moreBtn:hover .txt {
  color: #000;
}
/* ------------------ å…¶ä»–ä¿¡æ¯ ---------------------- */
.otherInfo {
  background-color: #0a0a0a;
}
.otherInfo .imagePanel {
  margin-left: auto;
}
.otherInfo .partContent {
  left: 70px;
}
.otherInfo .partContent .intro {
  /* width: 320px; */
}
.bearNavContainer {
  position: fixed;
  color: #999999;
  font-size: 14px;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: top 0.5s ease 0.1s;
}
.bearNavGroup span {
  height: 60px;
  line-height: 60px;
}
.bearNavGroup a {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #999999;
}
.bearNavContainer .curItem {
  color: #bcbcbc;
  font-weight: bold;
}
.bearNavGroup a:hover {
  color: rgba(16, 220, 255);
}
.bearAppear {
  top: 0px;
}
.bearDisappear {
  top: -100px;
}
.bearNavContainer .bearNavGroup {
  height: 100%;
  margin-left: 70px;
}
.carNavContainer {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.5s ease 0s;
}
.carNavUp {
  top: 60px;
  opacity: 1;
  visibility: visible;
}
.carNavDown {
  top: 100px;
  opacity: 0;
  visibility: hidden;
}
.carNavContainer .carNavGroup {
  height: 100%;
  margin-left: 50px;
}
.select-title::after {
  position: absolute;
  top: 0;
  right: 0;
}
.carNavContainer .carNav {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s ease 0s;
}
.carNavContainer .carNav:first-child {
  display: none;
}
.carNavContainer .carNav::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(16, 220, 255);
  margin-top: -12px;
  transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
}
.carNavContainer .carNav:hover {
  color: rgba(16, 220, 255);
}
.carNavContainer .carNavClicked {
  color: rgba(16, 220, 255);
}
.carNavContainer .carNav:hover::after {
  width: 100%;
}
.carNavContainer .carNavClicked::after {
  width: 100%;
}
.carNavContainer .topBtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 70px;
  cursor: pointer;
  background-image: url(../images/top_3cbbc3d2af2a17219207.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.carNavContainer .topBtn:hover {
  background-image: url(../images/top-1_fafec3286a084c2a8331.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footerContent {
  height: 200px;
}
@media screen and (max-width: 800px) {
  footer .footerContent {
    height: auto;
  }
  .main {
    height: 94vh;
  }
  h2 {
    color: #fff;
    font-size: 30px;
    border-bottom: #FFF solid 1px;
  }
  .moreBtn.btn-m {
    position: absolute;
    bottom: 60px;
    top: auto;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
    width: 250px;
    height: 35px;
    /* background: #fff; */
    box-sizing: border-box;
    padding-right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    /* border: 0; */
  }
  .moreBtn.btn-m:active,
  .moreBtn.btn-m:focus {
    /* background: #000;
        color: #fff; */
  }
  /* .moreBtn.btn-m .txt {
    color: #000;
  } */
  /* .moreBtn.btn-m:active .txt {
    color: #fff;
  } */
  .part .partContent .v-mid .intro p:nth-of-type(2) {
    display: none;
  }
  .partContent .btn-pc.moreBtn {
    display: none;
  }
  .part {
    position: relative;
    width: 100vw;
    min-width: auto;
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
    overflow: hidden;
    background-color: #0a0a0a;
  }
  .part .imagePanel {
    width: 100%;
    height: 100%;
  }
  .part .partContent {
    /* top: 15vh; */
    top: 110px;
    left: 5vw;
    right: auto;
    width: auto;
    bottom: auto;
    margin-bottom: auto;
    z-index: 1;
    width: calc(100vw - 46px);
  }
  .part .partContent .intro p:first-of-type {
    margin-top: 0;
  }
  .part .partContent .intro {
    font-size: 3.5vw;
    margin-top: 15px;
    width: calc(100vw - 40px);
    margin-bottom: 7.5vh;
    width: 100%;
  }
  .carNavContainer {
    display: none;
  }
  /* ------------------------- å‚æ•°é…ç½® ç§»åŠ¨ç«¯ ------------------------- */
  .configure h2 {
    left: 5vw;
    top: 15vh;
    font-weight: bold;
  }
  .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: 0.6rem;
    padding-left: 0.6rem;
  }
  .configure .paramItem::before {
    position: absolute;
    display: block;
    content: "";
    float: left;
    background-color: #000;
    margin-top: 12px;
    width: 1px;
    height: 20px;
    margin-left: -7px;
  }
  .configure .paramItem:first-child::before {
    display: none;
  }
  .configure .paramItem .row {
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .configure .paramItem {
    font-size: 12px;
    /* float: left; */
    width: 50%;
    flex: 1;
    box-sizing: border-box;
    flex-shrink: none;
    overflow: hidden;
    min-width: auto;
  }
  .configure .paramItem:last-of-type {
    display: none;
  }
  .configure .paramItem:nth-of-type(2) {
    display: none;
  }
  .configure .paramItem:first-of-type(2) {
    margin-right: -4px;
  }
  .configure .paramItem .num {
    font-size: 16px;
  }
  .configure .paramItem .title {
    margin-top: 5px;
    text-align: center;
    padding-left: 5px;
  }
  .configure .moreBtn {
    padding-left: 0px;
    padding-right: 0px;
    width: 250px;
    display: flex;
    justify-content: center;
  }
  .configure .pSelect {
    top: 60%;
    width: 100%;
  }
  .select-title:after {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* ------------------ å…¶ä»–ä¿¡æ¯  ç§»åŠ¨ç«¯---------------------- */
  .otherInfo .barPanel {
    margin-top: 160px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    border-bottom: none;
  }
  .otherInfo h2 {
    clear: both;
    border: none;
    border-bottom: #FFF solid 1px;
  }
  .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;
  }
}
@media screen and (max-height: 800px) {
  .moreBtn.btn-m {
    bottom: calc(50px + var(--vh-offset, 0px));
  }
  .configure .moreBtn {
    bottom: calc(50px + var(--vh-offset, 0px));
  }
}
@media screen and (max-height: 900px) and (min-height: 801px) {
  .moreBtn.btn-m {
    bottom: 250px;
  }
}
.v-mid .moreBtn.btn-pc:last-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .moreBtn .iconCir {
    margin-top: 0px;
    background-color: transparent;
  }
  .select-listItem {
    border-bottom: 1px solid #eee;
  }
  .configure .moreBtn .iconCir {
    margin-top: 7px;
    background-color: transparent;
  }
  .moreBtn .iconCir .arrow2,
  .moreBtn .iconCir .arrow1 {
    /* background-image: url(../common/images/arrow-right.svg); */
    margin-left: 0%;
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: 100% 100%;
  }
  .configure .moreBtn .iconCir .arrow2,
  .configure .moreBtn .iconCir .arrow1 {
    /* background-image: url(../common/images/arrow-right.svg); */
  }
  .outDec .swiper-pagination-bullets.pages {
    display: none;
  }
  .pics .fit-image {
    position: absolute;
    top: 75px;
  }
  .section.pics .pages {
    display: none;
  }
  .bearNavContainer .curItem {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 810px) {
  .v-mid {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .banner.part .partContent {
    top: calc(315px + var(--vh-offset, 0px));
    bottom: auto;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 801px) {
    .banner.part .partContent {
      top: calc(12vh + 220px);
    }
    .part .partContent {
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
.select-title {
  padding-left: 10px;
  width: calc(100%-10px);
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: solid 1px #5B5B5B;
}
.select-title::after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 100%;
  /* background-color: aqua; */
  background-image: url(../images/icon_9cc24b7008987368529d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.select-title-open::after {
  transform: scaleY(-1);
  margin-top: -2px;
}
.select-dropList {
  position: absolute;
  top: 40px;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #181818;
  z-index: 99;
  transition: all 0.3s ease 0s;
}
.select-dropList::-webkit-scrollbar {
  width: 3px;
  /* background-color: #666; */
}
.select-dropList::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.select-dropList-close {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
}
.select-dropList-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.select-listItem {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.select-listItem:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .select-listItem {
    font-size: 12px;
  }
}

