footer {
  background: #393939;
}

footer .container {
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}

footer .navList {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

footer .navList .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

footer .navList .item a:first-child {
  color: #fff;
  margin-bottom: 15px;
}

footer .navList .item a {
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}

footer .right {
  width: 25%;
}

footer .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  flex-direction: column;
}
footer .right a img{
max-width:120px;
}
footer .right a p {
  margin: 0;
}

footer .right a:nth-child(1) {
  background: 0;
  color: #fff;
}

footer .right a:nth-child(2) {
  background: #fff;
  color: #999;
}

/* 备案 */
.footer2 {
  border-top: 1px solid #D9D9D933;
  padding: 20px 0;
  width: 100%;
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.footer2 a {
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1440px) and (min-width:0px) {}

@media screen and (max-width: 1200px) and (min-width:0px) {}

@media screen and (max-width: 992px) and (min-width:0px) {}

@media screen and (max-width: 640px) and (min-width:0px) {
  footer .navList {
    width: 100%;
  }

  footer .right {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 400px;
  }
}