<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0;
  padding: 0;
}
footer{
  width: 100%;
  border-top: 1px solid #f5f5f5;
  box-sizing: border-box;
  background: #fbfbfb;
}
.footer{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 67px;
}
.footer_top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_left{
  display: flex;
  flex-direction: row;
}
.footerList{
  display: flex;
  flex-direction: column;
  margin-right: 130px;
}
.footerList p{
  font-size: 21px;
  color: #333333;
  margin-bottom: 26px;
}
.footerList a{
  text-decoration: none;
  color: #666666;
  font-size: 15px;
  margin: 16px 0 0;
}
.footer_right{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gengguangtiandi{
  width: 151px;
  height: 33px;
  margin-right: 89px;
}

.footer_bottom{
  margin: 98px 0 68px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_bottom span{
  font-size: 17px;
  line-height: 17px;
  color: #666666;
}
.footer_bottom span:last-child{
  font-size: 15px;
  line-height: 15px;
}</pre></body></html>