@charset "UTF-8";
/*****************
 ** 悬停翻页按钮 v2 **
 ******************/
.show_control .show_control-prev,
.show_control .show_control-next {
  position: fixed;
  z-index: 666666;
  top: 60%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
.show_control .show_control-prev {
  left: 0;
}
.show_control .show_control-next {
  right: 0;
}
.show_control .icon {
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  color: rgba(var(--main-color), 1);
  font-size: 50px;
  padding: 10px 5px;
}
.show_control .icon:hover {
  opacity: 1;
  color: rgba(var(--secondary-color), 1);
}
.show_control a:hover .icon {
  opacity: 1;
  color: rgba(var(--secondary-color), 1);
}

/*# sourceMappingURL=show_control.css.map */
