.foot {
  width: 100%;
}
.foot .top {
  background-color: #4c4c4c;
}
.foot .bottom {
  background-color: #1d1d1d;
  padding: 30px 0;
}
.foot .bottom > ul {
  border-bottom: 1px solid #5b5c5c;
}
.foot .bottom .copyright {
  line-height: 25px;
  color: #999;
  font-size: 14px;
  text-align: left;
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}
.foot .bottom .copyright a {
  color: #999;
}
.foot .bottom .copyright p {
  text-align: center;
}
.foot .bottom .copyright p a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.foot .content {
  width: 80%;
  margin: 0 auto;
}
.foot .content p {
  color: aliceblue;
}
.foot .content > li {
  color: #ddd;
  font-size: 18px;
}
.foot .content > li ul li a {
  color: #999999;
  font-size: 14px;
}
.foot .content > li:last-child .right .title {
  font-size: 18px;
  margin: 0 auto 18px;
  color: #ddd;
}
.foot .content > li:last-child .right .left {
  width: 6px;
  height: 6px;
  background-color: #999999;
}
.foot .content > li:last-child .right .page {
  font-size: 14px;
  color: #999999;
}
.foot .content > li:last-child .right button {
  border: none;
  outline: none;
  width: 70px;
  display: block;
  color: #fff;
  background-color: #44b0ff;
  padding: 4px 0;
  border-radius: 4px;
  text-align: center;
}
.foot .content > li:last-child .right button a {
  color: white;
}
@media only screen and (max-width: 1088px) {
  .headlines {
    display: none;
  }
  .foot .bottom {
    padding-top: 0;
  }
  .foot .bottom .copyright {
    width: 98%;
    font-size: 12px;
  }
  .foot .bottom .copyright .link-name {
    font-size: 12px;
  }
  .foot .bottom .copyright a {
    font-size: 12px;
  }
  .foot .content {
    width: 98%;
    margin: 0 auto;
  }
  .foot .content p {
    font-size: 14px;
  }
  .foot .content > li {
    font-size: 16px;
  }
  .foot .content > li ul li a {
    color: #999999;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .foot .content {
    display: none;
  }
  .foot #links {
    display: none;
  }
}
