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

/* ========================================================
index
======================================================== */
.share-headline{
  font-weight: bold;
  margin-top: 2em;
}
@media screen and (max-width: 767px){
  .share-step-content .image-unit .image-unit__text{
    margin-top: 0;
    margin-bottom: 1em;
  }
  .share-step-content .image-unit .image-unit__img{
    order: 99;
  }
}
/* share-host
----------------------- */
.share-host{
  margin-top: 3em;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: center;
}
.share-host__logo{
  width: 200px;
}
.share-host__logo .image-inner-radius img{
  width: 160px;
  height: auto;
}
.share-host__text{
  width: calc(100% - 220px);
}
.share-host__name{
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px){
  .share-host__logo{
    width: 100%;
  }
  .share-host__logo .image-inner-radius img{
    width: 40vw;
  }
  .share-host__text{
    width: 100%;
    margin-top: 1em;
  }
}



