@import "../../common/base/index.css";
@import "../../common/layout/index.css";
@import "../../common/header/index.css";
@import "../../common/footer/index.css";

.hero-banner .hero-bg {
  position: relative;
  min-height: 300px;
}
.hero-banner .hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)),
    url("/hilook/static/image/temp/bg1.jpg") center/cover;
  background-attachment: fixed;
}

.video-pagination .pagination-item:hover {
  transition: all 0.3s;
  background-color: #f97316;
  color: #fff;
  text-decoration: underline;
}
