.index-header-wrapper {
  padding-top: 70px;
  width: 100%;
  background-color: #E7ECF7;
  padding-bottom: 30px;
  background: url('/statics/imgs/index-bg.webp') no-repeat;
  background-size: 100%;
}
.index-banner-wrapper {
  width: 1200px;
  margin: 0 auto 30px;
  height: 500px;
  position: relative;
}
.index-banner-img {
  position: absolute;
  bottom: 35px;
  right: 0px;
}
.index-banner-img img {
  width: 500px;
}
.index-banner-content,
.index-banner-img {
  width: 50%;
}
.index-banner-img img {
  display: block;
  position: relative;
  bottom: 20px;
}
.index-banner-wrapper .index-banner-content {
  padding-top: 100px;
  padding-left: 50px;
}
.index-banner-wrapper .index-banner-content p:nth-of-type(1) {
  font-size: 50px;
  font-weight: bold;
}
.index-banner-wrapper .index-banner-content p:nth-of-type(2) {
  margin: 40px 0;
  font-size: 20px;
}
.index-banner-wrapper .index-banner-content .to-try-btn {
  padding: 12px 20px 12px 15px;
  background: linear-gradient(116deg, #3B83F8 0%, #599FFD 100%);
  color: #fff;
  border-radius: 8px;
  width: 160px;
}
.index-banner-content .to-try-btn .iconfont {
  display: block;
  animation: moveLeftRight 1.5s infinite alternate;
}
.banner-bar-wrapper {
  position: relative;
  top: -72px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner-bar-wrapper .flex-center {
  align-items: center;
}
.banner-bar-wrapper .flex-center div p {
  font-size: 14px;
  line-height: 28px;
}
.banner-bar-wrapper img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.index-model {
  width: 1200px;
  margin: 50px auto;
}
.model-intro {
  color: #666;
  text-align: center;
}
.model-title {
  margin-bottom: 20px;
}
.model-1-title {
  font-size: 34px;
  text-align: center;
  position: relative;
  line-height: 90px;
  top: -32px;
}
.index-model-1 .index-model-box {
  width: 280px;
  padding: 38px 20px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
  background: linear-gradient(160deg, #E3F1FF 0%, #FFFFFF 47%, #EEFAFF 100%);
}
.index-model-1 .index-model-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.index-model .flex-sb {
  flex-wrap: wrap;
  padding-top: 10px;
}
.index-model-1 .index-model-box img {
  width: 50%;
  display: block;
  margin: 10px auto;
}
.index-model-1 .index-model-box p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.index-model-1 .index-model-box p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.mobile-model-1 {
  display: none;
}
.index-model-3 {
  padding-top: 50px;
  background-color: none;
}
.select-wrapper {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.select-wrapper .select-left,
.select-wrapper .select-img,
.select-wrapper .select-right {
  width: 33%;
}
.select-wrapper .select-img {
  margin: 0 40px;
}
.select-wrapper .select-item {
  padding: 20px 50px;
}
.select-img img {
  width: 100%;
}
.select-wrapper .select-item p.flex-st {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.select-wrapper .select-item p:nth-of-type(2) {
  line-height: 28px;
  color: #666;
  text-align: center;
}
.index-model-data {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
.index-model-data .index-model-data-num {
  text-align: center;
  font-size: 34px;
  color: #259BF9;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
.index-model-data-num span:first-child {
  font-size: 40px;
}
.index-model-data-num .iconfont {
  font-size: 30px;
  margin-left: 5px;
}
.index-model-buy {
  margin: 50px 0 70px;
  display: flex;
  justify-content: space-between;
}
.index-model-buy-box {
  width: 30%;
  background: #fff;
  box-shadow: 0px 6px 30px 0 rgba(30, 94, 238, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.index-model-buy-box:hover {
  box-shadow: 0px 6px 30px 0 rgba(30, 94, 238, 0.6);
}
.index-model-buy-box p {
  line-height: 28px;
}
.index-model-buy-type {
  padding: 40px 20px 30px;
  box-shadow: 0 4px 8px 0 rgba(30, 94, 238, .1);
}
.index-model-buy-type .index-model-buy-type-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.index-model-buy-type .index-model-buy-type-title .iconfont {
  color: #90D4F7;
  font-size: 28px;
  margin-right: 10px;
}
.index-model-buy-type-content {
  font-size: 14px;
  color: #666;
  padding: 50px 30px;
}
.index-model-buy-more span::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.index-model-buy-more span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.index-model-buy-more span::before {
  content: " ";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background: #2878FF;
  z-index: -1;
  transition: transform .3s ease;
}
.index-model-buy-more span {
  position: relative;
  cursor: pointer;
  color: #2878FF;
  width: 100%;
  transition: 0.2s;
}
.index-model-buy-more {
  display: block;
  line-height: 52px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  width: 310px;
  height: 52px;
  margin: 0px auto 20px;
  border-radius: 8px;
  border: 1px solid #2878FF;
}
.index-model-buy-more span:hover {
  color: #fff;
  transition: 0.2s;
}
.index-mobile-model-buy {
  display: none;
}
.picMarquee {
  width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}
.tempWrap {
  width: 1200px !important;
  overflow: hidden;
  position: relative;
}
.enterprise-wrapper {
  overflow: hidden;
  zoom: 1;
}
.enterprise-wrapper li {
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
  width: 162px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(150, 150, 150, 0.33);
  border-radius: 8px;
  margin: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  position: relative;
}
.enterprise-wrapper li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.enterprise-wrapper li:hover {
  transform: scale(1.1);
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width:1199px) {

  .model-intro {
    line-height: 28px;
    font-size: 14px;
  }
  .model-1-title {
    font-size: 26px;
  }
  .nav-wrapper {
    background-color: #E7ECF7 !important;
  }
  .index-header-wrapper {
    background: none;
    height: auto;
  }
  .index-banner-img {
    width: 100%;
  }
  .index-banner-img img {
    width: 80%;
    left: 10%;
    bottom: 0px;
  }
  .index-banner-wrapper,
  .banner-bar-wrapper {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0px;
    background: none;
  }
  .banner-bar-wrapper {
    position: relative;
    top: -40px;
  }
  .index-banner-content,
  .index-banner-img {
    width: 100%;
  }
  .index-banner-wrapper .index-banner-content {
    padding: 30px 20px 0;
  }
  .index-banner-wrapper .index-banner-content p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
  }
  .index-banner-wrapper .index-banner-content p:nth-of-type(2) {
    margin: 20px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .index-banner-wrapper .index-banner-content .to-try-btn {
    padding: 10px 20px 10px 12px;
    background: #2878FF;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
  }
  .index-model {
    width: 100%;
    margin-top: 20px;
  }
  .pc-model-1 {
    display: none;
  }
  .mobile-1-swiper-container {
    display: block;
    width: 100%;
  }
  .mobile-1-swiper-container .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
  }
  .mobile-1-swiper-container .swiper-slide-active,
  .mobile-1-swiper-container .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .index-mobile-model-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(160deg, #E3F1FF 0%, #FFFFFF 47%, #EEFAFF 100%);
  }
  .index-model-1 .index-mobile-model-box img {
    width: 50%;
    display: block;
    margin: 10px auto;
  }
  .index-mobile-model-box p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .index-mobile-model-box p:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    line-height: 28px;
  }
  .app-container-1200 {
    width: 100%;
  }
  .index-model-data .index-model-data-num {
    font-size: 26px;
  }
  .index-model-data-num span:first-child {
    font-size: 32px;
  }
  .index-model-data-num .iconfont {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: -12px;
  }
  .index-model-3 {
    padding-top: 0px;
    background-color: none;
  }
  .select-wrapper {
    width: 100%;
  }
  .index-model-3 .select-img {
    display: none;
  }
  .select-wrapper .select-left,
  .select-wrapper .select-right {
    margin: 10px;
    width: 100%;
  }
  .select-wrapper .select-item p.flex-st {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .select-wrapper .select-item {
    min-height: 200px;
    font-size: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 20px 8px;
    background: linear-gradient(160deg, #E3F1FF 0%, #FFFFFF 47%, #EEFAFF 100%);
    ;
    box-shadow: 3px 5px 9px 3px rgba(237, 238, 243, .3);
  }
    .index-model-4{
        overflow-x: hidden;
    }
  .index-model-4 .index-model-buy {
    display: none;
  }
  .index-mobile-model-buy {
    display: block;
    margin: 50px auto 0px;
    width: 65%;
  }
  .index-model-buy-more {
      width:210px;
}
  .index-model-buy-box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .index-model-buy-box p {
    line-height: 28px;
  }
  .index-model-buy-type {
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 94, 238, .1);
  }
  .index-model-buy-type .index-model-buy-type-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .index-model-buy-type .index-model-buy-type-title .iconfont {
    font-size: 24px;
  }
  .index-model-buy-type-content {
    color: #666;
    padding: 20px;
  }
  .index-model-buy-box a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .picMarquee {
    width: 100% !important;
    overflow: hidden;
    position: relative;
  }
  .index-model-5 {
    border: 10px solid #fff;
  }
}
