[v-cloak] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%;
  background: #f7f7f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #333;
  word-break: break-all;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: #333;
}

ul,
li {
  list-style: none;
}

.container1404 {
  width: 1404px;
  margin-left: auto;
  margin-right: auto;
}

.clear_float::after {
  content: '';
  display: table;
  clear: both;
}

.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.ml84 { margin-left: 84px; }
.mr31 { margin-right: 31px; }
.ml70 { margin-left: 70px; }
.ml190 { margin-left: 190px; }
.pl45 { padding-left: 45px; }
.mt50 { margin-top: 50px; }

/* Header */
.head-box {
  position: fixed;
  height: 80px;
  width: 100%;
  line-height: 80px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.head-box-place-holder {
  height: 80px;
}

.head-logo-text {
  float: left;
  margin-top: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #469af5;
  line-height: 1.4;
}

.head-logo-text span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  letter-spacing: 1px;
}

.head-list {
  float: right;
  height: 100%;
}

.head-list-item {
  display: inline-block;
  vertical-align: middle;
}

.head-list-item-a {
  position: relative;
  padding-bottom: 16px;
  color: #333;
  font-size: 16px;
  transition: color 0.2s;
}

.head-list-item-a:hover {
  color: #469af5;
}

.head-list-item-a-active {
  color: #469af5;
}

.head-list-item-a-active::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  background-color: #469af5;
  border-radius: 2px;
}

/* Banner */
.page-banner {
  height: 200px;
  background: linear-gradient(135deg, #469af5 0%, #2d6fd9 100%);
  display: flex;
  align-items: center;
}

.page-banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-left: 45px;
}

.page-banner-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-left: 45px;
  margin-top: 10px;
  letter-spacing: 2px;
}

/* Content */
.page-content {
  padding: 60px 0 80px;
}

.content-card {
  background: #fff;
  border-radius: 8px;
  padding: 48px 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.content-card h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 4px solid #469af5;
}

.content-card p {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  text-indent: 2em;
  margin-bottom: 16px;
}

.content-card p:last-child {
  margin-bottom: 0;
}

.content-card ul {
  padding-left: 2em;
  margin: 12px 0;
}

.content-card ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 28px;
  color: #555;
  margin-bottom: 8px;
}

/* Service cards */
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}

.service-item {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 8px;
  padding: 32px 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(70, 154, 245, 0.15);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #469af5, #2d6fd9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
}

.service-item h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.service-item p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  text-indent: 0;
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg, #469af5 0%, #1a4fa0 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

.hero-desc {
  font-size: 18px;
  opacity: 0.9;
  line-height: 32px;
  max-width: 700px;
  margin: 0 auto 36px;
}

.hero-btn {
  display: inline-block;
  padding: 12px 36px;
  background: #fff;
  color: #469af5;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.2s;
}

.hero-btn:hover {
  opacity: 0.9;
  color: #469af5;
}

.hero-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-left: 16px;
}

.hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* Info list */
.info-list {
  margin-top: 10px;
}

.info-list-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-list-item:last-child {
  border-bottom: none;
}

.info-label {
  width: 100px;
  flex-shrink: 0;
  font-size: 15px;
  color: #999;
}

.info-value {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}

.info-value a {
  color: #469af5;
}

.info-value a:hover {
  text-decoration: underline;
}

/* Privacy policy */
.policy-section {
  margin-bottom: 32px;
}

.policy-section h3 {
  font-size: 17px;
  color: #333;
  margin-bottom: 12px;
}

.policy-section p,
.policy-section li {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.policy-section ul {
  padding-left: 2em;
  margin: 8px 0;
}

.policy-section li {
  list-style: decimal;
  margin-bottom: 6px;
}

.policy-update {
  font-size: 13px;
  color: #999;
  margin-bottom: 30px;
}

/* Footer */
.footer {
  padding: 60px 0 30px;
  background-color: #2d3236;
}

.foot-brand {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.foot-brand-sub {
  font-size: 12px;
  color: #9b9b9b;
  margin-top: 6px;
}

.foot-describe {
  width: 360px;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 24px;
  line-height: 26px;
}

.foot-list-home-page-title {
  color: #fff;
  font-size: 16px;
}

.foot-list-home-page-title a {
  color: #fff;
}

.foot-list-home-page-title a:hover {
  color: #469af5;
}

.foot-beian {
  margin-top: 20px;
  font-size: 13px;
  color: #9b9b9b;
}

.foot-beian a {
  color: #9b9b9b;
  margin-left: 10px;
}

.foot-beian a:hover {
  text-decoration: underline;
}

.foot-divider {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #404548;
}

@media screen and (max-width: 1380px) {
  .container1404 {
    width: 1200px;
  }

  .ml84 {
    margin-left: 49px;
  }

  .head-list-item-a {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .container1404 {
    width: 100%;
    padding: 0 20px;
  }

  .content-card {
    padding: 28px 24px;
  }

  .hero-title {
    font-size: 28px;
  }

  .service-grid {
    flex-direction: column;
  }

  .foot-describe {
    width: 100%;
  }

  .ml190,
  .ml70 {
    margin-left: 30px;
  }
}
