.banner {
  width: 1920px;
  height: 540px;
  position: relative;
  background: url("/images/banner-pc.png") no-repeat center;
  background-size: cover;
}

.banner-content {
  width: 612px;
  height: 271px;
  position: absolute;
  left: 366px;
  top: 141px;
}

.banner-bottom {
  width: 1920px;
  height: 100px;
  background: linear-gradient(
    90deg,
    rgba(245, 248, 255, 1) 0%,
    rgba(233, 241, 254, 1) 54.45%,
    rgba(245, 248, 255, 1) 100%
  );
}

.video {
  width: 880px;
  height: 493px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reason {
  width: 380px;
  height: 167px;
  position: relative;
}

.reason-bg {
  position: absolute;
  width: 380px;
  height: 140px;
  border-radius: 18px;
  background: #f7faff;
  bottom: 0;
  z-index: -1;
}

.life-cycle {
  width: 1920px;
  height: 580px;
  background: #f5f8ff;
  margin-top: 62px;
}

.life-cycle-img {
  width: 742px;
  height: 492px;
  margin-left: 24px;
}

.life-cycle-content {
  width: 448px;
  height: 492px;
  padding-top: 109px;
}

.computer-img {
  width: 437px;
  height: 250px;
}

.industry-sector {
  width: 628px;
  margin-left: 72px;
}

.industry-sector-item {
  width: 302px;
  height: 84px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: bold;
  /* opacity: 0.8; */
}

.industry-sector-item:nth-child(1) {
  background-image: url(/images/application-pc.png);
}

.industry-sector-item:nth-child(2) {
  background-image: url(/images/research-pc.png);
}

.industry-sector-item:nth-child(3) {
  background-image: url(/images/pharmaceutical-pc.png);
}

.industry-sector-item:nth-child(4) {
  background-image: url(/images/treatment-pc.png);
  margin-bottom: 0;
}

.solution {
  width: 1920px;
  background: #f5f8ff;
  margin-top: 100px;
  padding: 50px 0;
}

.cloud-platform-img {
  width: 595px;
  height: 301px;
  margin-left: 74px;
}

.container-img {
  width: 564px;
  height: 324px;
  margin-right: 55px;
}

.ai-warp {
  width: 361px;
  height: 180px;
  margin-top: 69px;
  margin-left: 44px;
}

.ai-title {
  width: 121px;
  height: 121px;
}

.ai-item {
  width: 150px;
  height: 65px;
}

.diversification-solution {
  width: 489px;
  margin-left: 80px;
  margin-right: 85px;
}

.add-plus {
  width: 95px;
  height: 106px;
}

.standardization {
  height: 90px;
}

.customization {
  height: 90px;
  padding-left: 75px;
}

.customer-case {
  width: 1920px;
  height: 245px;
  background: #f7faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}

.bottom-warp {
  width: 1920px;
  height: 320px;
  background: #313236;
  margin-top: 34px;
}

.right-btn {
  width: 70px;
  height: 180px;
  border-radius: 4px;
  /* background: rgb(0, 17, 0, 0); */
  border: 1px solid #c1c8de;
  position: fixed;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.apply-btn,
.consulting-service-btn {
  font-size: 14px;
  line-height: 20px;
  color: #3e3f3f;
  margin-top: 6px;
}

.close-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.popup-content {
  position: relative;
  padding-top: 60px;
  padding-left: 54px;
  padding-right: 54px;
  padding-bottom: 60px;
}

.text-input {
  width: 380px;
  height: 50px;
  font-size: 24px;
  padding: 0 16px;
}

.submit-btn {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #2e91ee;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 24px;
  border: none;
  cursor: pointer;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
}
