/* 本地字体声明 */
@font-face {
    font-family: 'Source Han Serif SC';
    src: url('fonts/SourceHanSerifSC-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Serif SC';
    src: url('fonts/SourceHanSerifSC-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Han Serif SC';
    src: url('fonts/SourceHanSerifSC-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 设置全局默认字体 */
* {
    font-family: 'Source Han Serif SC', serif;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.fw600 {
  font-weight: 600;
}

.contact-services {
  text-align: center;
  color: #ffffff;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}

.contact-services p {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}


.contact-logo {
  margin-top: 4rem !important;
}

.logo-image {
  max-width: 280px !important;
  max-height: 150px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto;
}

.contact-footer {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem;
}