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

/* ==================================================================================================
information
================================================================================================== */
/* ========================================================
.information-unit
======================================================== */
@media screen and (max-width: 767px){
  .information-unit .image-unit__text{
    margin-top: 0;
  }
  .information-unit .image-unit__img{
    order: 99;
    margin-top: 4vw;
  }
}
/* ========================================================
.information-apple-unit
======================================================== */
.information-apple-unit::after{
content:".";
clear:both;
display:block;
line-height:0;
height:0;
visibility:hidden;
}
.information-apple-unit__text{
  padding-right: 300px;
}
.information-apple-unit .app-list__bnr{
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
  line-height: 0;
}
.information-apple-unit .app-list__bnr div{
  display: inline-block;
  margin: 0 10px;
}
.information-apple-unit .app-list__bnr div img{
  width: auto;
  height: 60px;
}
.information-apple-unit__img{
  float: right;
  width: 270px;
}
@media screen and (max-width: 767px){
  .information-apple-unit{
        display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .information-apple-unit__text{
    padding-right: 0;
  }
  .information-apple-unit .app-list__bnr{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 2vw 0 0;
    order: 3;
  }
  .information-apple-unit .app-list__bnr div{
    margin: 0;
  }
  .information-apple-unit .app-list__bnr div img{
    height: 13vw;
  }
  .information-apple-unit__img{
    float: none;
    width: 100%;
    order: 2;
    margin-top: 4vw;
  }
}
/* ==================================================================================================
lost
================================================================================================== */
/* ========================================================
lost-senter
======================================================== */
.lost-senter__phone__number{
  font-size: 186%;
  line-height: 1em;
}
.lost-senter__phone__caption{
  font-size: 86%;
  line-height: 1.4em;
}
@media screen and (max-width: 767px){
  .lost-senter__phone__caption{
    display: block;
    margin-top: 0.3em;
  }
}
/* ==================================================================================================
nearbyconst
================================================================================================== */
/* ========================================================
.nearbyconst-imagelist
======================================================== */
.nearbyconst-imagelist{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 720px;
}
.nearbyconst-imagelist li{
  width: 300px;
  margin-top: 2em;
}
@media screen and (max-width: 767px){
  .nearbyconst-imagelist{
      width: 80%;
  }
  .nearbyconst-imagelist li{
      width: 100%;
  }
}
