.pop-text,
.vod-tip {
  box-shadow: 0 2.75px 2.21px rgba(0, 0, 0, 0.01),
    0 6.65px 5.32px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.01),
    0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33.4px rgba(0, 0, 0, 0.02),
    0 100px 80px rgba(0, 0, 0, 0.01), 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.vod-tip {
  padding: 10px;
}

/* other */
.d-none {
  display: none !important;
}

.wi-jump-link,
.wi-jump-link a {
  color: #ff671a;
}
/* other */

/* rw */
.RW-list {
  display: flex;
  flex-wrap: wrap;
}

.RW-list li {
  padding-right: 10px;
  margin-bottom: 10px;
}

.RW-list li a {
  font-size: 14px;
  padding: 5px 10px;
  color: #ff5c38;
  line-height: 28px;
  background-color: #f7eae8;
  border-radius: 8px;
}

/* rw */

/* play-list */
.wi-play-list-box.active .wi-head-play-buttons a.wi-play-list-btn {
  display: none;
}

.wi-play-list-box .wi-play-list-content {
  display: none;
}

.wi-play-list-box.active .wi-play-list-content {
  display: block;
}

.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-play-list-box.active .retract i {
  display: inline-block;
  transform: rotate(-180deg);
}

.wi-head-play-buttons {
  justify-content: flex-end;
}

.wi-play-list-btn {
  display: block;
  position: relative;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  min-width: 80px;
  font-size: 14px;
  border: 1px solid #e9ecef;
}

.wi-play-list-btn:hover {
  background: #fff0ec !important;
  color: #f96518;
}

.wi-play-list-btn.active {
  color: #fff;
  font-weight: 700;
  background: #f96518 !important;
}

/* play-list */

/* vod-tip */
.vod-tip .tip-content {
  line-height: 30px;
}

.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: #fff;
  box-shadow: 0 7px 21px rgba(149, 157, 165, 0.22);
  border-radius: 10px;
  margin-bottom: 20px;
}

.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: #ff9800;
  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: #fff;
  --border-color: #ececec;
  --padding: 10px;
  --active-bg: #f2f2f2;
  --active-color: red;
  background-color: var(--bg);
  padding: var(--padding);
  border-radius: 10px;
}

.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;
  line-height: 20px;
}

.extend-block .label-text.active {
  background-color: var(--active-bg);
  color: var(--active-color);
  font-weight: 700;
}
