<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-banner {
  background-color: var(--gray-color);
}
.top-banner .left,
.top-banner .right {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-banner .left h2,
.top-banner .right h2 {
  font-size: 56px;
}
.top-banner .left .btn,
.top-banner .right .btn {
  width: 50%;
  height: 64px;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
  border-radius: 40px;
}
.top-banner .left img,
.top-banner .right img {
  align-self: flex-end;
  max-width: 100%;
}
.top-banner .left p,
.top-banner .right p {
  width: 315px;
  line-height: 1.5;
  padding: 45px 0;
}
.top-banner .left {
  padding-left: 36px;
}

.tm3 {
  padding: 128px 0;
}
.tm3 .card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 80px 40px 58px;
  height: 480px;
  box-sizing: border-box;
}
.tm3 .card img {
  width: 64px;
}
.tm3 .card h3 {
  padding-top: 64px;
  padding-bottom: 40px;
  height: 68px;
  font-size: 26px;
  line-height: 34px;
}
.tm3 .card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.tm3 .lingd .card {
  color: var(--white-color);
  background: linear-gradient(103deg, #E72A29 0%, #F1605F 100%);
}

.spa img {
  width: 100%;
  height: 404px;
  -o-object-fit: contain;
     object-fit: contain;
}
.spa h1 {
  padding-top: 76px;
  font-size: 46px;
  color: #000000;
  line-height: 54px;
}
.spa p {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.spa span {
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  color: #D41D00;
  line-height: 22px;
  transition: all 0.3s;
}
.spa span:hover {
  font-size: 20px;
}
.spa .card {
  padding-left: 30px;
}

.intel {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 88px;
}
.intel h1 {
  font-weight: 600;
  font-size: 46px;
  color: #000000;
  line-height: 54px;
}
.intel p {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  padding: 24px 0;
}
.intel span {
  font-weight: 600;
  font-size: 18px;
  color: #D41D00;
  line-height: 22px;
}

.product img {
  width: 100%;
}

.revenue {
  background-color: var(--gray-color);
  margin: 128px auto;
  border-radius: 16px;
}
.revenue .left {
  height: 496px;
  color: #000000;
  line-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 36px;
}
.revenue .left h1 {
  font-size: 40px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 40px;
}
.revenue .left button {
  height: 64px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.revenue .left button:first-child {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.revenue .left button:last-child {
  color: var(--white-color);
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
}
.revenue .right {
  height: 496px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.revenue .right img {
  object-fit: contain;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .top-banner .left,
  .top-banner .right {
    padding: 20px !important;
    box-sizing: border-box;
    height: auto !important;
  }
  .top-banner .left .btn {
    width: 95% !important;
  }
  .top-banner .right img {
    align-self: normal !important;
  }
  .tm3 {
    padding: 0px 0 !important;
  }
  .tm3 .layui-col-space20 {
    margin: 0;
  }
  .tm3 .card {
    height: auto !important;
    padding: 30px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .tm3 .card h3 {
    margin: 0;
    padding: 30px 0;
    height: auto !important;
  }
  .spa img {
    height: auto !important;
  }
  .spa .card {
    padding-left: 0px !important;
  }
  .spa h1 {
    padding-top: 10px !important;
  }
  .intel {
    padding: 60px 0 !important;
  }
  .revenue {
    margin: 40px 0;
  }
  .revenue .left {
    padding-left: 0px !important;
    height: auto !important;
    padding: 40px 0;
  }
  .revenue .left h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .revenue .left div {
    display: flex;
    flex-direction: column;
  }
  .revenue .left div button {
    margin: 10px 0;
  }
  .revenue .right {
    height: auto !important;
  }
  .revenue .right img {
    height: 100% !important;
  }
}/*# sourceMappingURL=feature.css.map */</pre></body></html>