<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";

/* ========================================================
mv
======================================================== */
.app-mv{
  margin: 20px -39px 0;
}
@media screen and (max-width: 767px){
  .app-mv{
    margin: 4.2vw -4.2vw 0;
  }
}

/* .app__fixednav
----------------------- */
.app__fixednav{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}
.app__fixednav li{
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 20px;
  font-size: 0;
  line-height: 0;
}
.app__fixednav li a{
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .app__fixednav{
  margin-top: 4vw;
  }
  .app__fixednav li{
    width: 50%;
    padding: 2vw;
  }
  .app__fixednav li a{
    font-size: 3.2vw;
    max-width: 100%;
  }
  .app__fixednav li a img{
    max-width: 100%;
    height: auto;
  }
}

