@charset "utf-8";
/* all */
body {
  padding-top: 50px
}
/* header */
.ewave-header__top {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  border-top: 3px solid var(--theme-color);
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
}
.top-fixed-down {
  margin-top: -60px
}
.ewave-header__side {
  float: right
}
/* header-logo */
.ewave-header__logo, .ewave-header__menu {
  float: left
}
.ewave-header__logo {
  margin-top: 0
}
.ewave-header__logo .logo {
  display: block;
  width: 150px;
  height: 50px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
/* header-menu */
.ewave-header__menu {
  position: relative;
  margin-left: 10px;
}
.ewave-header__menu li {
  float: left;
  width: auto;
}
.ewave-header__menu li a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  color: #333333;
  position: relative;
  z-index: 0;
  width: auto;
}
.ewave-header__menu li a:hover, .ewave-header__menu li.active a {
  color: var(--theme-color);
}
.ewave-header__menu li.active a::after {
  left: 0;
  bottom: 5px;
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 1px;
}
/* header-seacrh */
.ewave-header__search {
  float: left;
  position: relative;
  margin-top: 12px;
  width: 120px
}
.ewave-header__search .submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  border: 0;
  cursor: pointer;
}
.ewave-header__search .submit .icon {
  font-size: 14px;
  color: var(--theme-color)
}
/* header-user */
.ewave-header__user {
  float: right
}
.ewave-header__user > li {
  float: left;
  position: relative;
  padding: 15px 0 10px;
  margin-left: 15px;
}
.ewave-header__user > li > a .icon {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: var(--theme-color);
}
.ewave-header__user > li .dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  width: 240px;
  top: 100%;
  right: -15px;
  padding: 15px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.ewave-header__user > li .dropdown:before {
  content: " ";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  right: 22px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.ewave-header__user .dropdown li {
  position: relative;
  padding: 10px 0;
}
.ewave-header__user .dropdown li:first-child {
  margin-top: 10px;
}
.ewave-header__user .dropdown li:last-child {
  padding-bottom: 0;
}
.ewave-header__user > li:hover .dropdown {
  display: block;
}
/* content */
.ewave-content__detail, .ewave-content__thumb {
  display: table-cell;
  vertical-align: top
}
.ewave-content__thumb .v-thumb {
  width: 190px
}
.ewave-content__thumb .w-thumb {
  width: 300px
}
.ewave-content__detail {
  width: 100%;
  padding: 10px 20px;
}
.ewave-content__detail .title {
  margin: 10px 0 10px;
  line-height: 30px
}
.ewave-content__detail .title .score {
  display: inline-block;
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 24px;
  color: #09BB07;
}
.ewave-content__detail .data {
  margin-bottom: 10px
}
.ewave-content__detail .data li {
  float: left;
  margin-right: 20px
}
.ewave-content__detail .desc {
  padding-left: 42px
}
.ewave-content__detail .desc .left {
  margin-left: -42px
}
/* player */
.ewave-player__video {
  background-color: #000;
  z-index: 0;
}
.ewave-player__detail {
  margin-top: 20px;
}
.ewave-player__detail .more-btn {
  float: right;
  padding-top: 10px;
}
.ewave-player__detail .more-btn li {
  display: inline-block;
  margin-left: 10px;
}
.ewave-player__detail .more-btn .btn {
  padding: 6px 15px;
}
.ewave-player__detail .title {
  margin: 0 0 20px
}
.ewave-player__detail .detail-content {
  padding-top: 10px
}
.ewave-player__detail .desc {
  padding-left: 42px
}
.ewave-player__detail .desc .left {
  margin-left: -42px
}
/* autocomplete */
.autocomplete-suggestions {
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.autocomplete-suggestions.active {
  position: absolute;
  z-index: 9999;
  top: 100%;
  width: 100%;
}
.autocomplete-suggestion {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #EEEEEE;
}
.autocomplete-suggestion:first-child {
  border-top: 0
}
.mac_results {
  z-index: 9999;
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.mac_results li {
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #EEEEEE;
}
.mac_results li:first-child {
  border: 0;
}
.index-slide {
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
.dymr {
  display: block;
  position: relative;
  padding-top: 150%;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
.dymr.banner {
  padding-top: 30%;
}
.dymr.banner .slide-link{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
.MacPlayer {
  position: absolute !important;
  left: 0;
  top: 0;
}
.hide-actor .text-actor {
  display: none;
}
.empty {
  padding: 30px 0;
  text-align: center;
  font-size: 1.5em;
}
.empty::after {
  content: '抱歉，未找到相关结果';
}
.empty.copyright::after {
  content: '';
}
.empty.copyright, .empty.copyright a {
  color: var(--theme-color);
}
.topic-title {
  margin: 20px 0 20px;
}
.topic-desc {
  margin-bottom: 20px;
}
.playlist-slide {
  overflow: hidden;
  max-width: calc(100% - 125px);
  float: right;
}
.playlist-slide li {
  width: auto;
}
.width-auto {
  width: auto !important;
}
.ewave-content__playlist li.width-auto a {
  padding-left: 10px;
  padding-right: 10px;
}
/*评分*/
#rating {
  width: 290px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 12px;
  right: 20px;
  border: 1px solid #e7e7e7;
}
#rating span {
  float: left;
  font-size: 14px;
  height: 35px;
  overflow: hidden
}
#rating span.ratingtxt {
  text-decoration: none;
  padding-left: 8px;
  background-color: #e7e7e7;
}
#rating .rating {
  float: left;
  width: 150px;
  height: 35px;
  overflow: hidden;
  padding: 5px 5px 0 5px
}
#rating .rating li {
  cursor: pointer;
  float: left;
  overflow: hidden;
  width: 28px;
  height: 22px;
  text-indent: -99px;
  background: url(../img/listico.png) 0 0 no-repeat
}
#rating .rating li.active, #rating .rating li.hover {
  background-position: 0 -25px
}
.rating-placeholder {
  height: 55px;
}
.rating-box {
  width: 100%;
  height: 85px;
  margin-top: -48px;
  position: relative;
  background: url(../img/score-scale.gif) 9px bottom no-repeat;
  display: none;
  z-index: 4;
  padding-left: 10px;
}
#rating-kong {
  background: 0 0;
  display: block;
  height: 43px;
}
.rating-kong-item {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: 42px;
  text-align: center
}
.rating-kong-item .loadingg {
  padding: 10px 20px;
  font-size: 12px;
}
.rating-kong-item .nopingfen {
  padding: 0;
  font-size: 14px;
  background: 0 0
}
.rating-total {
  width: 100%;
  height: 48px
}
.rating-total-item {
  display: block;
  height: 48px;
  overflow: hidden;
  float: left;
  margin-right: -48px
}
.pingfen-total {
  width: 61px;
  height: 43px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: -13px;
  text-align: center;
  background: url(../img/rating-total.png) 0 0 no-repeat
}
.pingfen-total em, .pingfen-total strong {
  display: block;
  width: 61px;
  height: 35px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
  font-size: 26px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pingfen-total em {
  top: 0;
  left: 1px;
  z-index: 1
}
.rating-bar {
  height: 20px;
  overflow: hidden;
  position: relative;
  background: #C5C5C5;
}
.rating-bar-item {
  height: 20px;
  overflow: hidden;
}
.rating-box .rating-show {
  padding: 10px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: none
}
.rating-box .rating-show li {
  width: 100%;
  height: 14px;
  overflow: hidden;
  float: left;
  clear: both;
  margin-top: 5px
}
.rating-box .rating-show .starstop {
  width: 20%;
  height: 12px;
  overflow: hidden;
  display: block;
  text-indent: -999px;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
  background: url(../img/star-min.gif) no-repeat
}
.rating-box .rating-show .star5 {
  background-position: 0 0
}
.rating-box .rating-show .star4 {
  background-position: 0 -20px
}
.rating-box .rating-show span.star3 {
  background-position: 0 -40px
}
.rating-box .rating-show span.star2 {
  background-position: 0 -60px
}
.rating-box .rating-show span.star1 {
  background-position: 0 -80px
}
.rating-box .rating-show .power {
  width: 60%;
  height: 6px;
  overflow: hidden;
  display: block;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  background: #f5f5f5;
  float: left
}
.rating-box .rating-show .power-item {
  width: 0;
  height: 6px;
  overflow: hidden;
  display: block;
  float: left;
}
.rating-box .rating-show em {
  width: 10%;
  line-height: 14px;
  overflow: hidden;
  float: right;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: none
}
.rating-bar-item {
  background: linear-gradient(to right, #589cf6 0, #2577e3 70%);
  box-shadow: 0 2px 6px rgba(251, 124, 77, 0.2);
  color: #FFF;
  border: 1px solid #2577e3;
}
.pingfen-total strong {
  color: #FFF;
}
@media (min-width:768px) {
  .container {
    width: 750px
  }
  .ewave-header__menu {
    overflow: hidden;
    width: calc(100% - 450px)
  }
  .player-position {
    margin-top: 10px;
  }
}
@media (min-width:992px) {
  .container {
    width: 920px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}
@media (min-width:1400px) {
  .container {
    width: 1480px
  }
}
@media (max-width:1024px) {
  /* all */
  body {
    padding-top: 100px
  }
  /* header */
  .top-fixed-down {
    margin-top: -55px
  }
  .ewave-header__side {
    float: none;
    position: absolute;
    top: 0;
    left: 150px;
    right: 0;
    width: auto
  }
  .ewave-header__logo, .ewave-header__menu {
    float: none
  }
  .ewave-header__logo {
    margin: 10px 0 10px
  }
  .ewave-header__logo .logo {
    width: 127px;
    height: 30px;
  }
  .ewave-header__search {
    float: right;
    margin-top: 10px
  }
  .ewave-header__top {
    padding: 0 10px;
    height: 95px;
  }
  .ewave-header__menu {
    margin: 0;
    padding: 0;
  }
  .ewave-header__menu:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    border-top: 1px solid var(--theme-color)
  }
  .ewave-header__menu li {
    margin-top: 0;
    margin-right: 20px
  }
  .ewave-header__menu li a {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    color: #333;
  }
  .ewave-header__menu li.active a::after {
    bottom: 2px;
    height: 3px;
  }
  .ewave-header__user > li {
    padding: 15px 0 10px;
    margin-right: 10px;
  }
  .ewave-header__user > li .dropdown {
    right: 0;
  }
  .ewave-header__user > li .dropdown:before {
    right: 8px;
  }
  .ewave-header__menu > li:hover .dropdown, .ewave-header__user > li:hover .dropdown {
    display: none;
  }
  .topic-title {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .topic-desc {
    margin: 0;
  }
}
@media (max-width:767px) {
  .dymr.banner {
    padding-top: 45%;
  }
  /* header */
  .ewave-header__search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 85%
  }
  .ewave-header__user > li {
    padding: 14px 0 0 10px;
    margin: 0;
  }
  /* content */
  .ewave-content__thumb .v-thumb {
    width: 115px
  }
  .ewave-content__thumb .w-thumb {
    width: 160px
  }
  .ewave-content__detail {
    padding: 0 10px
  }
  .ewave-content__detail .title {
    margin: 10px 0 10px;
    font-size: 16px;
    line-height: 18px
  }
  .ewave-content__detail .data {
    margin: 0 0 10px;
    font-size: 12px
  }
  .ewave-content__detail .play-btn {
    margin: 0;
    padding: 0
  }
  /* player */
  .ewave-player__detail.detail .title {
    margin: 10px;
    font-size: 16px;
  }
  .ewave-player__detail {
    margin-top: 0;
  }
  .ewave-player__detail .data .title {
    font-size: 16px
  }
  .ewave-player__detail .more-btn {
    margin-bottom: 10px;
  }
  .ewave-player__detail .more-btn {
    float: none;
    padding: 10px;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .ewave-player__detail .more-btn li {
    margin: 0;
    padding: 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  .ewave-player__detail .more-btn .btn {
    display: block;
    padding: 6px;
  }
  /* type */
  .ewave-mobile__type li {
    padding: 0 20px
  }
  .ewave-mobile__type li a {
    display: block;
    padding: 10px 0;
    text-align: center
  }
  /* foot */
  .ewave-foot {
    padding: 20px 0
  }
}
@media screen and (min-width: 750px) {
  .txt-info {
    position: absolute;
    bottom: 50px;
    left: 100px;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 1;
  }
  .txt-info .name {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
  }
  .txt-info .info {
    display: block;
    font-size: 14px;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .swiper-pagination-bullets {
    left: 45% !important;
    top: 83% !important;
  }
}
@media screen and (max-width: 750px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .txt-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 1;
  }
  .txt-info .name {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
  }
  .txt-info .info {
    font-size: 12px;
    display: block;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .swiper-pagination-bullets {
    left: 38% !important;
    top: 83% !important;
  }
}
.swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
}
.swiper-pagination-bullet-active {
  width: 10px !important;
  border-radius: 20px !important;
}
.swiper-container {
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px;
  /* 设置按钮大小 */
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #000 !important;
  border-radius: 50% !important;
}
.swiper-button-next, .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
}
.txt-info .gate span {
  background-color: rgba(0, 0, 0, .5);
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 12px;
  line-height: 18px;
  opacity: .65;
}
/*box*/
.box-title {
  overflow: hidden;
  line-height: 35px;
  margin-bottom: 5px;
}
.box-title h2, .box-title h1 {
  display: inline-block;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
.box-title .box-more i {
  margin-left: 5px;
  font-weight: bold
}
.box-title .iconfont {
  margin-right: 5px;
  float: left;
  font-size: 30px;
  font-weight: bold;
}
.pannel-box {
  margin-left: -5px;
  margin-right: -5px;
}
.ml-sm-10 {
  margin-left: 10px !important
}
.sticky {
  position: sticky;
  z-index: 0;
  top: 0;
}
/*辅助功能*/
@media(min-width:768px) {
  .hide-pc {
    display: none !important;
  }
}
@media(max-width:767px) {
  .hide-mobile {
    display: none !important;
  }
}
/*登录页面*/
.mac_login {
  padding: 30px;
  width: 100%;
  height: 350px;
  background: #fff;
  box-sizing: border-box;
  font-family: "microsoft yahei"
}
.mac_login h3 {
  font-weight: normal;
  color: #333;
  margin: 0 0 30px;
}
.mac_login .mac_login_form .login_form_group {
  margin-top: 20px;
}
.mac_login .mac_login_form .login_form_group input {
  padding: 4px 10px 4px 36px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
.mac_login .mac_login_form .login_form_group input.mac_u_name {}
.mac_login .mac_login_form .login_form_group input.mac_u_pwd {}
.mac_login .mac_login_form .login_form_group input.mac_u_verify {
  float: left;
  width: 50%;
}
.mac_login .mac_login_form .login_form_group img.mac_verify_img {
  float: left;
  margin-left: 1%;
  width: 88px;
  height: 38px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
}
.mac_login .mac_login_form .login_form_link {
  margin-top: 10px;
  text-align: right;
}
.mac_login .mac_login_form .login_form_link a {
  font-size: 12px;
  color: #333;
  margin-left: 15px;
}
.mac_login .mac_login_form .login_form_link a:hover {
  color: var(--theme-color)
}
.mac_login .mac_login_form input.login_form_submit {
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border: none;
  cursor: pointer;
}
.mac_login .mac_login_form input.login_form_submit:hover {
  background: var(--theme-color);
}
/*弹出层*/
.mac_pop_bg {
  position: fixed;
  z-index: 129;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.mac_pop {
  z-index: 99998;
  display: none;
  min-height: 20px;
  max-height: 750px;
  max-width:98%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 25px;
  z-index: 130;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}
.mac_pop .pop_top {
  height: 40px;
  width: 100%;
  border-bottom: 1px #E5E5E5 solid;
}
.mac_pop .pop_top h2 {
  float: left;
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "microsoft yahei";
}
.mac_pop span.pop_close {
  float: right;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  display: block;
}
.mac_pop .pop-foot {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px #E5E5E5 solid;
  text-align: right;
}
.mac_pop .pop-cancel, .pop-ok {
  padding: 8px 15px;
  margin: 15px 5px;
  border: none;
  border-radius: 5px;
  background-color: #337AB7;
  color: #fff;
  cursor: pointer;
}
.mac_pop .pop-cancel {
  background-color: #FFF;
  border: 1px #CECECE solid;
  color: #000;
}
.mac_pop .pop-content {
  height: 380px;
}
.mac_pop .pop-content-left {
  float: left;
}
.mac_pop .pop-content-right {
  width: 310px;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 35px;
}
.mac_pop .bgPop {
  display: none;
  position: absolute;
  z-index: 129;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.mac_pop .pop-msg {
  text-align: center;
  font-size: 14px;
}
.mac_pop_msg_bg {
  position: fixed;
  z-index: 129;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.mac_pop_msg {
  z-index: 99999;
  display: none;
  min-height: 20px;
  max-height: 750px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 25px;
  z-index: 130;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}
.mac_pop_msg .pop-msg {
  text-align: center;
  font-size: 14px;
  /*  line-height: 50px;*/
}
/*跳转信息*/
.mac_msg_jump {
  width: 90%;
  max-width: 624px;
  min-height: 60px;
  padding: 20px 50px 50px;
  margin: 100px auto;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #cdd5e0;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.mac_msg_jump.inner {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.mac_msg_jump .title {
  margin-bottom: 11px;
}
.mac_msg_jump .text {
  padding-left: 29px;
  margin-bottom: 11px;
}
.mac_msg._jump .jump {}
.msg_jump_tit {
  width: 100%;
  height: 35px;
  margin: 25px 0 10px;
  text-align: center;
  font-size: 25px;
  color: var(--theme-color);
  font-family: "黑体", "microsoft yahei";
  letter-spacing: 5px;
}
/*播放器*/
.MacPlayer {
  position: absolute !important;
  z-index: 0;
  left: 0;
  top: 0;
}
.MacPlayer iframe, .MacPlayer embed, .MacPlayer video, .MacPlayer object {
  width: 100%;
  height: 100%;
}
.ewave-player-popedom {
  width: 500px;
  height: 150px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -250px;
}
.ewave-player-popedom small {
  display: block;
  margin-bottom: 15px;
  font-size: 1em;
}
.ewave-player-popedom p {
  margin-bottom: 15px;
}
.ewave-player-popedom a {
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.ewave-player-popedom a:hover {
  opacity: .8;
}
.ewave-copyright-notice, .ewave-copyright-notice a {
  color: var(--theme-color);
  font-size: 1.5em;
  text-align: center;
  padding: 20px 0;
}
/* page */
.ewave-page {
  margin-bottom: 30px;
  text-align: center;
}
.ewave-page li {
  display: inline-block;
  margin-left: 10px
}
.ewave-page li .num, .ewave-page li a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.ewave-page li a:hover, .ewave-page li.active a, .ewave-page li.active .num, .ewave-page li.disabled a {
  background-color: var(--theme-color);
  color: #FFFFFF;
  border: 1px solid var(--theme-color);
}
.ewave-page-text {
  padding: 0 20px 20px;
}
.ewave-page-text a, .ewave-page-text em, .ewave-page-text span {
  font-style: normal;
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.ewave-page-text .pagego {
  padding: 6px;
  margin-right: 5px;
  border-radius: 5;
  border: 1px solid #EEEEEE;
}
.ewave-page-text .pagebtn {
  padding: 6px 12px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.ewave-page-text span.pagenow {
  background-color: var(--theme-color);
  color: #FFFFFF;
  border: 1px solid #f80
}
/*表单组件*/
.ewave-input-item {
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  font-size: 14px;
  width: 150px;
  height: 35px;
  line-height: 35px;
}
.ewave-submit-btn {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
  cursor: pointer;
  text-align: center;
}
.ewave-submit-btn:hover, .ewave-submit-btn:active {
  opacity: .8;
  color: #333;
}
.ewave-form-group {
  overflow: hidden;
  text-align: right;
}
/*评论*/
.ewave-comment-form {
  padding: 10px;
}
.ewave-comment-content {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'microsoft yahei';
}
.ewave-comment-verify, .ewave-comment-verify-img, .ewave-comment-submit {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left:5px;
  vertical-align: middle;
}
.ewave-comment-verify-img{
  padding-left:0;
  padding-right:0;
}
.ewave-comment-submit {
  padding-left: 20px;
  padding-right: 20px;
}
.pop_content .ewave-comment-verify, .pop_content .ewave-comment-verify-img, .pop_content .ewave-comment-submit {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.pop_content .ewave-comment-submit {
  margin-right: 0;
}
.ewave-comment-item-list {
  padding: 10px;
}
.ewave-comment-reply-box .ewave-comment-form, .ewave-comment-reply-box .ewave-comment-item-list {
  padding-left: 0;
  padding-right: 0;
}
.ewave-comment-item {
  overflow: hidden;
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px;
}
.ewave-comment-item + .ewave-comment-item {
  border-top: 5px solid #f0f0f0;
}
.ewave-comment-avatar {
  width: 60px;
  float: left;
  margin-right: 20px;
}
.ewave-comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.ewave-comment-body {
  width: calc(100% - 80px);
  float: right;
}
.ewave-comment-head {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.ewave-comment-head h3 {
  float: left;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.ewave-comment-head span {
  float: right;
  color: #999;
  font-size: 12px;
}
.ewave-comment-foot {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.ewave-comment-btn {
  margin-left: 15px;
  color: #666;
}
.ewave-comment-reply-box {
  margin-top: 10px;
}
.ewave-comment-reply-box .ewave-comment-item + .ewave-comment-reply-box .ewave-comment-item {
  border-top: 2px solid rgba(245, 244, 252, 1);
}
.ewave-comment-reply-form {
  display: none;
}
@media(max-width:767px) {
  /* page */
  .ewave-page li {
    width: 20%;
    margin: 0;
    padding: 0 5px 0 5px
  }
  .ewave-page li a, .ewave-page__box li .num {
    display: block;
    padding: 5px 0;
    text-align: center
  }
  .ewave-page li.page-item {
    width: auto;
    margin-bottom: 5px;
  }
  .ewave-page li.page-item a {
    padding: 5px 15px;
  }
  /*页码*/
  .ewave-comment-form {
    padding: 5px;
  }
  .ewave-comment-item-list {
    padding: 5px;
  }
  .ewave-comment-avatar {
    width: 40px;
    margin-right: 10px;
  }
  .ewave-comment-body {
    width: calc(100% - 50px);
  }
  .ewave-comment-verify, .ewave-comment-verify-img, .ewave-comment-submit {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-left:0;
  }
  .ewave-comment-submit {
    margin-right: 0;
  }
  .mac_pop{
    max-width:98%;
  }
}

.qrcode{
    position: absolute;
    width: 150px;
    height: 150px; /* 直接修改容器高度 */
    min-height: 180px; /* 双重保障 */
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    line-height: 180px; /* 行高与高度一致实现垂直居中 */
    overflow: hidden;
    top: 45px;
    right: 20px;
    box-sizing: border-box; /* 包含边框和内边距 */s
}
#ratingqrcode {
    background: #f8f9fa;  /* 新增浅灰背景 */
    width: 150px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 12px;
    right: 20px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 4px;  /* 可选圆角 */
}






/* 核心样式修改 */
.corner-recommend {
    position: relative;
    display: inline-block;
    padding-right: 40px !important; /* 根据图标宽度调整 */
}

.corner-icon {
    position: absolute;
    top: 0.1em;      /* 与原文垂直对齐 */
    right: 0.2em;    /* 水平偏移微调 */
    height:20px;    /* 基于父级字体大小的相对尺寸 */
    width: 60px;      /* 保持图片原始比例 */
}
.img-em11 {
    width: 2em;
    height: 1.8em;

}


.nopage {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.nodata {
	background: none !important;
	width: 100%;
	padding-top: 100px;
	text-align: center;
}

.nodata img {
	width: 90px;
	height: 80px;
	margin: auto;
}

.nodata p {
	font-size: 12px;
	color: #999999;
	margin-top: 13px;
}

.return-top {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 9;
	display: none;
}

.return-top a {
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px #eaeaea;
}

.return-top a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14.5px;
	margin-left: -14.5px;
}

.return-top .none {
	display: none!important;
}

.tabbat {
	background: #16161a;
}

.tabbat-active p {
	color: hsla(0, 0%, 100%, .87)!important;
}

.tabbat a p {
	color: hsla(0, 0%, 100%, .87)!important;
}



.hot-pic-bg {
	width: 100%;
	height: 150px;
	background: url(/images/hot.png) center no-repeat;
	background-size: 150%;
    margin-top: -50px;
    margin-bottom: -20px;
}


.titletitle {
  	width: 100%;
  height: 280px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
 
}
.titletitle a.active {
  color: red;
  text-decoration: none;
}


/* 新增hot角标样式 */
.nav-tabs > li {
    position: relative; /* 为角标定位提供基准 */
    overflow: visible;  /* 允许角标溢出 */
}

.hot-corner {
    position: absolute;
    top: -7px;
    right: -7px;
    background: linear-gradient(135deg, #ff4444 0%, #E5557E 100%);
    color: white !important;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    transform: rotate(15deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
    animation: pulse 1.5s infinite;
    
    }

/* 调整激活状态的层级 */
.nav-tabs > li.active {
    z-index: 2; /* 确保激活选项卡覆盖角标 */
}

/* 微调文字间距 */
.nav-tabs > li a {
    padding-right: 24px !important; /* 给角标留出空间 */
}

/* 呼吸动画 */
@keyframes pulse {
    0% { transform: rotate(15deg) scale(1); }
    50% { transform: rotate(15deg) scale(1.1); }
    100% { transform: rotate(15deg) scale(1); }
}



:root {
    --tx-color: #ff5b82;
    --tx-border: #2f2f2e;
    --tx-color2: #edcead;
    --tx-color3: #545454;
	--tx-color4: #ffca6a;
    --tx-bg2: #252525;
}


.iconfont {
    line-height: 1;
}

.tx-wide {
    width: 100%;
    max-width: 1920px;
}

.tx-c1 {
    color: var(--tx-color);
}

.tx-c2 {
    color: var(--tx-color2);
    
}

.tx-c3,
.tx-btn.tx-c3:hover {
    color: var(--tx-color3);
}

.tx-bg {
    background-color: var(--tx-color);
}

.tx-bg2 {
    background-color: var(--tx-bg2);
}

.tx-bg3 {
    background-color: var(--tx-color2);
}

.tx-bg4 {
    background-color: var(--tx-color4);
}

.bg-black1 {
    background-color: #101010;
}

.bg-blue {
    background-color: #787ddf;
}

.f-blue {
    color: #787ddf;
}

.bo-r8 {
    border-radius: 8px;
    overflow: hidden;
}

.bo-r5,
.tx-input,
.tx-btn,
.tx-textarea {
    border-radius: 5px;
}

.tx-btn-radius {
    border-radius: 100px;
}
.f-16 {
	font-size: 1.14em
}
.border {
	border: 1px solid var(--tx-border)
}

.border-b {
	border-bottom: 1px solid var(--tx-border)
}

.border-t {
	border-top: 1px solid var(--tx-border)
}
.mb20 {
	margin-bottom: 20px
}
.tx-pop-txt {
        width: 80%;
    }
    
    
.tx-tips>span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop>.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-txt {
    width: 350px;
    background-color: var(--tx-color2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
    position: relative;
    z-index: 10;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-txt>.pd20 {
    background-color: var(--tx-bg2);
    border-radius: 8px;
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt>h2 {
    line-height: 2.8;
    padding: 0 1em;
    color: #725b41;
}

.tx-pop-txt>button {
    position: absolute;
    right: 6px;
    top: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}


.tx-btn:hover {
	opacity: .8;
	color: #fff
}

.tx-btn:active,
.tx-btn:focus {
	opacity: 1
}

.tx-btn-big {
	line-height: 2.8;
	height: 2.8em;
	font-size: 1.14em;
	padding: 0 2em
}

.tx-btn-small {
	line-height: 2.2;
	height: 2.2em;
	padding: 0 1.5em;
	font-size: .9em
}

.tx-btn-mini {
	line-height: 2;
	height: 2em;
	padding: 0 1em;
	font-size: .8em
}

.tx-btn-primary {
	border: 1px solid var(--tx-border);
	line-height: 2.6;
	height: 2.6em;
	background-color: transparent;
	color: #555
}

.tx-btn-primary:hover {
	border-color: var(--tx-color);
	color: var(--tx-color)
}

.tx-btn-radius {
	border-radius: 100px
}

.tx-btn-d {
	width: 100%
}

.tx-btn-group .tx-btn {
	border-radius: 0
}

.tx-btn-group .tx-btn:first-child {
	border-radius: 2px 0 0 2px
}

.tx-btn-group .tx-btn:last-child {
	border-radius: 0 2px 2px 0
}

.tx-btn-group .tx-btn:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, .1);
	z-index: 11
}

.tx-radius {
	border-radius: 50%
}

.tx-input:focus,
.tx-select:focus,
.tx-textarea:focus {
	border-color: var(--tx-color) !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tx-select {
	border: 1px solid var(--tx-border);
	width: 100%;
	border-radius: 2px;
	padding: 0 .8em;
	line-height: 2.6;
	height: 2.6em;
	color: #666;
	background-color: transparent
}

.tx-select option {
	line-height: 2
}

.tx-choice {
	cursor: pointer;
	margin: 4px 0
}

.tx-choice input {
	display: none
}

.tx-choice>span {
	background-color: rgba(0, 0, 0, .08);
	-webkit-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
	border-radius: 2px;
	line-height: 2.2;
	height: 2.2em;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 0 0 0 1em;
	position: relative
}

.tx-choice input:checked+span,
.tx-choice:hover>span {
	background-color: var(--tx-color);
	color: #fff
}

.tx-choice>span::after {
	content: "√";
	padding: 0 8px;
	height: calc(100% - 4px);
	color: rgba(0, 0, 0, .1);
	background-color: rgba(255, 255, 255, .9);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2px 2px 2px 1em
}

.tx-choice input:checked+span::after {
	color: var(--tx-color)
}

.tx-choice.disabled {
	cursor: no-drop
}

.tx-choice.disabled span,
.tx-choice.disabled:hover span {
	background-color: rgba(0, 0, 0, .07);
	color: rgba(0, 0, 0, .07)
}

.txcheck {
	height: 1.6em;
	line-height: 1.6;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, .15);
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 .8em 0 2em;
	-webkit-transition: all .35s ease 0s;
	transition: all .35s ease 0s
}

.txcheck::after {
	content: "关";
	color: rgba(0, 0, 0, .2);
	font-size: .8em;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.txcheck::before {
	content: "";
	display: block;
	width: calc(1.6em - 6px);
	height: calc(100% - 6px);
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
	position: absolute;
	left: 3px;
	top: 3px;
	-webkit-transition: all .35s ease 0s;
	transition: all .35s ease 0s
}

.txcheck-on {
	background-color: var(--tx-color);
	padding: 0 2em 0 .8em
}

.txcheck-on::before {
	left: calc(100% - 1.6em + 3px)
}

.txcheck-on::after {
	content: "开";
	color: #fff
}

.tx-input-code>img {
	position: absolute;
	right: 2px;
	top: 3px;
	height: calc(100% - 6px);
	width: auto
}

.tx-hr,
.tx-text hr {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--tx-border)
}

.tx-text hr {
	margin-top: 1em;
	margin-bottom: 1em
}

.f-36 {
	font-size: 2.57em
}

.f-30 {
	font-size: 2.14em
}

.f-26 {
	font-size: 1.85em
}

.f-22 {
	font-size: 1.57em
}

.f-20 {
	font-size: 1.42em
}

.f-19 {
	font-size: 1.35em
}

.f-18 {
	font-size: 1.25em
}

.f-17 {
	font-size: 1.21em
}

.f-16 {
	font-size: 1.14em
}

.f-15 {
	font-size: 1.07em
}

.f-14 {
	font-size: 1em
}

.f-13 {
	font-size: .92em
}

.f-12 {
	font-size: .85em
}

.f-11 {
	font-size: .78em
}

.f-10 {
	font-size: .71em
}

.f-9 {
	font-size: .64em
}

.f-8 {
	font-size: .57em
}

.f-bold {
	font-weight: 700
}

.f-lighter {
	font-weight: 200
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px; 
	font-size: 1.07em
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px;
	font-size: 1.07em;
	color: #fff;
	line-height: 3.4;
}

.mb30 {
	margin-bottom: 30px
}

.mb40 {
	margin-bottom: 40px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.mr20 {
	margin-right: 20px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.pd5 {
	padding: 5px
}

.pd10 {
	padding: 10px
}

.pd10-1 {
	padding: 10px 0
}

.pd10-2 {
	padding: 0 10px
}

.pd10-3 {
	padding: 10px 10px 0 10px
}

.pd10-4 {
	padding: 6px 10px
}

.pd15 {
	padding: 15px
}

.pd15-1 {
	padding: 15px 0
}

.pd15-2 {
	padding: 0 15px
}

.pd15-3 {
	padding: 15px 15px 0 15px
}

.pd15-4 {
	padding: 7px 15px
}

.pd20 {
	padding: 20px
}

.pd20-1 {
	padding: 20px 0
}

.pd20-2 {
	padding: 0 20px
}

.pd20-3 {
	padding: 20px 20px 0 20px
}

.pd20-4 {
	padding: 10px 20px
}

.pd30 {
	padding: 30px
}

.pd40 {
	padding: 40px
}

.pd60 {
	padding: 60px
}

.ta-c {
	text-align: center
}

.ta-r {
	text-align: right
}

.ta-l {
	text-align: left
}

.tx-table,
.tx-text table {
	border-collapse: collapse;
	max-width: 100% !important;
	border-spacing: 0
}

.tx-table td,
.tx-table th,
.tx-text table td,
.tx-text table th {
	border: 1px solid var(--tx-border);
	padding: .6em 1em;
	overflow: hidden
}

.tx-table th,
.tx-text table th {
	background: rgba(0, 0, 0, .08)
}

.border {
	border: 1px solid var(--tx-border)
}

.border-b {
	border-bottom: 1px solid var(--tx-border)
}

.border-t {
	border-top: 1px solid var(--tx-border)
}

.txt-ov {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.rows-3 {
	line-height: 1.4;
	height: 4.2em;
	overflow: hidden
}

.rows-3s {
	line-height: 1.4;
	max-height: 4.2em;
	overflow: hidden
}

.rows-2 {
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden
}

.rows-2s {
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden
}

.lh-5 {
	line-height: 5
}

.lh-4 {
	line-height: 4
}

.lh-3 {
	line-height: 3
}

.lh-2 {
	line-height: 2
}

.lh-1 {
	line-height: 1
}

.ul-3 li {
	line-height: 3;
	height: 3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.tx-btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 2.6;
	height: 2.8em;
	padding: 0 1.6em;
	background-color: var(--tx-color);
	color: #fff;
	white-space: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
	position: relative
}

.tx-btn:hover {
	opacity: .8;
	color: #fff
}

.tx-btn:active,
.tx-btn:focus {
	opacity: 1
}

.tx-btn-big {
	line-height: 2.8;
	height: 2.8em;
	font-size: 1.14em;
	padding: 0 2em
}

.tx-btn-small {
	line-height: 2.2;
	height: 2.2em;
	padding: 0 1.5em;
	font-size: .9em
}

.tx-btn-mini {
	line-height: 2;
	height: 2em;
	padding: 0 1em;
	font-size: .8em
}

.bg-black1 {
    background-color: #101010;
}
.clearfix::after,
.row:after,
.tx-wide::after {
	display: table;
	content: " ";
	clear: both;
	height: 0
}
.tx-flex-st {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
   .wap-w100 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    
    .wap-w90 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    
    .info-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 560px;
}

.info-video #dplayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-video .info-video-tips  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
}

.info-video .info-video-tips.play {
    padding: 0;
}

.info-video-tips>* {
    position: relative;
    z-index: 3;
}

.info-video-tips::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .85);
}

.info-video-tips .info-video-tips-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    display: block;
}

.ico-zip {
    display: inline-flex;
    width: 1em;
    height: 1em;
    background: url(../img/down-list-ico.png) no-repeat 0 0;
    background-size: auto 1em;
}
 .info-video {
        padding-top: 50%;
    }
.info-video-txt .swiper-container {
    height: 2em;
    line-height: 2;
    overflow: hidden;
}
.padshow,
	.wap-noflex {
		display: block
	}

.f-20 {
	font-size: 1.42em
}
.img-em11 {
    width: 2em;
    height: 1.8em;

}

.member-link {
  font-size: 12px;      /* 字体大小 12px */
  color: white;         /* 默认白色 */
  font-weight: 700;       /* 加粗（比 bold 更精准的数值） */
  text-decoration: none; /* 可选：去除下划线 */
}


.player-notice {
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 9999;
}

.notice-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.notice-item {
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 8px 40px 8px 20px;
    line-height: 24px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.notice-item.active {
    opacity: 1;
    transform: translateY(0);
}

.notice-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000;
}
.label-remind {
    background: #ff4444;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
}

.label-tip {
    background: #2196F3;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
}

.label-fav {
    background: #ffd700;
    color: #333;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
}

.label-app {
    background: #4CAF50;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
}

