/* 联系我们 */
body {
  background-color: #f9fafb;
}
.banner {
  height: 435px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner .wrap {
  position: relative;
  z-index: 1;
}
.banner .text1 {
  font-size: 56px;
}
.banner .text2 {
  font-size: 30px;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.banner .text1,
.banner .text2 {
  opacity: 0;
  animation: fadeInUp 1s forwards;
  -webkit-animation: fadeInUp 1s forwards;
}
.contact-us {
  padding: 60px 0;
}
.contact-us .title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172b;
  font-family: Inter;
}
.contact-us .title span {
  color: #06b6d4;
  font-style: italic;
  font-family: sans-serif;
  letter-spacing: -1px;
  font-weight: 900;
}
.contact-us .tips {
  color: #62748e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.contact-us .info {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.contact-us .info .item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-us .info .item:hover .label {
  background: rgba(6, 182, 212, 0.2);
}
.contact-us .info .item .label {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(6, 182, 212, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05) inset;
  transition: all 0.3s ease;
}
.contact-us .info .item .col-r p:nth-child(1) {
  font-size: 12px;
  color: #90a1b9;
  font-weight: 700;
  line-height: 28px;
}
