@charset "UTF-8";
@import "../font/iconfont.css";
@import "custom.css";

/* init */
body {
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-weight: 200;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  color: unset;
  text-decoration: none !important;
}

/* txt */
.txt-hidden {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt-hid-1 {
  -webkit-line-clamp: 1;
}

.txt-hid-2 {
  -webkit-line-clamp: 2;
}

.txt-hid-3 {
  -webkit-line-clamp: 3;
}

.txt-hid-4 {
  -webkit-line-clamp: 4;
}

.txt-line-22 {
  line-height: 22px;
}

.txt-line-25 {
  line-height: 25px;
}

.txt-line-28 {
  line-height: 28px;
}

.txt-line-32 {
  line-height: 32px;
}

/* public */
html {
  color: var(--font-color);
}

.container-fluid {
  max-width: 1700px;
  padding: 0 var(--spacing);
}

.high-light {
  color: var(--primary-color) !important;
}

.flex-fill {
  width: 0;
}

.border-right {
  border-right: 1px solid var(--border-color);
}

.poster {
  position: relative;
  overflow: hidden;
  border-radius: var(--poster-border-radio);
  box-shadow: var(--bs-box-shadow);
}

.lazyload {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 140%;
  background-color: #000;
}

.poster-hor .lazyload {
  padding-top: 61.8%;
}

.fs-small {
  font-size: 12px;
}

.pic-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
  line-height: 12px;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.pic-label {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 5px;
}

.detail-tag .slash:last-of-type {
  display: none;
}
/* footer */
.footer {
  margin-top: var(--spacing);
  background: var(--footer-background);
  color: var(--footer-color);
}

.footer a {
  color: var(--footer-color);
}

.footer p {
  margin: 0;
  line-height: 2.6;
}

/* footer */

/* search-box */
.search-box {
  width: var(--search-box-width);
  max-width: 100%;
  padding: var(--search-box-padding);
  background-color: var(--search-box-background-color);
  /*border: var(--search-box-border);*/
  border-top: 2px solid var(--primary-color);
  border-radius: var(--search-box-border-radius);
  overflow: hidden;
}

.search-input {
  padding: 0 10px;
  background-color: transparent;
  color: var(--search-box-font-color);
}

.search-input::placeholder {
  color: var(--search-box-font-color);
}

.search-input,
.btn-search {
  border: none;
  outline: none;
  height: var(--search-box-height);
}

.btn-search {
  width: var(--search-btn-with);
  height: var(--search-btn-height);
  cursor: pointer;
  color: var(--search-btn-color);
  background-color: transparent;
  font-size: var(--search-btn-font-size);
  border-radius: var(--search-btn-border-radio);
}

/* search-box */

/* navbar */
.navbar {
  background-color: var(--bs-navbar-background-color);
}

.navbar-brand {
  width: var(--bs-navbar-brand-with);
}

.navbar-nav {
  background-color: var(--bs-navbar-nav-background-color);
}

.navbar-nav .nav-item {
  width: auto;
  padding: var(--bs-nav-item-padding-y) var(--bs-nav-item-padding-x);
}

.navbar-nav .nav-link {
  position: relative;
  line-height: var(--bs-nav-line-hight);
}

.navbar-nav .nav-link:hover {
  background-color: var(--bs-nav-link-active-background-color);
}

/* side-nav */
.side-nav {
  --bs-border-color: hsla(0, 0%, 71%, 0.3);
  position: fixed;
  width: var(--side-nav-width);
  height: 80%;
  left: -100%;
  z-index: 9999;
  transition: left 0.3s;
  overflow-y: auto;
  padding: var(--spacing);
}

.side-nav .btn {
  --bs-btn-hover-bg: hsla(0, 0%, 78%, 0.2);
  --bs-btn-border-radius: var(--bs-border-radius);
}

.side-nav.show {
  left: 0 !important;
}

.side-nav-wrap {
  min-height: 100%;
  width: 100%;
  background-color: #f1f1f4;
  border-radius: var(--bs-border-radius);
}

.side-nav .nav-link {
  font-size: 1.05rem;
  padding: 0.5rem 0.8rem;
  color: var(--bs-gray-900);
}

.side-nav .nav-link:hover {
  background-color: #fff;
}

.side-nav .active > .nav-link {
  background-color: var(--primary-color);
  color: #fff;
}

.side-nav .nav-sub {
  transition: all 0.3s;
  height: auto;
}

.side-nav .nav-sub.hide {
  height: 0;
  overflow: hidden;
}

.btn-extend .svg-icon-right {
  transition: all 0.3s;
}

.btn-extend.extended .svg-icon-right {
  display: inline-block;
  transform: rotate(90deg);
}
/* navbar */

/* section */
.section {
  margin: var(--section-margin);
  padding: var(--section-padding);
  background-color: var(--section-backgroun-color);
  border-radius: var(--section-border-radius);
  box-shadow: var(--section-box-shadow);
}

.section-head {
  display: flex;
  position: relative;
  align-items: center;
  /*justify-content: space-between;*/
  padding: var(--section-head-padding);
  margin: var(--section-head-margin);
}

.section-head .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: var(--section-head-title-font-size);
  line-height: var(--section-head-title-font-size);
  margin-right: 1rem;
}

.section-head-right {
  --font-size: 14px;
  --line-height: calc(var(--font-size) * 1.2);
  display: flex;
  align-items: center;
}

.section-head-right a {
  font-size: var(--font-size);
  line-height: var(--line-height);
  vertical-align: center;
}

.section-head-right .more {
  width: var(--line-height);
  height: var(--line-height);
  font-size: var(--font-size);
  line-height: var(--line-height);
  padding: 0;
  text-align: center;
  font-weight: bold;
}

.section-head-right .slash {
  height: var(--font-size);
  overflow: hidden;
  line-height: var(--font-size);
  color: hsla(0, 0%, 100%, 0.14);
}
/* section */

/* data-item */
.data-item .title {
  font-size: 1rem;
}

.index-badge {
  --index-badge-size: 1.2rem;
  display: inline-block;
  width: var(--index-badge-size);
  height: var(--index-badge-size);
  line-height: var(--index-badge-size);
  text-align: center;
  font-size: 0.8rem;
  border-radius: 2px;
  background-color: #ededed;
  color: #666;
  font-weight: bold;
  font-style: normal;
}

.data-item:nth-of-type(1) .index-badge {
  background-color: #e5353e;
  color: #fff;
}

.data-item:nth-of-type(2) .index-badge {
  background-color: var(--bs-orange);
  color: #fff;
}

.data-item:nth-of-type(3) .index-badge {
  background-color: var(--bs-yellow);
  color: #fff;
}

/* data-item */

/* vod */
.art-item-2 .poster {
  width: 100px;
}

.vod-play-list-box.active .section-head a.btn,
.vod-play-list-box.active .expand,
.vod-play-list-box .section-content,
.vod-play-list-box .retract {
  display: none;
}

.vod-play-list-box .section-head {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vod-play-list-box.active .section-content,
.vod-play-list-box.active .retract,
.vod-play-list-box .expand {
  display: block;
}
.player-box {
  position: relative;
  background: #000;
  padding-top: 56.25%;
}

.MacPlayer {
  position: absolute !important;
  top: 0;
  left: 0;
}

/* vod */

/* art */
.art-detail-content img,
.art-detail-content iframe {
  max-width: 100%;
}

.art-detail-content {
  padding: 0 10px;
  line-height: 30px;
}

.art-detail-content p {
  line-height: 30px;
}

/* art */

/* other */
.go-top {
  --size: 40px;
  position: fixed;
  bottom: 175px;
  right: 20px;
  width: var(--size);
  height: var(--size);
  /*background-color: #fff;*/
  color: #fff;
  /*box-shadow: var(--bs-box-shadow-sm);*/
  z-index: 999;
  cursor: pointer;
  border-radius: 99px;
}

.go-top:hover {
  /*background-color: var(--primary-color);*/
  color: #fff;
}

.go-top i {
  font-size: 1.4rem;
  line-height: var(--size);
}

.logo {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.svg-icon-hamburger {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color: var(--primary-color);
}

.vod-desc .info {
  word-break: break-all;
}
/* other */

/* vod-tip */
.vod-tip .tip-content {
  line-height: 30px;
  padding: 10px;
}

.vod-tip .btn-tip {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  background: #ff2a14;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 10px;
}
/* vod-tip */

/* scroll */
.scroll-wrapper {
  overflow: hidden;
}

.scroll-wrapper .scroll-content {
  display: inline-block;
  line-height: 30px;
  margin: 0 !important;
  padding: 0;
  width: fit-content;
  white-space: nowrap;
}

@keyframes animate-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* scroll */

/* pop */
.pop a,
.pop img {
  display: block;
  width: 100%;
}

.pop li {
  list-style: none;
}

.pop-banner {
  margin-bottom: 20px;
}

.pop-banner ul {
  display: flex;
  flex-wrap: wrap;
}

.pop-banner li {
  width: 50%;
}

.pop-banner img {
  display: block;
  width: 100%;
}

.pop-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.pop-app ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.pop-app li {
  width: 12.25%;
  padding: 10px 5px;
}

.pop-app-2 li {
  width: 10%;
}

.pop-app a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop-app .pop-img-box {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.pop-img img {
  height: 100%;
}

.pop-title {
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
}

.pop-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4)
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  width: 20px;
  height: 20px;
}

.pop-text a {
  display: inline-block;
  color: #fff;
  width: auto;
  white-space: nowrap;
}

.pop-play,
.pop-play-notice {
  max-width: 100vw;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
  color: #fff;
  padding: 10px;
}

.pop-play-notice {
  z-index: 99999999999999;
}

.pop-play-notice .pop-button {
  margin: 0 10px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
}

.pop-play-notice .notice-content {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4rem;
  text-align: center;
}

.pop-play a {
  width: auto !important;
  height: 80%;
}

.pop-play img {
  width: auto !important;
  height: 100%;
}

.pop-play .pop-play-close {
  position: absolute;
  padding: 4px 7px;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 99px;
  font-size: 12px;
}

.pop-button {
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 4px;
  line-height: 28px;
  padding: 0 10px;
  color: #fff !important;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .pop-banner li {
    width: 100%;
  }

  .pop-app li {
    width: 25%;
  }

  .pop-app-2 li {
    width: 20%;
  }
}
/* pop */

::-webkit-scrollbar {
  display: none;
  background: 0 0;
  width: 0;
}

.type-labels {
  --bg: #f8f8f8;
  --border-color: #ececec;
  --padding: 10px;
  --active-bg: #f2f2f2;
  --active-color: var(--primary-color);
  background-color: var(--bg);
  padding: var(--padding);
}

.extend-block {
  display: flex;
}

.extend-block:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.extend-block .extend-label {
  width: auto;
  font-weight: bold;
  padding-right: 1rem;
}

.extend-block .label-list {
  width: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
  margin-bottom: -5px;
}

.extend-block .label-item {
  padding: 0 3px;
}

.extend-block .label-text {
  display: block;
  padding: 2px 7px;
  margin-bottom: 5px;
  font-size: 14px;
  border-radius: 99px;
}

.extend-block .label-text.active {
  background-color: var(--active-bg);
  color: var(--active-color);
  font-weight: 700;
}
