/* 重置样式 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 基础样式 */
body {
  min-width: 1440px;
}

/* 头部样式 */
.header-menu-item {
  cursor: pointer;
}

.full-width {
  width: 100%;
  min-width: 1440px;
}

.header-section {
  position: fixed !important;
  top: 0;
  text-align: center;
  padding-left: 12%;
  padding-right: 12%;
}

/* 页面布局 */
.page-container {
  width: 1920px;
  height: 1080px;
  padding-top: 77px;
  position: relative;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.content-wrapper {
  align-self: stretch;
  flex: 1 1 0;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: flex;
}

/* 标题样式 */
.section-title {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #3B527E;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word;
}

.section-content {
  color: #666666;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

/* 服务卡片样式 */
.service-cards {
  /*align-self: stretch;*/
  overflow: auto;
  width: 1200px;
  /*display: inline-flex;*/
}

/* 滚动指示器样式 */
.scroll-indicator {
  width: 500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
}

/* 质量指标样式 */
.quality-metrics {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

/* 服务费用样式 */
.service-fee-item {
  flex: 1 1 0;
  padding: 20px 50px;
  height: 160px;
  background: #F8F8F8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.service-fee-icon-wrapper {
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-fee-icon {
  width: 64px;
  height: 64px;
  position: relative;
}

.service-fee-label {
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

/* 页面布局相关 */
.page-container {
  width: 1920px;
  height: 1080px;
  padding-top: 77px;
  position: relative;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.content-wrapper {
  align-self: stretch;
  flex: 1 1 0;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: flex;
}

/* 头部横幅相关 */
.banner-container {
  width: 1920px;
  height: 536px;
  position: relative;
}

.banner-image {
  width: 1920px;
  height: 536px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: linear-gradient(0deg, rgba(46, 62, 205, 0.90) 0%, rgba(46, 62, 205, 0.90) 100%);
}

.banner-content {
  width: 1200px;
  padding-top: 75px;
  padding-bottom: 30px;
  left: 360px;
  top: 81px;
  position: absolute;
  border-radius: 22px;
  outline: 2px white solid;
  outline-offset: -2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: inline-flex;
}

/* 文字样式相关 */
.banner-title {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 80px;
  word-wrap: break-word;
}

.banner-subtitle {
  flex: 1 1 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 24px;
  font-family: Abhaya Libre;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
}

/* 导航栏相关 */
.nav-container {
  width: 1920px;
  padding-left: 280px;
  padding-right: 280px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.nav-item {
  width: 115px;
  padding-left: 34px;
  padding-right: 34px;
  border-bottom: 2px white solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.nav-item.active {
  width: 155px;
  background: #3B527E;
}

.nav-text {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 77px;
  word-wrap: break-word;
}

.nav-text.active {
  color: white;
}

/* 页脚相关 */
.footer-section {
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #3B527E;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-main {
  align-self: stretch;
  padding-left: 340px;
  padding-right: 340px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #3B527E;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.footer-logo-wrapper {
  width: 52px;
  height: 52px;
  position: relative;
}

.footer-logo-wrapper img {
  width: 52px;
  height: 52px;
  left: 0px;
  top: 0px;
  position: absolute;
}

.footer-title {
  color: white;
  font-size: 30px;
  font-family: Abril Fatface;
  font-weight: 400;
  line-height: 80px;
  word-wrap: break-word;
}

.footer-contact {
  align-self: stretch;
  padding-left: 340px;
  padding-right: 340px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #3B527E;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}

.footer-contact-item {
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.footer-contact-item.opacity {
  opacity: 0.80;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contact-icon-wrapper {
  width: 16px;
  height: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.footer-contact-icon-wrapper img {
  margin-top: -5px;
}

.footer-contact-text {
  height: 23px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 18.91px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.orange-dot {
  width: 12px;
  height: 12px;
  background: #FFA600;
  border-radius: 6px;
}

.blue-circle {
  width: 158px;
  height: 158px;
  background: #DEEEFF;
  border-radius: 9999px;
}

/* hero-section相关样式 */
.hero-section {
  position: relative;
  width: 100%;
  min-width: 1400px;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 语言切换相关样式 */
.header-lang-switch {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #3B527E;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
  cursor: pointer;
}

.header-lang-label {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 12.80px;
  font-family: Inter;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.70px;
  word-wrap: break-word;
}

.header-lang-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.header-lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #3B527E;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 5px;
}

.header-lang-option {
  padding: 8px 26px;
  color: white;
  font-size: 12.80px;
  font-family: Inter;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.70px;
  text-align: center;
}

.header-lang-option:hover {
  background: rgba(255, 255, 255, 0.1);
}

.faq-number {
	align-self: stretch;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: #3B527E;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 700;
	line-height: 20px;
	word-wrap: break-word
}
