.footer {
  height: 100vh;
  /* height: 95vh; */
  width: 100%;
  background-color: #151414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer h3 {
  color: #f0f0f0;
  margin-left: 5px;
}

.footer ul {
  display: flex;
  width: 90%;
  margin: 1%;
  justify-content: space-between;
  margin-bottom: 1%;
  color: white;
  margin-left: 8%;
}

.footer .icon-list p {
  display: flex;
}

/* .footer .icon-list span {
  padding: 5px;
  font-size: 10px;

} */
/* 默认样式，适用于所有屏幕尺寸 */
.footer .icon-list span a {
  padding: 5px;
  font-size: 10px; /* 默认字体大小设置为12px */
}

@media (min-width: 1600px) {
  .footer .icon-list span a {
    font-size: 12px;
  }
}
.footer .icon-img {
  width: 12px;
  max-height: 13px;
  margin-left: 2px;
}

.footer .logo-img {
  height: 100%;
  width: 100%;
}

.footer .small-img {
  height: 23%;
  width: 23%;
}

.footer .flex-align {
  display: flex;
  justify-content: space-between;
}

.footer .svg-container {
  border-bottom: rgb(78, 78, 78) 1px solid;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer .svg-container-unit {
  flex-basis: 22%;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 2%;
}

.footer .svg-icon {
  width: 40px;
  height: auto;
  max-height: 40px;
}

.footer .svg-text {
  margin: 0;
  font-size: 14px;
  color: white;
}

.footer .right-border {
  border-right: #393939 1px solid;
}

.footer .gray-bg {
  width: 90%;
  margin: 0 auto;
  /* padding-top: 3%; */
  background-color: rgb(21, 20, 20);
}
.footer .gray-bg-1 {
  width: 90%;
  margin: 0 auto;
  /* padding-top: 3%; */
  background-color: rgb(21, 20, 20);
}

/*特效修改*/
@keyframes fadeColor-Text {
  0% {
    color: #ffffff;
  }

  /* 初始状态为红色 */
  100% {
    color: #1d54f6;
  }

  /* 最后一段为蓝色 */
}

.footer p:hover.svg-text {
  animation: fadeColor-Text 0.5s ease;
  animation-fill-mode: forwards;
  text-decoration: none;
}

.footer span {
  padding: 5px;
  font-size: 10px; /* 默认字体大小设置为12px */
}

@media (min-width: 1600px) {
  .footer span {
    font-size: 12px;
  }
}
.footer p {
  color: #d0d0d0;
}

.footer a {
  line-height: 2em;
  color: #d0d0d0;
  cursor: pointer;
  /* font-size: 10px; */
}

.footer h3 {
  font-size: 1.17em;
  color: #f0f0f0;
  font-weight: 400;
  margin-bottom: 10%;
}
.icon-list p a:hover {
  color: #1d54f6;
}
.footer-icon {
  max-width: 150px !important;
}
