<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  /* height: 350px; */
  background: #0B2296;
}
/* 鍙嬫儏閾炬帴 */
.friendlink {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.friendlink-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 82px;
}

.friendlink-list &gt; li {
  box-sizing: border-box;
  padding: 0 25px;
  width: calc((100% - 80px) / 4);
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.1);
}

.friendlink-list &gt; li:last-child {
  margin-right: 0;
}

.friendlink-list li a {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.friendlink-list li a:hover {
  color: #0B2296;
}

.friendlink-item{
  cursor: pointer;
}

.friendlink-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}

.friendlink-item span::after {
  content: "";
  margin-left: 12px;
  width: 12px;
  height: 36px;
  display: inline-block;
  background: url(../images/link_down.png) no-repeat center;
  transition: all 0.3s;
}

.friendlink-item:hover span::after {
  transform: rotate(-180deg);
  /* transform-origin: 60% 20%; */
}

.subfriendlink-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fafafa;
  position: absolute;
  bottom: 100%;
  z-index: 9999;
  box-sizing: border-box;
  left: 0;
  padding: 10px;
  display: none;
}

.subfriendlink-item {
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

/* 搴曢儴閾炬帴 */

.bottom {
  padding: 24px 0 20px;
  font-size: 16px;
  color: #fff;
}

.about {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.about a {
  margin: 0 10px;
  color: #fff;
}

.about a:first-child {
  margin-left: 0;
}

.copyright {
  box-sizing: border-box;
  text-align: center;
}

.copyright p{
  margin-top: 17px;
  line-height: 31px;
}

.copyright a {
  color: #fff;
}

.copy_bd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gwab {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.zfjc {
  margin-right: 14px;
}

.zfjc img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .copy_fl span,
  .copy_fl a {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 996px) {
  footer {
    height: auto;
  }
  .friendlink {
    display: none;
  }
  .about{
    justify-content: center;
  }
  .copyright {
    padding: 10px 0;
    height: auto;
  }
  .copy_fl{
    align-items: center;
    line-height: 24px;
    text-align: center;
  }
  .copy_fr{
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .bottom {
    font-size: 18px;
}
.copyright p span,.copyright p a{
  font-size: 18px;
}
}

@media only screen and (max-width: 616px) {
  .zfjc {
    margin-right: 30px;
}
}
</pre></body></html>