* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-width: 1060px;
  background: #f4f7fb;
  color: #001a33;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select,
textarea {
  font: inherit
}

[contenteditable="true"] {
  outline: none
}

[contenteditable="true"]:focus {
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(19, 104, 183, .25);
  background: rgba(255, 255, 255, .28)
}

.page {
  --content-w: calc(100% - 160px);
  --process-card-w: clamp(448px, calc(61.8605vw - 207.72px), 980px);
  --process-card-h: clamp(290px, calc(18.1395vw + 97.72px), 446px);
  --process-img-w: clamp(528px, calc(73.8372vw - 254.67px), 1163px);
  --process-img-top: clamp(-112px, calc(-12.6744vw + 131.35px), -3px);
  --steps-w: clamp(372.83px, calc(38.0435vw - 30.43px), 700px);
  --lead-form-w: clamp(400px, calc(25.5814vw + 128.84px), 620px);
  --lead-form-r: clamp(30px, calc(5.814vw - 31.63px), 80px);
  --footer-margin: clamp(80px, calc(9.3023vw - 18.6px), 160px);
  position: relative;
  width: 100%;
  min-width: 1060px;
  max-width: 1920px;
  /* height: 3278px; */
  height: 2420px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1060px;
  max-width: 1920px;
  height: 60px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(223, 231, 240, .9);
  box-shadow: 0 10px 30px rgba(31, 41, 67, .04)
}

.brand {
  position: absolute;
  left: 30px;
  top: 12px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap
}

.brand-mark {
  display: inline-flex;
  width: 44px;
  height: 30px;
  flex: 0 0 44px
}

.brand-mark svg {
  width: 44px;
  height: 30px;
  display: block
}

.brand-name {
  color: #1368b7;
  font-size: 28px;
  font-weight: 700;
  line-height: 1
}

.nav {
  position: absolute;
  left: 198px;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 30px
}

.nav a {
  height: 60px;
  display: flex;
  align-items: center;
  color: #323d59;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
}

.nav a.active {
  color: #1368b7;
  font-weight: 600;
  position: relative
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1368b7;
  border-radius: 2px 2px 0 0
}

.header-phone {
  position: absolute;
  right: 40px;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #111;
  white-space: nowrap
}

.header-phone-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.header-phone-icon img {
  display: block;
  width: 16px;
  height: 16px
}

.hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: #f9fdff
}

.hero-img {
  position: absolute;
  right: 1px;
  top: -161px;
  width: 1918.32px;
  height: 822px;
  object-fit: cover
}

.hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 252, 255, .96) 0%, rgba(247, 252, 255, .82) 31%, rgba(247, 252, 255, .38) 62%, rgba(247, 252, 255, .13) 100%)
}

.hero-copy {
  position: absolute;
  left: 80px;
  top: 140px;
  width: 820px
}

.hero-copy h1 {
  margin: 0 0 27px;
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -.5px;
  font-family: PingFangSC-Semibold;
  color: #001A33;
  letter-spacing: 0;
}

.hero-copy h1 span:first-child {
  display: inline-block;
  margin-right: 14px;
  background-image: linear-gradient(270deg, #1478BD 0%, #01C9FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hero-copy h1 span:last-child {
  color: #001a33
}

.hero-copy p {
  margin: 0;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #001A33;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}

.primary-btn {
  position: absolute;
  left: 0;
  top: 168px;
  width: 255px;
  height: 52px;
  border-radius: 8px;
  background: radial-gradient(circle at 70% 15%, #43cbff 0, #177ddd 40%, #1368b7 100%);
  box-shadow: 0 10px 22px rgba(19, 104, 183, .25), inset 0 0 0 1px rgba(255, 255, 255, .55);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.primary-btn i {
  font-style: normal;
  font-size: 18px
}

.process-section {
  position: absolute;
  left: 0;
  top: 440px;
  width: 100%;
  height: 956px;
  border-radius: 32px 32px 0 0;
  background: #fff;
  box-shadow: 0 -18px 24px 0 rgba(19,104,183,0.16);
}

.section-title h2 {
  margin: 0;
  line-height: 62px;
  font-family: PingFangSC-Semibold;
  font-size: 44px;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 600;
}

.left-title {
  position: absolute;
  left: 80px;
  top: 110px;
  width: 660px
}

.left-title p {
  margin: 40px 0 0;
  max-width: 780px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #001A33;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}

.process-visual-card {
  position: absolute;
  left: 80px;
  top: 393px;
  width: var(--process-card-w);
  height: var(--process-card-h);
  border-radius: 16px;
  overflow: hidden;
  background: #eef8ff;
  box-shadow: 0 24px 52px rgba(19, 65, 118, .1)
}

.process-visual-card img {
  position: absolute;
  left: 0;
  top: var(--process-img-top);
  width: var(--process-img-w);
  height: auto;
  max-width: none
}

.process-card-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .35) 48%, rgba(255, 255, 255, 0))
}

.process-card-copy {
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 42px;
  right: 32px;
  bottom: 28px;
  display: flex;
  flex-direction: column
}

.process-card-copy span {
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #1F2943;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.process-card-copy strong {
  margin-top: 30px;
  line-height: 36px;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 500;
}

.process-card-copy a {
  margin-top: auto;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #1368B7;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.process-card-copy i {
  font-style: normal
}

.steps {
  position: absolute;
  right: 80px;
  top: 80px;
  width: var(--steps-w)
}

.step {
  position: relative;
  height: 167px;
  border-bottom: 1px solid #d8d8d8
}

.step .num {
  position: absolute;
  left: 0;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecf7ff;
  border: 1px solid rgba(33, 113, 187, .2);
  color: #1368b7;
  font-size: 16px;
  font-weight: 600
}

.step em {
  /* position: absolute;
  left: 134px;
  top: 83px;
  display: inline-flex; */
  margin-left: 10px;
  height: 20px;
  padding: 4px 10px;
  align-items: center;
  border-radius: 4px;
  background: rgba(47, 169, 222, .2);
  font-style: normal;
  white-space: nowrap;

  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #1368B7;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.step h3 {
  position: absolute;
  left: 0;
  top: 80px;
  margin: 0;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #001A33;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 600;
}

.step p {
  position: absolute;
  left: 0;
  top: 120px;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #6C717A;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.packages-section {
  position: absolute;
  left: 0;
  top: 1396px;
  width: 100%;
  height: 890px;
  background: #fff
}

.packages-section h2 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 62px;
  font-family: PingFangSC-Semibold;
  font-size: 44px;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 600;
}

.package-card {
  position: absolute;
  left: 80px;
  top: 162px;
  width: var(--content-w);
  height: 678px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #e6eff8;
  box-shadow: 0 22px 70px rgba(14, 72, 130, .08);
  overflow: hidden
}

.package-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 156px;
  width: calc(100% / 6);
  height: 522px;
  background: #f6fbff
}

.recommend {
  position: absolute;
  z-index: 3;
  left: 60.5%;
  top: 45px;
  width: 70px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff8d3b, #ff5f2e);
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(255, 111, 47, .18)
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
  z-index: 1
}

.check-div {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 22px 0 rgba(19,104,183,0.30);
}

.dark {
  background: #F0F0F0;
  box-shadow: none;
}

.check-div img {
  width: 14px;
  height: 14px;
}

.package.package-head {
  height: 156px;
  background: #fff;
}

.package-head .cell {
  height: 156px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e2edf7;
  text-align: center;
  min-width: 0;
  background: #E2F1FF;

  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #001A33;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
}

.package-head .cell.project {
  align-items: flex-start;
  padding-left: 32px;
  text-align: left
}

.package-head .cell.highlight {
  background: #f6fbff
}

.package-head span {
  display: block;
  margin-top: 15px;
  max-width: 100%;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #6C717A;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 600;
}

.package-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 156px;
  background: #fff
}

.row {
  height: 87px;
  border-top: 1px solid rgba(216, 216, 216, .8)
}

.row .project {
  display: flex;
  align-items: center;
  padding-left: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #001A33;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 600;
}

.row i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eef3f8;
  color: #2f7da8;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1
}

.row i.highlight {
  background: #f6fbff
}

.lead-section {
  position: absolute;
  left: 80px;
  top: 2286px;
  width: var(--content-w);
  height: 531px;
  border-radius: 32px;
  background: linear-gradient(110deg, #eef8ff 0%, #fff 58%, #f9fcff 100%);
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 28px 80px rgba(14, 72, 130, .08)
}

.lead-bg {
  position: absolute;
  /* left: -320px; */
  left: 0;
  top: 0;
  /* width: 1137.42px; */
  /* width: calc(100% - 160px); */
  width: 100%;
  height: 578px;
  object-fit: cover;
  opacity: .88
}

.lead-bg-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .74) 46%, rgba(255, 255, 255, .94) 100%)
}

.lead-copy {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 75px;
  width: clamp(390px, calc(43.023vw - 66.05px), 760px)
}

.lead-copy h2 {
  margin: 0;
  line-height: 62px;

  font-family: PingFangSC-Semibold;
  font-size: 44px;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 600;
}

.lead-copy p {
  margin: 18px 0 43px;
  max-width: 760px;
  color: #1F2943;
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1F2943;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.lead-copy ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.lead-copy li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;

  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1F2943;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.lead-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e7f5ff;
  color: #1368b7;
  text-align: center;
  line-height: 18px;
  font-size: 12px
}

.consult-phone {
  position: absolute;
  left: 0;
  top: 350px
}

.consult-phone span {
  display: block;
  color: rgba(31, 41, 67, .8);
  font-size: 14px;
  line-height: 24px
}

.consult-phone strong {
  display: block;
  margin-top: 12px;
  line-height: 32px;

  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #001A33;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 600;
}

.lead-form {
  position: absolute;
  z-index: 3;
  right: var(--lead-form-r);
  top: 60px;
  width: var(--lead-form-w)
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d7dde3;
  border-radius: 8px;
  background: #fff;
  padding: 0 15px;
  color: #0f1946;
  font-size: 18px;
  outline: none
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(15, 25, 70, .4)
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px
}

.lead-form select {
  margin-top: 20px;
  appearance: none;
  background: #fff linear-gradient(45deg, transparent 50%, #0f1946 50%) right 24px center/7px 7px no-repeat
}

.lead-form textarea {
  display: block;
  margin-top: 20px;
  height: 113px;
  padding-top: 18px;
  resize: none
}

.form-bottom {
  position: relative;
  margin-top: 20px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.policy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #0f1946;
  white-space: nowrap
}

.policy input {
  appearance: none;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #c9cfd3;
  border-radius: 4px;
  background: #fff;
  flex: 0 0 auto
}

.lead-form button {
  width: clamp(202px, calc(11.5116vw + 80px), 301px);
  height: 61px;
  border: 0;
  border-radius: 8px;
  /* background: linear-gradient(90deg, #167ad9, #114fa7); */
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.4;
  background-image: linear-gradient(-78deg, #1368B7 0%, #1AB3F8 100%);
  box-shadow: 0 8px 24px 0 rgba(26,122,195,0.43);
}

.footer {
  position: absolute;
  left: 0;
  top: 2326px;
  width: 100%;
  background: #fff;
}

.footer-ribbon {
  height: 30px;
  background: linear-gradient(90deg, #f8fbff, #eaf5ff, #f8fbff)
}

.footer-inner {
  position: relative;
  margin: 0 var(--footer-margin);
  top: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 12px;
  border-top: 1px solid #dee3e9;
}

.footer h3 {
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: -.4px;

  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #001A33;
  letter-spacing: -0.4px;
  font-weight: 500;
}

.footer p {
  margin: 0;

  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 400;
}

.footer-contact p {
  margin-bottom: 42px
}

.footer section {
  display: flex;
  flex-direction: column;
  gap: 17px;
  min-width: 0
}

.footer section h3 {
  margin-bottom: 0
}

.footer a {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
  font-family: PingFangSC-Light;
  color: #001A33;
  letter-spacing: 0;
  font-weight: 200;
}

.qr {
  margin-top: -4px;
  padding: 8px
}

.qr img {
  width: 36px;
  display: block
}

.footer-line {
  display: none;
}

.copyright,
.icp {
  margin: 0;
  white-space: nowrap;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 14px !important;
  color: #001A33;
  letter-spacing: -0.35px;
  font-weight: 400;
}

.icp {
  text-align: right;
}

.floatbar {
  position: fixed;
  z-index: 60;
  right: max(0px, calc((100vw - 1920px)/2));
  bottom: 5%;
  /* transform: translateY(-50%); */
  width: 50px;
  border: 1px solid #edf2f8;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 41, 67, .08)
}

.floatbar .float-item,
.floatbar button {
  position: relative;
  width: 50px;
  border: 0;
  border-bottom: 1px solid #edf2f8;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.floatbar .float-item {
  height: 94px;
  gap: 8px;

  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1F2943;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}

.floatbar .float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #1f2943
}

.floatbar .float-icon img {
  width: 20px;
  height: 20px;
  display: block
}

.floatbar span {
  font-size: 12px;
  line-height: 16px;
  text-align: center
}

.floatbar em {
  position: absolute;
  right: 7px;
  top: 10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #e12d39;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center
}

.floatbar button {
  height: 42px;
  border-bottom: 0;
  font-size: 20px;
  color: #768197
}

@media (max-width:1200px) {
  .brand {
    left: 30px
  }

  .brand-name {
    font-size: 24px
  }

  .nav {
    left: 158px;
    gap: 28px
  }

  .hero-copy {
    width: 760px
  }

  .hero-copy h1 {
    font-size: 52px
  }

  .left-title {
    width: 470px
  }

  .left-title p {
    width: 470px
  }

  .process-card-copy strong {
    font-size: 28px
  }

  .package-head .cell.project,
  .row .project {
    padding-left: 32px
  }

  .footer a {
    max-width: 160px
  }

  .header-phone {
    right: 40px
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    font-size: 18px
  }

  .form-row {
    gap: 20px
  }
}