﻿.menu-box {
  height: 5rem;
  margin-bottom: 1rem;
}
.menu-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1rem !important;
  font-weight: bold !important;
  color: #fff !important;
  border-radius: 1.2rem;
  cursor: pointer;
}
.menu-box-item img {
  max-width: 2rem;
  max-height: 2rem;
  object-fit: contain;
}
.menu-box-item > a > h2 {
  font-size: 1rem !important;
  font-weight: bold !important;
  color: #fff !important;
  margin-bottom: 0;
  margin-top: .3rem;
}
.top-swiper {
  height: 25rem !important;
}
.top-swiper-item {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  /*margin-right:2rem;*/
}
.top-swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.actor-index-box {
  display: flex;
  margin-right: 0.5rem;
  height: 24rem !important;
  width: 100%;
  position: relative;
  padding: 0 !important;
}
.actor-index-box-img {
  /*filter: opacity(80%);*/
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
.actor-index-box-img:hover {
  cursor: pointer;
  filter: opacity(100%);
}
.actor-index-box-name {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 3.5rem;
  font-size: 1.2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}
.swiper-slide-prev {
  opacity: 0.4;
}
.swiper-slide-prev:hover {
  opacity: 1;
}
.swiper-slide-next {
  opacity: 0.4;
}
.swiper-slide-next:hover {
  opacity: 1
}
.top-swiper {
  height: 18rem !important;
}
.banner-swiper {
  height: auto !important;
}
.banner-swiper a {
  display: block;
  width: 100%;
}
.banner-swiper img {
  height: auto;
  object-fit: unset;
}
.actor-index-box {
  display: flex;
  height: 18rem !important;
  position: relative;
}
.movie-box-default {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.movie-box-default img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-box {
  position: fixed;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding-left: 0px;
  padding-right: 0px;
  visibility: visible;
  opacity: 1;
  width: 400px;
  background-color: #242424;
  border: 1px solid #3a3636;
  border-radius: 5px;
  overflow: hidden;
  transition: all .35s ease 0s;
  display: none;
}
.popup-title {
  text-align: center;
  background-color: #3a3636;
  padding: 15px;
  font-size: 1.5rem;
  color: #f7d0bf;
}
.popup-body {
  padding: 15px;
}
.popup-body p {
  display: block;
  margin: 0;
  background-color: #2e2e2e;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: .9rem;
}
.popup-footer {
  padding: 15px;
  border-top: 1px solid #3a3636;
}
.popup-close {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  color: #fff;
  background-color: #ffae00;
  text-align: center;
  width: auto;
  border-radius: 5px;
}
/*banner*/
.banner-box {
  border-radius: 1rem;
  margin-top: 3rem;
  overflow: hidden;
}
.banner-box a {
  display: block;
}
.banner-box a img {
  width: 100%;
}
.text-notice-box {}
.text-notice-icon {
  display: block;
  font-size: 18px;
  width: 30px;
}
.text-swiper {
  width: calc(100% - 30px);
  overflow: hidden;
}
.text-swiper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.text-swiper li {
  height: auto;
  background-color: var(--bg-default);
}