/* 底部 start */
.footer {
  display: flex;
  align-items: center;
  height: 320px;
  width: 100%;
  background-image: url(../images/index/footer_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.footer_content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer_list {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.footer_list li {
  list-style: none;
  line-height: 25px;
}

/* 底部 end */
