@charset "UTF-8";
@import "../font/iconfont.css";
@import "palette.css";
@import "custom.css";

/* base */
html {
  background-color: var(--background-color);
  color: var(--font-color);
}

a {
  color: var(--font-color);
}

a:hover {
  color: var(--primary-color);
}

/* header */
header {
  background-color: var(--header-BC);
}

header a {
  font-size: 17px;
}

header a,
header a:hover {
  color: var(--header-FC);
}

header .head-wrap {
  height: 50px;
  margin: 0 auto;
  padding: 0 5px;
}

header .head-right {
  justify-content: flex-end;
}

header .iconfont {
  font-size: 20px;
  color: var(--header-FC);
}

/* footer */
.footer {
  background-color: var(--footer-BC);
  padding: 20px 10px;
  border-top: 1px solid var(--border-color);
}

.footer p {
  margin-top: 10px;
}

.footer,
.footer a {
  font-size: 12px;
  line-height: 20px;
  color: var(--footer-FC) !important;
}

.footer .split-line {
  background-color: var(--footer-FC);
}

/* row */
.row {
  margin-bottom: 20px;
}

/* layout-box */
.layout-box {
  padding: 0 10px;
  margin-top: 10px;
}

.layout-box-head {
  position: relative;
  height: 40px;
  border-bottom: 1px solid var(--Ga2);
}

.layout-box-head::after {
  left: 20px;
  background-color: var(--primary-color);
}

.layout-box-head .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
}

/* web-position */
.web-position .separator {
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
  color: var(--sub-title-color);
}

.web-position a,
.web-position span {
  font-size: 14px;
  color: var(--sub-title-color);
}

/* nav */
.all-nav .all-nav-item {
  padding: 0 3px;
}
.all-nav .all-nav-item a {
  font-size: 16px;
  padding: 0 10px;
  line-height: 32px;
  display: inline-block;
  color: var(--header-FC);
  white-space: nowrap;
}

.all-nav .all-nav-item .active,
.all-nav .all-nav-item a:hover {
  background: #6c2ec9;
  color: #fff;
  border-radius: var(--border-radio-C);
}

.side-nav-item {
  position: relative;
  width: auto;
  white-space: nowrap;
}

.side-nav-item {
  padding: 10px 0;
}

.side-nav-item.active a {
  color: var(--primary-color);
}

/* button */
.button {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
  background-color: var(--button-BC);
  color: var(--button-FC);
  box-shadow: var(--button-box-shadow);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radio);
}

.button:hover {
  color: var(--primary-color);
}

.button-large {
  line-height: 34px;
  padding: 0 15px;
  font-size: 16px;
}

.button-small {
  line-height: 24px;
  padding: 0 5px;
  font-size: 12px;
}

.button-small .iconfont {
  font-size: 12px;
  line-height: 18px;
}

.button-circular {
  border-radius: 999px;
}

.button-hairline {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}

.button-primary,
.button.active {
  background-color: var(--button-primary-BC) !important;
  color: var(--button-primary-FC) !important;
  border-color: var(--button-primary-BC);
}

.button-func {
  background: var(--button-func-BC) !important;
  color: var(--button-func-FC) !important;
  border-color: var(--button-func-BC);
}

.button.disabled {
  background-color: var(--button-disabled-BC) !important;
  color: var(--button-disabled-FC) !important;
  border-color: var(--button-disabled-BC) !important;
}

.button-group .button:not(:first-child) {
  margin-left: 10px;
}

/* search-box */
.search-box {
  overflow: hidden;
  background-color: #6c2ec9;
  border-radius: var(--border-radio-C);
}

.search-input {
  width: 230px;
  padding: 0 10px;
  color: var(--sub-title-color);
}

.search-input::placeholder {
  color: #fff;
}

.search-btn {
  font-size: 16px;
  min-width: 40px;
  padding: 0 5px;
  cursor: pointer;
}

.search-input,
.search-btn {
  border: none;
  outline: none;
  height: 40px;
  background-color: transparent;
  color: #fff;
}

.search-box-small {
  height: 32px;
  overflow: hidden;
}

.search-box-small .search-input {
  width: 180px;
  color: var(--header-FC);
}

.search-box-small .search-btn {
  position: relative;
  top: 1px;
  right: 3px;
  height: 26px;
  min-width: unset;
  padding: 0 5px;
  font-size: 14px;
  background-color: transparent;
}

.search-box-small .search-btn .iconfont {
  line-height: 26px;
}

.search-box-small .search-input {
  height: 30px;
}

.search-box-large .search-form {
  padding: 0 5px;
  background-color: var(--card-BC);
  border-radius: var(--border-radio-L);
  box-shadow: 0 7px 21px rgba(149, 157, 165, 0.22);
}

.search-box-large .search-input {
  width: 315px;
  color: var(--font-color);
  height: 45px;
  line-height: 45px !important;
  font-size: 16px;
}

.search-box-large .title,
.search-box-large .title .iconfont {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}

.search-box-large .search-btn,
.search-box-large .search-btn .iconfont {
  display: inline-block;
  height: 45px !important;
  font-size: 26px;
  line-height: 45px;
  background-color: transparent;
}

.search-box-large .title .iconfont {
  color: var(--primary-color);
  margin-right: 5px;
}

/* poster */
.poster {
  position: relative;
  padding-top: 140%;
  overflow: hidden;
}

.poster .play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.3s;
  color: #fff;
  text-indent: -9999em;
  border-radius: 5px;
}

.poster-art {
  padding-top: 58%;
}

.poster:hover .play {
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  opacity: 1;
  text-align: center;
  text-indent: 1px;
}

.poster:hover .play::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  top: 45%;
  position: relative;
}

.poster .lazyload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/loading.gif");
  background-size: cover;
  background-position: center center;
}

/*dialog 模态框*/
.dialog-warp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999999999;
}

.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background-color: var(--background-color);
  max-width: 400px;
  border-radius: var(--border-radio-L);
  overflow: hidden;
}

.dialog-content {
  line-height: 30px;
  min-height: 80px;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 14px;
}

.dialog-content h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.dialog-content img {
  max-width: 100%;
}

.dialog-content p {
  margin: 0;
  line-height: 30px;
}

.dialog-head {
  border-bottom: 1px solid var(--border-color);
}

.dialog-head,
.dialog-foot {
  position: relative;
  font-size: 18px;
  line-height: 46px;
  margin: 0;
}

.dialog-foot {
  color: var(--primary-color);
  font-size: 16px;
}

.dialog-head .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}

.dialog-head-text {
  display: inline-block;
  position: relative;
}

.dialog-white-list-jump-tip {
  padding: 10px;
}

.dialog-white-list-jump-tip .tip-content {
  line-height: 30px;
  font-size: 16px;
  margin: 10px 0;
}

.dialog-white-list-jump-tip .button {
  width: 120px;
  text-align: center;
  margin: 10px 5px 0 5px;
}

/* vod */
.vod-item-1 .title {
  background-color: #f6f6f6;
  line-height: 30px;
}

.vod-item-2 {
  font-size: 12px;
  line-height: 21px;
}

.play-list-tabs {
  border-bottom: 1px solid var(--border-color);
}

.play-list-tab-item {
  padding: 0 10px;
  line-height: 50px;
  cursor: pointer;
  width: auto;
  margin-bottom: -1px;
}

.play-list-tab-item.active {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.play-list-tab-item:hover {
  color: var(--primary-color);
}

.play-list-content {
  display: none;
}

/* art */
.art-item-1 .poster {
  border-radius: 0;
}

.art-item-1 .title {
  background-color: #f6f6f6;
}

.art-detail-content img,
.art-detail-content iframe {
  max-width: 100%;
  margin-bottom: 10px;
}

.art-detail-content {
  overflow-x: hidden;
  padding: 0 10px;
  line-height: 30px;
}

.art-detail-content p {
  line-height: 30px;
}

.art-detail-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 10px;
}

.art-detail-head .info {
  margin: 15px 0;
  font-size: 12px;
}

/* detail-relate-mode */
.relative-word-item {
  padding-right: 10px;
  padding-bottom: 10px;
}

.relative-word-item a {
  padding: 5px 10px;
  color: var(--button-FC);
  line-height: 28px;
  background-color: var(--button-BC);
  border-radius: var(--border-radio-C);
  border: 1px solid var(--button-border-color);
}

.relative-word-item a:hover {
  background: var(--button-primary-BC);
  color: var(--button-primary-FC);
}

.discuss-thumb {
  width: 30px;
  height: 30px;
  border-radius: var(--border-radio-S);
  background-size: cover;
  background-position: center center;
  background-image: url(../images/head-pic.png);
}

/* player-box */
.player-box {
  position: relative;
  background: #000;
  padding-top: 56.25%;
}

.MacPlayer {
  position: absolute !important;
  top: 0;
  left: 0;
}

/* actor */
.actor-item-1 .poster {
  padding-top: 100%;
  border-radius: var(--border-radio-C);
}

.actor-detail-blurb {
  line-height: 26px;
  margin-bottom: 10px;
}

.actor-detail > div,
.actor-detail {
  display: flex;
  flex-wrap: wrap;
}

.actor-detail dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.actor-detail dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.51);
  display: inline-block;
  width: 70px;
}

.actor-detail dd {
  width: calc(100% - 70px);
}

.actor-detail > p {
  line-height: 26px;
  width: 50%;
}

/* other */
.more i {
  font-family: "宋体";
  margin-left: 5px;
  font-weight: bold;
  font-style: normal;
}

.card {
  background-color: var(--card-BC);
  box-shadow: var(--card-box-shadow);
  border-radius: var(--card-border-radio);
  border: var(--card-border);
}

.bottom-parting-line:not(:last-of-type) {
  border-bottom: 1px dashed var(--border-color);
}

.around-border {
  border: 2px solid var(--func-color);
}

.pic-text {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 5px;
  line-height: 24px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  /*background-color: rgba(0, 0, 0, .5);*/
  color: #fff;
  font-size: 12px;
}

.logo {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  padding: 44% 0 0 0 !important;
}

.label {
  display: inline-block;
  background-color: var(--label-BC) !important;
  color: var(--label-FC) !important;
  font-size: 12px !important;
  padding: 0 5px !important;
  border-radius: 2px !important;
  white-space: nowrap !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

.poster .label {
  position: absolute;
  top: 5px;
  right: 5px;
}

.high-light {
  color: var(--primary-color);
}

.hits {
  font-size: 10px;
  color: var(--hits-color);
  padding: 0 5px;
}

.hits i {
  font-size: 16px;
  margin-right: 2px;
}

.index-badge {
  font-size: 12px;
  background: var(--Ga3);
  margin-right: 6px;
  text-align: center;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: var(--border-radio-C);
  font-style: normal;
}

.index-badge.red {
  background: var(--Re6) !important;
}

.index-badge.orange {
  background: var(--Or5) !important;
}

.index-badge.yellow {
  background: var(--Ye5) !important;
}

.go-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: var(--border-radio-C);
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.2);
  z-index: 9999999;
  transform: rotate(90deg);
}

.go-top:hover {
  background-color: var(--button-primary-BC);
  color: var(--button-primary-FC);
}

.go-top i {
  font-size: 26px;
  line-height: 36px;
}

.image-list {
  margin: 0 -5px;
}

.banner {
  overflow: hidden;
}

.banner .swiper-slide {
  transition: transform 0.3s;
}

.banner .swiper-slide .poster {
  box-shadow: var(--box-shadow);
}

.banner .swiper-slide-active {
  transform: scale(1.1);
}

.dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--Ga5);
  margin-right: 5px;
}

.side-list {
  border-left: 1px solid var(--border-color);
  padding-left: 10px;
}

.wi-play-list-box.active .wi-head-play-buttons a.button {
  display: none;
}

.wi-play-list-box .wi-play-list-content {
  display: none;
}

.wi-play-list-box.active .wi-play-list-content {
  display: block;
  padding: 5px 0;
  margin: 0 -5px;
}

.wi-play-list-box .expand {
  display: block;
}

.wi-play-list-box .retract {
  display: none;
}

.wi-play-list-box.active .expand {
  display: none;
}

.wi-play-list-box.active .retract {
  display: block;
}

.wi-head-play-buttons {
  justify-content: flex-end;
}

.detail-tag a {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 99px;
  background-color: var(--button-primary-BC);
  color: var(--button-primary-FC);
  margin-bottom: 5px;
}

.mobile-nav {
  margin-top: -10px;
  display: none;
  padding: 5px;
}

.mobile-nav .swiper-slide {
  width: auto;
  white-space: nowrap;
  padding: 5px;
  font-size: 16px;
}
.mobile-nav .swiper-slide.active a {
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
}

.wi-jump-link,
.wi-jump-link a {
  color: #f2e911 !important;
}

/* other */
.d-none {
  display: none !important;
}

.vod-desc .info {
  word-break: break-all;
}
/* other */

/* vod-tip */
.vod-tip .tip-content {
  line-height: 30px;
  padding: 10px;
  background-color: #f3f3f3;
}

.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-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 {
  background-color: #f3f3f3;
}

.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;
}
