#footer {
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-position: bottom;
}
#footer .footer-content {
  display: grid;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#footer .footer-content .footer_item .footer_item_title {
  color: #fff;
  font-family: 'SourceHanSansCN';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
}
#footer .footer-content .footer_item .footer_item_title .tag {
  display: inline-block;
  margin-right: 5px;
}
#footer .footer-content .footer_item .content_item_link {
  font-family: 'SourceHanSansCN';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #86909C;
  margin: 15px 0px;
  display: block;
}
#footer .footer_declaration .footer_declaration_list {
  display: grid;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 340px;
  margin: 20px auto 0;
}
#footer .footer_declaration .footer_declaration_list .declaration_site {
  font-family: 'SourceHanSansCN';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #86909C;
  cursor: pointer;
}
#footer .footer_declaration .footer_declaration_list .border_right {
  border-right: 1px solid #86909C;
}
#footer .footer_declaration .footer_declaration_info {
  font-family: 'SourceHanSansCN';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #86909C;
  margin: 15px auto 0;
  width: 900px;
}
