<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 />
.navbar {
  border: none;
  margin-bottom: 0;
}

.navbar-default {
  background-color: #fff;
}

.navbar-brand {
  float: none!important;
  padding: 15px 0 15px 15px;
}

.navbar-brand>img {
  display: inline;
}

.header-logo-img {
  vertical-align: text-bottom;
  width: 120px;
}

.header-logo-img:hover {
  text-decoration: none;
}

.header-logo-text {
  color: #534a42!important;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
}

.header-link {
  color: #534a42!important;
  display: inline-block!important;
  font-size: 16px;
}

.header-link a span:hover {
  border-bottom: #000 solid 1px;
  padding-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    padding: 20px 0 10px 0;
  }

  .navbar .navbar-nav {
    float: right;
    margin: 0;
  }

  .navbar>.container .navbar-brand {
    margin-left: 0!important;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 5px 0 0 0;
  }

  .navbar-nav {
    border-top: #eaeaea solid 1px;
    margin: 0 -15px;
  }

  .header-logo-img {
    width: 90px;
  }

  .header-logo-text {
    font-size: 15px;
  }

  .header-link {
    font-size: 14px;
  }
}