<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
---------------------------------------------
footer
---------------------------------------------
*/
footer {
  padding: 0 0px 30px 0px;
  background-color: #4b7ac0;
  color: #fff;
}
footer .friends-link {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.3);
  display: flex;
  align-items: center;
}
footer .friends-link .link-box {
  display: flex;
  align-items: center;
}
footer .friends-link .link-box img {
  padding-right: 12px;
  width: 32px;
  height: auto;
}
footer .friends-link .link ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .friends-link .link ul li {
  border-right: 2px solid #fff;
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
  margin: 5px 0;
}
footer .friends-link .link ul li a {
  color: #fff;
  font-size: 14px;
}
footer .friends-link .link ul li:last-child {
  border-right: 0;
}
footer .first-item ul li {
  margin-bottom: 10px;
}
footer .first-item ul li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
footer .first-item ul li a:hover {
  color: #aaa;
}
footer .first-item ul li:first-child {
  margin-bottom: 20px;
}
footer .first-item ul li:first-child a {
  font-size: 16px;
}
footer .item {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
footer .item img {
  padding-right: 10px;
  width:auto;
}
footer .address {
  padding: 15px 0;
}
footer .under-footer {
  color: #fff;
  border-top: 1px solid rgba(250,250,250,0.3);
  padding-top: 20px;
}
.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
  width: 14.25%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.col-xs-1-7 {
  width: 14.25%;
  float: left;
}
@media (max-width: 1200px) {
  .col-lg-1-7 {
    width: 14.25%;
    float: left;
  }
}
@media (max-width: 992px) {
  .col-md-1-7 {
    width: 14.25%;
    float: left;
  }
  footer .first-item ul li a {
    font-size: 8px;
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .col-md-1-7 {
    width: 25%;
    float: left;
    padding: 10px;
  }
  footer .friends-link {
    margin-bottom: 5px;
  }
  footer .friends-link .link-label {
    font-size: 14px;
  }
  footer .friends-link .link ul li a {
    font-size: 12px;
    display: block;
  }
  footer .first-item ul li:first-child a {
    font-size: 14px;
  }
  footer .first-item ul li a {
    font-size: 8px;
    display: block;
    width: 100%;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
  }
  footer .address {
    font-size: 12px;
  }
  footer .under-footer {
    font-size: 12px;
  }
  footer .first-item ul li:first-child {
    margin-bottom: 10px;
  }
  footer .first-item:nth-child(4) {
    margin-top: 30px;
  }
}
</pre></body></html>