<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 "shift_jis";
#top_mv {
  width: 1240px;
  margin: 26px auto 100px;
}

#top_mv .slick-list {
  margin-bottom: 30px;
}

#top_mv button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#top_mv .slide-dots {
  text-align: center;
}

#top_mv .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

#top_mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

#top_mv .slide-dots li button:before {
  content: '';
  font-size: 30px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

#top_mv .slide-dots li.slick-active button:before {
  content: '';
}


@media screen and (min-width:481px) { 
  #top_mv {
      display: flex;
      margin: 0 auto 120px;
  }
  .slider {
      width: 74%;
  }
  .slider img {
      height: 397px;
  }
  .slide-navigation {
      margin-left: 12px;
  }
  .slide-navigation .slick-list {
      height: auto!important;
      padding-left: 14px;
  }
  .slide-navigation .item {
      padding: 0px 10px;
      height: 70px;
      background-color: #F5F5F5;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 100;
  }
  .slide-navigation .item::before {
      
  }
  .slide-navigation .item:not(:nth-child(5)) {
      margin-bottom: 9.5px;
  }
  .slide-navigation .item p {
      font-size: 18px;
  }
  .slide-navigation .item span {
      font-size: 12px;
  }
  .slide-navigation .slick-current::before  {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-right: 15px solid #444444;
  }
  .slide-navigation .slick-current::after  {
      content: "";
      position: absolute;
      top: 50%;
      left: -29px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-right: 15px solid #F5F5F5;
  }
  .slide-navigation .slick-current {
      border: 1px solid #444444;
  }
}
@media screen and (max-width: 480px) {
  #top_mv {
    width: 100%;
    margin: 0px auto 40px;
  }
  #top_mv .slick-list {
    margin-bottom: 10px;
  }
  #top_mv .slide-dots li {
    margin: 0 6px;
  }
  #top_mv .slide-dots li button:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 0.1px solid;
  }
  #top_mv .slide-dots li.slick-active button:before {
    content: '';
    background-color: black;
  }
}
/*# sourceMappingURL=top_mv.css.map */