<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 />
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 60px;
}

.category-container {
  line-height: 22px;
  margin-bottom: 40px;
  text-align: left;
}

.category-wrapper {
  margin: 0 15px;
}

.category-icon {
  height: 86px;
  margin: 0 auto;
  position: relative;
  width: 65px;
}

.category-icon img {
  bottom: 0;
  left: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.category-title {
  color: #534a42;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
}

h3.category-title {
  margin-bottom: 1em;
}

.category-title-align {
  display: flex;
  justify-content: left;
}

.category-subtitle {
  color: #534a42;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

h4.category-subtitle {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

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

.category-ul {
  padding-left: 1em;
}

.category-list-item {
  margin-left: 1.5em;
}

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

.category-button-row {
  display: flex;
  justify-content: space-around;
  margin: 1.5em 0;
}

.category-button {
  align-items: center;
  background-color: #534a42;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  height: 3em;
  justify-content: center;
  width: 300px;
}

.category-button:hover {
  color: #ffffff;
  opacity: 60%;
  text-decoration: none;
}

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

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

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

@media (min-width: 768px) {
  .category-box {
    height: 240px;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .category-box {
    border-bottom: #eaeaea solid 1px;
    padding: 25px 0;
  }

  .category-icon {
    height: auto;
  }

  .category-icon img {
    position: relative;
  }

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

  .category-title-align {
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }

  .category-button-row {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .category-button {
    margin: 0.5em 0;
    width: 70vw;
  }

  #wrap {
    min-height: inherit;
  }

  #main {
    overflow: inherit;
    padding-bottom: 0;
  }

  .footer {
    position: relative;
  }
}
