@charset "UTF-8";

/*!
 * 电波模板屋
 * 主页 www.52dianbo.com
*/
:root
{
  --bg-color-1: oklch(92% 0.012 280);
  /*整页背景色*/
  --bg-color-2: oklch(100% 0 0 / 0.5);
  /*强调色块背景*/
  --bg-color-3: oklch(97% 0.01 285);
  /*强调色块上的强调色块*/
  --text-color-1: #323232;
  /*整站字体色*/
  --text-color-2: #b5b5b5;
  /*次级字体色*/
  --text-color-3: #8a8a8a;
  /*强调色调上的字体色*/

  --theme-color-1: oklch(58% 0.22 235);
  --theme-color-2: oklch(56% 0.2 280);
  --theme-color-3: oklch(70% 0.18 65);
  --theme-color-4: oklch(54% 0.16 145);
  --theme-color: var(--theme-color-1);
  /*主题彩色*/
  --theme-text-color: #ffffff;
  /*主题色块上的字体色*/
  --theme-highlight-color: #00007E;
  /*主题色上的对比强调色*/
  --swiper-color: var(--theme-color);
  --nav-bg-color: oklch(100% 0 0 / 0.65);
  --shadow-color: oklch(0 0 0 / 0.08);
  --border-color: oklch(84% 0.014 285 / 0.8);
  --glow-color: oklch(58% 0.22 235 / 0.3);
  --glass-color: oklch(100% 0 0 / 0.55);
  --padding: 10px;
  --margin: 15px;
  --radius: 6px;

}

[data-theme="1"]
{
  background: linear-gradient(180deg, oklch(16% 0.05 280) 0%, oklch(8% 0.05 285) 100%);
  --bg-color-1: oklch(16% 0.05 280);
  --bg-color-2: oklch(22% 0.08 285 / 0.65);
  --bg-color-3: oklch(8% 0.05 285);
  --text-color-1: #f0f0f0;
  --text-color-2: #cccccc;
  --text-color-3: #ffffff;
  --theme-color-1: oklch(68% 0.22 230);
  --theme-color-2: oklch(62% 0.2 280);
  --theme-color-3: oklch(76% 0.18 65);
  --theme-color-4: oklch(60% 0.16 145);
  --shadow-color: oklch(0 0 0 / 0.35);
  --nav-bg-color: oklch(7% 0.05 285 / 0.7);
  --border-color: oklch(0.33 0.15 278.05 / 0.8);
  --glow-color: oklch(68% 0.22 230 / 0.35);
  --glass-color: oklch(0.41 0.12 287.31 / 0.45);
}

.color1, .color1 *
{
  --theme-color: var(--theme-color-1);
}

.color2, .color2 *
{
  --theme-color: var(--theme-color-2);
}

.color3, .color3 *
{
  --theme-color: var(--theme-color-3);
}

.color4, .color4 *
{
  --theme-color: var(--theme-color-4);
}

.color0, .color0 *
{
  --theme-color: var(--theme-color-4);
}

@media(max-width:767.9px)
{
  :root
  {
    --padding: 6px;
    --margin: 10px;
    --radius: 4px;
  }
}

@media(max-width:575.9px)
{
  :root
  {
    --padding: 4px;

  }
}

::-webkit-scrollbar
{
  width: 6px
}

::-webkit-scrollbar-thumb
{
  background-color: var(--theme-color);
  border-radius: var(--radius);
}

::-webkit-scrollbar-thumb:active
{
  background-color: var(--theme-color)
}

*, *::before, *::after
{
  transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  transition-duration: .35s;
  transition-property: none;
}

body, [data-theme="0"] body, [data-theme="1"] body
{
  font-size: 14px;
  color: var(--text-color-1);
  background-color: var(--bg-color-1);
  font-family: 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

a
{
  color: var(--text-color-1);
}

a:focus, a:hover
{
  color: var(--theme-color);
}

.ewave-dropdown-box
{
  border-radius: var(--radius) !important;
}

.ewave-dropdown-box, .ewave-dropdown-box::before
{
  background-color: var(--bg-color-3) !important;
}

.ewave-dropdown-box ul
{
  position: relative;
  z-index: 1;
}

.ewave-dropdown-box ul li:hover
{
  background-color: var(--theme-color);
  color: var(--theme-text-color);
}

.ewave-dropdown-box ul li:first-child
{

  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.ewave-dropdown-box ul li:last-child
{

  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.ewave-dropdown-box ul li:hover a
{
  color: var(--theme-text-color);
}


.ewave-img-wrapper
{
  aspect-ratio: 1 / 1.3;
  background-image: url("../images/loading.gif");
}

.blur
{
  filter: blur(20px);
}

.position
{
  position: relative;
  z-index: 2;
}

.position span, .position a:not(:hover)
{
  /* color: var(--theme-text-color); */
}

.position span
{
  margin-left: 5px;
}

.splite
{
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.splite::after
{
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: var(--theme-text-color);
  opacity: .8;
  vertical-align: middle;
}

/*头部*/
.head-wrapper
{
  position: fixed;
  z-index: 99;
  width: 100%;
}

.head-wrapper::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2), var(--theme-color-3), var(--theme-color-4), var(--theme-color-1));
  background-size: 300% 100%;
  animation: gradientShift 6s ease infinite;
  z-index: 2;
}

@keyframes gradientShift
{
  0%
  {
    background-position: 0% 50%
  }

  50%
  {
    background-position: 100% 50%
  }

  100%
  {
    background-position: 0% 50%
  }
}

.head-wrapper::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nav-bg-color);
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 20px var(--shadow-color);
  z-index: 0;
}


.head-box, .head-bg
{
  position: relative;
  z-index: 9;
  width: 100%;
  line-height: 88px;
}

.head-box
{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head-box::before, .head-box::after
{
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.head-box::before
{
  left: 0;
  width: calc((100vw - 1800px) / 2);
  translate: -100%;
}

.head-box::after
{
  right: 0;
  width: calc((100vw - 1800px) / 2 + 460px);
  translate: calc((100vw - 1800px) / 2);
  z-index: 1;
}

.head-bg
{
  position: absolute;
  z-index: 0;
  height: 100%;
  background-color: oklch(100% 0 0 / 0.65);
  top: 0;
  left: 0;
}

.head-left
{
  float: left;
  width: calc(100% - 450px);
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}

.head-left > *
{
  flex-grow: 0;
  flex-shrink: 0;
}

.logo-box
{
  color: var(--theme-text-color);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 240px;
  max-width: 70%;
}

.logo
{
  display: block;
}

.logo-img
{
  width: 100%;
  height: 88px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.logo-text
{
  display: block;
  font-size: 24px;
  text-align: center;
  color: var(--theme-text-color);
}

.head-nav
{
  position: relative;
  z-index: 0;
  flex-shrink: 1;
  width: calc(100% - 240px);
  overflow: hidden;
}

.head-nav li
{
  width: auto;
}

.head-nav li a
{
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.head-nav li a > .fa
{
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

.head-nav li.active a
{
  color: var(--theme-color);
}

.tab-item a
{
  padding-left: 5px;
  padding-right: 5px;
}

.head-nav li a::after
{
  content: '';
  display: block;
  width: 0;
  translate: -50% 0;
  height: 3px;
  border-radius: var(--radius);
  background-image: linear-gradient(90deg, var(--theme-color), var(--theme-color-2));
  position: absolute;
  left: 50%;
  bottom: 24px;
  transition-property: width;
}

.head-nav li.active a::after, .head-nav li:hover a::after
{
  width: calc(90% - 20px);
}

.head-nav .ewave-dropdown-box
{
  z-index: 2;
}

.head-nav li .ewave-dropdown-box a
{
  display: block;
  margin-left: 0;
  margin-right: 0;
  min-width: 100px;
  color: var(--text-color-1);
  white-space: nowrap;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 36px;
}

.head-nav li .ewave-dropdown-box a:first-child
{
  overflow: hidden;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.head-nav li .ewave-dropdown-box a:last-child
{
  overflow: hidden;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.head-nav li .ewave-dropdown-box a::after
{
  display: none;
}

.head-nav .ewave-dropdown-box a.current, .head-nav .ewave-dropdown-box a:hover
{
  background-color: var(--theme-color);
  color: var(--theme-text-color);
}

.head-search
{
  width: 260px;
  height: 88px;
  float: right;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}

.head-search form
{
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
}

.head-search input
{
  display: block;
  border: none;
  outline: none;
  color: var(--text-color-1);
  padding-left: 95px;
  padding-right: 60px;
  position: relative;
  background-color: var(--glass-color);
  border: 1px solid var(--border-color);
  width: 100%;
  height: 100%;
  line-height: calc(100% - 2px);
  border-radius: 20px;
}

.head-search input:focus
{
  border-color: var(--glow-color);
  box-shadow: 0 0 0 2px var(--glow-color);
}

.ewave-search-dropdown
{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  width: 85px;
  height: 100%;
  line-height: 40px;
}

.ewave-search-dropdown-text, .ewave-search-dropdown .fa
{}

.ewave-search-dropdown .ewave-dropdown-box
{
  width: 85px;
}

.ewave-search-dropdown .ewave-dropdown-box li a
{
  display: block;
}

.ewave-search-dropdown .ewave-dropdown-box li:hover
{
  background-color: var(--theme-color-2);
}

.head-search button
{
  background: none;
  border: none;
  outline: none;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .6;
  color: var(--text-color-1);
}

.head-search-wrapper
{
  width: calc(100% - 200px);
  float: left;
}


.head-right
{
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 2;
  width: 190px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head-right > *
{
  flex-shrink: 0;
  flex-grow: 0;
}

.head-right-item
{
  margin-right: 10px;
  float: right;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
}

.head-right-item.skin-switch
{
  margin-right: 0;
}

.head-menu-switch a
{
  display: block;
}

.head-right-item-icon
{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: var(--glass-color);
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.head-right-item-icon .fa
{}

.head-right-item-icon:hover
{
  background: var(--glow-color);
  border-color: var(--glow-color);
  box-shadow: 0 0 20px var(--glow-color);
  color: var(--theme-color);
}

.head-right-item-text
{
  height: 20px;
  line-height: 20px;
  display: block;
  margin-left: 0;
  display: none;
}


.ewave-user-info
{
  position: relative;
  z-index: 0;
  display: block;
}

/* .ewave-user-info::after
{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  border: 1px solid var(--theme-color);
  opacity: .1;
}

.ewave-user-info:hover::after
{
  opacity: .5;
} */

.ewave-user-avatar
{
  overflow: hidden;
}

.ewave-user-avatar img
{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;

}

.ewave-user-name
{
  display: none;
}

@media(max-width:1950px)
{
  .ewave-history-box
  {
    translate: calc(-50% - 70px) 0;
  }

  .ewave-history-box::before
  {
    left: calc(50% + 70px);
  }
}

.ewave-history-box li.ewave-history-head .fa, .ewave-history-box li::before
{
  background-color: var(--bg-color-3);
}

.ewave-history-box li::after
{
  background-color: var(--bg-color-2);
}

.ewave-history-box li a
{
  border-top-color: var(--bg-color-2);
}

.ewave-history-box ul li.ewave-history-head:hover, .ewave-history-box ul li.ewave-history-foot:hover
{
  background-color: transparent;
}

.ewave-history-box li:not(.ewave-history-head):not(.ewave-history-foot):hover::before
{
  border-color: var(--theme-text-color);
}

.ewave-history-box li:not(.ewave-history-head):not(.ewave-history-foot):hover a
{
  border-color: var(--theme-color);
}

.ewave-history-box li:not(.ewave-history-head):not(.ewave-history-foot) a small
{
  color: var(--text-color-2);
}

.ewave-history-box li:not(.ewave-history-head):not(.ewave-history-foot):hover a small
{
  color: var(--theme-text-color);
}

.ewave-history-box li:not(.ewave-history-head):not(.ewave-history-foot):hover::after
{
  background-color: transparent;
}

.ewave-history-box ul li.ewave-history-head:hover a
{
  color: var(--theme-color);
}

.ewave-history-box li.ewave-history-foot a
{
  background-color: var(--theme-color);
  color: var(--theme-text-color);
}

.ewave-history-box li.ewave-history-foot a:hover
{
  background-color: var(--theme-color-2);
}

.skin-switch .dark, [data-theme="1"] .skin-switch .light
{
  display: block;
}

.skin-switch .light, [data-theme="1"] .skin-switch .dark
{
  display: none;
}

.head-placeholder
{
  height: 70px;
  margin-bottom: var(--margin);
}

.ewave-offcanvas-modal
{
  z-index: 9998;
}

.ewave-offcanvas-content
{
  z-index: 9999;
}



main
{
  flex: 1;
}

main.vertical-middle
{
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-section
{
  padding-top: calc(var(--margin) * 2);
  padding-bottom: calc(var(--margin) * 2);
}

.top-section
{
  margin-top: calc(var(--margin) * -2);
}

.bg-section
{
  background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-3) 100%);
}

.bg
{
  background-color: var(--bg-color-2);

}

.shadow
{
  box-shadow: 0 4px 20px var(--shadow-color);
}

.animate
{
  transition-property: all;
}

.animate:hover
{
  translate: 0 -3px;
}

.padding
{
  padding: 24px;
}

.radius
{
  border-radius: var(--radius);
}

.radius-2
{
  border-radius: calc(var(--radius) * 2);
}

/*轮播*/


.index-slide-section
{
  position: relative;
  padding-bottom: 0;
}

.index-slide
{
  overflow: hidden;
  position: relative;
}

.slide-item
{
  position: relative;
}

.slide-item-link
{
  display: block;
  position: relative;
  z-index: 0;
}

.slide-item-pic
{
  aspect-ratio: 10/4;
  position: relative;
}

@media(min-width:1800px)
{
  .slide-item-pic
  {
    aspect-ratio: auto;
    height: 720px;
  }
}

.slide-item-pic::after
{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, oklch(2% 0.015 285 / .92) 0%, oklch(6% 0.04 300 / .25) 40%, oklch(0% 0 0 / 0) 100%);
  pointer-events: none;
}

.slide-item-info
{
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  color: #fff;

}

.slide-item-info > .max-container
{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  padding-left: calc(20px + var(--padding));
  padding-right: calc(20px + var(--padding));
}

.slide-item-badge
{}

.slide-item-badge span
{
  display: inline-block;
  color: var(--theme-text-color);
  width: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 20px var(--glow-color);
  padding: 4px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
}

.slide-item-title
{}

.slide-item-title h5
{
  width: auto;
  display: inline-block;
  background-image: linear-gradient(135deg, #fff 20%, var(--theme-color-3) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 50px color-mix(in oklch, var(--theme-color-3) 30%, transparent));
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.slide-item-line
{
  display: flex;

}

.slide-item-line span
{
  display: inline-block;
  width: 100px;
  height: 3px;
  box-shadow: 0 0 20px var(--glow-color);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2));
}

.slide-item-meta
{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.splite-dot
{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: oklch(100% 0 0 / .25);
}

.slide-item-desc
{
  line-height: 24px;
  margin-bottom: 10px;
}

.slide-item-foot
{
  padding-right: 120px;
  display: flex;
  align-items: center;
}

.slide-item-foot > *
{
  float: left;
  flex-shrink: 0;
  flex-grow: 0;
}

.slide-item-actor
{
  max-width: calc(75% - 140px);
}

.slide-item-date
{
  max-width: 25%;
}

.slide-item-star
{
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-item-star .ewave-star-wrapper .ewave-star-item
{
  font-size: 18px;
}

.slide-item-star .ewave-star-wrapper .ewave-star-item + .ewave-star-item
{
  margin-left: 5px;
}

.slide-item-star .ewave-star-score
{
  font-size: 16px;
}

.index-slide .swiper-pagination
{

  bottom: 17px;

}

.index-slide .swiper-pagination-bullet
{
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  opacity: .7;
}

.index-slide .swiper-pagination-bullet-active
{
  width: 32px;
  box-shadow: 0 0 20px var(--glow-color);
  background-color: var(--theme-color);
  opacity: 1;
}


/*轮播缩略图*/
.index-slide-thumb
{
  height: 100%;
  padding-top: 88px;
  padding-bottom: 20px;
  position: absolute;
  right: calc(20px + var(--padding));
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.index-slide-thumb ul
{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;

}

.slide-thumb-item
{
  width: 200px;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.slide-thumb-item.active
{
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px var(--glow-color), 0 0 40px var(--glow-color);
}

.slide-thumb-item::after
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: oklch(0% 0 0 / .3);
}

.slide-thumb-item.active::after, .slide-thumb-item:hover::after
{
  display: none;
}

.slide-thumb-title
{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  translate: 0 -50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 2px 12px oklch(0% 0 0 / .5);

}


/*box*/
.box-head
{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: calc(var(--margin) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.box-head-block
{
  display: block;
  overflow: hidden;
}

.box-head-title
{
  font-size: 38px;
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

.box-head-block .box-head-title
{}

.box-head-title:not(.no-bar)::before
{
  content: '';
  display: block;
  height: 1.2em;
  width: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-radius: var(--radius);
  background-image: linear-gradient(180deg, var(--theme-color-1), var(--theme-color-2));
  box-shadow: 0 0 20px var(--glow-color);
}

.box-head-title a
{
  display: block;
  position: relative;
  z-index: 1;
}

.box-head-title .fa
{
  display: inline-block;
  line-height: 22px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-right: 5px;
}

.box-head-title span
{
  position: relative;
  z-index: 1;
}

.box-head-title small
{
  margin-left: 8px;
  color: var(--text-color-1);
}

.box-head-title .search-wd
{
  color: var(--theme-color);
  margin-left: 10px;
}

.box-head-more
{
  font-size: 12px;
  font-weight: 600;
  height: 24px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition-property: all;
}

.box-head-more::before
{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--theme-color), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition-property: all;
}

.box-head-more:not(.no-arrow)::after
{
  content: "→";
  margin-left: 2px;
  display: inline-block;
  font-weight: 400;
  transition-property: translate;
}

.box-head-more:hover
{
  color: var(--theme-color);
  translate: 0 -1px;
}

.box-head-more:hover::before
{
  transform: scaleX(1);
}

.box-head-more:hover::after
{
  translate: 6px 0;
}

.box-head-en
{
  font-size: 240px;
  font-weight: 900;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  pointer-events: none;
  opacity: .06;
  font-variant-numeric: tabular-nums;
  z-index: 0;
  color: var(--theme-color);
  text-align: left;
  text-transform: uppercase;
}

.box-head-type
{
  float: right;
  margin-right: 15px;
  overflow: hidden;
  max-width: calc(100% - 250px);
}

.box-head-type li
{
  width: auto;
}

.box-head-type a
{
  display: block;
  line-height: 40px;
}

.box-head-type a::before
{
  content: '/';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--text-color-1);
}

.box-head-type li:first-child a::before
{
  display: none;
}

/* box-head-2 */
.box-head-2
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-head-left
{
  display: flex;
  align-items: center;
  gap: 15px;
}

.box-keyword
{
  font-size: 20px;
  font-weight: 800;
}

.search-wd
{
  font-size: 24px;
  background-image: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: 5px;
  margin-right: 5px;
}

.box-head-desc
{
  font-size: 14px;
}

.box-head-right .ewave-total
{
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}




/*统计数据*/
.index-data-section
{}

.data-item
{
  display: flex;
  align-items: center;
  gap: 18px;
}

.data-item-icon
{
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background-color: var(--theme-color);
  color: var(--theme-text-color);
  font-size: 26px;
}

.data-item-title
{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .8;
  margin-bottom: 5px;
}

.data-item-desc
{
  font-size: 28px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.data-item-desc em
{
  font-size: 16px;
  font-style: normal;
  color: var(--theme-color-4);
  margin-left: 10px;
}

.index-type-item
{
  position: relative;
  overflow: hidden;
  border-left: 3px solid var(--theme-color);
  height: 100%;
}

.index-type-name
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bg-color-1);
  padding-bottom: 12px;
}

.index-type-name a
{
  font-size: 18px;
  font-weight: 700;
}

.index-type-name span
{
  font-size: 22px;
  font-weight: 900;
  opacity: .4;
}

.index-type-sub
{
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.index-type-sub a
{
  padding: 6px 4px;
  font-size: 13px;
  transition-property: all;
  font-weight: 500;
  border-radius: var(--radius);
}

.index-type-sub a:hover
{
  background:
    color-mix(in oklch, var(--theme-color) 8%, transparent);
  color: var(--theme-color);
  translate: 4px 0;
}

.index-type-sub a::before
{
  content: '\25B9';
  font-size: 9px;
  color: var(--theme-color);
  opacity: 0;
  transition-property: all;
  margin-right: 4px;
}

.index-type-sub a:hover::before
{
  opacity: 1;
}



/* vod-mini-item */
.vod-mini-item
{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  height: 100%;
  border-radius: var(--radius);
  background: var(--bg-color-2);
  border: 1px solid transparent;
}


.vod-mini-cover
{
  width: 55px;
  flex-shrink: 0;
}

.vod-mini-info
{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  width: calc(100% - 55px);
}

.vod-mini-info *
{
  line-height: 1;
}

.vod-mini-info h5
{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600px;
}

.vod-mini-name
{
  flex: 1;
  line-height: 1.3;
}

.vod-mini-score
{
  width: 35px;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
  color: var(--theme-color-3);
}

.vod-mini-class
{
  font-size: 12px;
  opacity: .8;
}

.vod-mini-type
{}

.vod-mini-type span
{
  display: inline-block;
  width: auto;
  font-size: 10px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 999px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 700;
}

/* 侧边栏排行榜 */
.sidebar-title
{
  margin-bottom: 18px;
}

.sidebar-ranking-item
{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

.sidebar-ranking-item:hover
{}

.sidebar-ranking-list li + li .sidebar-ranking-item
{
  border-top: 1px solid color-mix(in oklch, var(--border-color) 30%, transparent);
}

.sidebar-ranking-item > *
{
  flex-shrink: 0;
}

.sidebar-ranking-num
{
  font-style: normal;
  width: 26px;
  height: 26px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  background-color: var(--bg-color-1);
  transition-property: scale;
}

.sidebar-ranking-num-1
{
  background-color: var(--theme-color-3);
  color: var(--theme-text-color);
}

.sidebar-ranking-num-2
{
  background-color: var(--theme-color-2);
  color: var(--theme-text-color);
}

.sidebar-ranking-num-3
{
  background-color: var(--theme-color-1);
  color: var(--theme-text-color);
}

.sidebar-ranking-item:hover .sidebar-ranking-num
{
  scale: 1.12;
}

.sidebar-ranking-cover
{
  width: 36px;
  border-radius: var(--radius);
  overflow: hidden;
}

.sidebar-ranking-info
{
  flex: 1;
}

.sidebar-ranking-info span
{
  padding-top: 3px;
  font-size: 11px;
  color: var(--theme-color-3);
  font-weight: 600;
}

/*首页最新*/
.index-new, .index-ranking
{
  height: 100%;
}

.index-new .vod-mini-item
{

  border: 1px solid var(--bg-color-1);
  transition-property: background, border-color, box-shadow;
}

.index-new .vod-mini-item:hover
{
  background:
    color-mix(in oklch, var(--theme-color) 4%, var(--bg-color-2));
  border-color:
    color-mix(in oklch, var(--theme-color) 18%, transparent);
  box-shadow: 0 4px 20px var(--shadow-color);
}



/*首页视频*/
.index-vod-section
{
  padding-top: 20px;
  padding-bottom: 20px;
}

.vod-item
{
  margin-bottom: var(--margin);
  overflow: hidden;
  height: 100%;
}

.vod-item-cover
{
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;

}

.vod-item-cover .ewave-img-wrapper
{
  transition-property: scale;
}

.vod-item-cover:hover .ewave-img-wrapper
{
  scale: 1.05;
}

.vod-item-status
{
  display: block;
  background: linear-gradient(to bottom, oklch(0% 0 0 / 0) 0%, transparent 50%, oklch(0% 0 0 / 0.78) 100%);
  z-index: 1;
  padding: 40px 0 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--theme-text-color);
}


.vod-item-score
{
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  padding: 2px 8px;
  border-radius: var(--radius);
  font-size: 11px;
  background: oklch(0% 0 0 / 0.6);
  color: var(--theme-color-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vod-item-play
{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: opacity, transform;
  background: oklch(0% 0 0 / 0.35);
  backdrop-filter: blur(2px);
}

.vod-item-play span
{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  color: var(--theme-text-color);
  font-size: 20px;
  display: grid;
  place-items: center;
  scale: .7;
  transition-property: scale;
  box-shadow: 0 0 20px var(--glow-color);
}

.vod-item-play:hover
{
  opacity: 1;
}

.vod-item-play:hover span
{
  scale: 1;
}

.vod-item-info
{
  padding: 10px 12px 14px;
}

.vod-item-title
{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.vod-item-title a
{
  display: block;
}

.vod-item-actor
{
  font-size: 12px;
  line-height: 1.3;
  opacity: .8;
  padding-top: 4px;
}

.vod-item-actor.text-row-2
{
  height: 40px;
}

.vod-item-desc
{
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  opacity: .8;
  word-break: break-all;
  margin-bottom: 10px;
}

.vod-item-foot
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}



/* 文章列表 */
.art-item, .art-item2, .search-item
{}

.art-item
{
  display: flex;
  overflow: hidden;
}

.art-item-cover
{

  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
}

.art-item-cover .ewave-img-wrapper
{
  aspect-ratio: 1/1;

}


.art-item-info
{
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}


.art-item-title
{

  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.art-item-title a:hover
{
  color: var(--theme-color);
}

.art-item-foot
{
  line-height: 30px;
  font-size: 11px;
  opacity: .8;
  border-top: 1px solid color-mix(in oklch, var(--border-color) 30%, transparent);
  margin-top: 10px;
}

.art-item-type
{
  float: left;
  color: var(--theme-color);
}

.art-item-foot span + span
{
  float: right;
}

.art-item-desc
{
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  opacity: .9;
}


.detail-art-list .art-item-cover .ewave-img-wrapper
{
  aspect-ratio: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.detail-art-list .art-item + .art-item
{
  border-top: 1px solid var(--bg-color-1);
  padding-top: 15px;
}

.detail-art-list .art-item-info
{
  gap: 10px;
}

.detail-art-list .art-item-foot
{
  line-height: 1;
  margin-top: 0;
  padding-top: 10px;
}

/*首页演员*/

.actor-item
{
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}

.actor-item-cover
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50% 0;
  box-shadow: 0 0 20px var(--glow-color);
  transition-property: scale;
}

.actor-item:hover .actor-item-cover
{
  scale: 1.12;
}

.actor-item-cover .ewave-img-wrapper
{
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.actor-item-info
{
  padding: 25px 15px 20px;
  color: var(--text-color-1);
}

.actor-item-title
{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.actor-item-meta
{
  color: var(--theme-color);
  margin-bottom: 10px;
}

.actor-item-meta .fa
{
  margin-right: 5px;
}


/* 首页专题 */

.topic-item
{

  overflow: hidden;
}

.topic-item-cover
{
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.topic-item-cover .ewave-img-wrapper
{
  aspect-ratio: 4/1;
  transition-property: scale;
}

.topic-item-cover:hover .ewave-img-wrapper
{
  scale: 1.1;
}

.topic-item-info
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(to left, rgba(0, 101, 209, 0) 0%, #45526F 100%);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.topic-item-title
{
  font-size: 22px;
  color: #fff;
  transition-property: font-size;
}

.topic-item-cover:hover .topic-item-title
{
  font-size: 24px;
}

.topic-item-num
{
  font-size: 16px;
  color: #ebebeb;
}

.topic-item-num *
{
  font-style: normal;
}

.topic-item-num > * + *
{
  margin-left: 5px;
}

.topic-item-tab
{

  float: left;

}

.topic-item-tab + .topic-item-tab
{
  margin-left: 10px;
}

.topic-item-tab a
{
  display: block;
  width: 70px;
  line-height: 24px;
  border-radius: 12px;
  background-color: var(--bg-color-2);
  text-align: center;
  font-size: 12px;
}

.topic-item-tab.active a
{
  background-color: var(--theme-color);
  color: #fff;
}

.topic-data-list
{
  padding: 20px;
}


.topic-vod-list ul
{}

.topic-vod-item
{
  width: 40%;
}

.topic-vod-item .ewave-img-wrapper
{}



.topic-item .art-item-cover .ewave-img-wrapper
{
  aspect-ratio: 10/8;
}

.topic-item-foot
{
  border-top: 1px solid var(--bg-color-1);
}



.topic-item-foot a
{
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/*友链*/
.link-list
{}

.link-item
{
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background-color: var(--bg-color-2);
  border: 1px solid var(--border-color);
}

.link-item::before
{
  content: '◆';
  font-size: 10px;
  color: var(--theme-color);
}

.link-item:hover
{
  color: var(--theme-color);
  border-color: var(--theme-color-1);
  box-shadow: 0 4px 20px var(--glow-color);
}








/* text-list */

.text-list
{
  border-top: 1px solid var(--bg-color-1);
  margin-top: 5px;
  padding-top: 5px;
}

.text-item
{
  padding-right: 20px;
  position: relative;
  z-index: 0;
  line-height: 36px;
  display: block;
}

.text-item-title
{}

.text-item-more
{
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  font-size: 16px;
  text-align: right;
}










/*筛选*/
.filter-box .box-head-title
{
  line-height: 30px;
}

.filter-selected-list
{
  float: left;
  margin-left: 30px;
}

.filter-selected-list li
{
  text-align: center;
  float: left;
  margin-right: 10px;
}

.filter-selected-list li a
{
  display: block;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: var(--radius);
  line-height: 28px;
  height: 30px;
}

.filter-selected-list li a:hover
{
  background-color: var(--theme-color);
  color: #fff;
}

.filter-more:hover .fa
{
  animation: fa-spin 2s infinite linear;
}

.filter-content
{
  position: relative;
  z-index: 0;
}

.filter-list
{
  display: flex;
  padding: 10px 0;
  gap: var(--padding);

}

.filter-list + .filter-list
{
  border-top: 1px solid color-mix(in oklch, var(--border-color) 35%, transparent);
}

.filter-list:nth-child(4n+1)
{
  --theme-color: var(--theme-color-1);
}

.filter-list:nth-child(4n+2)
{
  --theme-color: var(--theme-color-2);
}

.filter-list:nth-child(4n+3)
{
  --theme-color: var(--theme-color-3);
}

.filter-list:nth-child(4n)
{
  --theme-color: var(--theme-color-4);
}

.filter-list dt
{
  font-size: 15px;
  font-weight: 700;
  min-width: 40px;
  line-height: 30px;
  color: var(--theme-color);
}

.filter-list dt .fa
{
  margin-left: 5px;
}

.filter-list dd
{
  overflow-x: hidden;
  display: flex;
  flex: 1;
  line-height: 30px;
}

.filter-list dd a
{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: var(--padding);
  border-radius: 15px;
  width: auto;
  font-size: 14px;
  font-weight: 500;
}

.filter-list dd a.active
{
  background: var(--theme-color);
  color: var(--theme-text-color);
}


/*搜索页*/
.search-tab
{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border-radius: 20px;
  background-color: var(--bg-color-1);


}

.search-tab .tab-item
{}

.search-tab .tab-item a
{
  display: block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
}

.search-tab .tab-item a:hover
{
  background-color: var(--glow-color);
  color: var(--text-color-1);
}

.search-tab .tab-item.active a
{
  background-color: var(--theme-color);
  color: var(--theme-text-color);
}

.search-tab .tab-item .fa
{
  margin-right: 5px;
}

.search-tab .tab-item a::after
{
  display: none;
}

.search-item
{
  display: flex;
  gap: 15px;
  font-size: 14px;
}

.search-item > *
{
  flex-grow: 0;
  flex-shrink: 0;
}

.search-item + .search-item
{
  border-top: 1px solid var(--bg-color-1);
}

.search-item-cover
{
  width: 15%;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;

}

.search-item-cover .ewave-img-wrapper
{
  height: 100%;
  position: absolute;
  width: 100%;
}

.search-item-info
{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.search-item-title
{
  font-size: 18px;
  line-height: 24px;
}

.search-item-title small
{
  margin-left: 10px;
}

.search-item-score
{
  float: right;
  color: var(--theme-color-3);
}

.search-item-actor, .search-item-desc
{
  font-size: 12px;
}

.search-item-desc li
{
  line-height: 20px;
}

.search-item-desc li + li
{
  margin-top: 5px;
}

.search-item-btn
{
  margin-top: 15px;
}

.search-item-btn a
{
  display: inline-block;
  height: 28px;
  line-height: 26px;
  border-radius: 16px;
  padding: 0 20px;
  /* background-color: var(--glow-color); */
  border: 1px solid var(--theme-color-1);
  color: var(--theme-color-1);
  font-size: 12px;
}

.search-item-btn a:hover
{
  background-color: var(--theme-color-1);
  box-shadow: 0 0 20px var(--shadow-color);
  color: var(--theme-text-color);
}

.search-item-tag-box
{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.search-item-tag
{
  display: inline-block;
  width: auto;
  padding: 2px 10px;
  border-radius: var(--radius);
  font-size: 10px;
  font-weight: 500;
  background:
    color-mix(in oklch, var(--theme-color) 8%, transparent);
  color: var(--theme-color);
}

.search-item-tag.type
{}

.search-item-tag.year
{}

/* 详情页 */
.detail-info-section
{
  margin-top: calc(var(--margin) * -2);
}

.detail-box
{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 60px;
}


.detail-box::after, .detail-box-bg
{
  content: '';
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.detail-box::after
{
  background-image: linear-gradient(135deg, oklch(6% 0.12 285) 0%, oklch(12% 0.14 275) 40%, oklch(3% 0.08 295) 75%, oklch(1% 0.06 270) 100%);
  z-index: 1;
  opacity: .8;
}

.detail-container
{
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-wrapper
{
  display: flex;
  gap: 40px;
  align-items: center;
}

.detail-wrapper > *
{
  flex-grow: 0;
  flex-shrink: 0;
}

.detail-cover
{
  width: 220px;
  overflow: hidden;

}

.detail-cover img
{
  width: 100%;

}

.detail-info
{
  flex: 1;
  padding-left: calc(var(--padding) * 2);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
}

.detail-info-head
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: calc(var(--margin) * 2);
  margin-bottom: var(--margin);
}

.detail-badge > em
{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: var(--glow-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--theme-color-1);
}

.detail-title
{
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  flex-grow: 0;
  flex-shrink: 0;
}

.detail-en
{
  font-size: 22px;
  font-weight: 500;
  color: oklch(78% 0.04 285);
}

.detail-divider
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.detail-divider::before, .detail-divider::after
{
  content: '';
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent,
      color-mix(in oklch, var(--theme-color-1) 50%, transparent), transparent);
}

.detail-divider > span
{
  font-size: 16px;
  color: color-mix(in oklch, var(--theme-color-1) 50%, transparent);
}

.detail-tag
{
  display: flex;
  align-items: center;
  gap: 8px;
}

.detail-tag a
{
  padding: 4px 16px;
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.1);
  backdrop-filter: blur(8px);
  font-size: 12px;
  border: 1px solid oklch(100% 0 0 / 0.12);
  font-weight: 500;
  color: #fff;
}

.detail-tag a:hover
{
  background: var(--glow-color);
  border-color: var(--theme-color);
}

.detail-meta
{
  background-color: oklch(100% 0 0 / 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid oklch(100% 0 0 / 0.08);
  margin-bottom: var(--margin);
}

.detail-meta em
{
  font-style: normal;
}

.detail-meta-item
{
  margin-bottom: var(--margin);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.detail-meta-item a:not(:hover)
{
  color: #fff;
}

.detail-meta-label
{
  font-size: 10px;
  opacity: .6;
}

.detail-meta-value
{
  list-height: 1.4;
}

.detail-desc
{
  font-size: 16px;
  margin-bottom: var(--margin);
}

.detail-desc-more
{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  right: var(--padding);
  background-color: var(--bg-color-1);
}

.detail-star
{

  font-size: 16px;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 100%;
  display: flex;
}

.star-count-box, .ewave-star-box .ewave-star-wrapper, .ewave-star-box .ewave-star-text, .ewave-star-box .ewave-star-score
{
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
}

.star-count-box
{
  background-color: var(--theme-color);
  color: var(--theme-text-color);
  border-radius: var(--radius) 0 0 var(--radius);
  display: none;
}

.ewave-star-box .ewave-star-wrapper
{
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  line-height: 34px;
  border: none;
  line-height: 34px;
  padding-left: 0;
}

.ewave-star-wrapper .ewave-star-item
{
  color: var(--theme-color);
}

.ewave-star-box .ewave-star-text
{
  color: var(--theme-text-color);
}

.ewave-star-box .ewave-star-score
{
  border: 2px solid var(--theme-color);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--theme-color);
  border-left: none;
  line-height: 32px;
  font-weight: bold;
  border: none;
  line-height: 36px;
  padding-right: 0;
}

.detail-btn
{
  display: flex;
  gap: 10px;
}

.detail-btn a
{
  padding: 15px 40px;
  border-radius: 999px;
  color: var(--theme-text-color);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.detail-btn a.play-btn
{
  background: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  transition-property: scale;
}

.detail-btn a.play-btn:hover
{
  scale: 1.04;
}

.detail-btn a.fav-btn
{
  border: 1px solid oklch(100% 0 0 / 0.18);
  background: oklch(0% 0 0 / 0.25);
  backdrop-filter: blur(12px);
}

.detail-btn a.fav-btn:not(.active):hover
{
  border-color: var(--theme-color-4);
  background-color:
    color-mix(in oklch, var(--theme-color-4) 20%, transparent);
}

.detail-btn a.fav-btn.active
{
  border: none;
  background-color: var(--theme-color-4);
  color: var(--theme-text-color);
}

.detail-btn a.fav-btn > span:nth-child(1), .detail-btn a.fav-btn.active > span:nth-child(2)
{
  display: inline;
}

.detail-btn a.fav-btn > span:nth-child(2), .detail-btn a.fav-btn.active > span:nth-child(1)
{
  display: none;
}

.detail-head
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--margin);
  margin-bottom: calc(var(--margin) * 2);
}

.detail-head-left
{
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.detail-head-icon
{
  width: 40px;
  height: 40px;
  border-radius: calc(var(--radius) * 2);
  background-color: var(--theme-color);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.detail-head-title
{
  font-size: 26px;
  font-weight: 600;
}

.detail-head-line
{
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--border-color), transparent);
  max-width: 200px;
}

/*标签 tag*/
.tag-list
{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tag-item
{
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid var(--border-color);
  background: var(--glass-color);
  margin-bottom: 5px;
}

.tag-item:hover
{
  background: var(--glow-color);
  border-color: var(--theme-color);
}

.tag-item.active
{
  background-color: var(--theme-color-1);
  border-color: var(--theme-color-1);
  color: #fff;
}

/*播放页*/
.player-box-section
{
  margin-top: calc(var(--margin)*-1);
}

.player-container
{
  padding-left: calc(var(--padding) + 20px);
  padding-right: calc(var(--padding) + 20px);
}

.vod-player
{
  overflow: hidden;
}

.vod-player .embed-responsive
{
  border-radius: calc(var(--radius) * 3);
}

.vod-player-right .detail-star, .vod-player-right .ewave-star-box .ewave-star-text
{
  font-size: 14px;
}

.vod-player-right .ewave-star-wrapper .ewave-star-item, .vod-player-right .ewave-star-box .ewave-star-score
{
  font-size: 20px;
}

.vod-player-right .ewave-star-box .ewave-star-score
{
  color: var(--theme-color);
}

.vod-player-right .detail-star
{
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}

.vod-player-right .detail-star .ewave-star-wrapper
{
  flex: 1;
  text-align: center;
}

.vod-player-right .hidden-xs
{
  display: none;
}

.detail-intro
{
  margin-top: 10px;
}

.detail-intro.ewave-collapse:not(.ewave-collapse-xs):not(.ewave-collapse-sm):not(.ewave-collapse-md):not(.ewave-collapse-lg) .ewave-collapse-content:not(.active)
{
  height: 48px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}

.detail-intro-text
{
  line-height: 24px;
}

/*播放列表*/
.playlist-tab-box
{
  overflow-x: hidden;
  margin-bottom: var(--margin);
}

.playlist-tab-item
{
  width: auto;
}

.playlist-tab-item + .playlist-tab-item
{
  margin-left: 10px;
}

.playlist-tab-item a
{
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px;
  border-radius: 30px;
  background: var(--bg-color-2);
  border: 1px solid var(--border-color);
  font-size: 12px;
  color: var(--text-color-1);
}

.playlist-tab-item a::before
{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--theme-color);
}

.playlist-tab-item a:hover
{
  background: var(--glow-color);
  border-color: var(--theme-color);
}

.playlist-tab-item.active a
{
  background: var(--theme-color);
  color: var(--theme-text-color);
}

.playlist-tab-item.active a::before
{
  background-color: #fff;
}

.play-episode-box
{
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.play-episode-box li
{
  margin-bottom: 10px;
}

.play-episode-box li a
{
  padding: 10px 5px;
  border-radius: var(--radius);
  background: var(--bg-color-2);
  border: 1px solid var(--border-color);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.play-episode-box li a:hover
{
  background-color: var(--glow-color);
}

.play-episode-box li.active a
{
  color: var(--theme-text-color);
  background-image: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  color: var(--theme-text-color);
  border-color: transparent;
}


/*下载列表*/
.ewave-downlist-sort-content
{
  max-height: 300px;
  overflow-y: auto;
}

.ewave-downlist-checkall
{
  background-color: var(--theme-color);
}

.ewave-downlist-btn.ewave-downlist-download
{
  background-color: var(--theme-color-4);
}

.ewave-downlist-btn.ewave-copy, .ewave-downlist-btn.ewave-downlist-copyall
{
  background-color: var(--theme-color-2);
}

/*内容简介*/

.detail-desc-content
{
  position: relative;
  line-height: 1.9;
}

.detail-desc-content::before
{
  content: '"';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  line-height: 1;
  color: var(--theme-color);
  opacity: .08;
  font-family: Georgia, serif;
  font-weight: 700;
  pointer-events: none;
}

.detail-desc-highlight
{
  margin-top: 15px;
  background-color: var(--bg-color-1);
  border-left: 3px solid var(--theme-color);
  font-weight: 600;
}




.vod-list-related
{
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.vod-list-related .vod-item-slide
{
  text-align: center;
}



/*参演明星*/
.detail-actor-box
{
  padding-top: 10px;
}

.detail-actor-tab
{
  padding-bottom: 10px;
  overflow: hidden;
}

.detail-actor-tab li
{
  width: auto;
  margin-right: 15px;
}

.detail-actor-tab li + li
{}

.detail-actor-tab li:last-child
{
  margin-right: 0;
}

.detail-actor-tab-item
{
  height: 60px;
  line-height: 60px;
  border-radius: var(--radius);
  /* background-color: var(--bg-color-3); */
  position: relative;
  z-index: 0;
  padding-left: 60px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 16px;
}

.detail-actor-tab-item.no-actor
{
  padding-left: 20px;
  padding-right: 20px;
}

.active .detail-actor-tab-item
{
  color: #fff;
}

.active .detail-actor-tab-item::after
{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  rotate: 45deg;
  border-radius: 0;
}

.active .detail-actor-tab-item, .active .detail-actor-tab-item::after
{
  background-color: var(--theme-color) !important;
}

.detail-actor-tab-cover
{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: var(--radius);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



/*评论*/
.ewave-comment
{}

.ewave-comment-form, .ewave-comment-item-list
{

}

.ewave-comment-item-list
{
  padding: 0;
}

.ewave-comment-item
{
  display: flex;
}

.ewave-comment-avatar
{
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 2px var(--border-color);
  border-radius: 50%;
}

.ewave-comment-avatar:hover
{
  box-shadow: 0 0 0 2px var(--theme-color);
}


.ewave-comment-head
{
  height: 40px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  justify-content: flex-start;
  gap: 10px;
}

.ewave-comment-head span
{
  font-weight: normal;
  color: var(--text-color-2);
}

.ewave-comment-item + .ewave-comment-item
{
  margin-top: var(--margin);
}

.ewave-comment-body
{}

.ewave-comment-text
{
  font-size: 14px;
  line-height: 1.8;

}

.ewave-comment-bar
{
  display: none !important;
}

.ewave-comment-reply-box
{
  margin-left: 0;
}

.ewave-comment-reply-box .ewave-comment-item-list
{
  border-radius: calc(var(--radius) * 2) !important;
}

.ewave-comment-reply-box .ewave-comment-form, .ewave-comment-reply-box .ewave-comment-item-list
{
  padding-left: 10px;
  padding-right: 10px;
}

.ewave-comment-bar, .ewave-comment-reply-box .ewave-comment-item-list, .ewave-comment-item .ewave-comment-bar
{
  background-color: var(--bg-color-1);
}

.ewave-comment-item .ewave-comment-reply-box .ewave-comment-head, .ewave-comment-reply-box .ewave-comment-item:not(:last-child)
{
  border-color: var(--bg-color-2);
}

.ewave-comment-reply-box .ewave-comment-item + .ewave-comment-item
{
  margin-top: 0;

}

.ewave-comment-reply-box .ewave-comment-item:not(:last-child)
{
  border-bottom-color: var(--border-color);
}

.ewave-comment-reply-box .ewave-comment-item:not(:last-child)::after
{
  background-color: var(--bg-color-1);
}

.ewave-comment-item .ewave-comment-foot a:not(:hover)
{
  color: var(--text-color-1);
}

/*留言板*/
.ewave-gbook-head
{
  justify-content: space-between;
}

.ewave-gbook-head-left
{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ewave-gbook-head h3, .ewave-gbook-head span
{
  line-height: 1;
  height: auto;
}

.ewave-gbook-floor
{
  display: inline-block;
  width: auto;
  font-size: 11px;
  color: var(--theme-text-color) !important;
  background-color: var(--theme-color-2);
  padding: 5px 10px;
  border-radius: var(--radius);
}

.ewave-gbook-reply
{
  background-color:
    color-mix(in oklch, var(--theme-color-1) 4%, transparent);
  border-left: 3px solid var(--theme-color-1);
}

.ewave-gbook-reply-head
{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.ewave-gbook-reply-badge
{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background-image: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.ewave-gbook-reply-user
{
  font-size: 13px;
  font-weight: 600;
}

.ewave-gbook-reply p
{
  font-size: 12px;
  line-height: 1.8;
}

/*播放*/
.player-wrapper
{
  margin-top: calc(var(--margin)*-1);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.player-container
{
  position: relative;
  z-index: 2;
}

.player-tips
{
  padding: 10px 20px;
  width: 100%;
  z-index: 20;
  line-height: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.player-tips .fa
{
  font-size: 20px;
  font-weight: normal;
}

.player-tips .player-tips-title
{
  padding: 0 15px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  text-align: center;
}

.vod-player
{
  position: relative;
  z-index: 1;
}

.vod-player-left
{
  width: calc(100% - 310px);
  position: relative;
  z-index: 1;
}

.vod-player-left .full-btn
{
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 40px;
  line-height: 40px;
  top: 40%;
  right: -20px;
  background-color: var(--theme-color);
  color: var(--theme-text-color);
  border-radius: var(--radius) 100px 100px 0;
  cursor: pointer;
  text-align: center;
  opacity: .8;
}

.vod-player-left .full-btn i
{
  font-size: 16px;
}

.vod-player-left .full-btn:hover
{
  opacity: 1;
}

.vod-player.ewave-player-full.active .vod-player-left
{
  width: 100%;
}

.vod-player.ewave-player-full.active .vod-player-left .full-btn i
{
  transform: rotate(180deg);
  display: inline-block;
}

.vod-player.ewave-player-full.active .vod-player-right
{
  display: none;
}

.vod-player-right
{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 310px;
  padding: 10px;
  background-color: var(--bg-color-2);
}

.player-vod-item
{
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.player-vod-cover
{
  display: block;
  width: 30%;
  float: left;
  border-radius: var(--radius);
  overflow: hidden;
}

.player-vod-info
{
  width: calc(70% - 10px);
  float: right;
}

.player-vod-info h1
{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.player-vod-info .text
{
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

.player-vod-info .ewave-dropdown-box
{
  width: 290px;
  right: 0;
  left: auto;
  translate: 0 0;
  padding: 10px;
  cursor: auto;
}

.player-vod-info .ewave-dropdown-box .fa
{
  margin-right: 5px;
}

.player-vod-info .ewave-dropdown-box a + a
{
  margin-left: 3px;
}

.vod-player-right .vod-wrapper
{
  height: calc(100% - 260px);
  overflow: hidden;
  overflow-y: auto
}

.vod-player-right .qrcode-box
{
  display: block;
  position: relative;
  background-color: var(--bg-color-2);
  border-radius: var(--radius);
  padding: 6px 0;
  height: 70px;
  margin: 15px 0;
}

.vod-player-right .qrcode-box .ewave-qrcode
{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: var(--radius);
  left: 6px;
  padding: 2px;
  background-color: #fff;
}

.vod-player-right .qrcode-box .ewave-qrcode canvas
{
  width: 100%;
  height: 100%;
}

.vod-player-right .qrcode-box .info
{
  float: left;
  margin-left: 80px;
}

.vod-player-right .qrcode-box .info h3
{
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  margin: 5px 0;
  color: var(--text-color-1)
}

.vod-player-right .qrcode-box .info p
{
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  color: var(--text-color-1)
}

.vod-player-right .vod-wrapper ul
{
  display: block;
  width: 100%;
}

.vod-player-right .vod-wrapper li
{
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--bg-color-2);
}

.vod-player-right .vod-wrapper li + li
{
  border-top: 1px solid var(--bg-color-1);
}

.vod-player-right .vod-wrapper .pic
{
  width: 110px;
  position: relative;
  float: left;
}

.vod-player-right .vod-wrapper .pic .ewave-img-wrapper
{
  aspect-ratio: 100/55;
  border-radius: var(--radius);
}

.vod-player-right .vod-wrapper .info
{
  float: right;
  width: 165px
}

.vod-player-right .vod-wrapper .name
{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.vod-player-right .vod-wrapper .actor
{
  padding-top: 5px;
  font-size: 12px;
  width: 100%;
}

.vod-player-right .vod-wrapper :not(:hover) .actor
{
  color: var(--text-color-2);
}

.ewave-player-box
{
  background: none;
}

.embed-responsive .MacPlayer
{}

.ewave-player-footer
{
  margin-top: calc(var(--margin) * 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  gap: 20px;
}

.ewave-player-footer-btns
{
  width: 500px;
}

.ewave-player-footer-btns a
{

  display: block;
  white-space: nowrap;
  font-size: 14px;
  background-color: oklch(0% 0 0 / 0.25);
  border: 1px solid oklch(100% 0 0 / 0.15);
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 999px;
  line-height: 1;
}

.ewave-player-footer-btns a:hover
{
  background-color: var(--glow-color);
  border-color: var(--theme-color-1);
}

.player-info
{
  flex: 1;
}

.player-title
{
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: var(--margin);
}

.player-title a
{
  display: inline;
  line-height: 1;
}

.player-title a:not(:hover)
{
  color: #fff;
}

.player-score
{
  font-size: 24px;
  font-weight: 800;
  color: var(--theme-color-3);
  font-style: normal;
  margin-right: 10px;
}

.player-info > div
{
  display: flex;
  align-items: center;
  gap: 6px;
}

.player-tag
{
  font-size: 11px;
  padding: 3px 12px;
  border-radius: var(--radius);
  background: oklch(100% 0 0 / 0.08);
  border: 1px solid oklch(100% 0 0 / 0.1);
  color: oklch(80% 0.01 285);
}

/*文章*/
.art-detail-info-section
{
  padding-bottom: 0;
}

.art-detail-box
{
  padding-bottom: 0;
}

.art-detail-container
{
  position: relative;
  z-index: 2;
}

.art-head
{
  display: flex;
  flex-direction: column;
  gap: calc(var(--margin) * 2);
  padding-top: 40px;
  padding-bottom: 40px;
}

.art-head-badge a
{
  display: inline-flex;
  width: auto;
  padding: 5px 18px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  color: #fff;
  font-size: 13px;
}

.art-title
{
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.art-meta
{
  display: flex;
  gap: 24px;
  align-items: center;
}

.art-meta-item
{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  gap: 8px;
  font-weight: 500;
}

.art-meta-item a:not(:hover)
{
  color: #fff;
}

.art-meta-splite
{
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: oklch(100% 0 0 / 0.2);
}

.art-meta-site > i
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color-1), var(--theme-color-2));
  color: #fff;
}

.art-meta-like
{
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid oklch(100% 0 0 / 0.18);
  background: oklch(0% 0 0 / 0.2);
  backdrop-filter: blur(8px);
}

.art-meta-like:hover
{
  border-color: var(--theme-color-1);
  background-color: var(--glow-color);
}

.art-detail-content
{
  line-height: 1.6;
}

.art-detail-content img
{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.art-side-menu
{
  width: 100%;
  max-width: none;
}

.art-side-menu .side-menu-nav
{
  margin-bottom: 0;
}

.art-side-menu .side-menu-nav:hover
{
  box-shadow: 0 4px 20px var(--shadow-color);
}

.art-detail-tag
{
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}

.art-detail-tag li
{
  width: auto;
}

.art-detail-tag li + li
{
  margin-left: 10px;
}

.art-detail-tag a
{
  font-size: 12px;
  display: block;
  padding: 3px 15px;
  background-color: var(--bg-color-2);
  color: var(--text-color-3);
  border-radius: 999px;
  border: 1px solid var(--border-color);
}

.art-detail-tag a:hover
{
  background-color: var(--glow-color);
  border-color: var(--theme-color-1);
  color: #fff;
}

.sidebar-ranking-item-art
{
  align-items: start;
}

.sidebar-ranking-item-art .sidebar-ranking-num
{
  width: 20px;
  height: 20px;
}

.sidebar-ranking-item-art h5
{
  font-size: 13px;
}

.sidebar-ranking-item-art .sidebar-ranking-info span
{
  color: var(--text-color-3);
  font-weight: normal;
}

/*专题*/
.topic-info-section .detail-box::after
{
  opacity: .5;
}

.topic-detail-box
{
  height: 150px
}

.topic-detail-box .container
{
  position: relative;
  z-index: 2;
  translate: 0 calc(50% + 20px);
}

.topic-top-box
{
  margin-top: -75px;
  position: relative;
  z-index: 1;
}

.topic-detail-cover
{
  display: block;
  width: calc(100% + var(--padding)*2);
  margin-left: calc(var(--padding)*-1);
  margin-right: calc(var(--padding)*-1);
  margin-top: calc(var(--margin)*-1);
  border-radius: var(--radius);
  margin-bottom: 15px;
}

.topic-detail-title
{
  font-size: 28px;
  line-height: 40px;
}

.topic-detail-desc
{
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

/*剧情*/
.plot-item
{}

.plot-item + .plot-item
{
  margin-top: var(--margin);
}

.plot-item-title
{
  margin-bottom: var(--margin);
  display: flex;
  align-items: center;
  gap: 16px;
}

.plot-item-num
{
  display: block;
  line-height: 30px;
  padding: 0 14px;
  border-radius: var(--radius);
  background-color: var(--theme-color);
  color: var(--theme-text-color);
  font-size: 14px;
  font-weight: 700;
}

.plot-item-name
{
  font-size: 20px;
  font-weight: 700;
}

.plot-item-desc
{
  line-height: 1.8;
  opacity: .8;
  color: var(--text-color-1);
  font-size: 15px;
}

.plot-detail-title
{
  justify-content: center;
}

.plot-detail-num
{}

.plot-detail-name
{}

.plot-detail-content
{
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
}

.plot-detail-content h1, .plot-detail-content h2, .plot-detail-content h3, .plot-detail-content h4, .plot-detail-content h5, .plot-detail-content p
{
  margin-bottom: 10px;
}

.plot-detail-content p
{
  text-indent: 2em;
}

.plot-detail-content img
{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.plot-detail-foot
{
  text-align: center;
}

.plot-detail-foot a
{
  display: inline-block;
  background-color: var(--bg-color-2);
  padding: 6px 15px;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.plot-detail-foot a.disabled
{
  cursor: not-allowed;
  opacity: .7;
  color: var(--text-color-1);
}

.plot-detail-foot a:not(.disabled):hover
{
  background-color: var(--glow-color);
  border-color: var(--theme-color);
}

.plot-detail-foot a + a
{
  margin-left: 10px;
}

/*演员*/
.actor-detail-info-head
{
  gap: var(--margin);
}

.detail-btn .actor-detail-up:not(:hover)
{
  background-color: var(--theme-color-3);
}

.actor-detail-tab-item
{
  font-size: 16px;
  cursor: pointer;
  width: auto;
}

.actor-detail-tab-item + .actor-detail-tab-item
{
  margin-left: 10px;
}

.actor-detail-tab-item .fa
{
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.actor-detail-tab-item.active .fa, .actor-detail-tab-item:hover .fa
{
  color: var(--theme-text-color);
}

.actor-detail-tab-item:not(.active):not(:hover) .fa
{
  color: var(--text-color-1);
}

.actor-detail-tab-item::after
{
  width: 100%;
  background-color: var(--bg-color-2);
  transition-property: background-color;
}

.actor-detail-tab-item:hover::after, .actor-detail-tab-item.active::after
{
  box-shadow: 0 4px 20px var(--shadow-color);
}

.actor-detail-tab-item:hover span, .actor-detail-tab-item.active span
{
  color: var(--theme-text-color);
}

.actor-detail-tab-item.active::before
{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  rotate: 45deg;
  border-radius: 0;
  box-shadow: 0 4px 20px var(--shadow-color);
}

.actor-detail-tab-item.content.active::after, .actor-detail-tab-item.content:hover::after, .actor-detail-tab-item.content.active::before
{
  background-color: var(--theme-color-2);
}

.actor-detail-tab-item.vod.active::after, .actor-detail-tab-item.vod:hover::after, .actor-detail-tab-item.vod.active::before
{
  background-color: var(--theme-color-3);
}

.actor-detail-tab-item.art.active::after, .actor-detail-tab-item.art:hover::after, .actor-detail-tab-item.art.active::before
{
  background-color: var(--theme-color-4);
}

.actor-content
{
  line-height: 1.6;
}

.actor-content h1, .actor-content h2, .actor-content h3, .actor-content h4, .actor-content h5
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 24px;

  position: relative;
  z-index: 0;
}

.actor-content h1::after, .actor-content h2::after, .actor-content h3::after, .actor-content h4::after, .actor-content h5::after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  display: block;
  background-color: var(--theme-color);
  border-radius: var(--radius);
}

.actor-content p
{
  margin-bottom: 10px;
  text-indent: 2em;
}

/*最近更新*/
.update-detail-info-head
{
  align-items: center;
  gap: var(--margin);
  text-align: center;
}

.update-detail-title
{
  color: var(--theme-color-3);
}

.detail-data ul
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.detail-data-item
{
  display: flex;
  text-align: center;
  gap: 5px;
  flex-direction: column;
  justify-content: space-between;
}

.detail-data-num
{
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: color-mix(in oklch, var(--theme-color-1) 60%, #fff);
  opacity: .8;
}

.detail-data-name
{
  font-size: 13px;
  font-style: normal;
  color: oklch(62% 0.04 285);
}

.detail-data-splite
{
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  opacity: .4;

}

.update-detail-tag a
{
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color:
    color-mix(in oklch, var(--theme-color-1) 60%, #fff);
  background:
    color-mix(in oklch, var(--theme-color-1) 10%, transparent);
  border: 1px solid color-mix(in oklch, var(--theme-color-1) 16%, transparent);

}

.update-detail-tag a:hover
{
  background-color:
    color-mix(in oklch, var(--theme-color-1) 20%, transparent);
  color: var(--theme-color-1);
  border-color: transparent;
}

.update-item
{
  position: relative;
  z-index: 0;
  padding-left: 30px;
  padding-bottom: 40px;
}

.update-item::before
{
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--theme-color-1);
  opacity: .1;
  left: 0;
  top: 0;
}

.update-item:last-child::before
{
  display: none;
}

.update-item-dot
{
  position: absolute;
  top: 0;
  left: 1px;
  translate: -50% 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid color-mix(in oklch, var(--theme-color-1) 35%, transparent);
  background-color: var(--bg-color-1);
  display: flex;
  align-items: center;
  justify-content: center;

  transition-property: scale;

}

.update-item-dot::before
{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color-1);
}

.update-item:hover .update-item-dot
{
  scale: 1.15;
  border-color:
    color-mix(in oklch, var(--theme-color-1) 65%, transparent);
  box-shadow: 0 4px 20px var(--glow-color);
}

.update-item-time
{
  color: color-mix(in oklch, var(--theme-color-1) 65%, var(--text-color-2));
  line-height: 20px;
  margin-bottom: 20px;
}



/*排行榜*/
.ranking-box
{
  position: relative;
  z-index: 0;
  background-color: var(--bg-color-2);
}

.ranking-box:hover
{
  box-shadow: 0 4px 20px var(--glow-color);
}


.ranking-box .box-head
{
  position: relative;
  z-index: 1;
}

.ranking-box .box-head-title
{
  height: 40px;
  line-height: 40px;
  float: none;
}

.ranking-box .box-head::before
{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  left: 0;
  top: 0;
}

.ranking-box .box-head::after
{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.ranking-box .box-head-title::before, .ranking-box .box-head-title::after
{
  display: none;
}

.ranking-box .box-head-title .fa, .ranking-box .box-head-title span
{
  color: var(--text-color-1);
}

.ranking-box .box-head-title .fa
{
  margin-right: 0;
}

.ranking-item
{
  display: flex;
  align-items: center;
  gap: 24px;
}

.ranking-item-num
{
  width: 44px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  flex-grow: 0;
  flex-shrink: 0;
}

.ranking-item-1 .ranking-item-num
{
  color: #f00;
}

.ranking-item-2 .ranking-item-num
{
  color: #f60;
}

.ranking-item-3 .ranking-item-num
{
  color: #f90;
}

.ranking-item-vod
{
  flex: 1;
}

.ranking-item-hits
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ranking-item-hits-num
{
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;

  background-image: linear-gradient(135deg, var(--theme-color-3), #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.ranking-item-hits-text
{
  font-size: 9px;
  color: var(--text-color-2);
  font-weight: 500;
}

.ranking-item-hits-bar
{
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(270deg, var(--theme-color-3), #FFD700);
}

.ranking-item .search-item-cover .ewave-img-wrapper
{
  height: auto;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}



/* 底部说明 */
.footer
{
  padding-top: calc(var(--margin) * 2);
  padding-bottom: calc(var(--margin) * 2);
  background: linear-gradient(180deg, oklch(92% 0.015 285), oklch(86% 0.02 290));
  position: relative;
}

[data-theme="1"] .footer
{
  background: linear-gradient(oklch(0.08 0.04 285), oklch(0.04 0.05 290));
}

.footer.color-bars::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: repeating-linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2) 50px, var(--theme-color-3) 100px, var(--theme-color-4) 150px, var(--theme-color-1) 200px);
  animation: animate-colors 200s infinite linear;
  animation-play-state: paused;
}

.footer.color-bars:hover::before
{
  animation-play-state: running;
}

@-webkit-keyframes animate-colors
{
  0%
  {
    background-position: 0 0
  }

  100%
  {
    background-position: 7000px 0
  }
}

@keyframes animate-colors
{
  0%
  {
    background-position: 0 0
  }

  100%
  {
    background-position: 7000px 0
  }
}

.footer-body
{
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-body a:not(:hover)
{
  opacity: .7;
}

.footer-link
{
  margin-bottom: 10px;
}

.footer-link li
{
  display: inline-block;
}

.footer-link li + li
{
  margin-left: 10px;
}

.footer-text
{
  border-top: 1px solid var(--shadow-color);
  text-align: center;
  padding: 10px 10px 0;
  line-height: 1.8;
  font-size: 10px;
  opacity: .8;
}

.footer-text a
{
  opacity: 1;
}

.footer-link li a:hover, .footer-text a:hover
{
  color: var(--theme-color);
}

.ewave-banner-box
{
  background-color: var(--bg-color-2);
  overflow: hidden;
  border-radius: calc(var(--radius) * 2);
  box-shadow: 0 4px 20px var(--shadow-color);
}

.ewave-banner-box.ewave-gap
{
  margin-bottom: calc(var(--margin) * 2);
}

.ewave-banner-box img
{}



.ewave-banner-box.float-top, .ewave-banner-box.float-bottom
{
  border-radius: 0;
  background-color: #ddd;
  width: 100%;
  z-index: 1;
}

.ewave-banner-box.float-bottom
{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-radius: var(--radius);
}

.ewave-banner-box.float-bottom .ewave-banner-close
{
  top: 5px;
  left: 5px;
  translate: 0 0;
}

.ewave-banner-box.float-bottom .ewave-banner-text
{
  color: var(--text-color-1);
}

[data-theme="1"] .ewave-banner-box.float-top, [data-theme="1"] .ewave-banner-box.float-bottom
{
  background-color: #666;
}

/* 返回顶部 */
.fixed
{
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 999;
}

.fixed-item
{
  width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  background-color: var(--theme-color);
  box-shadow: 0 4px 20px var(--shadow-color);
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}

.fixed-item .fa
{
  color: #fff;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
}

.fixed-item-text
{
  color: var(--theme-text-color);
  width: 0;
  max-width: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  transition-property: max-width;
  transition-duration: .1s;
  position: absolute;
  top: 0;
  right: 40px;
  background-color: var(--theme-color);
}

.fixed-item.skin-switch
{
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-item.skin-switch span
{
  height: 40px;
  line-height: 40px;
}

.ewave-sticky
{
  position: static;
  top: auto;
  bottom: auto;
}

.ewave-page
{
  padding-top: var(--margin);
  margin-bottom: 0;
  font-weight: 500;
}

.ewave-page li .num, .ewave-page li a
{
  background-color: var(--bg-color-2);
  color: var(--text-color-1);
  border-radius: var(--radius);
  border-color: var(--border-color);
}

.ewave-page li:not(.disabled):not(.active) a:not(.ewave-page-ellipsis):hover
{
  border-color: var(--theme-color);
  background-color: var(--glow-color);
  color: var(--theme-color-1);

}

.ewave-page li.active a
{
  background-color: var(--theme-color);
  border-color: transparent;
}

.member-container
{
  margin-top: 0;
  margin-bottom: var(--margin);
}



.panel
{}

.ewave-jump-msg
{
  background-color: var(--bg-color-2);
  border-radius: calc(var(--radius) * 2);


}

.ewave-jump-msg:hover
{
  box-shadow: 0 4px 20px var(--shadow-color);
}

.form-control
{
  background-color: var(--bg-color-3);
  border-color: var(--border-color);
  color: var(--text-color-3);
}

.form-control[disabled], .form-control[readonly]
{
  background-color: var(--bg-color-3);
  opacity: .8;
}

.form-control option
{
  background-color: var(--bg-color-3);
  color: var(--text-color-3);
  padding: 5px 0;
}

.ewave-comment-reply-box .ewave-comment-item-list, .ewave-page li .num, .ewave-page li a .member-container .btn.member-btn, .member-container .member-right .member-data-delete, .member-container .member-left.style2 .member-left-top, .member-container .member-left.style2 .member-left-nav, .member-container .member-left.style2 .member-left-nav li a, .btn, .play-episode-box li a, .member-container .member-right .member-page a
{
  border-radius: var(--radius);
}

.input-group-btn:last-child > .btn
{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.member-container .member-right .member-tab-list li.active::after
{
  width: 100%;
  height: 4px;
  border-radius: var(--radius);
}

/*颜色*/









.ewave-download-btn:not(.ewave-download-tip):hover, .search-item-btn a:hover, .detail-btn a:hover, .topic-item-tab.active a:hover, .vod-item-play:hover, .ewave-submit-btn:hover
{
  color: var(--theme-text-color) !important;
}




/*layui*/
.layui-layer
{}

.layui-layer-msg
{
  border-radius: var(--radius);
}

.layui-layer .mini-container
{
  padding-top: 15px;
  padding-left: calc(var(--padding) * 2);
  padding-right: calc(var(--padding) * 2);
  max-width: 400px !important;
}

.layui-layer-btn a
{
  border-radius: var(--radius);
}

[data-theme="1"] .layui-layer
{
  background-color: var(--bg-color-3);
  color: var(--text-color-1);
}

[data-theme="1"] .layui-layer a
{
  color: var(--text-color-1);
}

[data-theme="1"] .layui-layer a:hover
{
  color: var(--theme-color);
}

[data-theme="1"] .layui-layer-title
{
  border-bottom-color: var(--bg-color-2);
  margin-bottom: 15px;
  color: var(--text-color-1);
}

[data-theme="1"] .layui-layer .form-control
{
  background-color: var(--bg-color-2);
}

[data-theme="1"] .layui-layer-btn1
{
  background-color: var(--bg-color-1);
  border-color: var(--bg-color-1);
}

[data-theme="1"] .ewave-search-dropdown-text
{
  color: var(--text-color-1);
}

@media (min-width:992px)
{
  .container
  {
    transition-property: all;
  }

  .head-wrapper.with-fixed-nav
  {
    transition-property: width;
  }

  .ewave-headroom-top .head-wrapper::after
  {
    background-color: transparent;
    backdrop-filter: none;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .ewave-headroom-top .head-search form::before
  {
    opacity: .3;
  }

  .ewave-headroom-top .head-nav li a, .ewave-headroom-top .head-search input, .ewave-headroom-top .head-search input::placeholder, .ewave-headroom-top .ewave-search-dropdown-text, .ewave-headroom-top .ewave-search-dropdown .fa, .ewave-headroom-top .head-search button
  {
    color: var(--theme-text-color);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }

  .ewave-headroom-top .head-search input, .ewave-headroom-top .head-right-item-icon:not(:hover)
  {
    background-color: oklch(100% 0 0 / 0.08);
    border-color: oklch(100% 0 0 / 0.25);
  }

  .ewave-headroom-top .head-right-item-icon:not(:hover)
  {
    color: oklch(90% 0.015 285);
  }

  .ewave-headroom-top .head-nav li.active a, .ewave-headroom-top .head-nav li:hover a
  {
    color: var(--theme-color);
  }

  .logo-box
  {}

  .logo
  {
    position: relative;
    z-index: 0;
  }

  .logo::after
  {
    top: 5px;
    right: 20px;
    height: calc(100% - 10px);
  }

  .skin-switch
  {
    margin-right: 0;
  }

  .fixed-nav
  {
    translate: 0 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    transition-property: all;
  }

  .fixed-nav-item
  {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .side-menu-nav li.fixed-nav-item
  {
    padding-left: 0;
    padding-right: 0;
  }

  .side-menu-nav li.fixed-nav-item + li
  {
    border: none;
  }

  .fixed-nav-item a
  {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
  }

  .side-menu-nav li.fixed-nav-item.current::before, .side-menu-nav li.fixed-nav-item.current::after, .side-menu-nav li:hover::after
  {
    display: none;
  }

  .side-menu-nav li.fixed-nav-item a
  {
    line-height: 50px;
  }

  .side-menu-nav li.side-menu-parent.fixed-nav-item .ewave-accordion-toggle
  {
    overflow: visible;
  }

  .side-menu-nav li.fixed-nav-item.ewave-accordion.active .ewave-accordion-content
  {
    display: none;
  }

  .side-menu-nav li.fixed-nav-item.side-menu-parent .ewave-accordion-toggle a
  {
    float: none;
  }

  .side-menu-nav li.side-menu-parent.fixed-nav-item .ewave-accordion-toggle > .fa
  {
    display: none;
  }

  .fixed-nav-icon
  {
    font-size: 20px;
    margin-right: 5px;
  }

  .fixed-nav-item.active a
  {
    background-color: var(--theme-color);
    color: var(--theme-text-color) !important;
  }

  .fixed-nav-item.active a::after
  {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    bottom: -10px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: none;
    border-top: 10px solid var(--theme-color);
    border-right: 10px solid transparent !important;
  }



  .fixed-item:hover
  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fixed-item:hover .fixed-item-text
  {
    width: 80px;
    max-width: 80px;
    padding-left: 20px;
    border-radius: 20px 0 0 20px;
  }

  .ewave-player-fixed.active, .vod-player .ewave-player-fixed.active .embed-responsive
  {
    border-radius: var(--radius);
  }

  .topic-art-list .art-item-cover
  {
    width: 15%;
  }

  .topic-art-list .art-item-info
  {
    width: 85%;
  }

  .topic-art-list .art-item-info .art-item-desc
  {
    display: block;
  }


  .member-container .member-left, .member-container .member-right
  {
    top: auto;
  }

  .member-container .member-left.style2 .member-left-top
  {
    background-image: linear-gradient(45deg, var(--theme-color), var(--theme-color-3));
  }
}

@media (min-width:1200px)
{
  .index-art-1 .art-item, .index-art-2 .art-item
  {
    flex-direction: column;
    gap: 10px;
  }

  .index-art-1 .art-item-cover, .index-art-1 .art-item-info, .index-art-2 .art-item-cover, .index-art-2 .art-item-info
  {
    width: 100%;
  }

  .index-art-1 .art-item-info, .index-art-2 .art-item-info
  {
    padding-top: 5px;
    gap: 10px;
  }

  .index-art-1 .art-item-foot, .index-art-2 .art-item-foot
  {
    margin-top: 0;
  }

  .index-art-1 .art-item-cover .ewave-img-wrapper
  {
    aspect-ratio: 100/35;
  }
}


@media (min-width:1400px)
{
  .art-item-desc
  {
    -webkit-line-clamp: 3;
  }

}

@media (min-width:1800px)
{
  .box-head-en
  {
    left: calc(50% - 890px);
  }
}

@media(max-width:1799.9px)
{
  .head-box::before
  {
    display: none;
  }

  .head-box::after
  {
    width: 460px;
    translate: 0;
  }
}

@media (max-width:1399.9px)
{}

@media (max-width:1399.9px) and (min-width:1200px)
{}

@media (max-width:1199.9px)
{
  .box-keyword
  {
    font-size: 16px;
  }

  .search-wd
  {
    font-size: 20px;
  }

  .art-item-cover .ewave-img-wrapper
  {
    aspect-ratio: auto;
    height: 100%;
  }

  .art-item-info
  {
    gap: 8px;
  }

  .art-detail-main
  {
    margin-bottom: var(--margin);
  }

  .art-detail-sticky
  {
    position: static;
  }

  .index-actor-title
  {
    margin-bottom: 5px;
  }

  .index-actor-info p + p
  {
    margin-top: 5px;
  }

  .search-item-cover
  {
    width: 16%;
  }

  .search-item-info
  {
    width: 84%;
  }
}

@media (max-width:1199.9px) and (min-width:992px)
{



  .art-item-desc
  {
    -webkit-line-clamp: 4;
  }

  .art-list-small .art-item-desc
  {
    display: none;
  }


}

/*平板及手机*/
@media (max-width:991.9px)
{
  .padding
  {
    padding: 20px;
  }

  .container
  {
    width: auto;
  }

  .vertical-middle > .container
  {
    width: 100%;
  }

  .head-placeholder, .gap
  {
    margin-bottom: 10px;
  }

  .fixed-nav-swiper
  {
    height: calc(100% - 80px);
  }

  .fixed-nav-swiper .side-menu-nav
  {
    max-height: 100%;
    height: 100%;
  }

  .fixed-nav-icon
  {
    margin-right: 3px;
  }


  .head-box, .head-placeholder
  {
    line-height: 50px;
  }

  .head-box
  {
    justify-content: space-between;
    padding-bottom: 50px;
  }

  .head-box::after
  {
    display: none;
  }

  .head-placeholder
  {
    height: 100px;
  }

  .head-search
  {
    display: none;
  }

  .head-wrapper.open-search .head-box
  {
    padding-bottom: 110px;
  }

  .head-wrapper.open-search .head-search
  {
    display: block;
  }

  .head-left
  {
    width: calc(100% - 155px);
  }

  .logo-box
  {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .logo-box .logo
  {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-img
  {
    height: 30px;
  }

  .logo-text
  {
    font-size: 18px;
  }

  .head-nav
  {
    position: absolute;
    z-index: 0;
    width: 100vw;
    top: 100%;
    border-top: 1px solid var(--shadow-color);
  }

  .head-nav li a::after
  {
    bottom: 8px;
  }

  .head-search
  {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    padding-right: 10px;
  }

  .head-search input:focus
  {
    box-shadow: 0 0 0 1px var(--glow-color);
  }

  .head-right
  {
    padding-left: 10px;
    padding-right: 0;
    width: 155px;
  }

  .head-right-item
  {
    margin-right: 5px;
    width: 30px;
    height: 30px;

  }

  .head-right-item-icon
  {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }

  .ewave-user-avatar
  {}

  .ewave-history-box
  {
    left: auto;
    right: -70px;
    translate: 0 0;
  }

  .ewave-history-box::before
  {
    left: auto;
    right: 80px;
  }

  .slide-item-info
  {}

  .slide-item-info > .max-container
  {
    gap: 10px;
    padding-left: calc(10px + var(--padding));
    padding-right: calc(10px + var(--padding));
  }

  .slide-item-badge
  {
    display: none;
  }

  .slide-item-meta
  {
    gap: 5px;
  }

  .slide-item-star .ewave-star-wrapper, .slide-item-star .ewave-star-score
  {
    height: 18px;
    line-height: 18px;
  }

  .slide-item-title h5
  {
    font-size: 20px;
    margin-bottom: 0;
  }

  .index-slide .swiper-pagination
  {
    bottom: 15px;
  }

  .index-slide .swiper-pagination-bullet
  {
    width: 8px;
    height: 8px;
  }

  .index-slide .swiper-pagination-bullet-active
  {
    width: 20px;
  }

  .index-slide-thumb
  {
    height: 10px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    translate: 0 0;
  }

  .index-slide-thumb ul
  {
    flex-direction: row;
  }

  .slide-thumb-item
  {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: var(--glass-color);

  }

  .slide-thumb-item.active
  {
    background-color: var(--theme-color);
  }

  .slide-thumb-item *
  {
    display: none;
  }

  .box-head
  {
    margin-bottom: 28px;
  }

  .box-head-title
  {
    font-size: 30px;
  }

  .box-head-en
  {
    font-size: 150px;
  }

  .box-head-title:not(.actor-detail-tab-item) span
  {}

  . .ranking-box .box-head-title span
  {
    color: var(--text-color-1);
  }

  .box-head-title .fa
  {
    line-height: 18px;
    margin-right: 5px;
  }

  .box-head-more
  {}


  .data-item
  {
    gap: 15px;
  }

  .data-item-icon
  {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .data-item-title
  {
    font-size: 12px;
  }

  .data-item-desc
  {
    font-size: 24px;
  }

  .data-item-desc em
  {
    font-size: 14px;
  }

  .index-type-item
  {}

  .index-type-name a
  {
    font-size: 15px;
  }

  .index-type-name span
  {
    font-size: 17px;
  }

  .index-type-sub a
  {
    font-size: 12px;
  }

  .vod-mini-info h5
  {
    font-size: 12px;
  }

  .vod-mini-info p
  {
    font-size: 11px;
  }

  .vod-mini-info span
  {
    font-size: 10px;
  }

  .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading)
  {
    left: 50% !important;
    translate: -50% 0 !important;
    width: 96%;
    max-width: 400px;
  }

  .layui-layer:not(.layui-layer-msg):not(.layui-layer-loading) .mini-container
  {
    max-width: 380px;
  }

  .detail-box
  {
    padding-top: 80px;
  }

  .detail-wrapper
  {
    align-items: flex-start;
    gap: 25px;
  }


  .detail-cover
  {
    width: 180px;
  }

  .detail-info-head
  {
    display: block;
  }

  .detail-title
  {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .detail-en
  {
    font-size: 18px;
  }

  .detail-data ul
  {
    gap: 28px;
  }

  .detail-divider::before, .detail-divider::after
  {
    width: 70px;
  }

  .detail-meta-value
  {
    font-size: 12px;
  }

  .detail-desc
  {
    font-size: 14px;
  }

  .detail-btn a
  {
    font-size: 16px;
    padding: 14px 34px;

  }

  .detail-head-title
  {
    font-size: 23px;
  }

  .play-episode-box li a
  {
    font-size: 12px;
    padding: 8px 4px;
  }

  .plot-item-title
  {
    gap: 13px;
  }

  .plot-item-num
  {
    line-height: 28px;

    font-size: 13px;
  }

  .plot-item-name
  {
    font-size: 18px;
  }

  .plot-item-desc
  {
    font-size: 14px;
  }

  .plot-detail-title
  {
    font-size: 20px;
  }

  .plot-detail-name
  {}

  .play-box
  {
    padding-top: 0;
    padding-bottom: calc(var(--margin) * 2);
  }

  .player-container
  {
    padding-left: 0;
    padding-right: 0;
  }

  .vod-player, .embed-responsive .MacPlayer
  {
    border-radius: 0;
  }

  .ewave-player-footer
  {
    flex-direction: column;
    padding-left: var(--padding);
    padding-right: var(--padding);
    gap: var(--margin);
  }

  .player-info
  {
    max-width: none;
    width: 100%;
  }

  .player-title
  {
    font-size: 26px;
  }

  .ewave-player-footer-btns
  {
    width: 100%;
  }

  .ewave-player-footer-btns a
  {
    padding: 8px 13px;
  }

  .art-list-small .art-item-cover .ewave-img-wrapper
  {
    aspect-ratio: 10/7;
  }

  .art-detail-box
  {
    padding-top: 0;
  }

  .art-head-badge
  {
    font-size: 12px;
  }

  .art-title
  {
    font-size: 36px;
  }

  .art-info
  {
    text-align: left;
    padding-top: 0;
  }

  .art-meta
  {
    gap: 18px;
  }

  .detail-data-num
  {
    font-size: 32px;
  }

  .update-detail-info-head
  {
    display: flex;
    gap: var(--margin);
  }

  .update-item::before
  {
    left: 5px;
  }

  .update-item-dot
  {
    left: 6px;
  }

  .ranking-item
  {

    gap: 18px;
  }

  .ranking-item-num
  {
    width: 38px;

    font-size: 18px;

  }

  .ranking-item-hits
  {
    width: 72px;
  }

  .rankint-item-hits-num
  {
    font-size: 18px;
  }

  .gbook-form-box
  {
    position: static;
  }

  .search-item-cover
  {
    width: 25%;
  }

  .search-item-info
  {
    width: 75%;
  }


  .member-container .member-left
  {
    --bg-color-2: #fff;
  }

  [data-theme="1"] .member-container .member-left
  {
    --bg-color-2: #19123d;
  }

}

@media (max-width:991.9px) and (min-width:768px)
{
  .art-item-desc
  {
    -webkit-line-clamp: 4;
  }

  .art-list-small .art-item-desc
  {
    -webkit-line-clamp: 2;
  }
}

@media (max-width:767.9px)
{
  .padding
  {
    padding: 16px;
  }

  .head-nav li
  {
    margin-right: 5px;
  }

  .head-nav li a
  {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .head-nav li.active a
  {
    font-weight: bold;
  }

  .box-head
  {
    margin-bottom: 20px;
    overflow-x: hidden;
  }

  .box-head-titme
  {
    font-size: 24px;
  }

  .box-head-en
  {
    font-size: 80px;
    top: -20px;
  }

  .box-head-2
  {
    flex-direction: column;
    gap: var(--margin);
    align-items: flex-start;
  }

  .box-head-left
  {
    width: 100%;
    justify-content: space-between;
  }

  .data-item
  {
    gap: 12px;
  }

  .index-type-item
  {}

  .index-type-sub
  {
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-list dt, .filter-list dd
  {
    line-height: 24px;
  }

  .filter-list dt
  {
    font-size: 14px;
  }

  .filter-list dd a
  {
    font-size: 12px;
  }

  .art-box-head
  {
    display: block;
  }

  .art-tab
  {
    width: 100%;
  }

  .art-tab .ewave-swiper
  {
    float: none;
  }

  .art-tab .tab-item
  {
    margin-left: 0;
    margin-right: 10px;
  }


  .art-item-desc
  {
    line-height: 20px;

  }

  .art-item-title
  {
    font-size: 16px;

  }

  .detail-box:not(.play-box, .art-detail-box)
  {
    padding-top: 60px;
  }

  .detail-container
  {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-wrapper
  {
    flex-direction: column;
    align-content: center;
    gap: var(--margin);
  }

  .detail-wrapper > *
  {
    width: 100%;
  }

  .detail-cover
  {
    text-align: center;
  }

  .detail-cover img
  {
    width: 120px;
  }

  .detail-title
  {
    font-size: 28px;
    text-align: center;
    margin-bottom: var(--margin);
  }

  .detail-en
  {
    font-size: 16px;
    text-align: center;
  }

  .detail-tag
  {
    justify-content: center;
  }

  .detail-data ul
  {
    gap: 16px;
  }

  .detail-divider::before, .detail-divider::after
  {
    width: 40px;
  }

  .detail-desc
  {
    font-size: 12px;
  }

  .star-count-box, .ewave-star-box .ewave-star-wrappere, .ewave-star-box .ewave-star-text, .ewave-star-box .ewave-star-score
  {
    padding-left: 5px;
    padding-right: 5px;
  }

  .detail-btn a
  {
    padding: 12px 28px;
    width: 50%;

  }

  .detail-head-title
  {
    font-size: 20px;
  }

  .play-episode-box li a
  {

    padding: 6px 2px;
  }

  .plot-item-title
  {
    gap: 10px;
  }

  .plot-item-num
  {
    line-height: 26px;
    font-size: 12px;
  }

  .plot-item-name
  {
    font-size: 16px;
  }

  .plot-item-desc
  {
    font-size: 13px;
  }

  .ewave-comment-avatar
  {
    width: 30px;
    height: 30px;
  }

  .ewave-comment-head
  {
    height: 30px;
    font-size: 14px;
  }

  .ewave-comment-text
  {
    font-size: 12px;
    padding: 5px;
  }

  .detail-data-num
  {
    font-size: 24px;
  }

  .art-meta
  {
    gap: 14px;
    justify-content: space-around;
  }

  .art-meta-item
  {
    flex-direction: column;
    gap: 3px;
  }

  .art-meta-item > span
  {
    white-space: nowrap;
    ;
  }

  .update-item::before
  {
    left: 8px;
  }

  .update-item-dot
  {
    left: 9px;
  }

  .ranking-item
  {

    gap: 14px;
  }

  .ranking-item-num
  {
    width: 32px;

    font-size: 16px;

  }

  .ranking-item-hits
  {
    width: 64px;
  }

  .rankint-item-hits-num
  {
    font-size: 16px;
  }

  .playlist-tab-box
  {
    max-width: 100%;
    width: auto;
  }

  .ewave-player-footer a span
  {
    display: inline-block;
    margin-left: 5px;
  }

  .art-title
  {
    font-size: 28px;
  }

  .member-container .member-right .member-data-delete
  {
    border-radius: 50%;
  }
}

@media (max-width:767.9px) and (min-width:576px)
{
  .index-actor-vod-star
  {
    width: 70px;
  }

  .detail-star, .ewave-star-box .ewave-star-text
  {
    font-size: 16px;
  }

  .ewave-star-wrapper .ewave-star-item, .ewave-star-box .ewave-star-score
  {
    font-size: 20px;
  }
}

@media (max-width:575.9px)
{


  .index-actor-item
  {
    padding-left: calc(var(--padding) * 2);
    padding-right: calc(var(--padding) * 2);
  }

  .index-actor-box, .index-actor-vod
  {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .actor-list .vod-item-title
  {
    height: 30px;
    line-height: 30px;
  }

  .vod-item-info
  {
    padding: 5px;
  }

  .vod-item-status, .vod-item-desc
  {
    font-size: 12px
  }


  .vod-item-slide .vod-item-title
  {
    height: auto;
  }

  .box-head-title
  {}

  .box-head-title .fa
  {
    line-height: 32px;
    width: 20px;
  }

  .actor-content h1, .actor-content h2, .actor-content h3, .actor-content h4, .actor-content h5
  {
    font-size: 18px;
  }

  .box-head-more
  {}

  .topic-item-title a
  {
    font-size: 18px;
  }

  .topic-item-num
  {
    font-size: 14px;
  }

  .search-item-cover
  {
    width: 30%;
  }

  .search-item-info
  {
    width: 70%;
  }

  .detail-star, .ewave-star-box .ewave-star-text
  {
    font-size: 14px;
  }

  .ewave-star-wrapper .ewave-star-item, .ewave-star-box .ewave-star-score
  {
    font-size: 18px;
  }

  .tab-item a
  {
    font-size: 15px;
  }

  .art-item-desc
  {
    height: 40px;
  }

  .art-item2 .art-item-cover
  {
    width: 40%;
  }

  .detail-cover
  {}

  .detail-info
  {}

  .detail-btn
  {}

  .detail-btn a
  {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .playlist-tab-box + .ewave-sort
  {
    font-size: 16px;
  }

  .player-wrapper
  {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px;
  }

  .player-container
  {
    padding-left: 0;
    padding-right: 0;
    margin-top: -10px;
  }

  .player-tips
  {
    padding-left: 10px;
  }

  .player-tips .player-tips-title
  {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }


  .vod-item-slide .vod-item-title
  {
    font-size: 14px;
    line-height: 20px;
  }

  .art-title, .topic-detail-title
  {
    font-size: 20px;
    line-height: 28px;
  }

  .topic-detail-box
  {
    height: 100px
  }

  .topic-top-box
  {
    margin-top: -50px;
  }

  .topic-detail-desc
  {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }

  .topic-detail-cover
  {
    margin-bottom: 10px;
  }

  .detail-actor-tab-item
  {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 10px;
  }

  .detail-actor-tab-cover
  {
    width: 40px;
    height: 40px;
  }

  .star-count-box, .ewave-star-box .ewave-star-wrapper, .ewave-star-box .ewave-star-text, .ewave-star-box .ewave-star-score
  {
    height: 30px;
    line-height: 30px;
  }

  .ewave-star-box .ewave-star-wrapper
  {
    line-height: 28px;
  }

  .ewave-star-box .ewave-star-score
  {
    font-size: 16px;
    line-height: 26px;
  }

  .search-item-btn a
  {
    height: 30px;
    line-height: 30px;
  }
}








/* {
  background-color: var(--bg-color-2); 
  border-color: var(--bg-color-2);
}*/


/* {
  background-color: var(--bg-color-2);
}


{
  background-color: var(--bg-color-2);
} */


/* {
  border-top-color: var(--bg-color-2);
} */



/* .main-section:nth-child(even) .art-list-small .art-item + .art-item
{
  border-color: var(--bg-color-2);
} */