<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 />
.purpose_area {
  margin-bottom: 40px;
  padding: 0 20px;
}

.purpose_area .purpose_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.purpose_area .purpose_list .purpose_list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: 15px;
  width: calc((100% - 40px)/ 3);
}

.purpose_area .purpose_list .purpose_list-item + .purpose_list-item {
  margin-left: 20px;
}

.purpose_area .purpose_list .purpose_list-item:nth-child(-n+3) {
  margin-top: 0;
}

.purpose_area .purpose_list .purpose_list-item:nth-child(3n+1) {
  margin-left: 0;
}

.purpose_area .purpose_list .purpose_list-item .purpose_list-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}

.purpose_area .purpose_list .purpose_list-item .purpose_list-link .purpose_list-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
}

.purpose_area .purpose_list .purpose_list-item .purpose_list-link .purpose_list-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 13px 15px 15px;
  height: auto;
  width: 100%;
  text-align: center;
}
