@charset "utf-8";
:root {
  --theme-color: #5ab46a;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Microsoft Yahei, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
a {
  text-decoration: none;
  outline: 0
}
a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}
.z-blod{
  font-weight: bold;
}
.list {
  display: none;
}
@media (max-width: 767px) {
  .list {
    display: block !important;
  }
  .list img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}
.tips {
  color: #333;
  text-align: center;
  padding: 20px 20px !important;
}
.text-333 {
  color: #333;
}
.text-666 {
  color: #666;
}
.text-muted {
  color: #999;
}
.text-red {
  color: red;
}
.text-link {
  color: blue;
}
.text-fff {
  color: #fff;
  font-size: 16px;
}
.header-logo a:hover {
  color: #fff
}
.text-ccc {
  color: #ccc;
}
a:active, a:hover {
  outline: 0
}
a:focus {
  outline: none;
}
a:focus, a:hover, a:link {
  text-decoration: none;
}
li, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}
p {
  line-height: 1.5
}
em, i {
  font-style: normal
}
img {
  display: inline-block;
  vertical-align: middle
}
/*box*/
body {
  background: #f8f8f8;
  color: #666;
}
.split-line {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
  background-color: #eee;
}
.b-play {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%) url(/static/img/play.png) center no-repeat;
  background-color: rgb(0 0 0 / 0%);
  -webkit-transition: all ease-out .35s;
  transition: all ease-out .35s;
}
.detail-play-btn-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.detail-play-btn {
  background-color: #5ab46a;
  margin-left: 10px;
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff!important;
  font-weight: bold;
}
.b-player__detail {

}
.b-player__detail .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .detail-play-btn-box{
    margin-top: 10px;
  }
  .detail-play-btn {
    padding: 8px 16px;
  }
}
.nav-box {
  padding: 5px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
body.box .cm-box {
  margin-left: 5px;
  margin-right: 5px;
}
.cm-box {
  position: static
}
body.box {
  background: rgba(248, 248, 248, .96);
  color: #333;
}
body.box .layout-box, body.box .type-box {
  background: #FFF;
  padding: 15px 20px 10px 20px;
}
body.box .pannel-box {
  background: #FFF;
  padding: 10px;
}
body.box .nav-box {
  background: hsla(0, 0%, 100%, .4);
  padding: 10px;
  margin-top: 18px;
  margin-left: 0px;
  margin-right: 0px;
}
body.box .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* form */
input::-ms-clear {
  display: none
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem #fff inset !important
}
img, input {
  border: 0
}
input[type=submit] {
  cursor: pointer
}
input[type=email], input[type=password], input[type=search], input[type=submit], input[type=text], option, select, textarea {
  -webkit-appearance: none
}
input, option, select, textarea {
  font-size: 100%;
  outline: 0
}
textarea {
  resize: none;
  overflow-x: hidden
}
.top35 {
  top: 35%
}
.top40 {
  top: 40%
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px
}
.header-top-ok.color, .header-top-ok-s {
  /*height: 60px;*/
  height: 0px;
}
.header-top-ok, .header-top-ok-a {
  /*height: 60px;*/
  height: 0px;
}
.iconfont {
  font-size: 24px;
  color: #666;
}
.mt8 {
  margin-top: 8px;
}
.mt18 {
  margin-top: 18px;
}
.loading {
  background: url(/static/img/loading.gif) no-repeat center;
  display: block;
  text-indent: 15%;
}
.loading, .kong {
  text-align: center;
  line-height: 32px;
  clear: both;
  padding: 30px 0px;
}
/* col */
.layout-box, .pannel-box {
  margin-top: 15px;
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
[class*=col-] {
  padding: 10px
}
/* header */
.header-top {
  /*position: fixed;*/
  top: 0;
  z-index: 888;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.header-logo {
  float: left;
}
.header-logo img {
  height: 40px;
}
.header-top-down {
  margin-top: -60px;
}
.header-menu {
  position: relative;
  float: left;
  margin-right: 30px;
  overflow:hidden;
}
.header-menu > ul > li {
  position: relative;
  float: left;
  margin-left: 25px;
  vertical-align: middle;
  width:auto;
}
.header-menu > ul > li > a {
  font-size: 16px;
  color: #333;
  line-height: normal;
}
.header-menu > ul > li.active > a{
  color:#5ab46a;
}
 .header-top {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.header-top.color {
  background: none;
  border: 0;
  box-shadow: none;
}
.header-top .header-menu > ul > li > a {
/*  color: #333;
  text-shadow: 1px 1px 2px #fff;*/
}
.header-top.color .header-menu > ul > li > a {
/*  color: #fff;
  text-shadow: 1px 1px 2px #333;*/
}
.header-search {
  text-shadow: none
}
.header-menu .icon-fenlei {
  margin-left: 5px;
  font-size: 18px;
}
.none {
  display: none !important;
}

.vod-detail {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
.more.open a {
  color: #5ab46a;
}
.more.show a {
  color: #5ab46a;
}
/*search*/
.header-search {
  float: left;
  position: relative
}
.header-search input {
  width: 100%;
  margin: auto;
  vertical-align: middle;
  padding-left: 20px;
  height: 35px;
  background: #f5f5f5;
  border-radius: 80px
}
.header-search .search-submit {
  right: 15px;
  position: absolute;
  top: 20px;
  padding: 0;
  background: 0 0;
  border: 0;
  background-color: transparent;
  cursor: pointer
}
.header-search .search-submit .icon-sousuo1 {
  color: #666
}
.header-menu-more .dropdown, .header-top .txt-list {
  line-height: normal
}
.header-menu-more .dropdown .btn {
  font-size: 14px;
  overflow: hidden
}
.header-menu-more:hover .dropdown, .open > .dropdown {
  display: block
}
.header-search .dropdown {
  margin-top: -6px;
  width: 100%
}
/*playlog*/
.user-playlog {
  float: right;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.playlog-clear {
  float: left
}
.playlog-close {
  float: right
}
.playlog-title, .playlog-tool {
  overflow: hidden;
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.playlog-todo {
  text-align: center;
  padding: 10px;
}

.index-slide ul li a {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  padding-top: 390px;
  display: block;
  text-indent: -9999em;
}
.index-slide-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, #333 150%);
  color: #fff;
  font-size: 18px;
  display: none
}
/*txt-list*/
.txt-list {
  overflow: hidden;
  padding: 5px
}
.txt-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #f5f5f5;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.txt-list li i {
  border-radius: 20px;
  text-align: center;
  min-width: 20px;
  min-height: 20px;
  box-shadow: 0 2px 6px rgba(51, 51, 51, .2);
  margin-right: 10px;
  float: left;
  line-height: 20px;
  font-size: 14px;
}
.txt-list li i.i-new {
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: -2px;
}
.txt-list li i {
  color: #fff;
  background: #a9a9a9
}
.txt-list li:nth-child(1) i {
  background: #5ab46a;
  box-shadow: 0 2px 6px rgba(255, 74, 74, .2)
}
.txt-list li:nth-child(2) i {
  background: #ff7701;
  box-shadow: 0 2px 6px rgba(255, 119, 1, .2)
}
.txt-list li:nth-child(3) i {
  background: #ffb400;
  box-shadow: 0 2px 6px rgba(255, 180, 0, .2)
}
.txt-list-hot li {
  position: static !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.dot:before {
  content: "\2022";
  margin-right: 5px;
}
.text-list{
  padding:5px;
  margin-top:10px;
  border-top:1px solid #f0f0f0;
}
.text-list li{
  overflow:hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

/*img-pic*/
.pic20 {
  padding-top: 20% !important;
}
.pic30 {
  padding-top: 30% !important;
}
.pic40 {
  padding-top: 40% !important;
}
.pic45 {
  padding-top: 45% !important;
}
.pic50 {
  padding-top: 50% !important;
}
.pic55, .vod-pic55 {
  padding-top: 55% !important;
}
.pic60, .slide-pic60 {
  padding-top: 60% !important;
}
.pic70 {
  padding-top: 70% !important;
}
.pic75 {
  padding-top: 75% !important;
}
.pic80 {
  padding-top: 80% !important;
}
.pic85 {
  padding-top: 85% !important;
}
.pic90 {
  padding-top: 90% !important;
}
.pic100 {
  padding-top: 100% !important;
}
.pic110 {
  padding-top: 110% !important;
}
.pic115 {
  padding-top: 115% !important;
}
.pic120 {
  padding-top: 120% !important;
}
.pic130 {
  padding-top: 130% !important;
}
.pic150 {
  padding-top: 150% !important;
}
.pic160 {
  padding-top: 160% !important;
}
.islide {
  padding-top: 450px !important;
}
.slide-tite {
  width: 100%;
  position: absolute;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
  padding: 10px;
  bottom: 0px;
  left: 0px;
}
.slide-name {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-text {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-text em {
  padding-left: 10px;
}
.index-page {
  padding: 12px 8px;
  background-color: rgba(0, 0, 0, .1);
  width: auto;
  height: auto;
  margin-top: 0px;
  --swiper-navigation-size: 22px;
  --swiper-theme-color: #fff;
  display: block;
}
.img-pic, .vod-detail-thumb {
  display: block;
  position: relative;
  padding-top: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/img/pic.png);
  border-radius: 5px;
}
.vod-detail-thumb{
  padding-top:133.33%;
}
.img-pic img, .vod-detail-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center top;
  background: #f3f3f3;
}
.img-pic.thumb img, .vod-detail-thumb.thumb img {
  object-position: 50% 50%;
}
.img-list .play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.3s;
  color: #5ab46a;
  text-indent: -9999em;
}
.img-list .play:hover {
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  opacity: 1;
  text-align: center;
  text-indent: 1px;
}
.img-list .play:hover:before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  top: 45%;
  position: relative;
}
.img-list .title {
  z-index: 2;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
  color: #fff;
}
.img-list .ntitle {
  z-index: 2;
  display: inline-block;
  width: 94%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -47%;
  padding: 10px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-color: #000;
  opacity: .5;
  color: #fff;
}
.img-list .titles {
  z-index: 2;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .9));
  color: #fff;
}
.img-list a:hover .titles {
  background: #fff;
  filter: alpha(opacity=80);
  moz-opacity: 0.8;
  opacity: 0.8;
}
.img-list .titles h4 {
  color: #FFF;
  line-height: 30px;
}
.img-list a:hover .titles h4 {
  color: #333
}
.img-list a:hover .titles span {
  color: #666
}
.img-list .vtitle {
  z-index: 2;
  position: absolute;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 3px 9px;
  font-size: 12px;
  bottom: 0px;
  right: 0px;
}
.stitle {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
}
.img-list .ltitle {
  z-index: 2;
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
}
.img-list .ttitle {
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
}
.img-list .score {
  color: #fff;
  position: absolute;
  top: 5px;
  left: -5px;
  padding: 2px 8px;
  text-align: right;
  font-size: 12px;
  z-index: 2;
}
.img-list .score::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -4px;
}
.img-list .tips {
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 8px;
  text-align: right;
  font-size: 12px;
  z-index: 2;
}
.img-list .ltips {
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 2px 8px;
  text-align: left;
  font-size: 12px;
  z-index: 2;
}
.img-list .tipss, .img-list .tipsc {
  color: #FFF;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 8px;
  text-align: left;
  font-size: 12px;
  z-index: 2;
  border-radius: 14px;
}
.img-list .flower {
  padding: 40px 20px 10px 20px;
}
.flower {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/static/img/hua.png) no-repeat center 8px;
  padding: 0 30px 65px 30px;
  color: #F18167;
  text-align: right;
  cursor: pointer
}
.fnum {
  color: #F18167;
}
.fnum {
  position: absolute;
  top: 35px;
  right: 5px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  z-index: 1
}
.img-list .name {
  margin-top: 10px;
  font-size: 15px;
}
.img-list .vname {
  text-indent: -9999em;
  display: none
}
.img-list .sname {
  min-height: 20px;
}
.img-list .sname span {
  margin-right: 5px;
}
.img-list .sname, .img-list .txt {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}
.img-list .txt {
  margin-top: 8px;
  font-size: 14px;
}
.img-list .actor {
  margin-top: 5px;
}
.jq-list {
  font-size: 16px;
  margin: 10px 0;
  padding-left: 10px;
}
.news-name {
  font-size: 16px;
  margin: 10px 0;
  padding-left: 10px;
}
.text-up {
  display: block;
  float: left;
  margin-right: 20px;
  padding: 7px 20px;
  margin-bottom: 5px;
  background: #5ab46a;
  text-align: center;
}
.text-star {
  font-size: 16px;
  margin-right: 20px;
}
.text-up a {
  color: #fff;
}
.text-up a:hover {
  color: #fff;
}
.star-text {
  margin-left: 20px;
}
.box-slide .img-pic {
  padding-top: 69%
}
.box-slide .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.box-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 18px;
  height: 4px;
  margin: 0 2px;
  background: #fff;
  border-radius: 0;
}
/*box*/
.box-title {
  overflow: hidden;
  line-height: 35px;
  margin-bottom: 5px;
}
.main-right .box-title {
  margin-left: -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;
}
.box-nav {
  margin-right: 15px;
}
.box-nav i {
  margin: 0 8px;
}
.box-more i {
  font-family: "宋体";
}
.title-lb {
  border-left: 4px solid #FFF;
  margin-right: 5px;
  padding-top: 2px;
}
/*news*/
.news-tips {
  padding: 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.news-tips span {
  margin-top: 8px;
}
.news-tips a, .news-tips em {
  text-align: center;
  padding: 7px 10px;
  border-radius: 15px;
  background: #f2f2f2;
  color: #999;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.news-remark {
  line-height: 175%;
  padding: 10px 0px;
}
.news-list-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap
}
.vod-txt {
  line-height: 25px;
  margin-top: 0px;
  text-indent: 0px;
  overflow: hidden
}
.tag span {
  font-weight: bold;
}
.tag a {
  text-align: center;
  padding: 7px 10px;
  border-radius: 15px;
  background: #f2f2f2;
  color: #999;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
/*swiper-page */
.auto-slide {
  position: relative
}
.swiper-wrapper:hover .swiper-page, .auto-slide:hover .swiper-page {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  animation: fade-in;
  animation-duration: .3s;
  -webkit-animation: fade-in .3s;
}
.swiper-page {
  padding: 12px 8px;
  background-color: rgba(0, 0, 0, .1);
  width: auto;
  height: auto;
  font-size: 12px;
  margin-top: 0px;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: #fff;
  display: none;
}
.swiper-page.swiper-button-prev {
  border-radius: 5px 0 0 5px;
  left: 0;
}
.swiper-page.swiper-button-next {
  border-radius: 0 5px 5px 0;
  right: 0;
}
/* 上映时间标 */
.stime {
  display: block;
  position: relative;
  height: 40px;
  margin: 0 0 13px 0;
  text-align: center
}
.stime::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: 99;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
  background: #ccc;
}
.stime::after {
  content: '';
  width: 120%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
}
/*actor*/
.actor-title {
  padding: 8px 0px;
}
/*type*/
.type-box {
  margin-top: 10px;
  background: #fff;
}
body.box .type-box {
  background: #F5F5F5;
}
.type-title {
  padding: 15px 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.type-title h1 {
  margin-right: 15px;
  font-size: 20px;
}
.type-select, .type-select-t {
  padding: 10px 10px 10px 5px;
  margin-right: 15px;
  overflow: hidden
}
.type-select ul li, .type-select-t ul li {
  display: inline-block;
  position: relative;
  width: auto !important;
}
.type-select ul li a, .type-select-t ul li a {
  display: block;
  position: relative;
  padding: 8px 15px;
  border-radius: 80px;
  font-size: 14px;
}
.type-select ul li.active a, .type-select-t ul li.active a {
  color: #fff;
  padding: 8px 15px;
  background: #999;
}
.type-select-t ul li.opt a {
  padding: 2px 26px 2px 6px;
  border-radius: 0px;
  margin-right: 5px;
  background: #999;
}
.type-select-t ul li.opt a {
  color: #fff;
}
.type-select-t ul li.opt span {
  font-size: 12px;
  cursor: pointer;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 20px;
  text-align: center;
  display: block;
  background-color: #e9e9e9;
  line-height: 22px;
  color: #333
}
.type-select-t ul li.opt span::before {
  content: "\2716";
}
.type-order {
  margin: 10px;
  padding-bottom: 7px;
  font-size: 17px;
  border-bottom: 2px solid #e7e7e7;
}
.type-order a {
  font-weight: 400;
  padding-bottom: 7px;
  margin-right: 15px;
}
.type-order a.active {
  border-bottom: 2px solid #e7e7e7;
}
.sitemap ul {
  padding: 15px 0 0 60px;
  border-top: 1px dashed;
}
.sitemap ul li {
  float: left;
  margin-bottom: 15px;
  margin-right: 13px;
}
.sitemap ul li.title {
  margin: 0 10px 15px -60px;
  float: left;
}
/*weizhi*/
.top-weizhi {
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 14px;
  color: #999
}
.top-weizhi .iconfont {
  margin-right: 5px;
  font-size: 22px;
}
.top-weizhi a {
  position: relative;
  color: #999
}
.top-weizhi i {
  margin: 0 5px
}
#ewave_player {
  margin-left: 5px;
  margin-right: 5px;
}
body.box #ewave_player {
  margin-left: 0px;
  margin-right: 0px
}
/*vod*/
.txt-hidden.one {
  -webkit-line-clamp: 2;
}
.one{
  word-wrap: break-word;
}
.vod-top-bg {
  padding-top: 60px;
}
.vod-bg-other {
  padding-top: 60px;
}
.vod-detail-pic {
  position: relative
}
.vod-detail-info {
  color: #FFF;
  font-size: 14px;
  position: relative;
}
.vod-detail-info h1, .vod-detail-info h2 {
  font-size: 22px;
  float: left;
  margin-right: 20px;
}
.vod-detail-info ul li {
  padding-bottom: 2px;
}
.vod-detail-info ul li a {
  margin-right: 5px;
}
.vod-detail-btn{
  display:inline-block;
  padding: 8px 10px;
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
  color: #fff!important;
  border-radius:15px;
  text-align: center;
}
.vod-detail-btn:hover{
  opacity: .9;
}
.user-bt {
  text-align: center;
  margin: 15px 0;
}
.user-bt .iconfont {
  margin-right: 5px;
  font-size: 20px;
}
.user-bt a {
  padding: 7px 15px 4px 15px;
  border-radius: 20px;
}
.user-bt a.active {
  display: none;
}
.box-title h3 em {
  margin: 0 10px;
}
.details-play-title {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}
.details-play-nav, .details-tool {
  background: #ededed;
}
body.box .details-play-title {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.vod-top-info {
  margin-top: 20px;
  overflow: hidden
}
.vod-top-info h1 {
  font-size: 24px;
  float: left
}
.vod-top-right {
  text-align: right
}
.details-play-nav li {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
  width: auto;
}
.details-play-nav li.play-list-toggle {
  background-color: #5ab46a;
}
.details-play-nav li.active {
  background-color: #fff;
}
.details-play-nav li.active::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
}
.details-play-nav > li > a, .player-more-list li a {
  border-radius: 0;
  border: none;
  padding-left: 35px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-left: 35px;
  font-weight: bold;
  color: #fff;
}
body.box .details-play-title .details-play-nav > li > a:hover, body.box .details-play-title .details-play-nav > li.active > a {
  background-color: #fff;
}
.details-play-nav .nav-tips {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.details-play-more .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
body.box .details-play-list {
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.details-play-list {
  padding-top: 5px;
  margin-bottom: 10px;
}
.details-play-list ul li a {
  display: block;
  padding: 8px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #eee;
  color: #333;
  border-radius: 4px;

}

.hided {
  display: none
}
.gico {
  background-image: url(/static/img/palyer.png);
  background-repeat: no-repeat;
  font-size: 14px;
  display: block;
  background-position: 15px 10px
}
.list-more .iconfont {
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 7px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 50%;
}
.vod-play-box {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
}
body.box .vod-play-box {
  background: #e7e7e7
}
.player-right {
  background: #fff
}
.min-play-list {
  overflow-y: auto;
}
.min-play-list::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.min-play-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5ab46a;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.min-play-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.max .player-left {
  width: 100%
}
.max .player-right {
  display: none
}
.player-tipss {

}
.player-tipss span.iconfont {
  color: #FFF;
  font-size: 18px;
}
/*评分*/
#pingfen {
  margin-top: -2px;
  float: right;
  font-size: 26px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #5ab46a;
}
#rating {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#rating span {
  width: 50px;
  float: left;
  font-size: 14px;
  height: 40px;
  overflow: hidden
}
#rating span.ratingtxt {
  text-decoration: none;
}
#rating .rating {
  float: left;
  width: 140px;
  height: 25px;
  margin-top: 7px;
  overflow: hidden;
}
#rating .rating li {
  cursor: pointer;
  float: left;
  overflow: hidden;
  width: 25px;
  height: 25px;
  text-indent: -99px;
  background: url(/static/img/xxing.png) no-repeat
}
#rating .rating li.active, #rating .rating li.hover {
  background: url(/static/img/sxing.png) no-repeat
}
#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: -50px
}
/*page*/
#page, .box-page {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
#page ul li, .box-page ul li {
  display: inline-block;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 80px;
  display: inline-block;
}
#page ul li a, .box-page ul li a {
  padding: 9px 15px;
  border-radius: 80px;
  display: inline-block
}
#page ul li span, .box-page ul li span {
  padding: 9px 15px;
  display: inline-block;
}
#page ul li.hidden-xs, .box-page ul li.hidden-xs {
  display: inline-block
}
.login-ico a {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 32px;
}
.login-ico a:hover {
  background-color: #eee;
  border-radius: 5px;
}
.login-ico a .iconfont {
  font-size: 32px;
}
.login-ico a.qq .iconfont {
  color: #5bc0de;
}
.login-ico a.weixin .iconfont {
  color: #5cb85c
}
.login-ico a.weibo .iconfont {
  color: #F56467;
}
.hide-hits .search-hits {
  display: none;
}
.MacPlayer {
  position: absolute !important;
  top: 0;
  left: 0;
}
@media (min-width:1200px) {
  .container {
    max-width: 1280px
  }
  .row, .rows {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width:1400px) {
  /* header */
  .header-menu > li {
    margin-left: 20px
  }
}
@media (max-width:1199px) {
  .index-slide ul li a {
    padding-top: 300px;
  }
}
@media (max-width:991px) {
  .header-search {
    width: 50%;
    margin-left: 3%;
  }
}
@media (max-width:767px) {
  .jq-list {
    padding-left: 5px;
  }
  .vod-detail {
    margin-top: 10px;
    padding: 5px;
  }
  .embed-responsive-16by9 {
    padding-bottom: 66%;
  }
  .text-star {
    font-size: 14px;
    margin-right: 10px;
  }
  .star-text {
    margin-left: 0px;
  }
  .text-up {
    margin-bottom: 10px;
  }
  .top100 {
    padding-top: 100%;
  }
  .yj50 {
    border-radius: 50% !important;
  }
  .details-play-nav {
    margin-bottom: 5px;
  }
  .islide {
    padding-top: 59% !important;
  }
  .vod-play-box {
    margin-top: 0px;
  }
  .player-right {
    margin-top: 10px;
  }
  .nav-box {
    padding: 10px;
    margin-top: 0px;
  }
  .pannel-box {
    margin-left: -5px;
    margin-right: -5px;
  }
  body.box .layout-box, body.box .type-box, body.box .pannel-box {
    padding: 10px 0px;
  }
  body.box .nav-box {
    padding: 10px 0px;
    margin-top: 0px;
  }
  .cm-box {
    margin-left: 5px;
    margin-right: 5px;
  }
  [ class*=col-] {
    padding: 5px
  }
  .rows {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
  }
  .layout-box, .pannel-box {
    margin-top: 10px;
    padding: 0px;
  }
  /* header */
  .header-logo {
    width: 30%;
  }
  .header-top-min .header-logo {
    width: 50%;
  }
  .header-search .search-submit {
    top: 15px
  }
  .header-search input {
    height: 30px;
  }
  .header-top-ok, .header-top-ok.color {
    /*height: 100px;*/
    height: 0px;
  }
  .header-top-ok-s {
    height: 100px;
  }
  .header-top-ok-a {
    margin-top: 50px;
  }
  .header-top {
    height: 50px;
    line-height: 50px;
    padding: 0 10px
  }
  .header-top-down {
    margin-top: 0px;
  }
  /* nav */
  .top-nav {
    background-color: rgba(255, 255, 255, .9);
    padding: 0px;
    position: fixed;
    z-index: 777;
    font-size: 14px;
  }
  .fenlei-nav {
    padding: 10px;
    margin-top: 0px !important;
  }
  .top-nav ul li {
    padding: 5px 8px;
    margin-right: 15px;
  }
  .top-nav ul li.active::after {
    bottom: 0px;
  }

  /* playlog */
  .playlog-box {
    width: 250px;
    right: -10px;
  }
  .playlog-box:after, .playlog-box:before {
    right: 10px;
  }
  /* index-slide */
  .index-slide ul li {
    opacity: .7;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transition: transform 1.5s;
    -moz-transition: transform 1.5s;
  }
  .index-slide ul li a {
    padding-top: 50%;
  }
  .index-slide-title {
    font-size: 15px;
    display: block
  }
  .slide-pic60 {
    padding-top: 70% !important;
  }
  /* box */
  .box-title {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 0px;
    padding-top: 6px;
  }
  .box-title h2, .box-title h1 {
    font-size: 16px !important;
  }
  .box-slide {
    padding: 10px;
  }
  .box-slide .img-pic {
    padding-top: 59%;
  }
  .actor-title {
    padding: 8px 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-lb {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* txt-list */
  .txt-list li {
    padding: 5px 0;
  }
  .txt-list li i.i-new {
    padding: 2px 8px;
    border-radius: 50px;
    margin-top: 2px;
  }
  .img-list {
    padding: 0px 5px;
  }
  .img-list .score {
    display: none
  }
  .img-list .vtitle {
    font-size: 12px;
  }
  .news-list-title {
    width: 100%;
    overflow: auto;
    text-overflow: none;
  }

  /* star */
  .sitemap {
    padding: 10px;
  }
  /* type */
  .type-box {
    margin-top: 0px;
    border-top: 1px solid #f3f3f3;
  }
  .type-title {
    padding: 15px 20px 15px 10px;
  }
  .conbread {
    padding-bottom: 5px;
  }
  .type-title h1 {
    font-size: 18px;
  }
  .type-select, .type-select-t {
    padding: 8px 8px 8px 5px;
    margin-right: 5px;
    margin-left: -10px;
  }
  .type-order {
    font-size: 16px;
  }
  .type-select ul li.opt a, .type-select-t ul li.opt a {
    margin-right: 0px;
  }
  /* page */
  #page ul li {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #page ul li.visible-xs {
    display: inline-block !important;
  }
  /* news */
  .news-tips span {
    margin-top: 6px;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .top-weizhi {
    padding-left: 5px;
  }
  /*vod*/
  .vod-top-bg {
    padding-top: 50px;
    padding-bottom: 5px;
  }
  .vod-bg-other {
    padding-top: 50px;
  }
  .vod-detail-info {
    font-size: 14px;
  }
  .vod-detail-info h1, .vod-detail-info h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .details-play-list {
    margin-left: 5px;
    margin-right: 5px;
  }
  .vod-top-info h1 {
    font-size: 20px;
  }
  .vod-top-info {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .vod-top-right {
    text-align: left
  }
  .player-right {
    background: #FFF
  }
  .player-tipss {
    display: block
  }
  .vod-txt {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .top-weizhi {
    margin-left: 10px;
  }
  .vod-txt {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .top-weizhi {
    margin-left: 10px;
  }
  .vod-txt {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
  .header-search {
    width: 150px;
  }
  .header-menu {
    width: calc(100% - 470px);
  }
}
@media (min-width:1200px) {
  .top-weizhi {
    margin-left: 0;
  }
  .vod-txt {
    height: 130px;
  }
  .header-search {
    width: 250px;
  }
  .header-menu {
    width: calc(100% - 580px);
  }
}
/*弹出层*/
.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 .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;
}
.ewave-comment-foot, .ewave-comment-foot .iconfont {
  font-size: 16px;
}
/* all  */ :root {
  --swiper-theme-color: #5ab46a
}
/* text */
a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
}
a:hover {
  color: #5ab46a;
}
.text-color {
  color: #5ab46a;
}
.text-cherry {
  color: #5ab46a;
}
.text-orange {
  color: #fb7c4d;
}
.text-violet {
  color: #BC78EC;
}
/* line */
.top-line::before, .bottom-line::after, .top-line-dot::before, .bottom-line-dot::before {
  border-color: #f3f3f3;
}
.sitemap ul {
  border-top: 1px dashed #f5f5f5;
}
.title-lb {
  border-color: #5ab46a;
}
/* form */
.form-control {
  background-color: #F5F5F5;
  color: #999999;
  border: 1px solid #eee;
}
.form-control:focus {
  border-color: #5ab46a;
  -webkit-box-shadow: inset 0 1px 1px rgba(250, 101, 103, .075), 0 0 8px rgba(250, 101, 103, .6);
}
.header-top.color.vod {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.header-top.color.vod .header-menu > li a {
  text-shadow: none;
  color: #333
}
.header-top.color.vod .header-menu > li.active > a, .header-top.color.vod .header-menu > li a:hover {
  text-shadow: none;
  color: #5ab46a
}
.header-top.color.vod .header-menu-more .arrow-down {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.vod-top-bg {
  background: rgba(248, 248, 248, .96);
}
.vod-detail-info {
  color: #333;
  text-shadow: none
}
.vod-detail-info h1 {
  color: #333;
}
.vod-detail-info ul li a, .user-bt .iconfont, .user-bt a:hover .iconfont {
  /*color: #5ab46a;*/
}
.vod-detail-info ul li span.text-ccc {
  color: #999
}
.user-bt a {
  color: #5ab46a;
  border: 1px solid #5ab46a;
  margin: 0 20px;
}
.user-bt a.active, .user-bt a.disabled, .user-bt a:hover {
  background: #5ab46a;
  color: #FFF;
  border: 1px solid #5ab46a;
}
.user-bt a.active .iconfont, .user-bt a.disabled .iconfont, .user-bt a:hover .iconfont, .pingfen-total strong {
  color: #fff
}
/*nav*/
.top-nav ul li h4 {
  padding: 10px;
  font-size: 16px;
}
.top-nav ul li.active h4 {
  color: #5ab46a;
}
/* btn */
.btn-color, .btn-color:hover {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
  color: #fff;
  border: none;
  border-radius: 20px;
}
.btn-success, .btn-success:hover {
  background-color: #eee;
  color: #fff;
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
}
.btn-default {
  background-color: #eee;
  color: #333;
  background: linear-gradient(to right, #eeeeee 0, #f6f6f6 100%);
  box-shadow: 0 5px 10px rgba(246, 246, 246, .25);
}
.btn-warm {
  background-color: #5ab46a;
  background: linear-gradient(to right, #5ab46a 0, #ff9f16 100%);
  box-shadow: 0 5px 10px rgba(255, 111, 0, .25);
}
.btn-primary {
  background-color: #4fb1f7;
  background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
  box-shadow: 0 5px 10px rgba(107, 184, 238, .25);
}
.btn-danger {
  background-color: #fc000c;
  background: linear-gradient(to right, #fc000c 0, #f9444d 100%);
  box-shadow: 0 5px 10px rgba(249, 68, 77, .25);
}
.btn-info {
  background-color: #5bc0de;
  background: linear-gradient(to right, #5bc0de 0, #7cc1d6 100%);
  box-shadow: 0 5px 10px rgba(124, 193, 214, .25);
}
.btn-warm, .btn-primary, .btn-danger, .btn-info {
  color: #fff;
}
.btn-warm:hover, .btn-primary:hover, .btn-danger:hover, .btn-info:hover {
  color: #fff;
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
/* border */
.border {
  border-color: #eee;
}
.border-primary {
  border-color: #4fb1f7;
}
.border-danger {
  border-color: red;
}
.border-info {
  border-color: #5bc0de;
}
/* header */
 .header-top.color .user-playlog .iconfont, .header-top.color .header-logo {
  color: #666;
}
.header-top.color .header-menu > li.active > a, .header-top.color .header-menu > li > a:hover {
  color: #5ab46a;
  text-shadow: 1px 1px 2px #000;
}
.header-menu > li.active > a, .header-menu > li > a:hover {
  color: #5ab46a;
}
.header-menu-more .arrow-down {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.header-top.color .header-menu-more .arrow-down {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.header-top.color .header-menu-more ul li a {
  color: #333;
  text-shadow: none
}
.header-menu-more ul li a:hover {
  text-shadow: 1px 1px 2px #000;
}
.header-top.color .header-menu-more ul li a:hover, .index-slide-title {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
/* index-slide */
.img-list .tips {
  background: #5ab46a;
}
.img-list .ltips {
  background: #5ab46a;
}
.img-list .tipss {
  background: #5ab46a;
}
.img-list .flower {
  color: #5ab46a;
}
.img-list .tipsc {
  background: #b0b7c2
}
.img-list li:nth-child(1) .tipsc {
  background: #ff4a4a;
  box-shadow: 0 2px 6px rgba(255, 74, 74, .2)
}
.img-list li:nth-child(2) .tipsc {
  background: #ff7701;
  box-shadow: 0 2px 6px rgba(255, 119, 1, .2)
}
.img-list li:nth-child(3) .tipsc, .img-list li:nth-child(4) .tipsc, .img-list li:nth-child(5) .tipsc {
  background: #ffb400;
  box-shadow: 0 2px 6px rgba(255, 180, 0, .2)
}
/* top-tool */
.top-tool li:hover .iconfont {
  color: #5ab46a;
}
.top-tool li .icon-weixin2 {
  color: #5cb85c;
}
.top-tool li:hover .icon-weixin2 {
  color: #48A248
}
.top-tool li .icon-liuyan1 {
  color: #F56467;
}
.text-up .iconfont {
  color: #fff;
}
/* footer */
.footer {
  background: #f8f8f8;
}
/* title */
.dropdown-title, .playlog-title, .playlog-tool {
  background-color: #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
/* box */
.box-title .iconfont {
  color: #5ab46a;
}
.box-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5ab46a;
}
/*img-list*/
.img-list .score {
  background-color: #5ab46a;
}
.img-list .score::before {
  border-top: 4px solid #5ab46a;
  border-left: 4px solid transparent;
}
/* news */
.news-list li, .star-hot-box {
  margin-left: 5px;
  background: rgba(248, 248, 248, .96);
}
/* mcat */
 .news-tips a:hover, .details-play-list ul li a:hover {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
  color: #fff;
}
/*type*/
.type-select ul li.active a {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
}
.type-select-t ul li.opt a {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
}
.type-order {
  border-bottom: 2px solid #e7e7e7;
}
.type-order a.active {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.type-order a.active {
  border-color: #5ab46a;
}
/*actor*/
.actor-title {
  background: #f5f5f5;
}
li:hover .stime::before {
  background: #5ab46a;
}
/* story */
.details-play-list ul li a:hover, .details-play-list ul li.active a {
  background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
  box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
  color: #fff;
}
.details-play-list ul li a{
  background-color: #eee;
  color: #333;
  background: linear-gradient(to right, #eeeeee 0, #f6f6f6 100%);
  box-shadow: 0 5px 10px rgba(246, 246, 246, .25)
}
/*player*/
.min-play-list::-webkit-scrollbar-thumb {
  background-color: #5ab46a;
}
.min-play-list::-webkit-scrollbar-track {
  background: #ededed;
}
.player-tipss {
  background-color: rgba(0, 0, 0, .6);
  color: #FFF
}
.player-tipss span.iconfont {
  color: #FFF;
  font-size: 18px;
}
/* page */
#page ul li, .box-page ul li {
  box-shadow: 1px 1px 4px 1px rgba(51, 51, 51, .1);
}
#page ul li.disabled, #page ul li.disabled:hover, .box-page ul li.disabled, .box-page ul li.disabled:hover {
  background-color: #ccc;
  color: #333
}
#page ul li.active, #page ul li:hover, #page ul li:hover a, .box-page ul li.active, .box-page ul li:hover, .box-page ul li:hover a {
  background-color: #5ab46a;
  border-radius: 80px;
  color: #fff
}

@media (max-width:767px) {
  .user-bt a {
    margin: 0 5px;
  }
  .top-nav ul li h4 {
    padding: 0px;
    font-size: 14px;
    font-family: -webkit-body;
  }
  /* header */
  .header-top, .header-top.color {
    background: linear-gradient(to right, #5ab46a 0, #02a915 100%);
    box-shadow: 0 2px 6px rgba(250, 133, 135, 0.2);
  }
   .header-top.color .header-logo {
    color: #fff;
  }
  /* user */
  .top-nav.fenlei {
    border-top: 1px solid #f3f3f3;
  }
}
img {
  vertical-align: middle;
}
/*辅助功能*/
.ewave-empty {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: var(--theme-color);
}
.ewave-sticky {
  position: sticky;
  z-index: 0;
  top: 0;
}
.ewave-width-auto {
  width: auto !important;
  max-width: 100%;
}
@media(min-width:768px) {
  .hide-pc {
    display: none !important;
  }
}
@media(max-width:767px) {
  .hide-mobile {
    display: none !important;
  }
}
/*弹出层*/
.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;
  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;
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 22px;
  border: 1px solid #999;
  border-radius: 50%;
}
.mac_pop span.pop_close:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.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;
  color: #666;
}
.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-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_star li {
  display: inline-block;
  color: var(--theme-color);
}
/*评论*/
.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-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-submit {
  padding-left: 20px;
  padding-right: 20px;
}
.pop_content .ewave-comment-submit {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-left: 0;
}
.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;
  border-bottom: 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: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.ewave-comment-btn {
  margin-right: 15px;
  color: #666;
}
.ewave-comment-reply-box {
  margin-top: 10px;
  margin-left: -30px;
}
.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;
}
.ewave-comment-reply-box .ewave-comment-item {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
  border: none;
  margin-left: -20px;
}
.ewave-comment-reply-box .ewave-comment-item::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 40px;
  background-color: #ddd;
}
.ewave-comment-reply-box .ewave-comment-avatar {
  width: 40px;
}
.ewave-comment-reply-box .ewave-comment-body {
  width: calc(100% - 60px);
}
@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-submit {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-left: 0;
  }
  .ewave-comment-submit {
    margin-right: 0;
  }
}
.index-icon-wrapper{
  padding-top:10px;
  padding-bottom:10px;background: #fff;
}
.index-icon-box {
/*  padding-top: 6.6px;
  padding-bottom: 6.6px;
  background: #fff;*/
}
.index-icon-box a {
  display: block;
  text-align: center;
  float: left;
  width: 25%;
/*  padding: 10px 0;*/
  box-sizing: border-box;
}
.index-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  display: block;
}
.shrink-content {
  line-height: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.shrink-toggle {
  font-size: 16px;
  text-align: center;
  color: #777;
  cursor: pointer;
  display: none;
  line-height: 28px;
}
.shrink-toggle:hover {
  color: #FF9900;
}
.shrink-box.closed .shrink-content {
  height: 72px;
  max-height: 72px;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shrink-box.opened .shrink-content {
  max-height: 2000px;
}
.shrink-box.closed .shrink-content, .shrink-box.opened .shrink-content {
  transition: max-height .35s;
}
.shrink-box.closed .shrink-content::after {
  content: '\2026\2026';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding-left: 10px;
  line-height: 20px;
}
.shrink-box.closed .shrink-toggle, .shrink-box.opened .shrink-toggle {
  display: block;
  border-top: 1px solid #f7f7f7;
  margin-top: 10px;
}
.shrink-box.opened .shrink-toggle span {
  transform: rotate(-180deg);
}

@media(max-width:767px) {
  .art-hidden-xs {
    display: none;
  }
  .vod-detail-btn{
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
  }
  .detail-info-box{
    padding-bottom:55px!important;
    position:relative;
  }
  .vod-detail-info{
    position:static;
  }
  .detail-play-btn-box{
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    padding-left:10px;
    padding-right:10px;

  }
  .detail-play-btn{
    margin:0;
    display:block;
    width:100%;
    text-align: center;
  }
}
