html, body {
  background-color: #F8F8F8;
  overflow-x: hidden;
}

h3 {
  font-size: 1.35rem !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.blank-1 {
  height: 1rem;
  display: block;
}

.blank-2 {
  height: 2rem;
  display: block;
}

.blank-3 {
  height: 3rem;
  display: block;
}

.blank-4 {
  height: 4rem;
  display: block;
}

.blank-5 {
  height: 5rem;
  display: block;
}

.main {
  padding: 15px 0;
}

.page-block {
  background-color: #ffffff;
  padding: 15px;
}

.section-title {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.section-title h3 {
  flex: 1;
}
.section-title .view-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-title .view-more a {
  color: #838383;
}

.nav-pagination {
  display: flex;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}
.nav-pagination .pagination {
  list-style-type: none;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.nav-pagination .pagination .page-item.active .page-link {
  background-color: #DC3546;
  border-color: #DC3546;
}
.nav-pagination .pagination .page-item.active .page-link:active {
  outline: none;
}

@media (min-width: 1200px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-pagination .pagination {
    row-gap: 10px;
    justify-content: center;
  }
}
.header {
  position: sticky;
  top: 0;
}
.header .header-fixed {
  background-color: #8D0E0F;
  color: #fff;
  z-index: 999;
}
.header .header-flex {
  display: flex;
}
.header .header-mobile {
  display: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1rem;
}
.header .header-mobile .mobile-logo {
  display: flex;
  flex-direction: column;
}
.header .header-mobile .mobile-logo img {
  height: 40px;
  width: auto;
}
.header .header-mobile .mobile-search {
  flex: 1;
}
.header .header-mobile .mobile-search .search-input {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 10rem;
  padding: 0 0.75rem;
}
.header .header-mobile .mobile-search .search-input .control-input {
  border: 0;
  background: none;
  flex: 1;
  height: 2.4rem;
}
.header .header-mobile .mobile-search .search-input .control-input:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header .header-mobile .mobile-search .search-input .control-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: none;
  border: 0;
}
.header .header-mobile .mobile-search .search-input .control-button .bi {
  font-size: 20px;
  color: #666666;
}
.header .header-mobile .mobile-auth {
  display: flex;
  align-items: center;
}
.header .header-mobile .mobile-auth .bi {
  color: #ffffff;
  font-size: 40px;
  line-height: 1 !important;
}
.header .logo {
  padding: 10px 0;
}
.header .logo img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.header .nav-container {
  flex: 1;
  margin-left: 2rem;
}
.header .nav-container .nav-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .nav-container .nav-list li {
  font-weight: bold;
  font-size: 16px;
}
.header .nav-container .nav-list li a {
  color: #ffffff;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}
.header .nav-container .nav-list li a:hover {
  color: #FDDD25;
  text-decoration: none;
}
.header .search-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .header .header-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .header .header-flex .logo {
    display: none;
  }
  .header .header-flex .nav-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
  }
  .header .header-flex .nav-container::-webkit-scrollbar {
    display: none;
  }
  .header .header-flex .search-box {
    display: none;
  }
  .header .header-mobile {
    display: flex;
  }
}
.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  color: #333;
  background-color: #CCCCCC;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  opacity: 0.7;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #FF8364;
  color: #FF8364;
}

.swiper-pagination {
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  justify-content: center;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  border-radius: 2px !important;
  opacity: 0.9;
}
.swiper-pagination-bullet-active {
  background-color: #FF8364;
}

.banner-swiper {
  overflow: hidden;
}
.banner-swiper .slide-image {
  position: relative;
}
.banner-swiper .slide-image:before {
  content: " ";
  display: block;
  padding-bottom: 30%;
}
.banner-swiper .slide-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .banner-swiper .slide-image:before {
    padding-bottom: 40%;
  }
}
.movie-payer {
  position: relative;
}
.movie-payer:before {
  content: " ";
  display: block;
  padding-bottom: 56%;
}
.movie-payer .dplayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.movie-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.movie-meta dl {
  display: flex;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.movie-meta dl:after {
  color: #F2F2F2;
  content: "|";
  display: block;
  margin-left: 15px;
}
.movie-meta dl dt {
  color: #9F9F9F;
  margin-right: 3px;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  padding: 0;
}
.movie-meta dl dd {
  color: #717171;
  padding: 0;
  margin-bottom: 0;
}
.movie-meta dl dd a {
  margin-right: 10px;
}
.movie-meta dl:last-child:after {
  display: none;
}
.movie-playlist {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 5px 0 0;
  margin: 0;
  gap: 10px;
}
.movie-playlist li {
  margin: 0;
  padding: 0;
}
.movie-playlist li a {
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 0.9rem;
  border: 1px #EEEEEE solid;
  white-space: nowrap;
  text-decoration: none;
}
.movie-playlist li a:hover, .movie-playlist li a.active {
  background-color: #FE9900;
  border-color: #FE9900;
  color: #ffffff;
}
.movie-related {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  --movie-item-width: 25%;
}
.movie-related .movie-item {
  width: var(--movie-item-width);
  padding: 10px;
}
.movie-related .movie-thumbnail {
  position: relative;
}
.movie-related .movie-thumbnail:before {
  content: " ";
  display: block;
  padding-bottom: 150%;
}
.movie-related .movie-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-related .movie-thumbnail .remarks {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  color: #FFFFFF;
}
.movie-related .movie-title {
  font-size: 0.9rem;
  margin-top: 10px;
}
.movie-hots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 0.75rem;
}
.movie-hots li {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.movie-hots li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #EEEEEE;
}
.movie-hots li a {
  display: block;
}
.movie-hots li:nth-child(1) span {
  background-color: #FF4B4A;
  color: #fff;
}
.movie-hots li:nth-child(2) span {
  background-color: #FE7702;
  color: #fff;
}
.movie-hots li:nth-child(3) span {
  background-color: #FEB400;
  color: #fff;
}
.movie-qrcode {
  display: block;
  text-align: center;
}
.movie-qrcode img {
  display: inline-block;
  width: 100%;
}
.movie-filter dl {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #f5f2f0 solid;
  margin: 0;
  display: flex;
}
.movie-filter dl dt {
  color: #999999;
  text-align: right;
  margin-right: 10px;
  font-weight: 400;
  font-size: 0.9rem;
  white-space: nowrap;
  padding-top: 6px;
  line-height: 1;
}
.movie-filter dl dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.movie-filter dl dd a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  line-height: 1;
}
.movie-filter dl dd a:hover {
  text-decoration: none;
}
.movie-filter dl dd a.active {
  background-color: #FE9900;
  color: #fff;
}
.movie-filter dl:last-child {
  border-bottom: 0;
}

.movie-list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  --movie-item-width: 16.6%;
}
.movie-list .movie-item {
  width: var(--movie-item-width);
  padding: 10px;
}
.movie-list .movie-thumbnail {
  position: relative;
}
.movie-list .movie-thumbnail:before {
  content: " ";
  display: block;
  padding-bottom: 150%;
}
.movie-list .movie-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-list .movie-thumbnail .remarks {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  color: #FFFFFF;
}
.movie-list .movie-title {
  font-size: 0.9rem;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .movie-related {
    --movie-item-width: 50%;
  }
  .movie-list {
    --movie-item-width: 33.3%;
  }
}
.page-search .result-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  font-size: 1.25rem;
}
.page-search .result-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-search .result-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.page-search .result-list .movie-thumbnail {
  position: relative;
  width: 120px;
  height: 180px;
  margin-right: 15px;
}
.page-search .result-list .movie-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.page-search .result-list .movie-metas {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.page-search .result-list .movie-metas h3 {
  font-size: 1.25rem !important;
  margin-bottom: 1rem;
  font-weight: 500;
}
.page-search .result-list .movie-metas p {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  display: flex;
}
.page-search .result-list .movie-metas p span {
  color: #9D9D9D;
  display: inline-block;
  white-space: nowrap;
}
.page-search .result-list .movie-metas p i {
  font-style: normal;
  display: inline-block;
  word-break: break-word;
  white-space: normal;
}
.page-search .result-list .movie-metas p em {
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}
.page-search .result-list .movie-metas .separator {
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
.page-search .result-list .movie-metas .separator:after {
  content: " ";
  height: 0.95rem;
  display: block;
  border-left: 1px solid #e9e9e9;
  transform: translateY(20%);
}
.page-search .result-list .movie-metas .view {
  margin-top: 10px;
}
.page-search .result-list .movie-metas .view .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.live-group-header {
  background-color: #DADADA;
  padding: 0.5rem 0.8rem;
  font-weight: 600;
}
.live-list {
  display: flex;
  flex-direction: column;
}
.live-list__item {
  display: flex;
  padding: 0.5rem 0.8rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-size: 0.85rem;
}
.live-list__item:nth-child(even) {
  background-color: #F7F7F7;
}
.live-list__time {
  width: 8%;
}
.live-list__channel {
  width: 24%;
}
.live-list__teams {
  flex: 1;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  align-items: center;
}
.live-list__vs {
  text-transform: uppercase;
}
.live-list__hometeam {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.live-list__visitingteam {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.live-list__img {
  width: 36px;
  height: 36px;
}
.live-list__metas {
  display: none;
  flex: 1;
  text-align: center;
  flex-direction: column;
  row-gap: 5px;
}

@media (max-width: 768px) {
  .live-list__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .live-list__time {
    display: none !important;
  }
  .live-list__channel {
    display: none !important;
  }
  .live-list__status {
    display: none !important;
  }
  .live-list__vs {
    display: none !important;
  }
  .live-list__hometeam {
    flex-direction: column-reverse;
    text-align: center;
    row-gap: 5px;
  }
  .live-list__visitingteam {
    flex-direction: column;
    text-align: center;
    row-gap: 5px;
  }
  .live-list__metas {
    display: flex;
  }
}
.error-content {
  text-align: center;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-content .image {
  text-align: center;
  display: block;
}
.error-content .image img {
  width: 400px;
  display: inline-block;
}
.error-content .error-icon {
  text-align: center;
}
.error-content .error-icon img {
  width: 80px;
  display: inline-block;
  margin-bottom: 10px;
}
.error-content h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 3.6;
}
.error-content .links {
  text-align: center;
  font-size: 16px;
}
.error-content a {
  margin: 0 5px;
  text-decoration: none;
}
.error-content a:hover {
  text-decoration: underline;
}

.footer {
  display: block;
  padding: 1rem 0;
}

.float-appcode {
  position: fixed;
  top: 40%;
  right: 10px;
  z-index: 100;
}
.float-appcode .code-item {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.float-appcode .code-img {
  width: 140px;
  height: 140px;
}
.float-appcode .code-title {
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
}

.fiexd-appcode {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #8E0E0F;
  display: none;
  padding: 10px 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .float-appcode {
    display: none !important;
  }
  .fiexd-appcode {
    display: flex !important;
  }
}
