.bottom .bottom-container-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #212121;
  padding-top: 100px;
}
.bottom .bottom-container-wrap .bottom-container {
  width: 1200px;
  margin: 0 auto;
}
.bottom .bottom-container-wrap .bottom-container .bottom-avatar {
  display: flex;
  align-items: center;
  width: 203px;
  height: 31px;
}
.bottom .bottom-container-wrap .bottom-container .bottom-avatar img {
  width: 100%;
}
.bottom .bottom-container-wrap .bottom-container .bottom-blogroll {
  display: flex;
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.54);
}
.bottom .bottom-container-wrap .bottom-container .bottom-blogroll .bottom-blogroll-a {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.bottom .bottom-container-wrap .bottom-container .bottom-blogroll .bottom-blogroll-a a {
  white-space: nowrap;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.54);
  margin-left: 16px;
}
.bottom .bottom-footer-wrap .bottom-footer {
  width: 1200px;
  height: 96px;
  font-size: 14px;
  line-height: 96px;
  color: rgba(255, 255, 255, 0.38);
  margin: 100px auto 0;
  border-top: 1px #3a3a3a solid;
}
