<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-container {
  position: relative;
}
.banner-container .form {
  position: absolute;
  right: 280px;
  top: 121px;
  width: 400px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2vw;
  z-index: 100;
}

.register .step {
  background: #fff;
  margin: 60px 0;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 20px 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.register .uk-flex span {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  line-height: 24px;
  color: #0082ef;
  padding: 10px 0;
}
.register .text {
  flex: 1;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  color: #333;
}
.register .text img {
  width: 36px;
}
.register .btn {
  margin: 0 auto;
  width: 240px;
  height: 48px;
  background: #0082ef;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: 522px;
}
.bg-white {
  background: #fff;
}
.service .service-title {
  height: 76px;
  line-height: 76px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(
    135deg,
    rgb(65, 120, 255) 0%,
    rgb(50, 179, 255) 100%
  );
}
.service .uk-width-medium-1-3 &gt; div {
  box-shadow: 0 0 24px 0 hsla(0, 0%, 60%, 0.15);
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 2px solid #eee;
  height: 434px;
  position: relative;
}
.service .content {
  padding-left: 40px;
}
.service .content .uk-flex {
  margin-bottom: 20px;
}
.service .content .uk-flex img {
  margin-right: 10px;
}
.service .btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.service .btn-container img {
  width: 24px;
}

.service .btn {
  height: 40px;
  background: #005bf1;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 8px;
}
.service .tips {
  color: #005bf1;
}

.center-banner .uk-container {
  height: 184px;
  background: url("../image/top.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 40px;
}
.center-banner h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.center-banner p {
  color: #fff;
  width: 70%;
  font-size: 18px;
  margin-top: 30px;
}
.center-banner .btn img {
  width: 24px;
}
.center-banner .btn {
  width: 136px;
  height: 40px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #005bf1;
  line-height: 40px;
  text-align: center;
}
.service-list .uk-grid {
  margin-top: 60px;
}
.service-list .uk-width-medium-1-4 &gt; div {
  background: #f2f2f2;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 20px;
  padding: 10px 16px;
}
.footer-form {
  width: 60%;
  margin: 60px auto;
}
.footer-form .item {
  margin-bottom: 10px;
}
.footer-form .label {
  margin-bottom: 10px;
}
.footer-form input,
.footer-form select {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
.footer-form .send_apply {
  margin-top: 60px;
}
.footer-form .send_apply button {
  display: block;
  width: 200px;
  height: 50px;
  background: #005af0;
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border: 1px solid #005af0;
}

@media (max-width: 480px) {
  .banner-container .form {
    display: none;
  }
  .footer-form {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  body * {
    flex-shrink: 0 !important;
  }
  .w-1200 {
    width: 100%;
  }
  .register-bg {
    padding: 80px 0;
  }
  .title-center {
    font-size: 30px;
    padding: 0 15px;
  }
  .title-remark {
    padding: 0 25px;
    font-size: 16px;
    margin-top: 10px;
  }
  .register-view {
    overflow-x: auto;
    padding: 40px 15px;
  }
  .register-item {
    flex: inherit;
    width: 222px;
    flex-shrink: 0;
  }
  .register-footer {
    padding: 10px 0 20px 0;
  }
  .register-footer img {
    width: 110px;
  }
  .register-remark {
    font-size: 14px;
  }
  .service-bg {
    padding: 50px 0;
  }
  .service-tabs {
    flex-wrap: wrap;
    gap: 25px;
  }
  .service-map {
    width: 100vw;
    height: 81vw;
    margin: 20px 0 0 0;
  }
  .service-btn {
    padding: 50px 0 20px 0;
  }

  .service-tag:nth-child(1) {
    top: 27vw !important;
    right: 28vw !important;
  }

  .service-tag:nth-child(2) {
    top: 31vw !important;
    right: 24vw !important;
  }

  .service-tag:nth-child(3) {
    top: 40vw !important;
    right: 22vw !important;
  }

  .service-tag:nth-child(4) {
    top: 45vw !important;
    right: 17vw !important;
  }

  .service-tag:nth-child(5) {
    top: 44vw !important;
    right: 33vw !important;
  }

  .service-tag:nth-child(6) {
    top: 45vw !important;
    right: 48vw !important;
  }

  .service-tag:nth-child(7) {
    top: 61vw !important;
    right: 30vw !important;
  }

  .service-tag:nth-child(8) {
    top: 59vw !important;
    right: 50vw !important;
  }

  .service-map-card {
    width: 240px;
    height: initial;
    top: -28vw;
    left: -27vw;
  }

  .service-map-card h1 {
    font-size: 18px;
  }

  .service-map-card p {
    font-size: 18px;
    margin: 0;
  }
}

.register-view {
  display: flex;
  gap: 0 35px;
  padding: 80px 0 60px 0;
}
.register-item {
  flex: 1;
  position: relative;
}
.register-item:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 15px;
  background-image: url("{eyou:global name='web_templets_pc' /}/skin/css/img/weixin/Slice 349.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.register-top {
  background: #045afe;
  box-shadow: inset 0px 8px 12px 0px rgba(255, 255, 255, 0.3);
  border-radius: 16px 16px 0 0;
  padding: 19px 0;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-footer {
  background: #ffffff;
  box-shadow: inset 0px 8px 12px 0px #c8dbff;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 0;
  margin-top: -15px;
}
.register-remark {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.register-bg {
  padding: 80px 0;
}

.blue-btn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 10px 18px;
  box-sizing: border-box;
  background: #045afe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 150px;
}

.question .uk-width-small-1-2 &gt; a &gt; div {
  height: 190px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 39px 30px 0;
  cursor: pointer;
  margin-bottom: 20px;
}
.question .uk-width-small-1-2 h4 {
  font-weight: bold;
  font-size: 18px;
}
.question .uk-width-small-1-2 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
</pre></body></html>