@charset "UTF-8";
/* 弹幕组件 */
/* 视频内样式 */
#cms_no_shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 24%;
  top: 33%;
  left: 40%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  position: absolute;
}

.cms_no_shop_title {
  font-size: 16px;
  color: white;
}

.cms_no_shop_btn {
  background-color: #ff8e61;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  width: 56px;
  line-height: 22px;
  padding: 8px 16px;
  margin-top: 18px;
  box-sizing: content-box;
  cursor: pointer;
  text-align: center;
}

/* 遮罩 */
.cms_tem_mask {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1005;
  top: 0;
  left: 0;
}

/* 弹窗 */
.cms_tem_pop {
  display: none;
}

.cms_tem_pop_box {
  width: 400px;
  height: 170px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -200px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 14px;
  z-index: 1005;
}

.cms_tem_pop_box p {
  padding: 0px;
  margin: 0px;
  color: black !important;
}

.tem_vip_h5 {
  display: none;
}

@media (max-width: 780px) {
  #cms_no_shop {
    width: 60%;
    height: 50%;
    top: 25%;
    left: 20%;
  }
  .cms_tem_pop_box {
    width: 84vw;
    margin-left: -42vw;
  }
  .tem_vip_h5 {
    color: white !important;
    display: block;
  }
  .tem_vip_pc {
    display: none;
  }
}

.cms_tem_pop_top {
  padding: 14px 14px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
}

.cms_tem_pop_cont {
  /* padding: 24px 0; */
  flex-grow: 1;
  display: flex;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
}

.cms_tem_pop_bot {
  flex-grow: 0;
  padding: 6px 14px 14px;
  display: flex;
  justify-content: flex-end;
}

.cms_tem_pop_bot p {
  padding: 8px;
  cursor: pointer;
}

.cms_sub {
  color: #ff8e61;
  margin-left: 16px;
  /* background-color: #FF8E61; */
}

/* 定义元素放大的动画 */
@keyframes cms_tem_scaleup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* 定义元素放大的类 */
.cms_tem_scaleup {
  animation: cms_tem_scaleup 0.1s;
}

/* 元素如果要显示, 必须通过添加该类的方式(约定) */
.cms_tem_pop_show {
  display: block;
}

/* 元素缩小的动画 */
@keyframes cms_tem_scaledown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* 定义元素缩小的类 */
.cms_tem_scaledown {
  animation: cms_tem_scaledown 0.1s;
}

.cms_vod_tomem {
  color: #ff8e61 !important;
  cursor: pointer !important;
}

.cms_vod_tomem:hover {
  color: rgba(255, 142, 97, 0.7) !important;
}

.tomem_h5 {
  display: none !important;
}

@media (max-width: 780px) {
  .tomem_pc {
    display: none !important;
  }
  .tomem_h5 {
    display: inline-block !important;
  }
}

/* 后退 */
.alivod_retreat {
  float: left;
  margin: 5px 5px 0 15px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alivod_retreat img {
  height: 50%;
}

/* 快进 */
.alivod_forward {
  float: left;
  margin: 5px 0 0;
  height: 40px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alivod_forward img {
  height: 50%;
}

/* 下一集 */
.alivod_nextvod {
  float: right;
  margin: 4px 5px 0 0;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}

/* 片头/片尾输入框 */
#temTrailerTime::-webkit-inner-spin-button,
#temTrailerTime::-webkit-outer-spin-button,
#temTitlesTime::-webkit-inner-spin-button,
#temTitlesTime::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.prism-setting-item.prism-setting-cc {
  display: none;
}

/* 视频广告 */
.video-ad-component {
  z-index: 1001;
}

.tem_theme_color {
  color: #ff6f4b !important;
  cursor: pointer;
}

/* ================================================= */
#J_prismPlayer .ali-danmuku-control {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-box {
  display: flex;
  position: relative;
  margin-right: 10px;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-box input {
  height: 28px;
  box-sizing: border-box;
  padding: 5px 40px 5px 5px;
  border: 1px solid #c0c4cc;
  background-color: rgba(130, 132, 138, 0.4);
  color: #fff;
  border-radius: 5px;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-box input:focus {
  border-color: #0f84fd;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-box .tem-cur-danmu-btn {
  position: absolute;
  right: 0px;
  height: 28px;
  border-radius: 5px;
  line-height: 16px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #0f84fd;
  color: #fff;
  cursor: pointer;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-setting {
  font-size: 0px;
  cursor: pointer;
  display: flex;
}

#J_prismPlayer .ali-danmuku-control .tem-cur-danmu-setting img {
  width: 26px;
  margin-left: 4px;
}

#J_prismPlayer .playlist-content {
  z-index: 2;
}

#J_prismPlayer .pause-ad {
  z-index: 1;
}

#J_prismPlayer .tem-cur-danmu-right-box {
  position: absolute;
  right: 0;
  width: 0%;
  padding-bottom: 48px;
  box-sizing: border-box;
  height: 100%;
  transition: all 0.38s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col {
  padding: 20px;
  overflow: hidden;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col p {
  margin-bottom: 10px;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 一排显示 6 个，每个的宽度相等 */
  grid-auto-flow: row;
  /* 超出容器宽度时换行 */
  gap: 10px;
  /* 网格元素之间的间距 */
  justify-content: space-between;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section {
  cursor: pointer;
  border: 3px solid transparent !important;
  border-radius: 8px;
  padding: 0px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(1) {
  background-color: #ffffff;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(2) {
  background-color: #f80010;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(3) {
  background-color: #fff102;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(4) {
  background-color: #009843;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(5) {
  background-color: #00a0ea;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(6) {
  background-color: #e3017f;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(7) {
  background-color: #90c221;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(8) {
  background-color: #003175;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(9) {
  background-color: #f0ab2a;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(10) {
  background-color: #683a7b;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(11) {
  background-color: #98e4f3;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box section:nth-of-type(12) {
  background-color: #927839;
}

#J_prismPlayer .tem-cur-danmu-right-box .danmu-right-box-cont .danmu-right-col .danmu-right-co-box .danmu-right-co-active {
  border-color: #3d87ff !important;
}

.aliplayer-box .tem_no_playfile {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 49%;
  left: 50%;
  margin-left: -40px;
  display: none;
  color: #fff;
}

.tem_h5_danmu_box {
  position: fixed;
  height: 32vh;
  width: 100%;
  bottom: -34vh;
  background-color: white;
  box-sizing: border-box;
  transition: all 0.38s ease-in-out;
  z-index: 99999;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f9;
  padding: 0 16px;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box input {
  width: 70%;
  height: 32px;
  border: none;
  border-radius: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: white;
  color: #000000;
  font-size: 14px;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box input::placeholder {
  color: #999;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box .tem_h5_danmu_btn {
  height: 32px;
  width: 17%;
  color: white;
  background-color: var(--tem--base--color);
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box .tem_h5_danmu_img {
  width: 24px;
  height: 24px;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_inp_box .tem_h5_danmu_img img {
  width: 100%;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col {
  padding: 20px;
  box-sizing: border-box;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col > p {
  margin: 0 0 14px 0;
  padding: 0px;
  color: #000000 !important;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section {
  border: 3px solid #c4c4c4;
  border-radius: 8px;
  width: 14%;
  aspect-ratio: 1/1;
  padding: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:not(:nth-of-type(6n)) {
  margin-right: 10px;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(1) {
  background-color: #ffffff;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(2) {
  background-color: #f80010;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(3) {
  background-color: #fff102;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(4) {
  background-color: #009843;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(5) {
  background-color: #00a0ea;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(6) {
  background-color: #e3017f;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(7) {
  background-color: #90c221;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(8) {
  background-color: #003175;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(9) {
  background-color: #f0ab2a;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(10) {
  background-color: #683a7b;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(11) {
  background-color: #98e4f3;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box section:nth-of-type(12) {
  background-color: #927839;
}

.tem_h5_danmu_box .tem_h5_danmu_set_col .tem_h5_danmu_col .tem_h5_danmu_col_box .danmu_h5_clo_active {
  border-color: #3d87ff;
}

#J_prismPlayer .tem_danmu_full_hint {
  position: absolute;
  top: -40px;
  padding: 0 16px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  line-height: 36px;
  transition: all 0.38s ease-in-out;
}

#J_prismPlayer .tem_danmu_full_hint p {
  margin: 0px;
  padding: 0px;
  color: white;
}

#J_prismPlayer .tem_continue_play {
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
  position: absolute;
  left: 2%;
  bottom: 14%;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  padding: 0 8px;
}

#J_prismPlayer .tem_continue_play p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#J_prismPlayer .tem_continue_play p span {
  margin-left: 6px;
  color: #ff8e61;
  cursor: pointer;
}

#J_prismPlayer .tem_continue_play p .tem_clo_continue {
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 22px;
  cursor: pointer;
}

#J_prismPlayer .tem_continue_play p .tem_clo_continue img {
  width: 12px;
  height: 12px;
}

@media (max-width: 599px) {
  #J_prismPlayer .prism-controlbar .alivod_retreat,
  #J_prismPlayer .prism-controlbar .alivod_forward,
  #J_prismPlayer .prism-controlbar .tem-cur-danmu-box {
    display: none !important;
  }
  #J_prismPlayer .prism-controlbar .ali-danmuku-control {
    margin-top: 9px;
  }
  #J_prismPlayer .prism-controlbar .ali-danmuku-control .iconfont {
    font-size: 30px;
  }
  #J_prismPlayer .prism-controlbar .ali-danmuku-control .tem-cur-danmu-setting {
    margin-top: -3px;
    font-size: 0px;
  }
}

#J_prismPlayer .prism-info-display {
  display: none;
}

#J_prismPlayer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#J_prismPlayer .aliplayer-danmuku {
  z-index: 1;
}

#J_prismPlayer .cus_picture_btn {
  width: 40px;
  height: 26px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#J_prismPlayer .cus_picture_btn img {
  width: 22px;
}
