@charset "UTF-8";
:root {
  --theme: #ff556e;
}

.cur_main {
  margin: auto;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  /* background: rgba(0, 0, 0, 0.15); */
  background: rgba(255, 85, 110, 0.7);
  transition: color 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  /* background: rgba(0, 0, 0, 0.3); */
  background: #ff556e;
}

.cur_head_box #playBox {
  height: 35vw;
  min-height: 466px;
  overflow: hidden;
  position: relative;
}

.cur_head_box #playBox .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  align-items: flex-end;
  height: 480px;
  width: 280px;
  left: 80%;
  top: 18%;
  overflow: hidden;
}

.cur_head_box #playBox .swiper-pagination-bullet {
  background-color: transparent;
  width: auto !important;
  height: 47px !important;
  line-height: 47px;
  font-size: 14px;
  color: #ffffffb3 !important;
  opacity: 1;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
}

.cur_head_box #playBox .swiper-pagination-bullet-active {
  font-size: 20px;
  color: #ffffff !important;
  font-weight: bolder;
}

.cur_head_box .sort {
  position: absolute;
  bottom: 0px;
}

.head_black {
  background-color: #000000 !important;
}

.navTopBox .navTopSearchText {
  width: 65% !important;
}

.navTopBox .navTopMenu-text {
  padding: 0px 10px 0 10px;
}

.navTopBox .navTopMenu-text a {
  display: inline-block;
  height: 100%;
}

@media (max-width: 1550px) {
  .navTopMenu-text {
    display: inline-block;
  }
  .navTopSearchBox-r {
    left: 853px;
  }
}

@media (max-width: 1660px) {
  .navTopSearchBoxB {
    display: flex;
  }
  .navTopSearch {
    width: 450px;
  }
  .navTopSearchB-response {
    display: none;
  }
  .verticalLine {
    display: block;
  }
}

@media (max-width: 1900px) {
  .video-box-new:nth-last-of-type(1) {
    display: inline-block !important;
  }
}

.navTopSearchBox-r {
  left: auto;
  right: 200px;
  bottom: 12px;
}

.video-box-new .Movie-list .Movie-img {
  width: 100%;
  aspect-ratio: 71/100;
}

.video-box-new .Movie-list .Movie-type02 {
  padding-top: 0px;
  padding-bottom: 24px;
}

.video-box-new2 .Movie-list .Movie-img {
  width: calc(100%-10px);
  aspect-ratio: 71.5/100;
}

.channel-box-new2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 40px;
}

.channel-box-new2 .video-box-new2 {
  padding: 0 !important;
}

@media (min-width: 979px) {
  .video-box-new2 {
    width: calc((100% - 240px) / 7) !important;
  }
}

.type_classif_box {
  padding: 30px 99px 20px;
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  background-color: #F9F9F9;
}

.type_classif_box .fliter_box {
  width: 28% !important;
}

.type_classif_box .fliter_box .sort-tle {
  padding-left: 10px;
}

.type_classif_box .fliter_box .fliter_box_item {
  display: flex;
  flex-wrap: wrap;
}

.type_classif_box .fliter_box .fliter_box_item .item {
  padding: 12px;
  padding-top: 0px;
  line-height: 16px;
}

#pagination {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.layui-laypage a:hover {
  color: var(--theme);
}

.play-video-container {
  height: 690px;
}

/*播放线路*/
.layui-show {
  display: inline-flex !important;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 600px;
  overflow-y: auto;
}

.layui-tab-content {
  padding: 16px;
}

.layui-this {
  font-size: 16px !important;
  color: var(--theme);
  border-radius: 5px;
}

.layui-laypage {
  display: inline-flex;
  gap: 0 8px;
}

.layui-layer-btn {
  border-top: 1px solid #f0f0f0;
  padding: 12px 15px;
}

.layui-layer-btn .layui-layer-btn0 {
  background: var(--theme);
  border-color: var(--theme);
}

.layui-layer-dialog .layui-layer-content {
  padding: 16px 20px;
}

.layui-tab-card {
  border: none;
}

.layui-tab-card > .layui-tab-title {
  background-color: rgba(104, 104, 104, 0.1);
  border-radius: 5px 5px 0 0;
  border: none;
}

.layui-tab-card > .layui-tab-title li {
  font-size: 0.8rem !important;
  color: #ffffffb3;
  position: relative;
  line-height: 40px !important;
  height: 40px !important;
  padding-right: 0px !important;
}

.layui-tab-card > .layui-tab-title li:hover {
  color: #fff;
}

.layui-tab-card > .layui-tab-title .layui-this {
  color: #fff;
  font-size: 0.8rem !important;
  border: none;
  background-color: var(--theme) !important;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.layui-tab-card > .layui-tab-title .layui-this::after {
  display: none;
}

.layui-tab-card > .layui-tab-title .layui-this:hover {
  color: #fff;
}

.layui-tab-card > .layui-tab-content {
  border: none;
  padding: 10px 0;
}

.aliplayer-box {
  width: 100%;
  background: #121324;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aliplayer-box .aliplayer {
  padding: 2rem 0;
  /*aspect-ratio: 16/9;*/
}

@media (min-width: 980px) {
  .aliplayer-box .aliplayer {
    width: 1400px;
  }
  .aliplayer-box .aliplayer .unVideo {
    height: calc(1400px * 9 / 16) !important;
  }
}

.layui-tab-card {
  box-shadow: none;
}

.aliplayer-box .aliplayer .detailTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.8em;
}

.aliplayer-box .aliplayer .tags {
  display: flex;
  gap: 0 12px;
  padding-left: 0.8em;
}

.aliplayer-box .aliplayer .tags .item-tag {
  background: #484953;
  border-radius: 2px;
  color: #999;
  padding: 4px 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  overflow: hidden;
}

.aliplayer-box .aliplayer .tags .item-tag img {
  filter: drop-shadow(-25px 0 0 #999) !important;
  transform: translateX(27px);
  width: 20px;
}

.aliplayer-box .aliplayer .unVideo {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.aliplayer-box .aliplayer .unVideo h3 {
  color: #fff;
}

.aliplayer-box .aliplayer .btns-box {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #151625;
  padding: 0 2rem;
}

.aliplayer-box .aliplayer .btns-box .inputs {
  position: relative;
  display: flex;
}

.aliplayer-box .aliplayer .btns-box .inputs input {
  width: 480px;
  height: 32px;
  background: #07080f;
  border-radius: 16px;
  outline: none;
  border: 0;
  padding: 0 2rem 0 1rem;
  color: #fff;
  font-size: 12px;
}

.aliplayer-box .aliplayer .btns-box .inputs .pinglun {
  position: absolute;
  right: 0;
  width: 64px;
  height: 32px;
  background: #2a2a3b;
  border-radius: 0px 16px 16px 0px;
  font-size: 12px;
  padding: 0;
  border: 0;
  color: #fff;
}

.aliplayer-box .aliplayer .btns-box .btns {
  display: flex;
  width: 200px;
  gap: 0 24px;
  font-size: 12px;
}

.aliplayer-box .aliplayer .btns-box .btns button {
  padding: 0;
  width: 89px;
  height: 32px;
  background: #33344b;
  border-radius: 16px;
  color: #fff;
  line-height: 32px;
  border: 0;
}

.layui-tab-title li {
  height: 25px !important;
  line-height: 25px !important;
  padding-left: 0 !important;
}

.layui-this {
  background-color: transparent !important;
}

.playBtns {
  width: 66px;
  height: 44px;
  line-height: 44px;
  color: #cccccc;
  cursor: pointer;
  text-align: center;
}

.playBtns:hover {
  color: var(--theme);
}

.playBtns.active {
  background-color: #222328;
  color: var(--theme);
}

.bit_lin {
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: var(--theme);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  display: none;
}

.layui-this .bit_lin {
  display: block;
}

.layui-tab-content {
  padding: 0px;
}

.play_item_cont {
  height: 590px;
  overflow-y: auto;
}

.player-sdc {
  padding-right: 15px;
}

@media (max-width: 1550px) {
  .play_item_cont {
    height: 460px;
    overflow-y: auto;
  }
}

#imgList .ban_backg_af::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  z-index: 2;
}

#imgList .ban_backg_af::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
}

#imgList .ban_backg_be::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent);
  z-index: 2;
}

#imgList .ban_backg_be::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2;
}

.cur_top_tit {
  text-overflow: ellipsis;
  color: #fff;
}

.query-empty {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.query-empty img {
  width: 228px;
}

.query-empty p {
  margin-top: 20px;
  margin-left: 5px;
}
