<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, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  background: #FF333D;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 5px auto 6rem;
  font-family: input, menlo, monospace; }

strong {
  font-weight: bold; }

img, svg {
  width: 100%;
  margin: 0; }

.specimens > * {
  padding: 1px 5px; }

table {
  margin-bottom: 2rem; }

td {
  line-height: 1.75rem; }

h3 {
  font-size: 1rem;
  border-bottom: 1px solid #200909;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  font-weight: bolder; }

h4 {
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  margin: 0 1rem 2rem;
  color: #FCEED0;
  line-height: 1.3;
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #FCEED0; }
  @media (min-width: 1140px) {
    h4 {
      margin: 0 3rem 2rem; } }

li {
  line-height: 1.75rem; }

a {
  text-decoration: none;
  background: #200909;
  opacity: 1;
  color: #FCEED0;
  font-size: .875rem;
  padding: .25rem .5rem;
  transition: all .2s ease-out; }
  a:hover {
    opacity: .9;
    transition: all .2s ease-out; }

hr {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 4rem; }

.tag {
  margin-bottom: 4rem; }

.hidden {
  display: none; }

.span-two {
  padding: 4rem 0;
  margin: 0 1rem 0rem;
  line-height: 1.5rem; }
  @media (min-width: 1140px) {
    .span-two {
      margin: 0 3rem 0rem; } }
  .span-two .equal p {
    margin-bottom: 1.5rem; }
  @media (min-width: 1140px) {
    .span-two .equal {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
      max-width: 66rem; } }

.grid-three {
  padding: 4rem 0; }
  .grid-three > div {
    margin: 0 1rem 6rem;
    display: block; }
    @media (min-width: 1140px) {
      .grid-three > div {
        margin: 0 3rem 6rem; } }
  @media (min-width: 1140px) {
    .grid-three {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; } }

footer {
  margin: 0 1rem;
  font-size: .75rem; }
  @media (min-width: 1140px) {
    footer {
      margin: 0 3rem; } }
  footer a {
    background: none;
    text-decoration: underline;
    color: #200909;
    padding: 0;
    font-size: .75rem;
    font-weight: bold; }

#internal {
  max-width: 48rem;
  margin: 0 auto 8rem;
  padding: 0 1rem; }
  #internal h1 {
    font-family: sans-serif;
    font-weight: bold;
    padding: 6rem 0; }
  #internal h4 {
    font-weight: bold; }
  #internal p {
    margin-bottom: 2rem;
    line-height: 1.5rem; }
