* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
}

.footer-container {
  width: 100%;
  background-image: url("/static/img/footer.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  /* padding: 40px 0; */
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.dropdown-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1000px;
}

.dropdown-wrapper {
  position: relative;
  width: 18%;
}

.dropdown {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 14px;
  cursor: pointer;
  appearance: none;
  outline: none;
}

.dropdown option {
  color: #000;
}

.dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: white;
  font-size: 14px;
}

.contact-info {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.copyright {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-iocn-img {
  width: 16px;
  height: 16px;
}



.zs-foot {
  height: 300px;
  margin: 0 auto;
  background-image: url("/static/img/footer.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* margin-top: -8%; */
}

.zs-foot-div {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.zs-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  padding-top: 30px;
}

.zs-border {
  border-bottom: 1px solid #D7D7D7;
}

.footer-zu {
  display: flex;
  justify-content: space-between;
  /* margin-top: 50px; */
  color: #fff;
  border-bottom: 1px solid #D7D7D7;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 13px;
}

.fonter-text {
  font-size: 14px;
  margin-bottom: 13px;
}

.zs-foot-r-div {
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

.zs-foot-r-text {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.zs-foot-r-title {
  font-size: 20px;
  color: #fff;
  font-weight: bold
}

.zs-foot-r-ewm {
  /* 中性色/背景蓝灰 */
  background: #F5F6FA;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.zs-foot-r-img {
  width: 110px;
  height: 110px;
}

.zs-foot-r-ewm-text {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.copy {
  width: 100%;
  height: 41px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}


.friend-links {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.friend-links-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.friend-links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.friend-link {
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}

.friend-link:hover {
  color: #1890ff;
  border-color: #1890ff;
  transform: translateY(-2px);
}