/* footer */

/* footer */
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  /*height: 350px;*/
  opacity: 1;
  background: #1c293d;
}

.footer-item div {
  color: #c2c2cf;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-item div a {
  color: #c2c2cf;
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-item {
  margin-right: 200px;
}
.footer-item :last-child {
  margin-right: 0;
}

.footer-item div:first-child {
  font-size: 16px;
  color: #c2c2cf;
}
.footer-list {
  display: flex;
  /* align-items: center;
  width: 100%; */
  margin-top: 50px;
  /*margin-left: 150px;*/
}

.footer-img-item {
  display: flex;
  width: 200px;
}
.footer-img-left {
  margin-left: 20px;
}
.footer-img-list div {
  margin-top: 12px;
  text-align: center;
}
.footer-img-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-font div {
  width: 100px;
  cursor: pointer;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom a {
  font-size: 12px;
  font-weight: normal;
  color: #c2c2cf;
}
.footer-bottom img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
