.footer {
  width: 100%;
  background-color: #f1f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999999;
  padding: 80px 0;
  margin: 0 auto;
}

.f-logo {
  width: 164px;
}

.f-value {
  margin: 30px 0 40px;
  font-size: 16px;
}

.f-phone-title {
  font-size: 18px;
}

.f-phone-value {
  font-size: 32px;
  color: #48baa0;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
  border-left: 2px solid #48baa0;
  border-right: 2px solid #48baa0;
  margin: 20px 0 30px;
}

.f-qrCode-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fqb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.fqbi-img {
  width: 76px;
  height: 76px;
}

.fqbi-text {
  font-size: 14px;
}

.f-other {
  position: relative;
}

.fo-wrap {
  display: flex;
  gap: 50px;
  font-size: 14px;
  margin-top: 50px;
}

.fow-item {
  width: 120px;
}

.fow-item .fowi-title {
  display: block;
  color: currentColor;
  text-decoration: none;
}

.fow-item .fowi-title:nth-child(1) {
  color: #555555;
  margin-bottom: 10px;
}

.fow-item .fowi-title:not(:nth-child(1)) {
  margin-top: 8px;
}

.fow-item .fowi-title:not(:nth-child(1)):hover {
  color: #48baa0;
  cursor: pointer;
}

.f-copyright {
  font-size: 14px;
  /* align-self: flex-start; */
  margin-top: 40px;
}

.f-copyright:hover {
  color: #48baa0;
  cursor: pointer;
}