<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åº•éƒ¨å¼€å§‹ */
.footer {
  width: 100%;
  height: 490px;
  background: #0f0232;
  color: #ccc;
  font-size: 14px;
  overflow: hidden;
}

.footer a:hover {
  color: #fff;
}

.footer .top {
  display: flex;
  width: 80%;
  min-width: 1024px;
  align-items: center;
  margin: 0 auto;
  margin-top: 80px;
}

.footer .top img {
  display: block;
  width: 325px;
  height: 138px;
}

.footer .top .content {
  display: flex;
  flex: 1;
  padding-left: 30px;
  margin-left: 30px;
}

.footer .top .content .item {
  width: 20%;
  line-height: 25px;
  min-width: 210px;
  cursor: pointer;
}

.footer .top .content .item p:hover {
  color: #fff;
}

.footer .top .content .item .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
}

.footer .top .content .item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.footer .bottom {
  display: flex;
  width: 80%;
  min-width: 1024px;
  align-items: center;
  margin: 0 auto;
  margin-top: 60px;
}

.footer .bottom img {
  display: block;
  width: 325px;
  height: 138px;
}

.footer .bottom .content {
  color: #eee;
  font-size: 12px;
  font-weight: 400;
  padding-left: 30px;
  margin-left: 30px;
  line-height: 20px;
}

</pre></body></html>