<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{ margin: 0;padding:0}
a{ text-decoration: none; cursor: pointer}
	ul, li {
    list-style: none;
}
.footer {
    padding: 25px 0;
    background-color: #3c3c3c;
}
.footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.footer_link {
    padding: 0 15px;
    transition: color .25s linear;
}
.footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.footer_bottom_l img {
    display: block;
    width: 473px;
}
.footer_bottom_c {
    margin: 0 25px;
}
.footer_bottom_c .txt {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.footer_link {
    padding: 0 15px;
    color: #fff;
}
.footer_bottom_r img {
    display: block;
    width: 116px;
}
.footer_link:hover {
    color: hsla(0,0%,100%,.8);
}
.footer_tips {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #6c6c6c;
}</pre></body></html>