<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/* ========================================================================
   Component: Footer
 ========================================================================== */
.footer {
  position: relative;
  background: #000;
}
.footer > * {
  color: #fff;
}
.footer > * a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    padding: 40px;
    min-width: 845px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 50px 15px 0;
  }
}
.footer-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-head {
    align-items: baseline;
  }
}
.footer-logo img {
  width: 220px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-left: 5px;
  }
  .footer-logo a {
    display: block;
  }
  .footer-logo img {
    width: 81px;
    height: 28px;
  }
}
.footer-sns {
  line-height: 0;
}
.footer-sns a {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 15px;
}
.footer-sns a img {
  width: 40px;
  margin: 0 10px 0 0;
}
.footer-category {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-category {
    display: none;
  }
}
.footer-category-title {
  text-align: right;
  font-size: 12px;
  color: #556780;
  margin-bottom: 5px;
}
.footer-category-lists {
  display: flex;
  justify-content: flex-end;
}
.footer-category-link {
  margin-left: 30px;
}
.footer-category-link a {
  color: #ccc;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer-contents {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav-list {
    font-size: 12px;
  }
  .footer-nav-list .show-sp {
    display: none !important;
  }
  .footer-nav-list a {
    display: block;
    margin-bottom: 10px;
  }
  .footer-nav-list.nav-1,
  .footer-nav-list.nav-2,
  .footer-nav-list.nav-4 {
    margin-bottom: 45px;
  }
  .footer-nav-list.nav-group {
    margin-top: 45px;
    padding-top: 45px;
    padding-right: 10px;
    border-top: 1px solid #707070;
  }
  .footer-nav-list.nav-group .footer-nav-inner-link {
    margin-left: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-list a,
  .footer-nav-list span{
    color: #ccc;
    font-size: 12px;
  }
  .footer-nav-list .show-sp {
    display: inherit !important;
  }
  .footer-nav-list >a,
  .footer-nav-list >span {
    display: block;
    color: #ccc;
  }
  .footer-nav-list-header {
    padding: 15px 20px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    position: relative;
  }
  .footer-nav-list-header.js-footer-toggle::before,
  .footer-nav-list-header.js-footer-toggle::after {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: #4b617f;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .footer-nav-list-header.js-footer-toggle::before {
    transform: rotate(90deg);
    transition: transform 300ms;
  }
}
.footer-nav-list.is_open .footer-nav-list-header::before {
  transform: rotate(0deg);
}
.footer-nav-list:nth-child(1).is_open .footer-nav-inner {
  max-height: 300px;
}
.footer-nav-list:nth-child(2).is_open .footer-nav-inner {
  max-height: 3000px;
}
.footer-nav-list:nth-child(7).is_open .footer-nav-inner {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .footer-nav-inner {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-list {
    margin-bottom: 10px;
  }
}
.footer-nav-inner-title {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer-nav-inner-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-title {
    line-height: 1em;
    font-size: 12px;
    padding: 0 20px;
  }
}
.footer-nav-inner-link a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer-nav-inner-link a {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-link a {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-box:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-group.is_open .footer-nav-inner-body {
    max-height: 500px;
  }
  .footer-nav-inner-group.is_open .icon-toggle::before {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav-inner-head {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-head {
    padding: 10px 20px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .footer-nav-inner-head-text {
    display: block;
    padding: 5px 20px;
    font-size: 12px;
    color: #ccc;
  }
  .footer-nav-inner-head:last-child {
    padding-bottom: 10px;
  }
  .footer-nav-inner-head .icon-toggle {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
  }
  .footer-nav-inner-head .icon-toggle::before,
  .footer-nav-inner-head .icon-toggle::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 1px;
    background: #4b617f;
    position: absolute;
    top: 3px;
    right: 0;
  }
  .footer-nav-inner-head .icon-toggle::before {
    transform: rotate(90deg);
    transition: transform 300ms;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav-inner-body {
    margin-left: 1em;
  }
  .footer-nav-inner-body p {
    margin-bottom: 3px;
  }
  .footer-nav-inner-body >* {
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-inner-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms;
  }
  .footer-nav-inner-body a,
  .footer-nav-inner-body span {
    display: block;
    padding: 5px 20px 5px 50px;
    font-size: 12px;
  }
}
.footer-service {
  transform: translateY(-2.2rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-service {
    display: none;
  }
}
.footer-service-title {
  font-size: 12px;
  color: #ccc;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.footer-service-table {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footer-service-table .footer-nav-inner-group {
  margin-bottom: 30px;
}
.footer-service-table .footer-nav-inner-head a {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer-bottom {
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  .footer-utility {
    padding: 20px 0 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-utility {
    padding: 15px 0;
    margin: 0 15px;
    font-size: 10px;
    border-top: 1px solid rgba(248,248,248,0.3);
  }
  .footer-utility a {
    color: rgba(204,204,204,0.7);
  }
}
.footer-utility-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer-utility-list {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .footer-utility-link {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1em;
  }
  .footer-utility-link:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-utility-link {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.footer-copy {
  color: #fff;
  font-size: 11px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    background: #001533;
    padding: 15px 0;
    font-size: 10px;
  }
}
.footer-copy-text {
  text-align: center;
}
