@charset "UTF-8";
:root {
  --maxWidth: 1418px;
  --overColor: #090b21;
  --ligBgColor: #1c1d2f;
  --ligBgColorTwo: #2b2c3a;
  --theme: #00c0ff;
  --ligTextColor: #ffffffb3;
  --h3Color: #fff;
  --moliiOverColor: #101012;
  --moliiLigTextColor: #e3e3e5;
  --moliiLigTextColorTwo: #6f6f71;
  --moliiligBgColor: #17181a;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: var(--overColor);
  font-family: PingFangSC, PingFangSC-Regular, -apple-system, arial, system-ui,
 BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, STHeiti,
 Microsoft YaHei, Helvetica Neue, Helvetica, SimSun, Tahoma, Arial,
 sans-serif !important;
}

@media (max-width: 979px) {
  body {
    background-color: var(--moliiOverColor);
  }
  .lis_video_info .unit {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
  }
  .lis_video_info .vid_txt_popu_pop {
    width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

* {
  outline: none;
}

.cms-header {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 62px;
  display: flex;
  /* background-color: #19191966;
    backdrop-filter: blur(20px); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.502) 15%, rgba(0, 0, 0, 0.322) 38%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.067) 74%, rgba(0, 0, 0, 0.031) 86%, transparent 99%, transparent);
  padding: 0 8em;
  box-sizing: border-box;
  transition: all 0.2s linear;
  z-index: 9999;
}

.cms-header.head_black {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.502), rgba(255, 255, 255, 0));
  background-color: rgba(28, 29, 47, 0.98);
  /* box-shadow: 0 4px 20px #4e4e4e1a; */
}

.header-nav {
  gap: 0 2em;
  display: flex;
  align-items: center;
  width: 1418px;
  min-width: 1200px;
  margin: auto;
}

.header-nav .router-link-active {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
}

.header-nav .header-logo {
  font-size: 24px;
  color: #fff;
  font-family: sans-serif;
  margin-right: 4rem;
  cursor: pointer;
}

.header-nav .header-logo img {
  max-height: 50px;
  max-width: 200px;
}

.header-nav a.active .nav-item {
  color: var(--theme) !important;
}

.header-nav .nav-item {
  min-width: 34px;
  font-size: 16px;
  color: var(--ligTextColor);
  font-weight: 400;
  cursor: pointer;
}

.header-nav .nav-item.nav-active {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
}

.header_userbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.header_userbox .header_use_na {
  display: flex;
  gap: 0 2em;
}

.header-user {
  /* width: 32%; */
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  gap: 0 0.5rem;
}

.header-user .search-box {
  width: 315px;
  height: 40px;
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

.header-user .userImg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header-user .userImg img {
  filter: drop-shadow(30px 0 0 #fff) !important;
  transform: translateX(-30px);
  width: 24px;
}

.header-user .icon_img {
  width: 28px;
  /* height: 24px; */
}

.header-user .search-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 16px;
  width: 40px;
  padding: 0;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  color: #fff;
  background: transparent;
  border-radius: 1.5rem;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  overflow: hidden;
}

.header-user .search-btn img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(30px 0 0 var(--ligTextColor)) !important;
  transform: translateX(-30px);
}

.header-user .search-btn:hover img {
  filter: drop-shadow(30px 0 0 #fff) !important;
}

.header-user .search-input {
  width: 283px;
  height: 40px;
  border-radius: 1.5rem;
  padding: 0 1em;
  font-size: 14px;
  outline: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.header-user .search-input:-internal-autofill-previewed {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
}

.header-user .search-input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
}

.header-user .search-input {
  background: rgba(152, 152, 152, 0.2);
}

.header-user .search-input::placeholder {
  color: var(--ligTextColor);
  font-size: 12px;
}

.cms-header.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(78, 78, 78, 0.1);
}

.cms-header.sticky .header-logo {
  color: #000;
}

.cms-header.sticky .nav-item {
  color: #808080;
}

.cms-header.sticky .nav-item.nav-active {
  color: #ff6f4b !important;
}

.cms-header.sticky .search-input {
  outline: none;
  background: #f4f4f4;
  color: #000;
}

.cms-header.sticky .search-input::placeholder {
  color: #999999;
  font-size: 12px;
}

/*h5 header*/
.header-h5 {
  width: 100%;
  height: 50px;
}

.header-h5 .header-h5-nav {
  width: 100%;
  background-color: var(--moliiOverColor);
  position: fixed;
  z-index: 99;
}

.header-h5 .swiper-wrapper {
  overflow-y: hidden;
}

.header-h5 .header-h5-menu {
  display: flex;
  gap: 16px;
  height: 3rem;
  line-height: 3rem;
  color: #343746;
  font-size: 14px;
  flex-grow: 1;
  overflow: hidden;
}

.header-h5 .header-h5-menu .router-link-active {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #343746 !important;
  position: relative;
  display: flex;
  justify-content: center;
}

.header-h5 .header-h5-menu .router-link-active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 18px;
  height: 2px;
  background-color: #fe744e;
}

.header-h5 .header-h5-menu .swiper {
  width: 100%;
  height: 100%;
}

.header-h5 .header-h5-menu .swiper .swiper-wrapper {
  overflow-x: auto;
}

.header-h5 .header-h5-menu .swiper .swiper-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-h5 .header-h5-menu .swiper .swiper-slide {
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0 0.6rem;
}

.header-h5 .header-h5-nav {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.header-h5 .header-h5-nav .header-h5-logo {
  width: 50px;
  font-size: 24px;
  color: #000;
  margin-right: 1.5em;
  cursor: pointer;
  margin-left: 0.6rem;
}

.header-h5 .header-h5-nav .header-h5-logo img {
  max-height: 50px;
  max-width: 80px;
}

.header-h5 .header-h5-nav .search-box-h5 .search-btn {
  border: 0;
  top: 2px;
  right: 2px;
  width: 36px;
  padding: 0;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: transparent;
  border-radius: 50%;
  margin-right: 1rem;
}

.header-h5 .header-h5-nav .search-box-h5 .search-input {
  max-width: 200px;
  height: 40px;
  border-radius: 1.5rem;
  padding: 0 50px 0 1em;
  font-size: 14px;
  outline: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

.header-h5 .header-h5-nav .search-box-h5 .search-input:-internal-autofill-previewed {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
}

.header-h5 .header-h5-nav .search-box-h5 .search-input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
}

.header-h5 .header-h5-nav .search-box-h5 .search-input::placeholder {
  color: var(--ligTextColor);
  font-size: 12px;
}

.header-h5 .header-h5-nav .userImg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-h5 .header-h5-nav .userImg .icons {
  width: 36px;
  height: 36px;
  background: #d3d3d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-h5 .header-h5-nav .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/*h5返回header*/
.cu_h5_header {
  padding: 1rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(78, 78, 78, 0.102);
}

.cu_h5_header .goBack {
  position: absolute;
  left: 1rem;
}

.cu_h5_header .goBack img {
  width: 20px;
  height: 20px;
}

.cu_h5_header .title {
  width: 300px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: var(--ligTextColor);
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*seach header*/
.h5_head_fix {
  height: 64px;
}

.s_header {
  display: none;
  justify-content: space-between;
  padding: 1em;
  width: 92vw;
  position: fixed;
  background-color: var(--moliiOverColor);
  overflow: hidden;
  z-index: 99;
}

.s_header .searchcancel a {
  color: var(--theme) !important;
}

.s_header .searchcancel {
  border: 0;
  background: transparent;
  width: 60px;
}

.s_header .searchcancel a {
  color: #ff8e61;
}

.s_header .search-box {
  position: relative;
}

.s_header .search-box .search-input {
  background-color: rgba(152, 152, 152, 0.2) !important;
  border: none !important;
}

.s_header .search-box img {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 1.6em;
  height: 1.6em;
}

.s_header .search-box .s_svgIcon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.s_header .search-box .search-input {
  width: 100%;
  height: 34px;
  border-radius: 1.5rem;
  padding: 0 1rem 0 2.2rem;
  font-size: 14px;
  outline: none;
  border: 0;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  color: #e3e3e5;
  box-shadow: none;
}

.s_header .search-box .search-input::placeholder {
  color: #999;
  font-size: 12px;
}

/*search index*/
.my-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.jh-Tabs {
  display: flex;
  font-size: 14px;
  margin-bottom: 2rem;
  margin-top: 2em;
}

.item {
  padding: 6px 2rem;
  color: var(--ligTextColor);
  cursor: pointer;
  background-color: var(--ligBgColor);
}

.item a {
  color: var(--ligTextColor);
}

.item.active {
  position: relative;
}

.item.searchon {
  color: #fff;
  background-color: var(--ligBgColorTwo);
}

/*search star*/
.celeItems {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap: 16px;
  padding: 16px 12px;
  flex: 1;
  flex-shrink: 1;
}

.celeItems a {
  box-shadow: rgba(119, 119, 119, 0.1) 0px 4px 20px;
  background-color: var(--ligBgColorTwo);
  border-radius: 8px;
  height: 117px;
}

.celeList {
  display: flex;
  align-items: center;
  padding: 21px 14px;
  box-sizing: border-box;
  height: 100%;
}

.celeList .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.celeList .icons img {
  filter: drop-shadow(42px 0 0 #fff) !important;
  /*transform: translateX(-42px);*/
  width: 64px;
  height: 64px;
}

.celeList .info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  font-size: 16px;
  color: var(--ligTextColor);
}

.celeList .desc {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: var(--ligTextColor);
}

@media (min-width: 980px) {
  .banner .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;
  }
  .banner .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;
  }
  .banner .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;
  }
  .banner .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;
  }
}

/*banner*/
.banner .swiper-slide img {
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

.banner_vid_name {
  position: absolute;
  font-size: 1.5rem;
  bottom: 1rem;
  left: 1.5rem;
  font-weight: bolder;
  color: #fff;
  z-index: 3;
}

.mrgt72 {
  margin-top: 72px !important;
}

.content {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.content .section-box {
  height: auto;
}

.content .section-box .list-items {
  display: flex;
  /* // justify-content: space-between; */
  gap: 20px;
  flex-wrap: wrap;
}

.content .section-box .list-item {
  width: 100%;
  display: flex;
}

.content .section-box .list-item .list-right {
  padding-left: 28px;
  display: flex;
  flex-wrap: wrap;
  /* // justify-content: space-between; */
  gap: 20px 26px;
  width: 100%;
}

.content .section-box .list-item .big-item {
  width: 450px;
  height: 384px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 8px 0px rgba(161, 161, 161, 0.1);
  cursor: pointer;
}

.content .section-box .list-item .big-item .item-title {
  line-height: 2rem;
  font-size: 1.3rem;
  color: #222222;
  font-weight: 500;
  margin-top: 1rem;
}

.content .section-box .list-item .big-item .item-desc {
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content .section-box .list-item .big-item div {
  margin-left: 1rem;
}

.content .section-box .list-item .big-item img {
  width: 450px;
  height: 250px;
  border-radius: 6px 6px 0 0;
}

.content .section-box .web_hot_vid_name {
  position: absolute;
  bottom: -2rem;
  color: var(--ligTextColor);
  font-size: 1rem !important;
  width: 100%;
  font-weight: bolder;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.content .section-box .hot_push {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -20px;
}

.content .section-box .hot_push .list-items {
  flex-wrap: nowrap;
}

.content .section-box .hot_push .arrow_left,
.content .section-box .hot_push .arrow_right {
  position: absolute;
  top: 50px;
  height: 305px;
  width: 76px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .section-box .hot_push .arrow_left img,
.content .section-box .hot_push .arrow_right img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.content .section-box .hot_push .arrow_left {
  left: 0;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.384));
}

.content .section-box .hot_push .arrow_right {
  right: 0;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.384));
}

.content .section-box .hot_push .vertical-box {
  width: 218px;
  height: 305px;
}

.content .section-box .hot_push .vertical-box .image-box {
  width: 218px;
  height: 305px;
}

.content .section-box .hot_push .cs-itembox {
  cursor: default;
  position: relative;
}

.content .section-box .hot_push .cs-itembox:hover {
  transform: scaleX(1.18) scaleY(1.19);
  z-index: 2;
  top: 0px;
}

.content .section-box .hot_push .cs-itembox:hover .image-box img {
  height: 100%;
}

.content .section-box .hot_push .cs-itembox:hover .web_hot_vid_name {
  opacity: 0;
}

.content .section-box .hot_push .cs-itembox:hover .video_play_icon {
  transform: scale(1.1);
  height: 64px;
  width: 64px;
  top: 15%;
  margin-left: -32px !important;
  z-index: 1 !important;
  background-color: transparent !important;
}

.content .section-box .hot_push .cs-itembox:hover .video_play_icon:hover {
  opacity: 1;
}

.content .section-box .hot_push .cs-itembox:hover .title,
.content .section-box .hot_push .cs-itembox:hover .desc,
.content .section-box .hot_push .cs-itembox:hover .unit {
  display: block;
}

.content .section-box .hot_push .cs-itembox:hover .vid_item_mask {
  width: 102%;
}

.content .section-box .hot_push #hot_ex_box {
  transition: 0.5s all linear;
}

.content .section-box .hot_push .title {
  display: none !important;
}

.content .section-box .hot_push .h5_hot_vid_name {
  font-size: 0.8rem;
}

.content .item-title {
  line-height: 2rem;
  font-size: 1.3rem;
  color: #222222;
  font-weight: 500;
  margin-top: 1rem;
}

.content .item-desc {
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content .titleH3 {
  font-size: 22px;
  color: var(--h3Color);
  padding: 1em 0;
  position: relative;
}

.content .titleH3 .rightTags_h {
  color: var(--h3Color);
  font-size: 22px;
  cursor: pointer;
}

.content .titleH3 .rightTags {
  color: var(--h3Color);
  font-size: 14px;
  cursor: pointer;
}

.content .titleH3 a:hover span {
  color: var(--theme);
}

.content .titleH3 a:nth-of-type(2) {
  margin-left: 1rem;
}

.horizontal-box {
  width: 215px;
  height: 180px;
}

.horizontal-box .image-box {
  width: 215px;
  height: 122px;
}

.vertical-box {
  width: calc((100% - 100px) / 6);
  height: 365px;
}

.vertical-box .image-box {
  width: 218px;
  height: 305px;
  border-radius: 2px;
  overflow: hidden;
}

.cs-itembox {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.cs-itembox .image-box {
  position: relative;
  background-image: url(../image/image/loadingpic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cs-itembox .image-box .lis_video_info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cs-itembox .image-box .lis_video_info .lis_video_dec {
  display: none;
}

.cs-itembox .image-box .unit {
  bottom: 4px;
  font-size: 12px;
  right: 4px;
  position: absolute;
  color: #fff;
  opacity: 0.8;
  background: #333333;
  padding: 2px 6px;
  border-radius: 4px;
}

.cs-itembox .image-box .tags {
  top: 0;
  right: 0;
  position: absolute;
  background-color: #ff6c49;
  color: #fff;
  font-size: 12px;
  border-radius: 0 6px 0 6px;
  padding: 0 6px;
}

.cs-itembox .vid_item_mask {
  position: absolute;
  width: 0;
  height: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.8));
  display: none;
}

.cs-itembox .vid_item_mask a {
  display: flex;
  height: 100%;
  width: 110%;
  align-items: flex-end;
}

.cs-itembox .vid_item_mask .video_play_icon {
  width: 84px;
  height: 84px;
  opacity: 0.7;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -42px;
  transform: scaleX(0.89);
}

.cs-itembox .vid_item_mask .video_play_icon:hover {
  opacity: 1;
}

.cs-itembox .vid_item_mask .vid_txt {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.699);
  font-size: 12px;
  padding: 0.8rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  width: 100%;
  transform: scaleX(0.8) scaleY(0.9);
  position: relative;
  left: -7%;
}

.cs-itembox .vid_item_mask .vid_txt .vid_txt_score {
  font-size: 1.3rem;
  font-weight: bolder;
  color: #ffa800;
}

.cs-itembox .vid_item_mask .vid_txt .vid_txt_name {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 140px;
}

.cs-itembox .vid_item_mask .vid_txt .title_card {
  margin-top: 0.5rem;
  opacity: 0.5;
}

.cs-itembox .vid_item_mask .vid_txt .title_card span {
  border: 0.5px solid #fff;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
}

.cs-itembox .vid_item_mask .vid_txt .add_time {
  font-size: 12px;
  margin-top: 0.5rem;
}

.cs-itembox .vid_item_mask .vid_txt .add_time span {
  font-size: 12px;
}

.cs-itembox .vid_item_mask .vid_txt .add_time label {
  opacity: 0.7;
}

.cs-itembox .vid_item_mask .vid_txt .duration_time {
  font-size: 0.5rem !important;
  margin-top: 0.4rem;
}

.cs-itembox .vid_item_mask .vid_txt .duration_time label {
  opacity: 0.7;
  font-size: 12px;
}

.cs-itembox .vid_item_mask .vid_txt .intr_txt {
  margin-top: 0.5rem;
  width: 230px;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cs-itembox .vid_item_mask .vid_txt .intr_txt label {
  opacity: 0.7;
}

.cs-itembox:hover {
  transform: scaleX(1.22);
  top: -20px;
  z-index: 2;
}

.cs-itembox:hover .vid_img_score {
  opacity: 0;
}

.cs-itembox:hover .vid_item_mask {
  width: 100%;
  height: calc(100% + 15px);
  display: block;
}

.cs-itembox:hover .image-box {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.cs-itembox:hover img {
  height: 365px;
}

.cs-itembox:hover .title,
.cs-itembox:hover .desc,
.cs-itembox:hover .unit {
  display: none;
}

.cs-itembox .desc,
.title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs-itembox a {
  color: var(--ligTextColor);
}

.cs-itembox a:hover {
  color: var(--theme);
}

.cs-itembox .title {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: var(--ligTextColor);
  font-weight: 500;
}

.cs-itembox .title .title_desc {
  display: none;
}

.cs-itembox .desc {
  font-size: 0.8rem;
  color: var(--ligTextColor);
  font-weight: 400;
}

.cs-itembox img {
  width: 100%;
  height: 100%;
}

/*面包屑*/
.content .path {
  width: 100%;
  text-align: left;
  margin: 0 0 12px;
  font-size: 16px;
  display: flex;
  gap: 0 4px;
  word-break: keep-all;
}

.content .path span {
  cursor: pointer;
  padding-right: 12px;
  display: flex;
  position: relative;
  color: #fff;
}

.content .path a {
  color: var(--ligTextColor);
}

.content .path a:hover {
  color: var(--theme);
}

.content .path span:after {
  content: "/";
  position: absolute;
  right: 2px;
  top: 6px;
  color: #999 !important;
}

.content .path span:last-child:after {
  content: "";
}

.content .path span:hover {
  color: var(--theme);
}

/*empty*/
/* //空状态 */
.query-empty {
  box-sizing: border-box;
  padding: 170px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px 0;
  color: #999;
}

.query-empty > img {
  width: 150px;
}

/*播放线路*/
.layui-show {
  display: inline-flex !important;
  flex-wrap: wrap;
  gap: 16px;
}

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

.layui-this {
  font-size: 16px !important;
}

.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: #ff8e61;
  border-color: #ff8e61;
}

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

.vid_img_score {
  display: none;
  font-size: 1.3rem;
  font-weight: bolder;
  color: #ffa800;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}

@media (max-width: 979px) {
  .layui-tab-content {
    padding: 16px 0 16px !important;
  }
  .layui-show {
    gap: 19px !important;
  }
  #web_hot_ban {
    display: none;
  }
}

@media (min-width: 980px) {
  #h5_hot_ban {
    display: none;
  }
  .vid_img_score {
    display: block;
  }
  .cms-header {
    display: flex;
  }
  .header-h5 {
    display: none;
  }
  .cu_h5_header {
    display: none;
  }
  .s_header {
    display: none;
  }
  .swiper.banner {
    height: 540px;
    position: relative;
    overflow: hidden;
  }
  .vertical-box {
    width: calc((100% - 100px) / 6);
    height: 350px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1800px) {
  .swiper.banner {
    height: 666px;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 979px) {
  ::-webkit-scrollbar {
    display: none;
  }
  * {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  .content .path {
    display: none;
  }
  .content .section-box .list-items {
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .cms-header {
    display: none;
  }
  .header-h5 {
    display: block;
  }
  .cu_h5_header {
    display: flex;
  }
  .s_header {
    display: flex;
  }
  .mrgt72 {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .content .section-box {
    width: calc(100% - 2em);
    margin: 0 1em;
  }
  .content .section-box .section-box {
    margin: 0;
  }
  .section-box .section-box {
    width: 100%;
  }
  .content .section-box .list-items .cs-itembox {
    width: calc((100% - 10px) / 2);
  }
  .header-h5-menu .swiper-slide a {
    color: #c8c8cc;
    font-size: 16px;
  }
  .header-h5-menu .swiper-slide-active a {
    color: var(--theme) !important;
    font-size: 20px !important;
  }
  .swiper-slide-active a {
    /* color: var(--theme) !important; */
  }
  .swiper.banner {
    aspect-ratio: 2/1;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .banner_vid_name {
    font-size: 1rem;
    bottom: 0.5rem;
    z-index: 3;
  }
  .swiper.banner .swiper-pagination {
    position: relative;
    bottom: 0.8rem;
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .swiper.banner .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
  .swiper.banner .swiper-slide {
    overflow: hidden;
  }
  .swiper.banner .swiper-slide img {
    height: 100%;
    width: 100vw;
  }
  .vertical-box {
    height: auto;
  }
  .vertical-box .image-box {
    width: 100%;
    height: auto;
    aspect-ratio: 27/40;
  }
  .vertical-box .image-box .lis_video_info {
    color: var(--moliiLigTextColor);
    height: 47px;
    background: linear-gradient(to top, #111113, rgba(16, 16, 18, 0));
  }
  .vertical-box .image-box .lis_video_info .unit {
    font-size: 12px !important;
    background: transparent;
    bottom: 0.5rem;
    padding-bottom: 0;
    color: var(--moliiLigTextColor);
    opacity: 1;
  }
  .vertical-box .image-box .lis_video_info .lis_video_dec {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
  }
  .vertical-box .image-box .lis_video_info .lis_video_dec .vid_txt_score {
    font-size: 0.95rem;
    color: #ff743d;
    font-weight: bolder;
    margin-bottom: -0.15rem;
  }
  .vertical-box .image-box .lis_video_info .lis_video_dec .vid_txt_popu {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  .vertical-box .image-box .lis_video_info .lis_video_dec .vid_txt_popu img {
    width: 9px;
    height: 9px;
    margin-right: 4px;
  }
  .hot_push {
    padding-bottom: 15px;
    padding-top: 5px !important;
    margin-top: -5px;
  }
  .hot_push .h5_hot_vid_name {
    position: absolute;
    bottom: -1.5rem;
    color: var(--ligTextColor);
    font-size: 0.5rem;
    width: 100%;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot_push .list-items {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
  }
  .hot_push .title {
    display: none;
  }
  .hot_push .arrow_left,
  .hot_push .arrow_right {
    position: absolute;
    top: 5px !important;
    height: 170px !important;
    width: 40px !important;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hot_push .arrow_left img,
  .hot_push .arrow_right img {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
  }
  .hot_push .arrow_left {
    left: 0;
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.384));
  }
  .hot_push .arrow_right {
    right: 0;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.384));
  }
  .hot_push .vertical-box {
    width: 115px !important;
    height: auto;
  }
  .hot_push .vertical-box .image-box {
    width: 115px !important;
    height: 170px !important;
  }
  .hot_push .cs-itembox {
    width: 115px !important;
    height: 170px !important;
  }
  .hot_push .lis_video_dec {
    display: none !important;
  }
  .cs-itembox {
    cursor: default;
    position: relative;
  }
  .cs-itembox:hover {
    transform: scaleX(1) scaleY(1) !important;
    z-index: 0;
    top: 0px;
  }
  .cs-itembox:hover img {
    height: 100%;
  }
  .cs-itembox:hover .title,
  .cs-itembox:hover .desc,
  .cs-itembox:hover .unit {
    display: block;
  }
  .cs-itembox .vid_item_mask {
    width: 0;
    height: 0;
    display: none !important;
  }
  .cs-itembox .title {
    background-color: var(--moliiligBgColor);
    margin-top: 6px;
    margin-bottom: 4px;
    height: 55px;
    font-size: 0.85rem;
    padding: 0.5rem;
    box-sizing: border-box;
    color: var(--moliiLigTextColor);
  }
  .cs-itembox .title .title_desc {
    margin-top: 3px;
    display: block;
    font-size: 0.6rem;
    color: var(--moliiLigTextColorTwo);
  }
  .celeItems {
    display: block;
    padding: 0;
    gap: 10px;
  }
  .celeItems a {
    display: inline-block;
    width: 32.5%;
    margin-bottom: 0.2rem;
  }
  .celeItems .celeList {
    display: block;
  }
  .celeItems .celeList .desc {
    display: none;
  }
  .celeItems .celeList .icons {
    display: inline-block;
  }
  .celeItems .celeList .avator {
    text-align: center;
  }
  .celeItems .celeList .info {
    margin-left: 0;
    text-align: center;
    font-size: 0.8rem;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .jh-Tabs {
    margin-top: 0;
  }
  .jh-Tabs .item.searchon {
    color: #fff;
    background-color: var(--theme);
    border-radius: 4px;
  }
  .jh-Tabs > div:nth-of-type(2) {
    display: none;
  }
  .my-pagination .layui-laypage-prev {
    display: none;
  }
  .my-pagination .layui-laypage-next {
    display: none;
  }
  .my-pagination .layui-laypage-spr {
    display: none;
  }
}

.more_detail {
  display: none;
  flex-direction: column;
  height: 58vh;
  width: 100vw;
  position: fixed;
  bottom: 0;
  background-color: var(--moliiOverColor);
  padding: 0 0.8rem;
  box-sizing: border-box !important;
  overflow: hidden;
  color: #fff;
  z-index: 99;
}

.more_detail .ovfle_au {
  padding-bottom: 1rem;
  overflow-y: auto;
}

.more_detail .more_detail_h {
  height: 45px;
  font-size: 1.1rem;
  color: var(--moliiLigTextColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more_detail .more_detail_h img {
  width: 1rem;
  height: 1rem;
}

.more_detail .title {
  font-size: 1.3rem;
  color: var(--moliiLigTextColor);
  padding-top: 10px;
}

.more_detail .type {
  display: flex;
  font-size: 0.8rem;
  margin-top: 0.6rem;
}

.more_detail .type span {
  padding: 0 4px;
  color: #ff743d;
  background-color: rgba(255, 116, 61, 0.2);
  margin-left: 0.3rem;
}

.more_detail .vid_txt_popu {
  font-size: 0.8rem;
  margin-top: 0.6rem;
  color: #e62c17;
  display: flex;
  align-items: center;
}

.more_detail .vid_txt_popu img {
  width: 14.5px;
  height: 14.5px;
  margin-right: 2px;
  color: red;
}

.more_detail .dir_name {
  margin-top: 0.7rem;
}

.more_detail .other {
  margin-top: 0.7rem;
}

.more_detail .intr {
  margin-top: 0.7rem;
}

.more_detail .intr p {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  color: var(--moliiLigTextColor);
}

/* LayUI */
.layui-tab-card {
  border: none;
}

.layui-tab-card > .layui-tab-title {
  background-color: var(--ligBgColor);
  border: none;
}

.layui-tab-card > .layui-tab-title li {
  font-size: 0.8rem !important;
  color: var(--ligTextColor);
}

.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(--ligBgColorTwo);
}

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

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

.my-pagination .layui-laypage a {
  background-color: transparent;
  border: none;
  color: var(--ligTextColor);
}

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

.my-pagination .layui-laypage > span {
  margin-bottom: 5px;
  border-bottom: none;
  border-top: none;
}

.my-pagination .layui-laypage > span em {
  padding: 0 1px !important;
  top: 0 !important;
}

.my-pagination .layui-laypage .layui-laypage-spr {
  background-color: transparent;
  opacity: 0.7;
  border: none;
}

.my-pagination .layui-laypage .layui-laypage-curr {
  border-radius: 4px;
}

.my-pagination .layui-laypage .layui-disabled {
  opacity: 0.4;
}

/* 新添加 */
#web_hot_ban .web_hot_vid_name {
  display: block !important;
}

@media (min-width: 980px) {
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    /* background: rgba(0, 0, 0, 0.15); */
    background: rgba(0, 191, 255, 0.25);
    transition: color 0.2s ease;
  }
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    /* background: rgba(0, 0, 0, 0.3); */
    background: rgba(0, 191, 255, 0.4);
  }
}
