.wi-play-list-box .btn {
  padding: 0.5rem 0.4rem;
}

.object-cover {
  background-position: center center;
  background-size: cover;
}

button.input-icon-addon {
  outline: none;
  border: none;
  background: transparent;
  pointer-events: auto;
}

.relative-words {
  display: flex;
  flex-wrap: wrap;
}

.relative-word-item {
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
}

.relative-word-item a {
  padding: 5px 10px;
  color: #555;
  line-height: 28px;
  background-color: #eee;
  border-radius: 4px;
  text-decoration: none;
}

.relative-word-item a:hover {
  background: #d6336c;
  color: #fff;
}

.QA-list,
.relative-words {
  list-style: none;
  padding-left: 0;
}

.QA-item {
  display: block;
  float: none !important;
}

.discuss-item {
  float: none !important;
  display: flex;
}

.play-box {
  position: relative;
  padding-top: 56%;
}

.MacPlayer {
  position: absolute !important;
  top: 0;
  left: 0;
}

.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 {
  text-align: center;
}

.art-detail-head h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 10px;
}

.art-detail-head .info {
  margin: 15px 0;
  font-size: 12px;
}

.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%;
  margin-bottom: 0.2rem;
}

.art-item-1 {
  width: 25%;
}

.art-item-1 .cover {
  height: 170px;
}
@media (max-width: 767px) {
  .actor-detail dl,
  .actor-detail > p {
    width: 100%;
  }

  .art-item-1 {
    width: 50%;
  }

  .art-item-1 .cover {
    height: 120px;
  }
}

.wi-play-list-box.active .wi-head-play-buttons a.btn {
  display: none;
}

.wi-play-list-box .wi-play-list-content {
  display: none;
}

.wi-play-list-box.active .wi-play-list-content {
  display: flex;
  padding: 0.5rem;
}

.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 {
  float: right;
  display: flex;
  justify-content: flex-end;
}

.tag-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ae3ec9 !important;
  background: rgba(174, 62, 201, 0.1) !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: calc(0.25rem - 1px) 0.25rem;
  height: 1.25rem;
  border: 1px solid transparent;
  min-width: 1.25rem;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.mobile-nav {
  overflow: hidden;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav .nav-link {
  padding: 0.25rem;
  font-size: 1.1rem;
}

.mobile-nav .active a {
  color: #206bc4;
}

/* other */
.d-none {
  display: none !important;
}

.vod-desc .info {
  word-break: break-all;
}

.wi-jump-link,
.wi-jump-link a {
  color: #ff2a14 !important;
}
/* 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 li {
  list-style: none;
}

.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 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: #2aa13d;
  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: red;
  /* 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;
  list-style: none;
}

.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;
}
