#footer {
  background: #323232;
  border-radius: 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
#footer .zxrx {
  margin-bottom: 3em;
}
#footer .zxrx label {
  color: #ff931e;
  font-size: 2em;
  font-weight: inherit;
}
#footer .zxrx span {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  #footer .zxrx {
    margin-bottom: 1em;
  }
}
#footer .weixin label {
  color: #ff931e;
  font-size: 2em;
  font-weight: inherit;
}
@media (max-width: 768px) {
  #footer .weixin {
    margin-bottom: 2em;
  }
}
#footer .link-controller {
  display: none;
}
#footer .link-block a {
  color: #dddddd;
}
#footer .link-block {
  line-height: 2.3em;
  margin-bottom: 3em;
  padding-right: 15px;
}
#footer .link-block ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  #footer .zxrx span {
    margin-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  #footer .link-block {
    border-bottom: 1px solid #525252;
    overflow: hidden;
    pointer-events: auto;
    margin-bottom: 0;
  }
  #footer .link-block label {
    width: 100%;
    background: #333;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  #footer .link-block ul {
    margin: 0;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  #footer .link-controller:target + .link-block ul,
  #footer .link-controller:checked + .link-block ul {
    position: static;
    visibility: visible;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
}
#footer .border-right {
  border-right: 1px solid #535353;
}
@media (max-width: 768px) {
  #footer .border-right {
    border-right: none;
  }
}
#footer .border-left {
  border-left: 1px solid #535353;
}
@media (max-width: 768px) {
  #footer .border-left {
    border-left: none;
  }
}
#footer .site-info {
  padding-top: 15px;
}
#footer .site-info .copyright,
#footer .site-info .icp,
#footer .site-info .foot-icp {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  color: #999999;
}
#footer .site-info .copyright {
  margin-left: 0;
}
#footer .site-info .foot-icp img {
  margin: 0 10px;
}
@media (max-width: 768px) {
  #footer .site-info {
    text-align: center;
  }
  #footer .site-info .copyright,
  #footer .site-info .icp,
  #footer .site-info .foot-icp {
    margin: 0;
  }
}
#footer .footer-block {
  color: #fff;
  padding-top: 2em;
}
#footer .footer-menu {
  border-bottom: 1px solid #535353;
  padding-bottom: 20px;
}
#footer .footer-menu ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-menu ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #dddddd;
}
#footer .footer-menu ul li:first-child {
  padding-left: 0;
}
#footer .footer-menu ul li:last-child {
  border-right: none;
}
#footer .footer-menu ul li a {
  color: #dddddd;
}
