<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 />
.category-wrapper {
  margin: 0 auto;
  width: 70%;
}

.category-title {
  color: #534a42;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  max-width: 160px;
  text-align: left;
}

.category-block {
  margin: 0 auto;
  width: 160px;
}

.category-wrapper .category-box ul {
  list-style-type: none;
  max-width: 160px;
  padding-left: 25px;
}

.category-wrapper .category-box ul li {
  text-align: left;
}

.category-item {
  color: #ea9034!important;
  display: block;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none!important;
}

.category-item span:hover {
  border-bottom: #ea9034 solid 1px;
  padding-bottom: 2px;
}

.block-background {
  background-color: #f7f7f7;
  border-bottom: #eaeaea solid 1px;
  border-top: #eaeaea solid 1px;
}

.footer-bottom {
  clear: both;
  height: 305px;
  margin-top: -305px; /* negative value of footer height */
  position: relative;
}

#footer-top-page {
  border: none;
  clear: none;
  margin-bottom: 20px;
  margin-top: auto;
}

#footer-top-page a {
  padding-top: 20px;
}

.footer {
  clear: none;
  margin-top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .category-box {
    height: 144px;
  }

  .category-wrapper {
    width: 100%;
  }

  .block-background {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media (min-width: 1025px) {
  .category-list {
    padding: 10px 140px 5px 140px;
  }

  .category-wrapper {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .category-list {
    position: relative;
    bottom: 0;
  }

  .footer-bottom {
    clear: none;
    height: auto;
    margin-top: auto;
  }

  #wrap {
    min-height: 100%!important;
  }

  #main {
    padding-bottom: 0!important;
  }

  .category-wrapper {
    width: 100%;
  }

  .category-box {
    border-bottom: #eaeaea solid 1px;
    padding: 15px 0;
  }

  .category-box:last-child {
    border-bottom: none;
  }

  .category-wrapper .category-box ul {
    list-style-type: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 0;
  }

  .category-wrapper .category-box ul li {
    text-align: center;
  }

  .category-title {
    max-width: 100%;
    text-align: center;
  }

  .category-block {
    margin: 0 auto;
    width: 100%;
  }

  .block-background {
    border: none;
  }
}

@media (max-width: 1024px) {
  .category-list {
    padding: 0 45px;
  }
}