@charset "UTF-8";
/*!
*/ :root {
  --bg-color-1: #fff; /*整页背景色*/
  --bg-color-2: #f3f3f3; /*强调色块背景*/
  --bg-color-3: #eee; /*强调色块上的强调色块*/
  --text-color-1: #333; /*整站字体色*/
  --text-color-2: #666; /*次级字体色*/
  --text-color-3: #999; /*强调色调上的字体色*/
  --theme-color: #ff705b; /*主题彩色*/
  --theme-color-2: #fa9f42;
  --theme-color-3: #8dd67a;
  --theme-color-4: #5acec9;
  --theme-text-color: #333; /*主题色块上的字体色*/
  --theme-highlight-color: #e9754c; /*主题色上的对比强调色*/
  --theme-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  --theme-padding: 10px;
  --theme-gap: 15px;
  --swiper-theme-color: var(--theme-color);
}
@media(max-width:991.9px) {
  :root {
    --theme-padding: 5px;
    --theme-gap: 10px;
  }
}
@media(max-width:767.9px) {
  :root {}
}
::-webkit-scrollbar {
  width: 6px
}
::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 4px
}
::-webkit-scrollbar-thumb:active {
  background-color: var(--theme-color)
}
body {
  font-size: 14px;
  color: var(--text-color-1);
  background-color: var(--bg-color-1);
  background-color:#f3f5f7;
  width: 100%;
  overflow-x: hidden;
}
a {
  color: var(--text-color-1);
}
a:focus, a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.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:last-child {
  border-radius: 0 0 5px 5px;
}
.ewave-dropdown-box ul li:hover a {
  color: var(--theme-text-color);
}
.newmodel-img-wrapper {
  padding-bottom: 130%;
  background-image: url("../images/loading.gif");
  background-position: center center;
  background-size: cover;
}
.newmodel-gap {
  margin-bottom: var(--theme-gap);
}
.newmodel-position {
  position: relative;
  font-size: 16px;
}
.newmodel-position span, .newmodel-position a:not(:hover) {
  color: var(--theme-text-color);
}
.newmodel-position span, .newmodel-position a {
  margin-left: 5px;
}
.newmodel-splite {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.newmodel-splite::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: var(--theme-text-color);
  opacity: .8;
  vertical-align: middle;
}
/*头部*/
.newmodel-head-wrapper, .newmodel-head-bg {
  position: relative;
  z-index: 99;
  width: 100%;
  line-height: 60px;
  background-color: var(--bg-color-1);
}
.newmodel-head-placeholder, .newmodel-head-bg {
  height: 60px;
}
.newmodel-head-bg {
  background-color: var(--bg-color-1);
  opacity: .9;
  height: 60px;
  z-index: 98;
}
.newmodel-head-left {
  float: left;
  max-width: calc(100% - 310px);
  display: flex;
}
.logo-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 70%;
}
.logo {
  display: block;
}
.logo-img {
  width: 160px;
  height: 60px;
  background-image: url("/logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.head-nav {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.head-nav li {
  width: auto;
  margin-right: 10px;
}
.head-nav li a {
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.head-nav li:not(.active) a:hover {
  color: var(--text-color-1);
  opacity: .8;
}
.head-nav li.active a, .head-nav li.active a:hover, .tab-item.active a {
  color: var(--theme-color);
}
.tab-item.active a::after {
  content: '';
  display: block;
  width: 90%;
  height: 4px;
  background-color: var(--theme-color);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.newmodel-head-search {
  position: relative;
  float: left;
  width: 240px;
  margin-left: 30px;
}
.head-search-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 60px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color-3);
}
.head-search-input {
  display: block;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  background-color: var(--bg-color-2);
  font-size: 16px;
  padding-left: 40px;
  border-radius: 8px;
  margin-top: 10px;
  color: var(--text-color-1);
  width: 100%;
}
.newmodel-head-button {
  background: none;
  border: none;
  outline: none;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: var(--theme-text-color);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.newmodel-head-right {
  float: right;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.head-right-item {
  margin-right: 15px;
  float: right;
  text-align: center;
  width: 30px;
}
.head-search-switch a, .head-menu-switch a, .ewave-history-text {
  display: block;
  line-height: 60px;
  font-size: 20px;
  color: var(--text-color-3);
}
.head-search-switch a:hover, .head-menu-switch a:hover {
  color: var(--theme-color);
}
.ewave-history-dropdown {
  display: block;
}
.ewave-history-text {
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.ewave-history-text > span {
  display: none;
}
.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);
}
/*首页*/
.newmodel-index-slide-box, .newmodel-index-topic-box {
  float: left;
}
.newmodel-index-slide-box {
  width: calc(45% - var(--theme-padding)*2);
  overflow: hidden;
  margin-right: calc(var(--theme-padding)*2);
}
.newmodel-index-topic-box {
  width: 55%;
}
.index-slide {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.index-slide-item {
  display: block;
  position: relative;
}
.index-slide-item:hover {
  opacity: .9;
}
.index-slide-pic {
  position: relative;
  z-index: 0;
}
.index-slide-item::after, .index-topic-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--bg-color-1));
  z-index: 1;
  opacity: .9;
}
.index-slide-name, .index-topic-name {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 2;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color-1);
}
.index-slide .newmodel-img-wrapper {
  padding-bottom: calc(61% - var(--theme-padding)*1.18 + var(--theme-gap));
}
.index-slide .swiper-pagination {
  height: 24px;
  line-height: 24px;
  bottom: 0;
  z-index: 2;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
}
.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  opacity: 1;
}
/*首页topic*/
.index-topic-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.index-topic-item:hover {
  opacity: .9;
}
.index-topic-item::after {
  height: 32px;
}
.index-topic-name {
  line-height: 32px;
  font-size: 16px;
  bottom: 0;
  padding-left: 0;
  text-align: center;
}
.index-topic-item .newmodel-img-wrapper {
  padding-bottom: 100%;
}
/*数据块*/
.newmodel-box {
  margin-bottom: var(--theme-gap);
  overflow: hidden;
  padding:10px;
  border-radius: 5px;
  background-color: #fff;
}
.newmodel-box-head {
  line-height: 40px;
}
.box-head-title {
  font-size: 22px;
  float: left;
  position: relative;
  padding-right: 10px;
  line-height: 40px;
}
.box-head-title.text-big {
  font-size: 30px;
  line-height: 50px;
}
.box-head-title a {
  display: block;
  position: relative;
  z-index: 1;
}
.box-head-title span {
  position: relative;
  z-index: 1;
}
.box-head-title small {
  color: var(--text-color-1);
}
.box-head-title .search-wd {
  color: var(--theme-color);
}
.box-head-title:hover span, .box-head-title:hover small, .box-head-title:hover .search-wd {
  color: #fff;
}
.box-head-more {
  float: right;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--bg-color-2);
  padding-left: 10px;
  padding-right: 10px;
}
/*vod-list*/
.newmodel-vod-list {}
.vod-item {
  margin-bottom: var(--theme-gap);
}
.vod-item-cover {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.vod-item-cover:hover {
  opacity: .9;
}
.vod-item-cover .newmodel-img-wrapper {
  padding-bottom: 100%;
}
.vod-item-name {
  font-size: 15px;
  line-height: 22px;
  height: 44px;
}
.vod-item-actor{
  color:#999;
  font-size:12px;
  line-height: 20px;
}
.vod-item-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 24px;
  padding: 3px 5px;
  color: #fff;
  overflow: hidden;
  text-align: right;
  font-size: 12px;
}
.vod-item-tip span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  background-color: var(--theme-color);
}
.vod-item-tip span + span {
  margin-left: 5px;
}
.vod-item-tip .vod-item-score {
  background-color: #16A34A;
}
.vod-item-info {
  padding: 10px;
}
.vod-item-desc {
  font-size: 14px;
  border-radius: 5px;
}
.vod-item-desc p {
  line-height: 22px;
  height: 44px;
  opacity: .8;
  word-break: break-all;
}
.vod-item-desc p a:not(:hover) {}


/*text-list*/
.newmodel-text-list{
  padding-top:20px;
  border-top:1px solid var(--bg-color-2);
}
.text-item{
  display: block;
  line-height: 30px;
}
.text-item-status {
  display: block;
  float: right;
  color: var(--text-color-1);
  opacity: .8;
  font-size: .8em;
}
/*侧边栏*/
.sidebar-item {
  margin-bottom: 5px;
}
.sidebar-item a {
  display: block;
  line-height: 30px;
}
.sidebar-item-num {
  float: left;
  display: block;
  width: 22px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  text-align: center;
  background-color: var(--bg-color-2);
  
  font-style: normal;
  margin-right: 5px;
}
.sidebar-item-num1 {
  background-color: var(--theme-color);color: #fff;
}
.sidebar-item-num2 {
  background-color: var(--theme-color-2);color: #fff;
}
.sidebar-item-num3 {
  background-color: var(--theme-color-3);color: #fff;
}
.sidebar-item a:hover .sidebar-item-num {
  background-color: var(--theme-color);color: #fff;
}
.sidebar-item-status {
  display: block;
  float: right;
  color: var(--text-color-1);
  opacity: .8;
  font-size: .8em;
}
/*footer*/
.newmodel-foot {
  padding-top: var(--theme-gap);
  padding-bottom: var(--theme-gap);
  opacity: .8;
  font-size: 12px;
}
.foot-text {
  text-align: center;
}
.foot-text-item {
  display: inline-block;
}
.foot-text-item a {
  display: block;
}
.foot-text-item + .foot-text-item {
  margin-left: 10px;
}
.foot-copy {
  opacity: .5;
}
.fixed-item {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  background-color: var(--bg-color-3);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  font-size: 24px;
}
.fixed-item a {
  display: block;
  color: #fff;
}
.fixed-item a:hover {
  background-color: var(--theme-color);
}
/*筛选*/
.filter-more:hover .fa {
  animation: fa-spin 2s infinite linear;
}
.filter-content dl {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter-content dt {
  font-size: 16px;
  width: 50px;
  line-height: 30px;
  float: left;
  font-weight: normal;
}
.filter-content dt .fa {
  margin-left: 5px;
}
.filter-content dd {
  width: calc(100% - 50px);
  float: left;
  overflow-x: hidden;
}
.filter-content dd a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  line-height: 30px;
  width: auto;
}
.filter-content dd a.active {
  background-color: var(--theme-color);
  color: var(--theme-text-color);
  border-radius: 4px;
}
/*tab*/
.tab-item {
  float: left;
  position: relative;
  z-index: 0;
  width: auto;
}
.tab-item a {
  display: block;
  font-size: 16px;
  position: relative;
  line-height: 40px;
}
.tab-item.active a {
  color: var(--theme-color);
  font-weight: bold;
}
.tab-item.active a::after {
  width: 100%;
  bottom: 0;
}
/*专题topic*/
.detail-info-post {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.detail-info-post .newmodel-img-wrapper {
  padding-bottom: calc(43.3% - var(--theme-padding)*1.73);
}
.detail-info-post:hover {
  opacity: .8;
}
/*详情*/
.detail-info-name {
  font-size: 22px;
}
.detail-info-name em {
  color: var(--theme-color);
  margin-right: 5px;
  font-weight: bold;
}
.detail-info-cover {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.detail-info-cover .play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.detail-info-cover:hover .play {
  display: block;
}
.detail-info-cover .play::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bg-color-2);
  opacity: .5;
  font-size: 30px;
}
.detail-info-cover .play .fa {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  display: block;
  font-size: 60px;
  color: #fff;
  opacity: .8;
}
.detail-info-cover .num {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #666;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-style: normal;
}
.detail-info-cover .num1 {
  background-color: var(--theme-color);
}
.detail-info-cover .num2 {
  background-color: var(--theme-color-2);
}
.detail-info-cover .num3 {
  background-color: var(--theme-color-3);
}
.detail-info-cover:hover .num {
  background-color: var(--theme-color);
}
.detail-info-cover.detail .play {
  display: block;
}
.detail-info-cover.detail .play::after {
  opacity: 0;
}
.detail-info-cover.detail:hover .play::after {
  opacity: .5;
}
.detail-info-desc li, .detail-info-desc li a:not(:hover) {
  color: #fff;
}
.detail-info-desc em {
  font-style: normal;
}
.detail-info-desc li {
  line-height: 28px;
}
.detail-info-desc li a {
  display: inline-block;
}
.detail-info-desc li a + a {
  margin-left: 5px;
}
.detail-info-desc li .fa, .detail-info-desc li span {}
/*评分*/
.detail-info-rating {
  margin-bottom: 10px;
}
.detail-star {
  font-size: 14px;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 100%;
  display: flex;
}
.ewave-star-box .ewave-star, .ewave-star-box .ewave-star-num, .detail-info-from {
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  padding-right: 10px;
  float: none;
}
.ewave-star .ewave-star-item {
  color: var(--theme-color);
}
.ewave-star-box .ewave-star-num {
  font-size: 30px;
}
.detail-info-from em {
  font-style: normal;
  color: #00B51D;
}
.detail-badge {
  float: right;
}
.detail-badge img {
  height: 40px;
}
.detail-info-desc p {}
.detail-info-desc p a, .detail-info-desc p span, .detail-info-desc em {
  margin-right: 5px;
  font-style: normal;
}
.detail-info-desc em, .detail-info-btn em {
  display: inline-block;
  width: 45px;
}
.play-info-desc em {
  width: 65px;
}
.detail-info-desc p .detail-tag {}
.detail-intro {
  float: right;
  width: calc(100% - 50px);
  cursor: pointer;
}
.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: 24px;
  max-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1
}
.detail-intro-text {
  line-height: 24px;
}
.detail-intro-more {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.detail-info-btn a {
  height: 28px;
  line-height: 28px;
  background-color: #f60;
  border-radius: 8px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.detail-info-btn a:hover {
  opacity: .8;
}
/*播放列表*/
.playlist-tab-box {
  float: left;
  overflow: hidden;
  width: calc(100% - 110px);
}
.playlist-tab-box .tab-item + .tab-item {
  margin-left: 10px;
}
.episode-box {
  padding-top: 10px;
}
.episode-box li {
  margin-bottom: 10px;
}
.episode-box li a {
  background-color: var(--bg-color-3);
  background-image: none;
}
.episode-box li.active a, .episode-box li a:hover {
  background-color: var(--theme-color);
  background-image: none;
  color: #fff;
}
.ewave-playlist-sort-content {
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 270px;
  padding-right: 5px;
}
/*播放*/
.player {
  background-color: #000;
}
.ewave-player-footer {
  background-color: var(--bg-color-2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.ewave-player-footer li {
  text-align: center;
}
.ewave-player-footer a {
  height: 24px;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid var(--theme-color);
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  color: var(--theme-color);
}
.ewave-player-footer a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/*报错*/
.gbook-content, .gbook-submit, .ewave-verify-img-report, .gbook-verify {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  color: var(--text-color-1);
  line-height: 30px;
}
.gbook-content {
  padding: 5px;
  line-height: 24px;
}
.gbook-submit, .ewave-verify-img-report, .gbook-verify {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.gbook-submit {
  background-color: var(--theme-color);
}
.gbook-content, .gbook-verify {
  background-color: var(--bg-color-2);
}
/*排行榜*/
.ranking-tab-box .tab-item + .tab-item {
  margin-left: 10px;
}
.ewave-sticky {
  top: calc(60px + var(--theme-gap));
}
.newmodel-page {
  margin-top: 15px;
}
.newmodel-page li .num, .newmodel-page li a, .newmodel-page li.disabled a:hover {
  background-color: var(--bg-color-2);
  border-color: var(--bg-color-2);
  color: var(--text-color-1);
}
.newmodel-layout .newmodel-page li:not(.active):not(:hover) .num, .newmodel-layout .newmodel-page li:not(.active):not(:hover) a {
  background-color: var(--bg-color-1);
  border-color: var(--bg-color-1);
  color: var(--text-color-1);
}
.ewave-full-height {
  min-height: calc(100vh - 266px - var(--theme-gap));
}
.layui-layer .newmodel-mini-container {}
.layui-layer {
  background-color: var(--bg-color-3) !important;
  color: var(--text-color-1) !important;
}
.layui-layer a {
  color: var(--text-color-1) !important;
}
.layui-layer a:hover {
  color: var(--theme-color) !important;
}
.layui-layer-title {
  border-bottom-color: var(--bg-color-2) !important;
  margin-bottom: 15px !important;
  color: var(--text-color-1) !important;
}
.link-item{
  display:inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media (min-width:992px) {
  .logo-box {
    flex-shrink: 0;
  }
  .logo {
    position: relative;
    z-index: 0;
  }
}
@media (min-width:1200px) {}
@media (max-width:1430px) {
  .ewave-history-box {
    right: calc(var(--theme-padding) * -1);
    left: auto;
    transform: translateX(0);
  }
  .ewave-dropdown-box::before {
    left: auto;
    right: calc(var(--theme-padding) + 8px);
  }
}
@media (max-width:1199.9px) {}
@media (max-width:1199.9px) and (min-width:992px) {}
/*平板及手机*/
@media (max-width:991.9px) {
  .newmodel-head-wrapper {
    height: 90px;
    line-height: 50px;
  }
  .newmodel-head-bg, .newmodel-head-placeholder {
    height: 90px;
  }
  .head-left {
    max-width: calc(100% - 180px);
  }
  .logo-box {
    max-width: 100%;
    width: 100%;
  }
  .logo-img {
    width: 140px;
    height: 50px;
  }
  .head-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50px;
    left: 0;
    height: 40px;
    line-height: 40px;
  }
  .head-nav-container {
    overflow: hidden;
  }
  .head-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .head-nav .active a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
    background-color: var(--theme-color);
  }
  .newmodel-head-search {
    float: right;
    margin-left: 10px;
  }
  .head-search-icon {
    line-height: 50px;
  }
  .head-search-input {
    height: 32px;
    line-height: 32px;
    margin-top: 9px;
  }
  .ewave-history-text {
    line-height: 50px;
  }
  .newmodel-index-slide-box, .newmodel-index-topic-box {
    margin-right: 0;
    width: 100%;
  }
  .newmodel-index-slide-box {
    margin-bottom: var(--theme-gap);
  }
  .index-topic-name {
    font-size: 14px;
  }
  .box-head-more {
    font-size: 12px;
  }
  .box-head-title {
    font-size: 20px;
  }
  .box-head-title.text-big {
    font-size: 26px;
    line-height: 44px;
  }
  .filter-content dt {
    font-size: 14px;
    line-height: 24px;
  }
  .filter-content dd a {
    font-size: 12px;
    line-height: 24px;
  }
  .ewave-star-box .ewave-star, .ewave-star-box .ewave-star-num, .detail-info-from, .detail-badge img {
    height: 30px;
    line-height: 30px;
  }
  .detail-info-desc {
    font-size: 13px;
  }
  .detail-info-desc p {
    margin-bottom: 5px;
  }
  .layui-layer:not(.layui-layer-msg) {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 96%;
    max-width: 400px;
  }
  .layui-layer:not(.layui-layer-msg) .mini-container {
    max-width: 380px;
  }
  .ewave-full-height {
    min-height: calc(100vh - 316px - var(--theme-gap));
  }
}
@media (max-width:991.9px) and (min-width:768px) {}
@media (max-width:767.9px) {
  .newmodel-head-left {
    max-width: calc(100% - 210px);
  }
  .newmodel-head-search {
    width: 160px;
  }
  .head-search-icon {
    font-size: 14px;
  }
  .head-search-input {
    font-size: 14px;
    padding-left: 30px;
  }
  .vod-item-name {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }
  .ewave-star-box .ewave-star, .ewave-star-box .ewave-star-num, .detail-info-from, .detail-badge img {
    height: 24px;
    line-height: 24px;
  }
  .ewave-star-box .ewave-star-num {
    font-size: 20px;
  }
  .ewave-star .ewave-star-item {
    font-size: 1.2em;
  }
  .detail-info-from {
    font-size: 12px;
  }
  .detail-info-desc {
    font-size: 14px;
  }
  .detail-info-rating.detail {
    position: relative;
  }
  .detail .ewave-star-box .ewave-star-num {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
  .detail .ewave-star-box .ewave-star-num {
    width: 50px;
    padding-right: 0;
    text-align: left;
  }
  .detail .ewave-star-box .ewave-star {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
  .detail .detail-info-from {
    position: absolute;
    left: 50px;
    top: 20px;
    height: 12px;
    line-height: 12px;
  }
  .detail .detail-badge {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .detail .detail-badge img {
    height: 24px;
  }
  .detail-info-btn a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .tab-item a {
    font-size: 14px;
  }
  .detail-info-post .newmodel-img-wrapper {
    padding-bottom: calc(65% - var(--theme-padding)*2.6);
  }
}