.indexWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  /* height: 100%; */
  min-height: 100vh;
  background-color: #090629;
}

/* 顶部开始 */
.hd {
  position: relative;
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hd .hdLeft {
  width: 5.6rem;
  display: flex;
  justify-content: flex-end;
  height: 36px;
}
.hd .hdLeft img {
  max-width: 4rem;
}

.hd .hdRight {
  width: 5.6rem;
  display: flex;
  align-items: center;
}

.hd .hdRight i {
  cursor: pointer;
  color: #88694a;
  font-size: 22px;
  margin-right: 50px;
}
.hd .hdRight a.menu {
  display: block;
  height: 30px;
  display: flex;
  align-items: center;
  margin-right: 50px;
  position: relative;
}
.menu .indexMainMenu {
  z-index: 9999;
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu .indexMainMenu ul {
  padding-top: 40px;
  min-width: 140px;
}
.menu .indexMainMenu li {
  cursor: pointer;
  font-size: 16px;
  /* font-weight: 300; */
  color: rgb(255, 255, 255, 0.8);
  height: 46px;
}
.menu .indexMainMenu li:hover {
  font-weight: 500;
  color: #88694a;
}

/*  */
.menuIconWrap {
  height: 16px;
}
.menuIconWrap img {
  height: 100%;
}
.menuIconWrap .menuIcon1 {
  display: none;
}

.menuIconWrap .menuIcon2 {
  display: block;
}

/*  */
.hd .hdRight a img {
  height: 16px;
}

.hd .hdRight .sep {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 18px;
}

.hdRight a.lang {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 30px;
}

.hdRight .lang.active {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 顶部结束 */

/* 底部开始 */
.indexFooter {
  padding-bottom: 10px;
  width: 100%;
  height: 0.7rem;
  /* line-height: 70px; */
  text-align: center;
  color: #88694a;
  font-family: "PingFangSC";
}
.indexFooter a {
  display: inline-block;
  height: 0.7rem;
  color: #88694a;
}
/* 底部结束 */

/* 中部动画开始 */
/* .flip-container:hover {
  cursor: url("../image/click1.ico"), pointer;
} */

.flip-container {
  /* margin-top: 1.5rem; */
  position: relative;
  width: 9.2rem;
  height: 8rem;
  perspective: 1000;
  /* background-color: rgb(255, 255, 255,.3); */
}

.flipper1 {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front {
  z-index: 2;
}
.front .square {
  z-index: 22;
}

/* 手机端的 video */
/* .moblieVideoDown{

} */
.swiper-logo-content-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
#moblieVideoDown,
#moblieVideoRun {
  position: absolute;
  /* left: 0;
  top: 0; */
  width: 100%;
}
#moblieVideoDown {
  z-index: 2;
}
#moblieVideoRun {
  z-index: 1;
  /* z-index: 1; */
  /* display: none; */
}
/* 手机端的 video */
.video {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.videoRun {
  display: none;
}
.videoRunBg {
  height: 100%;
  z-index: 999;
  top: 0;
  width: 20px;
  right: -17%;
  position: absolute;
  background-color: #1a124c;
}

.flipper1 video {
  position: absolute;
  width: 120%;
  left: -10%;
  height: 101%;
  background: transparent !important;
}

.back {
  z-index: -2;
  transform: rotateY(180deg);
}

.indexAnim {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.indexImg {
  position: absolute;
  height: 100.5%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.square {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}
.square0 {
  transform: translateX(-50%);
}
.square1 {
  transform: translateX(-50%) rotate(60deg);
}
.square2 {
  transform: translateX(-50%) rotate(120deg);
}
.square3 {
  transform: translateX(-50%) rotate(180deg);
}
.square4 {
  transform: translateX(-50%) rotate(240deg);
}
.square5 {
  transform: translateX(-50%) rotate(300deg);
}

.shooting_star {
  z-index: 2;
  /* width: 20%; */
  position: absolute;
  height: 2px;
  border-radius: 999px;
  /* 真正意义上的投影效果 */
  filter: drop-shadow(0 0 6px rgb(100, 204, 127, 0.8));
}

.shooting_star1 {
  background: linear-gradient(
    to left,
    rgb(73, 153, 140, 0.8),
    rgb(44, 99, 255, 0.2)
  );
  -webkit-animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
}
.shooting_star2 {
  background: linear-gradient(
    to right,
    rgb(73, 153, 140, 0.8),
    rgb(44, 99, 255, 0.2)
  );
  -webkit-animation: tail 3000ms ease-in-out infinite,
    shooting2 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite,
    shooting2 3000ms ease-in-out infinite;
}

/* .shooting_star::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 4px;
  height: 4px;
  background: #49998c;
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
} */

/* .shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(47, 47, 88, 0),
    #64cc7f,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
} */

.shooting_star1 {
  top: 0;
  left: 0;
  /* -webkit-animation-delay: 500ms;
  animation-delay: 500ms; */
}
.shooting_star1::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 4px;
  height: 4px;
  background: #49998c;
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}

.shooting_star2 {
  bottom: 0;
  right: 0;
  /* -webkit-animation-delay: 500ms;
  animation-delay: 500ms; */
}

.shooting_star2::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  width: 4px;
  height: 4px;
  background: #49998c;
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}

/* 控制长度 */
@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 36%;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 36%;
  }
  100% {
    width: 0;
  }
}

/* 亮星星效果 */
@-webkit-keyframes shining {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shining {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 控制位移 */
@-webkit-keyframes shooting {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes shooting {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes shooting2 {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes shooting2 {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}

/* 手机端 */
.mHd {
  display: none;
}
.mHdWrap {
  width: 100vw;
  height: 1.6rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mHd .mHdL {
  width: 1.5rem;
  margin-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mHd .mHdL .iconfont {
  color: #88694a;
  /* margin-left: .5rem; */
  font-size: 0.5rem;
}
.mHd .mHdL .menu {
  /* margin-left: .5rem; */
  display: flex;
  height: 0.4rem;
}

.mHd .mlogo {
  width: 3.2rem;
  height: 0.48rem;
}

/* .mHd .mHdM {
} */
.mHd .mHdR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.5rem;
  margin-right: 0.5rem;
  /* font-size: 0.5rem; */
}

.moblie-wrapper {
  display: none;
  /* height: calc(100vh - 1.6rem); */
  flex: 1;
}
.moblie {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.swiper-mobile {
  flex: 1;
}
.swiper-mobile .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.swiper-logo {
  display: flex;
  justify-content: center;
  position: relative;
  width: 9rem;
  height: 6rem;
}

.swiper-logo video {
  width: 100%;
}
.swiper-logo .indexAnim {
  width: 7rem;
}
.moblie-btn {
  position: relative;
  width: 3.8rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.43rem;
  font-weight: 500;
  color: #ffffff;
}

.moblie-btn img {
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
}

.moblie-slogan {
  text-align: center;
  width: 100%;
  height: 1.3rem;
  /* letter-spacing: 0.1rem; */
  line-height: 1.3rem;
  opacity: 0.8;
  font-style: italic;
  font-size: 0.43rem;
  background: linear-gradient(to right, #64cc7f, #2c63ff);
  -webkit-background-clip: text;
  color: transparent;
}

.mobliePlanWrapper {
  position: absolute;
}
.swiperMoblieWrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13.7rem;
  z-index: 99;
  /* background: linear-gradient(-135deg, transparent 25px, #84bfff1a 0); */
}

/* form */
.questionMoblie {
  color: #fff;
  padding: 0.5rem 0.5rem 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13.7rem;
  z-index: 99;
  background: linear-gradient(-135deg, transparent 25px, #84bfff1a 0);
  display: flex;
  flex-direction: column;
}
.swiper-logo .swiper-logo-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.swiper-logo .swiper-logo-content .indexAnim {
  height: 6rem;
}
.swiper-mobile .action {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 2.6rem;
}
.questionMoblieHd {
  display: flex;
  justify-content: space-between;
}
.questionMoblieBd,
.questionMoblieHd {
  width: 100%;
}
.questionMoblieHdL .title {
  margin-bottom: 0.12rem;
  font-size: 0.38rem;
  font-weight: 400;
  /* letter-spacing: 5px; */
  height: 0.51rem;
}
.questionMoblieHdL .phoneNum {
  margin-bottom: 0.12rem;
  font-size: 0.34rem;
  /* letter-spacing: 2px; */
  height: 0.51rem;
}

.questionMoblieHdR,
.questionMoblieHdL {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.questionMoblieHdR .timer.title {
  /* letter-spacing: 6px; */
}
.questionMoblieHdR .timer {
  /* height: 0.51rem;
  width: 2.45rem; */
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.12rem;
  /* letter-spacing: 3px; */
}

.questionMoblieHdR .questionMoblieQr {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.21rem;
  font-weight: 400;
  color: #ffffff;
}
.questionMoblieQr span {
  margin-top: 0.12rem;
  opacity: 0.7;
}
.questionMoblieHdR .questionMoblieQr img {
  width: 1.26rem;
  height: 1.26rem;
}
.questionMoblieBd .formTitle {
  font-size: 0.43rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1rem;
}
.questionMoblieBd .formItem i {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}
.questionMoblieBd .formItem input,
.questionMoblieBd textarea {
  background: transparent;
  color: #fff;
  font-size: 0.37rem;
  /* opacity: 0.7; */
}

.questionMoblieBd .formItem {
  margin-bottom: 0.32rem;
  padding: 0.2rem 0.36rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}
/* form */

/* 手机端 */

/* 首页中部动画开始 */
/* .indexLogo:hover {
  cursor: url("../image/tab2.ico"), pointer;
} */
.indexLogo {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slogan {
  margin-top: 0.9rem;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 8px;
  font-style: italic;
  font-size: 0.5rem;
  background: linear-gradient(to right, #64cc7f, #2c63ff);
  -webkit-background-clip: text;
  color: transparent;
}
/* 首页 结束 */

/* 动画操作 */
.v-enter,
.v-leave-to {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
.v-enter-active,
.v-leave-active {
  transition: all 0.3s ease;
}

.search-enter,
.search-leave-to {
  opacity: 0;
  transform: translate3d(500px, 0, 0);
}
.search-enter-active,
.search-leave-active {
  transition: all 0.4s ease;
}
/* 弹框开始 */
.modalWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999;
}
.modalBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  /* min-width: 1024px; */
  width: 84%;
  max-width: 16.4rem;
  height: 8.5rem;
  position: absolute;
  background: linear-gradient(
    -135deg,
    transparent 45px,
    rgba(5, 24, 64, 0.9) 0
  );
}
.modalInner {
  width: 100%;
  height: 100%;
  padding: 0 28px 50px 28px;
}

.modalTop {
  position: relative;
  font-family: "思源黑体 CN ExtraLight";
  height: 2rem;
  display: flex;
  align-items: center;
}
.modalTopTitle {
  font-size: 50px;
  font-weight: 100;
  color: #52b993;
  opacity: 0.6;
}

.modalTop .line {
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #52b993;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}

.modalBottom {
  height: 75%;
  display: flex;
}

.modalLeft {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.leftNavbar {
  margin: 0 !important;
  height: 86%;
}

.leftNavbar li {
  width: 180px;
  height: 24% !important;
}

.modalRight {
  /* width: calc(100% - 180px); */
  width: 750px;
  height: 100%;
  overflow: auto;
  /* flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.planInner {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  height: 100%;
  /* height: 300px; */
  width: 100%;
  background: rgb(20, 52, 100, 0.5);
  display: flex;
}
.planInner .planNav {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planInner .planNav li {
  margin-bottom: 27px;
  background-image: url("../image/planBtn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 0 10px;
  /* width: 94px; */
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.planImg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.planImg img {
  height: 100%;
}
.swiper-container {
  height: 100%;
  width: 100%;
  /* width: 720px; */
}

.swiper-slide {
  position: relative;
  /* max-width: 720px; */
}

.indexNews {
  /* position: relative; */
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  /* max-width: 719px; */
  height: 100%;
}
.indexNews .item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
  /* width: 720px; */
  overflow: hidden;
  height: 100%;
  position: relative;
}

.indexNews .bannerDes {
  position: absolute;
  height: 60px;
  font-size: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  text-indent: 2em;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indexNews .bannerImg {
  min-width: 100%;
  height: 100%;
}

.modalRightInner {
  width: 100%;
  height: 100%;
}

.indexCard {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(-45deg, transparent 25px, #143464 0);
  color: #fff;
}

.modalRightInner .carouselWrap {
  width: 250px;
  height: 100%;
  padding: 0 10px;
}
.indexCard .proVideo {
  width: 100%;
  height: 88%;
}
.indexCard .cardTitle {
  margin-bottom: 16px;
  height: 30px;
  font-size: 21px;
  font-family: "PingFangSC-Medium, PingFang SC";
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
}
.indexCard .cardDes {
  height: 74px;
  font-size: 13px;
  font-family: "SourceHanSansCN-Light, SourceHanSansCN";
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.indexCard .cardImgBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.cardImgBox img {
  width: 100%;
}

.indexCard .cardValue {
  font-size: 16px;
  opacity: 0.4;
  text-align: center;
}

/* 联系嘉腾 */
.modalRightInner .formLeft {
  width: 290px;
  padding: 22px 44px;
  /* background: linear-gradient(-45deg, transparent 20px, #143464 0); */
  background-color: #143464;
}

.modalRightInner .formRight {
  background-color: rgb(20, 52, 100, 0.5);
  flex: 1;
  padding: 33px 52px;
}
.formRight .formItem i {
  margin-right: 10px;
  color: #fff;
}
.formRight .formItem input,
textarea {
  width: 100%;
  background: transparent;
  color: #fff;
}
.formRight .formTitle {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 20px;
}
input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: rgba(255, 255, 255, 0.4) !important;
}
textarea::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: rgba(255, 255, 255, 0.4) !important;
}
.formRight .formItem {
  margin-bottom: 14px;
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #143464;
  display: flex;
  align-items: center;
}
.formRight .action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.confirm {
  position: relative;
  width: 68px;
  height: 30px;
}
.confirm span {
  cursor: pointer;
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
}
.confirm img {
  height: 100%;
}
.formLeftBd {
  display: flex;
  justify-content: space-around;
}
.formLeftHd {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin-bottom: 60px;
}

.formLeftHd .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* 字体横向铺满 */
.mylabel {
  width: 204px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  /* text-align: justify; */
}

/* .mylabel::after {
  display: inline-block;
  width: 100%;
  content: "";
} */

.formLeftHd .phoneNum {
  text-align: center;
  letter-spacing: 5.2px;
  font-size: 20px;
  font-weight: 500;
}
.formLeftHd .timer {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
.formLeftBd img {
  height: 82px;
  width: 82px;
  margin-bottom: 16px;
}
.formLeftBdL,
.formLeftBdR {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formLeftBd span {
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}

/* 新增7.5 */
.modalRightInner .agvInner {
  height: 100%;
  display: flex;
}
.modalRightInner .agvInner a {
  display: block;
  height: 100%;
  /* flex: 1; */
}
.modalRightInner .amvInner a {
  display: block;
  height: 100%;
  /* flex: 1; */
}
.modalRightInner .amvInner {
  height: 100%;
  display: flex;
}
.modalRightInner .formInner {
  height: 100%;
  display: flex;
}

/* 当浏览器的可视区域小于1440px */
@media screen and (max-width: 1600px) {
  /* .flip-container {
    width: 7.9rem;
    height: 6.8rem;
  } */
}
@media screen and (max-width: 1560px) {
  /* .modal {
    height: 544px;
  } */
}
@media screen and (max-width: 1024px) {
  .modalRightInner .formInner {
    flex-direction: column;
  }
  .modalRightInner .formLeft {
    width: 100%;
  }
}

/* ipad开始 */
@media screen and (max-width: 480px) {
  .indexWrapper {
    min-height: unset;
    height: 100vh !important;
  }
  .hd {
    display: none;
  }
  .mHd {
    display: block;
  }
  .modal {
    display: none;
  }
  .indexLogo {
    display: none;
  }
  .indexFooter {
    display: none;
  }

  .moblie-wrapper {
    display: block;
  }
}

/* 手机端开始 */
@media screen and (max-width: 480px) {
  .progressBox {
    width: 7.6rem;
  }
  .questionMoblieBd .formItem i {
    width: 0.6rem !important;
  }

  .questionMoblieBd .input input {
    height: 100%;
    flex: 1;
  }

  .swiper-mobile .swiper-pagination {
    left: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 439px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
/* 手机端结束 */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 6px solid rgb(255, 255, 255, 0.6);
  box-shadow: 8px 0 0 #a5adb7 inset;
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: 8px 0 0 #4a4a4a inset;
}
