<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 />
@charset "UTF-8";

.button {
  background-color: #e70012;
  border: 1px solid #dddddd;
  padding: 6px 0;
  position: relative;
  border-radius: 8px;
  width: 60%;
  margin: 24px auto -8px;
}

.button:hover {
  opacity: 0.7;
}

.button img  {
  position: absolute;
  width: auto;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto auto;
}

.button p {
  color: #ffffff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

.button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {

.button {
  background-color: #e70012;
  border: 1px solid #dddddd;
  padding: 6px 0;
  position: relative;
  border-radius: 8px;
  width: 93%;
  margin: 16px auto;
}

.button:hover {
  opacity: 0.7;
}

.button img  {
  position: absolute;
  width: auto;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 12px auto auto;
}

.button p {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}