<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 />
/* Scss Document */
/*bootstarp*/
.carousel-control-prev, .carousel-control-next {
  align-items: flex-end;
  height: 100%;
  width: 100%;
  display: inline-block; }

.carousel-caption {
  position: relative;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 95%;
  z-index: 1;
  color: #000;
  text-align: left;
  padding: 0.2rem;
  border: 1px #ccc solid;
  margin: 5px 20px 5px 10px;
  border-radius: 5px; }
  .carousel-caption p {
    margin: 5px 5px; }

.carousel-indicators {
  position: relative;
  flex-wrap: wrap;
  margin-right: 0%;
  margin-left: 0%; }
  .carousel-indicators li {
    /* width: 20%;
     height: 100%;*/
    height: 3px;
    background-color: #ccc;
    border: 1px solid #ccc;
    margin-top: 3px;
    opacity: .3; }

.carousel-nav {
  padding: 0 15px;
  /*&:hover {
  opacity: 0.5;
  text-decoration: none;
  }*/ }

#carousel-container {
  position: relative;
  width: 97%;
  margin-left: 0px; }

@media (min-width: 576px) {
  #carousel-container {
    width: 100%; } }
@media (any-hover: hover) {
  .carousel-nav:hover {
    opacity: 0.5;
    text-decoration: none; } }
