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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------- */
/* boc */
/* ----------------------------------- */
#boc {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

#boc video {
  display: block;;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  z-index: -1;
  opacity: .5;
  box-shadow: 0 0 20px 20px rgb(0 0 0 / 30%) inset;
  ;
}

#boc .boc_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}

#boc img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#boc .boc_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#boc .boc_lead {
  padding-top: 16px;
  padding-bottom: 5px;
  width: 1045px;
}

#boc .boc_section {
  display: flex;
  height: auto;
  z-index: 1;
  justify-content: space-between;
}

#boc .boc_box {
  position: relative;
  width: 378px;
}

#boc .boc_thumbnail {
  position: relative;
}

#boc .boc_mov {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 160px;
}

#boc .boc_mov_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 99px;
}

#boc .boc_mov_btn {
  display: block;
}

#boc .boc_mov_btn.__flashback {
  width: 41px;
}

#boc .boc_mov_btn.__story {
  width: 39px;
}

#boc .boc_box a img,
button img {
  pointer-events: painted;
}

#boc .boc_box a,
#boc .bnr_boc a {
  transition: opacity .3s;
}

@media (hover: hover) {
  #boc .boc_box a:hover,
  #boc .bnr_boc a:hover {
    opacity: .55
  }
}

@media (hover: none) {
  #boc .boc_box a:active,
  #boc .bnr_boc a:active {
    opacity: .55
  }
}

#boc .bnr_boc {
  width: 460px;
  margin: 0 auto;
  padding: 40px 0 40px;
}