@charset "UTF-8";
/* 由同名.scss编译为.css */
.footer {
  clear: both;
  background: #2e2e2e;
  text-align: center;
  padding: 40px 0;
  padding-bottom: 100px;
}

.footer .box1 {
  background-color: #fff;
}

.footer .box2 {
  background-color: #2e2e2e;
}

.footer .block {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.footer .block .top.clearfix {
  display: flex;
  justify-content: center;
}

.footer .block p {
  font-size: 14px;
  color: #acacac;
}

.footer .block .p1 a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer .block .p2 {
  margin-top: 10px;
}

.footer .block .p3 {
  margin-top: 2px;
}

.footer .block .p4 {
  margin-top: 2px;
}

.footer .block .p5 {
  margin: 10px 0;
}
