footer {
  width: 100%;
  background-color: #191a1e;
}
footer .top {
  width: 100%;
  padding: 80px 0;
}
footer .top .centent {
  width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .top .centent .image {
  max-width: 307px;
  height: auto;
}
footer .top .centent .center {
  display: flex;
  justify-content: space-between;
}
footer .top .centent .center .left {
  display: flex;
  justify-content: space-between;
  width: 480px;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid #393a3c;
}
footer .top .centent .center .left ul {
  display: flex;
  flex-direction: column;
}
footer .top .centent .center .left ul p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
footer .top .centent .center .left ul li {
  color: #8d8e8f;
  font-size: 16px;
  margin: 10px 0;
}
footer .top .centent .center .left ul li:hover {
  color: #fff;
}
footer .top .centent .center .right {
  padding: 0 0 0 30px;
}
footer .top .centent .center .right ul {
  color: #ccc;
}
footer .top .centent .center .right ul p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
footer .top .centent .center .right ul li {
  margin: 15px 0;
  color: #ccc;
  font-size: 18px;
  display: flex;
  align-items: center;
}
footer .top .centent .center .right ul li img {
  width: 20px;
  height: auto;
}
footer .top .centent .center .right ul li .iconfont {
  color: #ccc;
  margin-right: 5px;
}
footer .buttom {
  width: 100%;
  border-top: 1px solid #393a3c;
}
footer .buttom .centent {
  position: relative;
  width: 1450px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a7b7f;
  font-size: 16px;
}
footer .buttom .centent .list {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
footer .buttom .centent .list .item {
  margin: 0 10px;
  display: flex;
  height: 26px;
  width: auto;
  align-items: center;
  justify-content: center;
}
footer .buttom .centent .list .item img {
  width: auto;
  height: 22px;
}
@media screen and (max-width: 1600px) {
  footer .top .centent {
    width: 90%;
  }
  footer .buttom .centent {
    width: 90%;
  }
  footer .buttom .centent .list .item {
    height: 18px;
    margin: 0 8px;
  }
  footer .buttom .centent .list .item img {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer .buttom .centent {
    flex-direction: column;
    height: auto;
    padding: 15px 0;
  }
  footer .buttom .centent .list {
    position: relative;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .top .centent .image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .top {
    padding: 40px 0 30px;
  }
  footer .top .centent .center {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .centent .center .left {
    width: 100%;
    padding: 0;
    border: none;
    flex-wrap: wrap;
  }
  footer .top .centent .center .right {
    padding: 0;
    margin-top: 25px;
  }
  footer .buttom .centent p {
    text-align: center;
  }
  footer .buttom .centent .list {
    margin: 20px;
  }
}
