/* CSS Document */
:root {
  --theme-color: #febf4b;
}
div,
form,
dl,
dd,
dt,
ul,
li,
p,
img,
a,
span,
pp,
s1,
s2,
s3,
s4,
input {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
}
input {
  -webkit-appearance: none;
}
html {
  min-height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #202e31;
}
ul,
ol,
li {
  list-style: none;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  font-size: 0px;
  height: 0;
  overflow: hidden;
  width: 100%;
}
input {
  font-family: "Microsoft YaHei";
}
img {
  border: 0;
}
.l {
  float: left;
}
.r {
  float: right;
}
a {
  color: #202e31;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.red {
  color: var(--theme-color);
}
.hide {
  display: none !important;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.wrapper1 {
  width: 1200px;
  margin: 0 auto;
}
.maskbg {
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(rgba(225, 225, 225, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(0, 0, 0, 0.8)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
  z-index: 0;
  _background: #000;
}
.scrollLoading {
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 100px;
  position: relative;
  z-index: 20;
}
.body-bg .header {
  min-width: 1220px;
}
.header .logo {
  width: 400px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  left: 0%;
  display: block;
}
.header .logo::before,
.header .logo::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
}
.header .logo::after {
  width: 95%;
  right: 0;
  transform: skew(-20deg);
}
.header .logo .logo-box {
  display: block;
  width: 85%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  background-image: url("../images/logo.png");
}
.header .logo a img {
  height: 100%;
}
.header .h_n_01 {
  width: 100%;
  height: auto;
  background: #202e31;
}
.header .h_n_01 ul,
.header .h_n_02 dl {
  display: block;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.header .h_n_01 .hd_list ul {
  width: auto;
}
.header .h_n_01 ul li,
.header .h_n_02 dl dd {
  float: right;
  color: #9b9b9b;
  margin-left: 20px;
}
.header .h_n_01 ul li.user_login {
  background: url(../images/ico_user.png) left center no-repeat;
  padding-left: 18px;
}
.header .h_n_01 ul li a {
  color: #9b9b9b;
  line-height: 40px;
  text-decoration: none;
}
.header .h_n_01 ul li a.history {
  background: url(../images/ico_history.png) left center no-repeat;
  padding-left: 20px;
}
.header .h_n_01 ul li a.look_rand {
  background: url(../images/ico_random.png) left center no-repeat;
  padding-left: 20px;
}
.header .h_n_01 ul li a:hover {
  color: #fff;
}
.header .h_n_02 {
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
}
.header .h_n_02 dl {
  height: 32px;
  margin-top: 13px;
  position: relative;
}
.header .h_n_02 dl .nav-wrap {
  float: right;
  max-width: 900px;
  overflow: hidden;
}
.header .h_n_02 dl .nav-wrap .nav-slide {
}
.header .h_n_02 dl dd {
  margin-left: 10px;
  transform: skew(-20deg);
  float: left;
  width: auto;
}
.header .h_n_02 dl dd.nav-switch {
  margin-right: 10px;
  background-color: #fff;
  float: right;
}
.header .h_n_02 dl dd span {
  display: none;
  float: left;
  width: 10px;
  height: 32px;
  overflow: hidden;
}
.header .h_n_02 dl dd a {
  display: block;
  float: left;
  font-size: 17px;
  padding: 0 8px;
  line-height: 32px;
  text-align: center;
  position: relative;
  transform: skew(20deg);
}
.header .h_n_02 dl dd.dh_active,
.header .h_n_02 dl dd:hover {
  background: var(--theme-color);
}
.header .h_n_02 dl dd.dh_active a,
.header .h_n_02 dl dd a:hover {
  text-decoration: none;
  color: #202e31;
}
.header .h_n_02 dl .hd_search {
  position: absolute;
  right: 0;
  z-index: 10;
  background-color: #f2f2f2;
}
.header .hd_in {
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  border: 2px solid #ffbf4a;
  border-left: none;
  color: #999;
  font-size: 12px;
  vertical-align: top;
  background: #f2f2f2;
  border-radius: 0;
}
.header .hd_search .hd_serbtn {
  width: 40px;
  height: 32px;
  overflow: hidden;
  border: none;
  vertical-align: top;
  cursor: pointer;
  background: url(../images/btm_menusearch.png) no-repeat;
  border-radius: 0;
}
.hd_fBox {
  float: left;
  margin: 0 0 0 30px;
  display: inline;
  position: relative;
  z-index: 100;
}
.hd_fCont {
  box-shadow: 1px 1px 2px #eee;
}
/*历史记录*/
.hd_hist {
  display: none;
  position: absolute;
  z-index: 101;
  top: 37px;
  left: 50%;
  margin-left: -124px;
}
.fixdh_fbtn {
  position: absolute;
  z-index: 100;
  top: 37px;
  left: 50%;
  margin-left: -124px;
  width: 248px;
  height: 10px;
  display: none;
}
.hd_hist .hd-fBtn a {
  color: #e73c31;
}
.hd_hist .hd-fBot {
  background: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  height: 31px;
  padding: 0 15px;
  margin: 0 -15px;
  line-height: 31px;
}
.hd_hist {
  width: 218px;
  padding: 0 15px 0;
  font-size: 12px;
  line-height: 1.5em;
  border: 1px solid #d9d9d9;
  border-top: 2px solid #e03835;
  background: #fff;
}
.hd_hist .hd_fArr {
  background: url(../images/btn.png) no-repeat -88px 0;
  display: inline-block;
  width: 11px;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
.hd_hist .hd-fBot {
  background: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  height: 31px;
  padding: 0 15px;
  margin: 0 -15px;
  line-height: 31px;
}
.hd_hist .hd_tab {
  height: 26px;
  line-height: 26px;
}
.hd_hist .hd_tab .his-btn {
  cursor: pointer;
}
.hd_hist .hd_tab .his-btn:hover {
  color: #e73c31;
}
.hd_hist .hd_tab .hd_on {
  width: 56px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  float: left;
  margin: 0 1px 0 0;
}
.hd_hist .hd_tab .hd_on a:hover {
  text-decoration: none;
}
.hd_hist .hd_tab .hd_on {
  background: #e73c31;
}
.hd_hist .hd_tab .hd_on a {
  color: #fff;
  line-height: 26px;
}
.hd_hist .hd_no {
  margin: 114px 0;
  font-size: 16px;
  color: #999;
}
.hd_hist .hd_mb {
  color: #999;
  margin-right: -3px;
  border-top: 1px dashed #d3d3d3;
  height: 26px;
  line-height: 26px;
}
.hd_hist .hd_cf {
  padding: 8px 0;
  height: 34px;
}
.hd_hist .hd_btn {
  background: #e73c31;
  width: 100px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.hd_hist .hd_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #e55359;
}
.hd_hist .hd_btngrey {
  background: #fff;
  border: 1px solid #dedede;
  width: 98px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.hd_hist .hd_btngrey:hover {
  text-decoration: none;
  border-color: #e73c31;
}
.hd_list {
  position: relative;
  margin: 5px 0 5px -15px;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.history-function {
  overflow: hidden;
  padding-top: 10px;
}
.history-clear,
.history-close {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(to right, #ff850b 0, #ff5945 100%);
  color: #fff !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px !important;
  border-radius: 10px;
  float: left;
}
.history-close {
  float: right;
}
.header .h_n_01.hd_list ul {
  width: auto;
}
.header ul li.his_item a:hover {
  color: #e73c31;
}
.hd_list .info {
  color: #999;
}
.his_item {
  position: relative;
  height: 30px;
  margin: 0 0 0 -15px;
  padding: 5px;
  line-height: 30px;
  border-bottom: 1px dashed #efefef;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}
.header .h_n_01 ul li.his_item a {
  line-height: 30px;
}
.his_item a {
  font-size: 14px;
}
.his_item a i {
  margin-right: 8px;
}
.his_item a:hover {
  font-size: 14px;
}
.his_item .action {
  display: none;
}
.his_item .hd_xian {
  padding: 0 0 0 8px;
  margin-left: 8px;
  background-position: left -77px;
}
.hd_hist_tab {
  margin-top: 4px;
  margin-bottom: 15px;
  padding-left: 15px;
  margin-left: -15px;
}
.header .h_n_01 .hd_list ul {
  height: auto;
}
.hd_hist_tab .on {
  background: #f5f5f5;
}
.hd_hist_tab .on .action {
  display: block;
}
.hd_hist_tab .on .info {
  display: none;
}
.hd_hist_tab .on a {
  color: #e73c31;
}
.hd_scrollbar {
  margin-left: -15px;
  padding-left: 15px;
}
.hd_scrollbar .his-item {
  margin-right: 5px;
  padding-right: 5px;
}
/*版权*/
.foot {
  margin: 40px 0 0 0;
  background: #f7f7f7;
}
.foot_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  font-size: 13px;
}
.foot .footmap {
  width: 80px;
  margin: 0 0 0 32px;
}
.foot .map_name,
.foot .foot_tj {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.foot .footmap a,
.foot .foot_tj a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.foot .footmap a:hover,
.foot .foot_tj a:hover {
  font-size: 15px;
}
.foot .foot_tj {
  width: 300px;
  margin: 0 0 0 32px;
}
.foot .foot_tj a {
  display: inline-block;
  width: 80px;
}
.foot .foot_zt {
  margin: 0 0 0 32px;
  width: 220px;
}
.foot .foot_zt .zt_name,
.foot .app_name {
  height: 30px;
  line-height: 30px;
}
.foot .foot_zt .zt_name a,
.foot .foot_zt .zt_name a:hover,
.foot .app_name a,
.foot .app_name a:hover {
  font-size: 16px;
}
.foot .foot_zt img {
  border: 1px solid #cacaca;
}
.foot .foot_zt a p {
  width: 176px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.foot .foot_zt a:hover p {
  font-size: 14px;
}
.foot .foot_right {
  width: 200px;
  margin: 0 0 0 32px;
}
.foot .foot_right p {
  line-height: 30px;
  height: 30px;
  color: #a9a9a9;
}
.foot .db_foot {
  color: #a9a9a9;
  line-height: 28px;
  text-align: center;
  padding: 0 0 20px 0;
}
.foot .db_foot a {
  color: #a9a9a9;
}
.foot .db_foot a:hover {
  color: #e13f3d;
}
/*内页 黑色头部*/
.small_nav {
  height: 50px;
  line-height: 50px;
  background-color: #202e31;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}
.small_nav .nav_box {
  width: 1200px;
  margin: 0 auto;
}
.small_nav .logo {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 180px;
}
.small_nav .logo a {
  display: block;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/logo.png");
  background-size: contain;
  height: 40px;
}
.small_nav .nav {
  max-width: 600px;
  overflow: hidden;
}
.small_nav .nav li {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0;
  width: auto;
}
.small_nav .nav li a,
.small_nav .nav_r .nav_a a,
.small_nav a.nav_jl {
  color: #9b9b9b;
}
.small_nav .nav li a:hover,
.small_nav .nav_r .nav_a a:hover,
.small_nav a.nav_jl:hover,
.small_nav .nav_r .nav_b a:hover {
  color: #fff;
  text-decoration: none;
}
.small_nav .search {
  padding: 11px 0 0 0;
}
.small_nav .search_text {
  width: 150px;
  height: 28px;
  line-height: 28px;
  margin-right: -8px;
  border: 0;
  background: #fff;
  padding-left: 8px;
  border-radius: 0;
}
.small_nav .search_btn {
  background: url(../images/btm_topsearch2.png) no-repeat;
  width: 38px;
  height: 28px;
  cursor: pointer;
  border-radius: 0;
}
.small_nav ul.nav_r {
  float: right;
}
.small_nav ul.nav_r li {
  float: right;
  color: #9b9b9b;
  margin-right: 20px;
}
.small_nav ul.nav_r li.user_login {
  background: url(../images/ico_user.png) left center no-repeat;
  padding-left: 18px;
}
.small_nav ul.nav_r li a {
  color: #9b9b9b;
  text-decoration: none;
}
.small_nav ul.nav_r li a:hover {
  color: #fff;
}
.small_nav ul.nav_r li.his_item a:hover {
  color: #e73c31;
}
.small_nav ul.nav_r li a.history {
  background: url(../images/ico_history.png) left center no-repeat;
  padding-left: 20px;
}
.small_nav ul.nav_r li a.look_rand {
  background: url(../images/ico_random.png) left center no-repeat;
  padding-left: 20px;
}
/*内页底部*/
.small_foot {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.body-bg .small_foot {
  min-width: 1220px;
}
.small_foot.bottom {
  position: absolute;
  bottom: 0;
}
.small_foot .f_01 {
  background: #202e31;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0 30px;
}
.small_foot .f_01 .foot-link {
  margin-top: 30px;
  line-height: 1.5;
}
.small_foot .f_02 {
  background: #1d282a;
  color: #fff;
  text-align: center;
  padding: 20px 5px;
  line-height: 25px;
}
.small_foot .f_02 font {
  color: #fec04b;
}
.small_foot .foot-search {
  width: 700px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin: -35px auto 0;
  background: url(../images/footsearch_bg.png) no-repeat;
}
.small_foot .foot-search input {
  float: right;
  margin-top: 20px;
}
.small_foot .foot-search input.f_serbtn {
  width: 50px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(../images/btm_footsearch.png) no-repeat;
  margin-right: 70px;
  cursor: pointer;
}
.small_foot .foot-search input.f_in {
  width: 255px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin-right: -10px;
}
.small_foot a {
  padding: 0 8px;
  color: #fff;
}
/* -------------分页开始---------- */
.pages {
  height: 36px;
  padding: 30px 0px 20px 0px;
  text-align: center;
  color: #ffffff;
  line-height: 0;
  font-size: 0px;
  overflow: hidden;
}
.pages em {
  font-style: normal;
}
.pages .pagego {
  height: 30px;
  line-height: 30px;
  padding-bottom: 2px;
  margin-left: 5px;
  margin-right: 10px;
  padding-right: 15px;
  background-color: #ffffff;
  border: 1px solid #000;
  color: #0066ff;
  font-size: 14px;
  display: none;
}
.pages .pagebtn {
  display: none;
}
.pages a,
.pages span,
.pages em,
.pages label {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin: 0 1px;
  padding: 0 16px;
  color: #666;
  overflow: hidden;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid #dcdcdc 1px;
}
.pages span.pagenow,
.pages a:hover {
  color: #202e31;
  font-weight: 700;
  background-color: var(--theme-color);
  border: solid var(--theme-color) 1px;
  text-decoration: none;
}
.pages span.disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.pages .prev {
  padding: 0 10px 0 20px;
  background-position: 0 7px;
}
.pages .next {
  padding: 0 20px 0 10px;
  background-position: right -20px;
}
/* -------------分页结束---------- */
/*弹窗*/
#ym-window {
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
/*header*/
.ym-tl {
  padding-left: 3px;
  background: #cfd7ec url(../images/title_bg_left.gif) no-repeat 0 0;
}
.ym-tr {
  padding-right: 3px;
  background: #cfd7ec url(../images/title_bg_right.gif) no-repeat right 0;
}
.ym-tc {
  background: #cfd7ec url(../images/title_bg_center.gif) repeat-x 0 0;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.ym-ttc {
  height: 3px;
}
.ym-header-text {
  font-size: 12px;
  font-weight: bold; /*color:#fff;*/
  color: #000;
  margin-left: 5px;
  float: left;
}
.ym-header-tools {
  float: right;
  margin-top: 5px;
}
.ym-header-tools strong {
  display: none;
}
/*body*/
.ym-ml {
  background: url(../images/win_l.gif) repeat-y 0 0;
  padding-left: 3px;
}
.ym-mr {
  background: url(../images/win_r.gif) repeat-y right 0;
  padding-right: 3px;
}
.ym-mc {
  background: url(../images/content_bg.gif) repeat-x 0 0;
  padding: 0;
}
.ym-body {
  overflow: auto;
  padding: 0;
  font-size: 12px;
}
/*button*/
.ym-btn {
  text-align: center;
}
/*footer*/
.ym-bl {
  background: url(../images/win_lb.gif) no-repeat 0 bottom;
  padding-left: 3px;
}
.ym-br {
  background: url(../images/win_rb.gif) no-repeat right bottom;
  padding-right: 3px;
}
.ym-bc {
  background: url(../images/win_b.gif) repeat-x 0 bottom;
  height: 3px;
  font-size: 3px;
}
/*icon*/
.ymPrompt_alert {
  /*padding-left:90px;*/
  background: url(../images/info.gif) no-repeat 20px 50%;
}
.ymPrompt_succeed {
  padding-left: 90px;
  background: url(../images/right.gif) no-repeat 20px 50%;
}
.ymPrompt_error {
  padding-left: 90px;
  background: url(../images/err.gif) no-repeat 20px 50%;
}
.ymPrompt_confirm {
  padding-left: 90px;
  background: url(../images/ask.gif) no-repeat 20px 50%;
}
.ymPrompt_alert .ym-content,
.ymPrompt_succeed .ym-content,
.ymPrompt_error .ym-content,
.ymPrompt_confirm .ym-content {
  padding: 50px 0 0;
}
/*图标公共定义*/
.ym-header-tools div {
  cursor: pointer;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 1px;
  background: url(../images/ico.gif) no-repeat 0 0;
}
.ymPrompt_close {
  background-position: -16px 0 !important;
}
.ymPrompt_max {
  background-position: 0 -16px !important;
}
.ymPrompt_min {
  background-position: 0 0 !important;
}
.ymPrompt_normal {
  background-position: -16px -16px !important;
}
/*取消确认按钮样式*/
input.btnStyle {
  background: url(../images/btn_bg.gif) no-repeat;
  width: 80px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #183c94;
  border: 0;
  margin: 10px 0;
}
/*弹窗-登录*/
.black_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998;
}
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  resize: none;
  outline: 0;
}
.clear-input {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
  color: #777;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: color 0.2s linear, border-color 0.3s linear;
}
.btn18 {
  font-size: 18px;
  padding: 0 15px;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
/*幻灯*/
.bann_slid {
  width: 660px;
  height: 316px;
}
.comiis_wrapad {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.bann_show {
  height: 100% !important;
}
.bann_show li {
  overflow: hidden;
  display: block;
  width: 100%;
}
.bann_show li .art-slide-item {
  padding-bottom: 30%;
  background-image: url("../images/placeholder.png");
}
.comiis_wrapad img {
  display: block;
  width: 1200px;
  height: 582px;
  border: none;
}
.comiis_wrapad .index-slide-item {
  display: block;
  width: 660px;
  height: 316px;
  border: none;
  background: url(../images/placeholder.png) no-repeat center center;
  background-size: cover;
}
.comiis_wrapad .channel-slide-item {
  width: 1200px;
  height: 0;
  padding-bottom: 40%;
}
.bann_show div.title {
  position: absolute;
  bottom: 0;
  _bottom: -1px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 50px;
  padding-left: 18px;
}
.bann_show div.title .img_tit {
  display: block;
  width: 80%;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.bann_show div.title .img_tit a {
  display: inline-table;
  width: auto;
  height: auto;
  color: #fff;
}
.bann_show div.title .img_tit a:hover {
  color: #ff6;
  font-size: 16px;
}
.bann_show div.title .img_fz {
  display: block;
  width: 70%;
  height: 50%;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}
.slidebar {
  position: absolute;
  bottom: 0px;
  right: 6px;
  height: 12px;
  margin: 19px 0 19px 0;
  z-index: 2;
}
.slidebar ul li {
  float: left;
  margin: 0 4px 0 4px;
  width: 12px;
  height: 12px;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
}
.slidebar li.on {
  background: var(--theme-color);
  font-size: 0;
}
/*推荐*/
.tj_movieBox {
  width: 230px;
  margin-left: 30px;
  height: 316px;
  overflow: hidden;
}
.tj_movieBox .tvBox,
.tj_movieBox .movieBox {
  width: 230px;
  height: 160px;
  position: relative;
  padding: 0 0;
}
.tvBox .pian_img,
.movieBox .pian_img {
  width: 230px;
  height: 130px;
  display: block;
  background-image: url(../images/placeholder.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tvBox .pian_img img,
.movieBox .pian_img img {
  display: block;
  width: 230px;
  height: 130px;
  border: none;
}
.tvBox .pian_name,
.movieBox .pian_name {
  display: block;
  width: 230px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #4e4e4e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tvBox a:hover.pian_name,
.movieBox a:hover.pian_name {
  color: var(--theme-color);
}
.tvBox .span,
.movieBox .span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 54px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #202e31;
  background: var(--theme-color);
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  overflow: hidden;
}
.movieBox .span {
  background: var(--theme-color);
}
.tj_phb {
  width: 250px;
}
.tj_phb .tjphb_tab {
  height: 36px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 36px;
}
.tj_phb .tjphb_tab li {
  float: left;
  border-radius: 3px;
  margin-right: 5px;
}
.tj_phb .tjphb_tab li a {
  padding: 0 10px;
  text-align: center;
  line-height: 24px;
  display: block;
  color: #666666;
  font-size: 16px;
}
.tj_phb .tjphb_tab a.current {
  background: var(--theme-color);
  color: #202e31;
  border-radius: 3px;
  font-size: 16px;
}
.tj_phb .tjphb_tab a:hover {
  text-decoration: none;
}
.tj_phb .tjphb_cont li {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 220px;
  padding: 0 0 0 30px;
  margin: 8px 0 0 0;
}
.tj_phb .tjphb_cont li a {
  color: #666;
  display: block;
  width: 160px;
  height: 20px;
  overflow: hidden;
}
.tj_phb .tjphb_cont li a:hover {
  color: var(--theme-color);
}
.tj_phb .tjphb_cont li i {
  background: #bbbbbb;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-style: normal;
}
.tj_phb .tjphb_cont span {
  float: right;
  color: #a9a9a9;
  font-size: 12px;
}
.tj_phb .tjphb_cont .active {
  background: var(--theme-color);
  color: #202e31;
}
/*今日推荐*/
.clearfix:after,
.fl:after,
.fr:after,
.row:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
}
.in_c1 .cont_title,
.hot-recommend {
  height: 38px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.in_c1 .cont_title span {
  color: var(--theme-color);
  font-weight: bold;
}
.in_c1 .cont_title div {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  _line-height: 30px;
  padding: 0 10px;
  float: left;
}
.in_c1 .cont_title div.fl {
  background: #202e31;
  color: #fff;
}
.in_c1 .cont_title div.fl i {
  font-style: normal;
  color: var(--theme-color);
  font-size: 14px;
  margin-left: 5px;
}
.in_c1 .cont_title .cont_nav {
  padding: 0 0 0 20px;
  color: #202e31;
  font-size: 14px;
  float: right;
  width: 1000px;
}
.in_c1 .cont_title .cont_nav i,
.in_c1 .cont_title .cont_nav .index-notice {
  float: left;
}
.in_c1 .cont_title .cont_nav i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 3px;
}
.in_c1 .cont_title .cont_nav .index-notice {
  width: 940px;
  overflow: hidden;
}
.in_c1 .cont_title .cont_nav .index-notice div {
  width: auto;
  white-space: nowrap;
}
.in_c1 .cont_title .cont_nav p {
  width: auto;
  min-width: 100%;
}
.in_c1 .cont_title .cont_nav a {
  padding: 0 8px;
  color: #666;
}
.in_c1 .cont_title .cont_nav a:hover {
  color: var(--theme-color);
}
.in_c1 .c1_list {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.in_c1 .c1_imglist {
  margin-left: -36px;
  zoom: 1;
  overflow: hidden;
}
.in_c1 .c1_imglist li {
  float: left;
  margin-left: 36px;
  display: inline;
  margin-bottom: 15px;
}
.in_c1 .c1_imglist_a {
  width: 140px;
  height: 190px;
  display: block;
  overflow: hidden;
  position: relative;
}
.in_c1 .c1_imglist_a img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.in_c1 .c1_imglist_a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.in_c1 .maskbg {
  height: 30px;
  bottom: 0;
  left: 0;
}
.in_c1 .c1_wz {
  position: absolute;
  height: 30px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  height: 30px;
  overflow: hidden;
}
.picScroll-left {
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  position: absolute;
  right: 0;
  top: -53px;
  line-height: 200px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
}
.picScroll-left .hd .next {
  background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 10px;
  background: #bbbbbb;
}
.picScroll-left .hd ul li.on {
  background: var(--theme-color);
  width: 20px;
  border-radius: 10px;
}
/*电视剧*/
.in_c2 .left {
  width: 920px;
}
.in_c2 .title,
.tvplay_title,
.in_link .link_title {
  height: 38px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  font-size: 18px;
  color: #656565;
  line-height: 25px;
  _line-height: 30px;
}
.title .t_head,
.tvplay_title,
.link_title .t_head {
  height: 31px;
  line-height: 31px;
  background: var(--theme-color);
  overflow: hidden;
}
.in_c2 .tvplay_title div {
  padding-left: 10px;
  color: #fff;
}
.in_c2 .title div a,
.in_c2 .title div a:hover,
.in_c2 .tvplay_title div a,
.in_c2 .tvplay_title div a:hover,
.link_title .t_head a,
.link_title .t_head a:hover {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #202e31;
  text-decoration: none;
}
.in_c2 .title .t_head span,
.in_c2 .tvplay_title span,
.link_title .t_head span {
  display: block;
  float: left;
  color: #fff;
}
.in_c2 .tvplay_title span {
  color: #202e31;
  margin-right: 5px;
}
.in_c2 .title span,
.link_title .t_head span {
  font-size: 12px;
  padding: 0 0 0 4px;
}
.in_c2 .tab_list {
  margin-left: 20px;
  margin-top: 2px;
}
.in_c2 .tab_list li {
  float: left;
  border-radius: 3px;
  margin-right: 10px;
}
.in_c2 .tab_list li a {
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  display: block;
  font-size: 14px;
}
.in_c2 .tab_list a.current {
  background: var(--theme-color);
  color: #202e31;
  border-radius: 3px;
  font-size: 14px;
}
.in_c2 .tab_list a:hover {
  text-decoration: none;
}
.in_c2 .c2_inner {
  overflow: hidden;
  height: auto;
}
.in_c2 .c2_list {
  margin-left: -10px;
  _margin-left: -80px;
  overflow: hidden;
  zoom: 1;
}
.in_c2 .c2_list li {
  height: auto;
  width: 176px;
  overflow: hidden;
  float: left;
  margin-left: 10px; /*margin-bottom: 20px;*/
  position: relative;
}
.in_c2 .show_play {
}
.in_c2 .tc_img,
.player-right-recommend .tc_img {
  width: 100%;
  height: 0;
  padding-bottom: 133.333%;
  position: relative;
  overflow: hidden;
}
.art-item-1 .tc_img {
  padding-bottom: 62%;
}

.in_c2 .tc_img .auto-height-img,
.player-right-recommend .tc_img .auto-height-img {
  width: 100%;
  min-height: 100%;
  position: absolute;
}
.in_c2 .tc_img1,
.in_c2 .tc_wz,
.player-right-recommend .tc_img1,
.player-right-recommend .tc_wz,
.c1_list .tc_img1 {
  position: absolute;
}
.in_c2 .tc_img1,
.player-right-recommend .tc_img1,
.c1_list .tc_img1 {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) center no-repeat;
  display: none\9;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
}
.in_c2 .show_play:hover .tc_img1,
.player-right-recommend .show_play:hover .tc_img1,
.c1_list .c1_imglist_a:hover .tc_img1 {
  display: block\9;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.in_c2 .left .maskbg,
.player-right-recommend .maskbg {
  height: 34px;
  left: 0;
  bottom: 0;
}
.in_c2 .left .tc_wz {
  color: #fff;
  height: 34px;
  left: 0;
  bottom: 0;
  line-height: 34px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.in_c2 .left .name,
.player-right-recommend .name {
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  height: 30px;
}
.in_c2 .left .name.name_icon {
  background: url(../images/ico_arrows.png) 3px center no-repeat;
}
.in_c2 .left .name.name_icon.name_bg {
  background: #f2f2f2 url(../images/ico_arrows.png) 3px center no-repeat;
}
.in_c2 .left .name .show_pf {
  display: block;
  width: 10%;
  text-align: center;
  line-height: 20px;
  margin-top: 5px;
  color: var(--theme-color); /*background: var(--theme-color);*/
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.in_c2 .left .name a {
  display: block;
  width: 90%;
  float: left;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
}
.in_c2 .left .name a:hover {
  color: var(--theme-color);
}
.in_c2 .left .name.name_icon a {
  margin-left: 12px;
  width: calc(90% - 12px);
}
/*右边排行榜*/
.in_c2 .tvplay {
  width: 250px;
}
/*.in_c2 .tvplay .more { float: right; font-size: 14px; margin-top: 10px; width: auto; color: #999999; }*/
.in_c2 .tvplay_list .list_one {
  height: 125px;
  width: 250px;
  overflow: hidden;
  position: relative;
}
.in_c2 .tvplay_list .list_one .list-no1-pic {
  width: 90px;
  height: 120px;
  float: left;
}
.in_c2 .tvplay_list .list_one span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: block;
  color: #202e31;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.in_c2 .tvplay_list li {
  display: block;
  width: 250px;
  height: 20px;
  margin-bottom: 10px;
  *margin-bottom: 6px;
  _margin-bottom: 6px;
  position: relative;
}
.in_c2 .tvplay_list .list_no1_con {
  float: right;
  width: 150px;
}
.in_c2 .tvplay_list .no1_tv_title {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 150px;
}
.in_c2 .tvplay_list .top_desc {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #a9a9a9;
  font-size: 12px;
  width: 150px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.in_c2 .tvplay_list .pview {
  height: 24px;
  line-height: 24px;
  width: 150px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
}
.in_c2 .tvplay_list .top_btn {
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  background: var(--theme-color);
  color: #202e31;
  position: absolute;
  top: 90px;
  left: 100px;
}
.in_c2 .tvplay_list i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bbbbbb;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  left: 0;
  top: 0;
  font-style: normal;
}
.in_c2 .tvplay_list .active {
  background: var(--theme-color);
  color: #202e31;
}
.in_c2 .tvplay_list span {
  float: right;
  font-size: 12px;
  color: #a9a9a9;
  font-family: Arial;
}
.in_c2 .tvplay_list .list_two a {
  padding: 0 0 0 30px;
  width: 200px;
  overflow: hidden;
  height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_c2 .tvplay_list a:hover {
  color: var(--theme-color);
}
.in_c2 .tvplay_list a.top_btn:hover {
  color: #202e31;
}
/*友情链接*/
.wrapper.in_link {
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 20px auto 20px;
}
.in_link .link_title {
  margin-bottom: 10px;
}
.in_link .link_con {
  overflow: hidden;
}
.in_link .link_con a {
  display: block;
  float: left;
  width: 130px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 10px;
  background: url(../images/jt_right_01.gif) left center no-repeat;
  font-size: 14px;
}
.in_link .link_con a:hover {
  color: var(--theme-color);
}
.in_c2 .title div a.index_more,
.in_c2 .tvplay_title a,
.link_title .t_head a.index_more {
  display: block;
  float: right;
  width: 80px;
  height: 31px;
  overflow: hidden;
  background: url(../images/btm_tit_more.png) right center no-repeat;
  padding-left: 20px;
}
/*检索页*/
.culum_list .culum_pic {
  height: auto;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.culum_list .culum_wrap {
  zoom: 1;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.culum_list .filter-wrap {
  padding: 4px 0px;
  width: 1120px;
  float: left;
  overflow: hidden;
}
.culum_list .filter-wrap.with-all-btn {
  width: 1090px;
}
.culum_list .afc1 {
  white-space: nowrap;
}
.culum_list .culum_span {
  float: left;
  width: 64px;
  margin-top: 14px;
  color: #999999;
  font-size: 16px;
}
.culum_list .afc1 li,
.filter-all-btn {
  width: auto;
  margin: 5px 3px;
  display: inline-block;
}
.filter-all-btn {
  float: left;
  margin-top: 9px;
}
.filter-all-btn.active {
  background-color: var(--theme-color);
}
.culum_list .afc1 li a,
.filter-all-btn a {
  padding: 5px;
  display: block;
  font-size: 14px;
}
.culum_list .culum_wrap a:hover {
  background: var(--theme-color);
  color: #202e31;
  text-decoration: none;
}
.culum_list .active_style2 {
  background: var(--theme-color);
}
.culum_list .active_style2 a {
  color: #202e31;
}
.culum_list .colum_tit_right {
  float: right;
  color: #000;
  font-size: 14px;
  background-color: var(--theme-color);
  padding: 1px 10px 0 10px;
}
.culum_list .name a {
  text-align: left;
  height: 20px;
  line-height: 20px;
  padding: 6px 0 0 0;
}
.culum_list .tc_wz {
  left: 10px;
  text-align: left;
}
.culum_list .time {
  text-align: left;
}
/*影视列表*/
.tv_con .title,
.tv_c2 .title,
.culum_list .colum_title {
  height: 38px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  font-size: 18px;
  color: #656565;
  line-height: 38px;
  _line-height: 30px;
}
.tv_con .title div a,
.tv_con .title div a:hover,
.tv_c2 .title div a,
.tv_c2 .title div a:hover,
.culum_list .colum_title div a,
.culum_list .colum_title div a:hover {
  font-size: 18px;
  text-decoration: none;
}
.tv_con .title span,
.tv_c2 .title span,
.culum_list .colum_title span {
  color: #202e31;
}
.culum_list .colum_title .type-title span {
  display: block;
  border-bottom: 3px solid var(--theme-color);
  position: relative;
  bottom: 3px;
}
.tv_con .tab_list,
.tv_c2 .tab_list,
.culum_list .tab_list {
  margin-left: 40px;
  margin-top: 6px;
  width: 750px;
  height: 24px;
  overflow: hidden;
}
.tv_con .tab_list li,
.tv_c2 .tab_list li,
.culum_list .tab_list li {
  float: left;
  border-radius: 3px;
  margin-right: 10px;
}
.tv_con .tab_list li a,
.tv_c2 .tab_list li a,
.culum_list .tab_list li a {
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  display: block;
  font-size: 14px;
}
.tv_con .tab_list a.current,
.culum_list .tab_list a.current {
  background: var(--theme-color);
  color: #202e31;
  border-radius: 3px;
  font-size: 14px;
}
.tv_con .tab_list a:hover,
.culum_list .tab_list a:hover {
  text-decoration: none;
  background: var(--theme-color);
  color: #202e31;
}
.tv_con .c2_inner {
  overflow: hidden;
  height: auto;
}
.tv_con .c2_list,
.culum_list .c2_list {
  margin-left: -20px;
  overflow: hidden;
  zoom: 1;
}
.tv_con .c2_list li,
.culum_list .c2_list li {
  height: auto;
  width: 183px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.tv_con .show_play,
.tv_base .tv_play,
.culum_list .show_play {
  width: 100%;
  /*  height: 0;
  padding-bottom: 133.33333%;*/
  position: relative;
}
.tv_con .show_play,
.tv_base .tv_play,
.culum_list .show_play .tcl-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /*  height: 100%;
  position: absolute;
  top: 0;
  left: 0;*/
}
.tv_con .tc_img,
.tv_base .tc_img,
.culum_list .tc_img {
  width: 100%;
  height: 100%;
  display: block;
}
.tv_con .tc_img,
.tv_base .tc_img,
.culum_list .tc_img img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.tv_con .tc_img,
.tv_con .tc_img1,
.tv_con .tc_wz,
.tv_base .tc_img,
.tv_base .tc_img1,
.tv_base .tc_wz,
.culum_list .tc_img1,
.culum_list .tc_wz {
  position: absolute;
}
.tv_con .tc_img1,
.tv_base .tc_img1,
.culum_list .tc_img1 {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) center no-repeat;
  display: none\9;
  -webkit-transform: scale(0);
  transform: scale(0);
  left: 0;
  top: 0;
}
.tv_con .show_play:hover .tc_img1,
.tv_base .tv_play:hover .tc_img1,
.culum_list .show_play:hover .tc_img1 {
  display: block\9;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tv_con .tv_play .maskbg,
.tv_base .tv_play .maskbg,
.culum_list .show_play .maskbg {
  height: 34px;
  left: 0;
  bottom: 0;
}
.tv_con .tv_play .tc_wz,
.tv_base .tc_wz,
.culum_list .tc_wz {
  color: #fff;
  height: 34px;
  left: 0;
  bottom: 0;
  line-height: 34px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.tv_con .tv_play .name a,
.tv_base .name a,
.culum_list .name a {
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  height: 26px;
  display: block;
  text-align: center;
}
.tv_con .tv_play .name a:hover,
.tv_base .name a:hover,
.culum_list .name a:hover {
  color: var(--theme-color);
}
.tv_con .tv_play .time,
.tv_base .time,
.culum_list .time {
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  color: #a9a9a9;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c2_inner .c2_list .name {
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
}
.c2_inner .c2_list .art-pic-item .name {
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.c2_inner .c2_list .name.name_icon {
  background: url(../images/ico_arrows.png) 3px center no-repeat;
}
.c2_inner .c2_list .name.name_icon.name_bg {
  background: #f2f2f2 url(../images/ico_arrows.png) 3px center no-repeat;
}
.c2_inner .c2_list .name .show_pf {
  display: block;
  width: 32px;
  text-align: center;
  line-height: 20px;
  margin-top: 5px;
  color: var(--theme-color); /*background: var(--theme-color);*/
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.c2_inner .c2_list .name a {
  display: block;
  width: 170px;
  float: left;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: left;
}
.art-item-1 .name a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c2_inner .c2_list .art-pic-item .name a {
  width: 100%;
  height: 48px;
  line-height: 24px;
}
.c2_inner .c2_list .name a:hover {
  color: var(--theme-color);
}
.c2_inner .c2_list .name.name_icon a {
  margin-left: 12px;
  width: 132px;
}
/*搜索检索页*/
.search_header {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: var(--theme-color);
}
.search_header .search_header_inner {
  width: 1000px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}
.search_header_inner a.search_logo {
  display: block;
  overflow: hidden;
  float: left;
  margin-top: 20px;
  width: 250px;
  height: 50px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/logo.png");
}
.search_header_form {
  float: left;
  margin: 2px 0 0 80px;
}
.search_header_form input {
  float: right;
  margin-top: 20px;
}
.search_header_form input.sear_btn {
  width: 50px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(../images/btm_footsearch.png) no-repeat;
  cursor: pointer;
}
.search_header_form input.sear_text {
  width: 350px;
  height: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin-right: -10px;
}
.sear_box {
  width: 1000px;
  margin: 60px auto 0 auto;
}
.vod_sbk {
  margin: 20px auto 0 auto;
}
.sear_box .sear_top {
  height: 90px;
  padding: 25px 0 0 0;
}
.sear_box .sear_search {
  width: 616px;
}
.sear_box .sear_text {
  width: 460px;
  height: 38px;
  border: 1px solid #e73c31;
  border-radius: 4px 0 0 4px;
  line-height: 38px;
  padding: 0 0 0 10px;
}
.sear_box .sear_top_bot {
  height: 24px;
  line-height: 24px;
}
.sear_box .sear_top_bot a {
  padding: 0 15px 0 0;
  font-size: 12px;
  color: #666;
}
.sear_box .sear_top_bot a:hover,
.sear_box .sear_top_bot a.red {
  color: var(--theme-color);
}
.sear_box .sear_jg {
  height: 45px;
  line-height: 42px;
  border-bottom: 1px solid #f2f2f2;
}
.sear_box .sear_jg h1 {
  float: left;
  font-size: 20px;
  border-bottom: 3px solid var(--theme-color);
}
.sear_box .sear_jg h2 {
  float: right;
  font-size: 14px;
}
/*检索内容*/
.reusltbox {
  padding: 30px 0;
  border-bottom: solid #f0f0f0 1px;
}
.result_list {
  position: relative;
  height: 264px;
  padding: 0 80px 0 220px;
}
.result_list .pic {
  position: absolute;
  left: 0;
  top: 0;
  height: 264px;
  width: 197px;
}
.result_pf {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 61px;
  height: 66px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #eee;
}
.result_pf span {
  display: block;
  font-size: 28px;
  color: var(--theme-color);
  font-family: "Arial";
  line-height: 44px;
  border-top: 1px solid #eee;
}
.result_pf em {
  font-size: 16px;
}
.result_title {
  color: #202e31;
  font-size: 20px;
  height: 26px;
  line-height: 26px;
}
.result_title span {
  color: #999;
  font-size: 16px;
  margin-right: 16px;
}
.result_title a {
  color: #202e31;
  font-size: 20px;
}
.result_title a:hover {
  color: var(--theme-color);
  font-size: 20px;
  text-decoration: underline;
}
.result_detail {
  padding: 8px 0;
}
.result_detail li {
  height: 30px;
  line-height: 30px;
  width: 310px;
  float: left;
  overflow: hidden;
  color: #202e31;
}
.result_detail a {
  padding: 0 8px 0 0;
}
.result_detail a:hover span {
  text-decoration: underline;
  color: var(--theme-color);
}
.result_detail span {
  color: #202e31;
}
.reusltbox_info {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.result_desc {
  width: 560px;
  height: 42px;
  overflow: hidden;
  float: left;
  padding-left: 0px;
  margin-top: 35px;
}
.result_desc a {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: #666;
  height: 42px;
  overflow: hidden;
  text-align: center;
}
.result_desc span {
  float: left;
  display: block;
  line-height: 42px;
  height: 42px;
  color: #666;
}
.result_desc a:hover {
  color: var(--theme-color);
}
.result_desc a.ak,
.result_desc a.ak:link {
  width: 126px;
  text-align: center;
  margin-right: 20px;
  background-color: var(--theme-color);
  height: 42px;
  color: #333;
  font-size: 18px;
  line-height: 42px;
  border-radius: 5px;
}
.result_desc a.ak:hover,
.result_desc a.ak:active {
  opacity: 0.8;
  text-decoration: none;
}
.result_desc a.as {
  padding: 0 10px;
  font-size: 15px;
}
.result_pannel {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
}
.result_pannel span {
  width: 50px;
  float: left;
}
.result_pannel a {
  height: 32px;
  width: 28px;
  display: block;
  float: left;
  padding: 0 1px 0 0;
}
.nullresult {
  width: 500px;
  height: 45px;
  overflow: hidden;
  background: url(../images/nofound.png) center no-repeat;
  font-size: 35px;
  color: #9b9b9b;
  margin: 0 auto;
  text-align: center;
  padding: 210px 0 0 0;
}
/*搜索页 底部推荐*/
.recommended {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
  box-sizing: border-box;
}
.recommended * {
  box-sizing: border-box;
}
.recommended div {
  width: 45%;
  height: auto;
  overflow: hidden;
}
.recommended div h1 {
  border-bottom: 1px solid #f2f2f2;
}
.recommended div h1 span {
  line-height: 30px;
  font-size: 20px;
  padding-right: 8px;
  border-bottom: 3px solid var(--theme-color);
}
.recommended div ul {
  height: auto;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.recommended div ul li {
  height: auto;
  overflow: hidden;
  float: left;
  margin: 20px 0 0 0;
  width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
}
.recommended div ul li a {
  display: block;
}
.recommended div ul li a.recommended_img {
  width: 100%;
  height: 0;
  padding-bottom: 133.333333%;
  position: relative;
  overflow: hidden;
}
.recommended div ul li a.recommended_img img,
.recommended div ul li a.recommended_img div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  min-height: 100%;
}
.recommended div ul li a.recommended_name {
  width: 100%;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
}
/*最新更新*/
.nytitle {
  height: 36px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 34px;
  color: #2a2a2a;
  font-size: 18px;
}
.art-right .nytitle:not(:first-child) {
  margin-top: 20px;
}
.nytitle h3 {
  border-bottom: 3px solid var(--theme-color);
  float: left;
  font-style: normal;
}
.nytitle .ny_title_tab li {
  float: left;
  padding: 0 10px;
}
.nytitle .ny_title_tab li a {
  float: left;
  font-size: 20px;
  padding: 0 5px;
}
.nytitle .ny_title_tab li a:hover,
.nytitle .ny_title_tab li a.current {
  font-size: 20px;
  border-bottom: 3px solid var(--theme-color);
  color: var(--theme-color);
  text-decoration: none;
}
.zxgx .base_zxgx {
  width: 240px;
}
.zxgx .base_zxgx1 {
  width: 310px;
}
.zxgx .base_zxgx2 {
  width: 150px;
}
.zxgx .base_zxgx3 {
  width: 260px;
}
.zxgx .base_zxgx4 {
  width: 140px;
}
.zxgx .zxgx_list li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #dfdfdf;
  color: #666666;
  font-size: 16px;
}
.zxgx .zxgx_list li span {
  height: 48px;
  overflow: hidden;
  display: inline-block;
  padding: 0 0 0 16px;
}
.zxgx .base_zxgx3 a {
  padding: 0 12px 0 0;
}
.zxgx .zxgx_list a {
  color: #202e31;
  font-size: 16px;
}
.zxgx .zxgx_list a:hover {
  color: var(--theme-color);
  font-size: 16px;
}
/*全部排行榜*/
.qbphb .left {
  width: 212px;
  overflow: hidden;
}
.qbphb .l_title {
  padding: 20px 0 0 0;
}
.qbphb .l_zt_list li {
  height: 136px;
  padding: 10px 0 0 0;
  position: relative;
}
.qbphb .l_zt_list li img {
  border: 1px solid #e7e7e7;
}
.qbphb .l_zt_list .wz,
.qbphb .l_zt_list .maskbg {
  position: absolute;
  left: 1px;
  top: 115px;
  height: 30px;
  line-height: 30px;
  width: 210px;
}
.qbphb .l_zt_list .wz {
  text-align: center;
  overflow: hidden;
  color: #fff;
}
/*排行榜*/
.ny_phb {
  padding: 10px 0 0px 0;
}
.ny_phb li {
  height: 20px;
  line-height: 20px;
  padding: 0 0 10px 0;
  position: relative;
}
.ny_phb li i {
  background: #bbbbbb;
  width: 20px;
  height: 20px;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.ny_phb li span {
  float: right;
  font-family: Arial;
  color: #12px;
  color: #a9a9a9;
}
.ny_phb li .num {
  background: #e13f3d;
}
.ny_phb li a {
  padding: 0 0 0 25px;
  width: 125px;
  height: 20px;
  overflow: hidden;
  display: block;
  line-height: 20px;
}
/*右边*/
.qbphb .right {
  width: 100%;
  overflow: hidden;
}
.nytitle ul.nytitle_type {
  float: right;
}
.nytitle ul.nytitle_type li {
  float: left;
}
.nytitle ul.nytitle_type li.on {
  border-bottom: 3px solid var(--theme-color);
}
.nytitle ul.nytitle_type li a {
  font-size: 16px;
  padding: 0 10px;
}
.nytitle ul.nytitle_type li a:hover,
.nytitle ul.nytitle_type li.on a {
  color: var(--theme-color);
}
.qbphb .r_list {
  height: 186px;
  width: 100%;
}
.qbphb .r_list li {
  width: 23%;
  height: auto;
  float: left;
  margin: 0 2% 0 0;
  display: inline;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.qbphb .r_list .r_img {
  position: relative;
  width: 40%;
  float: left;
}
.qbphb .r_list .r_img .img_wrapper {
}
.qbphb .r_list .r_img span {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  background: var(--theme-color);
  color: #202e31;
}
.qbphb .r_list p {
  float: left;
  width: 58%;
  padding: 0 0 0 2%;
  overflow: hidden;
}
.qbphb .r_list .name {
  height: 30px;
  line-height: 30px;
}
.qbphb .r_list .name a {
  font-size: 18px;
}
.qbphb .r_list .zy {
  color: #666;
  height: 44px;
  line-height: 22px;
}
.qbphb .r_list .dy {
  color: #666;
  height: 22px;
  line-height: 22px;
}
.qbphb .r_list .zy span,
.qbphb .r_list .dy span {
  padding: 0 8px 0 0;
  color: #333;
}
.qbphb .r_list1 {
  width: 100%;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  padding: 0 0 15px 0;
}
.qbphb .r_list1 li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e6e6e6;
  width: 23%;
  float: left;
  margin: 0 2% 0 0;
  display: inline;
  position: relative;
}
.qbphb .r_list1 span {
  display: block;
  float: right;
  text-align: center;
  line-height: 20px;
  margin-top: 5px;
  color: var(--theme-color); /*background: var(--theme-color);*/
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.qbphb .r_list1 .num {
  background-position: 0 -348px;
}
.qbphb .r_list1 .num1 {
  background-position: 0 -373px;
}
.qbphb .r_list1 .num2 {
  background-position: 0 -400px;
}
.qbphb .r_list1 a {
  display: block;
  width: 208px;
  overflow: hidden;
  height: 36px;
  position: absolute;
  left: 26px;
  top: 0;
  font-weight: normal;
  font-size: 14px;
}
/*滚动条*/
.scroll-bar {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-3dlight-color: #3f3f3f;
  scrollbar-highlight-color: #3f3f3f;
  scrollbar-arrow-color: #999;
  scrollbar-shadow-color: #3f3f3f;
  scrollbar-darkshadow-color: #3f3f3f;
  scrollbar-base-color: #3f3f3f;
  scrollbar-track-color: #1f1f1f;
}
.scroll-bar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scroll-bar::-webkit-scrollbar-track:vertical {
  background-color: #1f1f1f;
}
.scroll-bar::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.scroll-bar::-webkit-scrollbar-thumb:vertical {
  background-color: #3f3f3f;
}
/*黑色头部面包屑*/
.mbx_bg {
  height: 45px;
  line-height: 45px;
  padding: 50px 0 0 0;
}
.mbx_bg .mbx_box {
  width: 1200px;
  margin: 0 auto;
}
.mbx_bg .mbx_left span {
  padding: 0 8px;
}
.mbx_bg .mbx_right li {
  float: left;
}
.mbx_bg .mbx_right a {
  font-size: 16px;
  padding: 0 15px;
  display: block;
  float: left;
}
.mbx_bg .mbx_right a.on {
  background: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  color: var(--theme-color);
}
.mbx_bg .mbx_right a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
/*内容页主体*/
.content .left {
  width: 870px;
  overflow: hidden;
}
.content .con_c1 {
  /* height:306px;*/
  position: relative;
}
.content .con_c1 .leftimg {
  float: left;
  width: 230px;
  /*  height:320px;*/
}
.content .con_c1 .leftimg .img_wrapper {
  height: 0;
}
.content .con_c1 .con_xinxi {
  float: left;
  width: 600px;
  padding-left: 20px;
  font-size: 12px;
}
.content .con_c1 .con_xinxi a:hover {
}
.content .con_c1 p em,
.content .con_c1 .con_xinxi i em,
.content .con_c1 .yplx_c3 em {
  width: 14px;
  margin-right: 4px;
}
.content .con_c1 .con_name {
  height: 34px;
  line-height: 24px;
  width: 600px;
  overflow: hidden;
}
.content .con_c1 h1 {
  font-size: 24px;
  color: #333;
  float: left;
  padding: 0 0 10px 0;
  height: 30px;
}
.content .con_c1 .con_nav {
  padding: 0 0 0 20px;
  color: #b0b0b0;
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  float: left;
}
.content .con_c1 .bof_time {
  float: right;
  height: 34px;
  line-height: 34px;
  padding: 0 51px 0 0;
}
.content .con_c1 h1 a,
.content .con_c1 h1 a:hover span {
  font-size: 24px;
}
.content .con_c1 p {
  overflow: hidden;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
}
.content .con_c1 p span,
.content .con_c1 .yplx_c3 span {
  color: #333;
}
.content .con_c1 .dy,
.content .con_c1 .zy {
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .con_c1 .zy a,
.content .con_c1 .dy a,
.content .con_c1 .yplx_c1 a {
  padding: 0 8px 0 0;
}
.content .yplx_c1 i,
.content .yplx_c2 i {
  display: inline-block;
  font-style: normal;
  color: #666;
}
.content .yplx_c1 i {
  width: 33.33%;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.content .yplx_c2 i {
  width: 120px;
}
.content .yplx_c2 .yplx_time {
  width: 240px;
}
.content .con_c1 .green {
  color: #00ab00;
}
.content .con_c1 .imdb {
  color: #ffa600;
}
.content .con_c1 .yplx_c3 {
  overflow: hidden;
  line-height: 24px;
  width: 100%;
  position: relative;
  color: #202e31;
  font-size: 14px;
}
.content .con_c1 .yplx_c3 a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 24px;
  text-align: right;
}
.content .con_c1 .yplx_c3 a:hover {
  font-size: 14px;
}
.content .con_c1 .yplx_search {
  height: 42px;
  padding: 13px 0;
}
.content .con_c1 .yplx_c4 {
  height: 30px;
  line-height: 30px;
}
.content .con_c1 .yplx_c4 .num_bg {
  background: url(../images/phb.png) no-repeat;
  color: #9999a8;
  padding: 0 20px 0 20px;
  display: block;
  float: left;
}
.content .con_c1 .yplx_c4 a:hover {
  color: #da1e2e;
  text-decoration: none;
}
.content .con_c1 .yplx_c4 .num {
  background-position: 0 -502px;
}
.content .con_c1 .yplx_c4 a.num:hover {
  background-position: 0 -530px;
}
.content .con_c1 .yplx_c4 .num1 {
  background-position: 0 -555px;
}
.content .con_c1 .yplx_c4 a.num1:hover {
  background-position: 0 -583px;
}
.content .con_c1 .yplx_c4 .num2 {
  background-position: 0 -612px;
}
.content .con_c1 .yplx_c4 .fx {
  display: inline-block;
  float: left;
}
.content .con_c1 .yplx_pf {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 20px;
}
.content .con_c1 .yplx_pf .yplx_xx {
  padding: 0 8px 0 0;
}
.content .con_c1 .yplx_pf label {
  height: 30px;
}
.content .con_c1 .yplx_pf label span {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #da1e2e;
}
.content .con_c1 .yplx_c5 {
  font-size: 12px;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.content .con_c2title {
  padding: 20px 0 0 0;
}
.playlist-notice,
.download-list {
  padding: 0 10px;
  border: 1px dashed var(--theme-color);
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 815px;
  color: #888;
}
.download-box {
  max-height: 240px;
  overflow-y: auto;
}
.download-box-border {
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.7);
}
.playlist-notice p {
  line-height: 3;
  border-bottom: 1px dashed #ddd;
}
.playlist-notice p:last-child {
  border: none;
}
.playlist-notice p span {
  position: static;
  color: var(--theme-color);
  background: none;
}
.playlist-notice p span.detail-group-tip {
  float: right;
  color: #f00;
  visibility: hidden;
}
.playlist-notice p span.detail-group-tip.gt10 {
  visibility: visible;
}
.playlist-notice p span.detail-group-tip .fa {
  font-size: 14px;
}
.playlist-notice p a,
.playlist-notice p a:hover {
  color: #f00;
  font-size: 12px;
  margin-right: 10px;
}
.playlist-notice p a.playlist-order-desc {
  color: #008000;
}
.con_juji_bg {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 15px 0 30px 5px;
  color: #dadada;
  font-size: 12px;
}
.con_fenji {
  height: 180px;
  overflow-y: auto;
}
.con_juji_bg .con_c2_title li,
.content .con_fjjq li {
  display: block;
  float: left;
  padding: 0 10px;
  width: auto;
}
.con_juji_bg .con_c2_title a,
.content .con_fjjq a {
  display: block;
  display: inline;
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
}
.con_juji_bg .con_c2_title span,
.content .con_fjjq span {
  display: block;
  float: left;
  line-height: 26px;
}
.con_juji_bg .con_c2_title span:last-of-type {
  display: none;
}
.con_juji_bg .con_c2_title a:hover,
.con_juji_bg .con_c2_title a.current,
.content .con_fjjq a:hover,
.content .con_fjjq a.current {
  background: var(--theme-color);
  color: #202e31;
  border-radius: 3px;
  text-decoration: none;
}
.con_juji_bg .con_c2_list {
  padding: 0;
  overflow: hidden;
  margin-right: 10px;
  background-color: #fff;
  /* border: 1px dashed var(--theme-color);*/
  width: 837px;
  margin-left: 10px;
  padding-top: 10px;
}
.con_juji_bg .con_c2_list::-webkit-scrollbar,
.download-list .download-box::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.con_juji_bg .con_c2_list::-webkit-scrollbar-thumb,
.download-list .download-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--theme-color);
}
.con_juji_bg .con_c2_list::-webkit-scrollbar-track,
.download-list .download-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ffffff;
}
.con_juji_bg .con_c2_list.con_zy li {
  width: 410px;
  height: 38px;
  padding: 0 10px 0 0;
}
.con_juji_bg .con_c2_list.con_zy li a {
  width: 400px;
  text-align: left;
  padding: 0 0 0 10px;
}
.more-content {
  margin-top: 20px;
}
.more-source {
  position: absolute;
  right: 0;
}
.con_juji_bg .con_c2_list li {
  width: 156px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #333;
  float: left;
  margin: 0 0 10px 10px;
  line-height: 38px;
  display: inline;
  position: relative;
}
.con_juji_bg .con_c2_list li.show-new-icon::after {
  content: "new";
  display: block;
  font-size: 8px;
  background-color: #f00;
  color: #fff;
  height: 15px;
  line-height: 12px;
  text-align: center;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.con_juji_bg .con_c2_list li.show-new-icon::before {
  content: "";
  display: block;
  height: 8px;
  background-color: #f00;
  width: 8px;
  position: absolute;
  left: 2px;
  top: 8px;
  transform: rotate(-45deg);
}
.con_juji_bg .con_c2_list li a {
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 150px;
  height: 36px;
  float: left;
  border-radius: 2px;
  overflow: hidden;
}
.con_juji_bg .con_c2_list li.auto-width {
  width: auto;
}
.con_juji_bg .con_c2_list li.auto-width a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.con_juji_bg .con_c2_list li a.active,
.con_juji_bg .con_c2_list li a:hover {
  background-color: var(--theme-color);
  color: #fff;
  text-decoration: none;
}
.con_juji_bg .con_c2_list li a.active:hover {
  color: #fff;
}
.con_juji_bg .con_c2_list span {
  background: url(../images/phb.png) no-repeat;
  position: absolute;
  right: 3px;
  top: -8px;
  width: 16px;
  height: 17px;
}
.con_juji_bg .con_c2_list .con_c2_btn {
  background-position: 0 -657px;
}
.con_juji_bg .con_c2_list .con_c2_btn1 {
  background-position: 0 -694px;
}
.content .con_c3 .nytitle {
  padding: 20px 0 0 0;
}
.content .con_c3 .nytitle .ny_title_tab li a {
  font-size: 20px;
}
.content .con_c3 .nytitle .ny_title_tab li a.current,
.content .con_c3 .nytitle .ny_title_tab li a:hover {
  border-bottom: 3px solid var(--theme-color);
  color: #202e31;
  font-size: 20px;
}
.content .ny_title_tab li,
.jzhb .ny_title_tab li {
  padding: 0 10px 0 0;
}
.content .ny_title_tab span,
.jzhb .ny_title_tab span {
  display: block;
  float: left;
  color: #e0e0e0;
  padding: 0 10px 0 0;
}
.content .con_c3_tab {
  height: 202px;
  padding: 20px 0 0 0;
  width: 885px;
  position: relative;
}
.content .con_c3_tab img {
  max-width: 202px;
  _width: expression(this.width > 202 ? "202px": this.width);
}
.content .con_c3_tab .con_c3_more {
  position: absolute;
  top: -25px;
  right: 20px;
  font-size: 14px;
  background: url(../images/ico_more.png) left 3px no-repeat;
  padding: 0 0 0 17px;
}
.content .con_c3_tab .con_c3_more a,
.content .con_c3_tab .con_c3_more a:hover {
  font-size: 14px;
  color: var(--theme-color);
}
.content .con_c3_list li {
  float: left;
  width: 202px;
  height: 202px;
  padding: 0 15px 0 0;
}
.content .con_c3_list li p {
  float: left;
}
.content .con_c3_list1 li {
  border-bottom: 1px dashed #edecec;
  width: 550px;
  float: left;
  height: 42px;
  line-height: 42px;
  color: #686767;
  font-size: 18px;
  position: relative;
  margin: 0 30px 0 0;
  display: inline;
}
.content .con_c3_list1 a,
.content .con_c3_list1 a {
  color: #686767;
  font-size: 18px;
}
.content .con_c3_list1 span,
.content .con_ztq_list1 span {
  background: url(../images/phb.png) no-repeat 0 -760px;
  display: inline-block;
  width: 24px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.content .con_c3_list1 a:hover,
.content .con_ztq_list1 a:hover {
  color: #e13f3d;
  font-size: 18px;
}
.content .con_c3_list1 a:hover span,
.content .con_ztq_list1 a:hover span {
  background: url(../images/phb.png) no-repeat 0 -805px;
}
.content .detail-banner-wrapper {
  margin-top: 20px;
}
#content {
  padding: 10px 0;
  line-height: 1.6;
}
.download-list {
  font-size: 14px;
}
.download-list li {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.download-item-name {
  display: block;
  width: 150px;
  float: left;
  cursor: pointer;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.download-item-name input {
  display: none;
}
.download-item-name i {
  font-size: 18px;
  width: 20px;
}
.download-item-name .fa-check-square-o,
.download-item-name input:checked + .fa-square-o {
  display: none;
}
.download-item-name input:checked + .fa-square-o + .fa-check-square-o {
  display: inline-block;
}
.download-item-link {
  width: 480px;
  float: left;
  position: relative;
}
.download-item-link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.download-item-link input {
  width: 100%;
  border-radius: 3px;
  background-color: #f0f0f0;
  text-indent: 10px;
  line-height: 30px;
  height: 30px;
  color: #666;
}
.download-item-link textarea {
  width: 0px;
  height: 0px;
}
.download-item-link a {
  color: #666;
  text-decoration: underline;
}
.download-item-link a:hover {
  color: #f60;
}
.download-item-buttons {
  width: 170px;
  float: right;
  text-align: right;
}
.download-item-buttons a {
  display: inline-block;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 3px;
}
.download-item-buttons a.download-xunlei,
.download-item-buttons a.download-xunlei-all {
  background-color: #2295ed;
}
.download-item-buttons a.download-copy,
.download-item-buttons a.download-copy-all {
  background-color: #008000;
}
.download-item-buttons a:hover {
  background-color: #f60;
  text-decoration: none;
}
.download-item-bottom .download-item-link {
  width: 380px;
}
.download-item-bottom .download-item-buttons {
  width: 250px;
}
.content .right {
  width: 300px;
  /*padding: 20px 0 0 0;*/
  overflow: hidden;
}
.content .right .ad {
  /*height: 278px;*/
  padding: 0;
}
.con_list_img {
  width: 325px;
}
.con_list_img li {
  height: 130px;
  width: 84px;
  float: left;
  padding: 20px 24px 0 0;
}
.con_list_img li a div {
  width: 84px;
}
.con_list_img p {
  width: 84px;
  overflow: hidden;
}
.con_list_img .name {
  height: 30px;
  line-height: 30px;
}
.con_list_img .ms {
  color: #888;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.con_list_news {
  padding: 10px 0 0 0;
}
.con_list_news li {
  position: relative;
  *zoom: 1;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
}
.con_list_news a {
  font-size: 14px;
}
.con_list_news .dot {
  position: relative;
  width: 3px;
  height: 3px;
  background-color: #959595;
  top: -3px;
  margin-right: 5px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  letter-spacing: normal;
}
.con_list_phb {
  width: 300px;
  padding: 15px 0 0 0;
}
.con_list_phb .more {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  width: auto;
  color: #202e31;
}
.con_list_phb .list_one {
  height: 125px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.con_list_phb .list_one .list-no1-pic {
  width: 90px;
  height: 120px;
  float: left;
}
.con_list_phb .list_one span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: block;
  color: #202e31;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.con_list_phb li {
  display: block;
  width: 300px;
  height: 20px;
  margin-bottom: 10px;
  *margin-bottom: 6px;
  _margin-bottom: 6px;
  position: relative;
}
.con_list_phb .list_no1_con {
  float: right;
  width: 200px;
}
.con_list_phb .no1_tv_title {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 200px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con_list_phb .top_desc {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #a9a9a9;
  font-size: 12px;
  width: 200px;
}
.con_list_phb .pview {
  height: 24px;
  line-height: 24px;
  width: 200px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
}
.con_list_phb .top_btn {
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  background: var(--theme-color);
  color: #202e31;
  display: inline-block;
  top: 90px;
  left: 100px;
}
.con_list_phb i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bbbbbb;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  left: 0;
  top: 0;
  font-style: normal;
}
.con_list_phb .active {
  background: var(--theme-color);
  color: #202e31;
}
.con_list_phb span {
  float: right;
  font-size: 12px;
  color: #a9a9a9;
  font-family: Arial;
}
.con_list_phb .list_two a {
  padding: 0 0 0 30px;
  width: 250px;
  overflow: hidden;
  height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*评论*/
.con_c4 .all_Comments {
  position: relative;
}
.con_c4 .comment_yp {
  background: url(../images/ico_edit.png) left 3px no-repeat;
  position: absolute;
  right: 0;
  top: -30px;
  padding: 0 0 0 20px;
}
.con_c4 .np_width {
  width: 820px;
}
.comment_list .np_post {
  position: relative;
  padding-left: 50px;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
}
.np_avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 0;
}
.np_post_header {
  overflow: hidden;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 15px 0 0px 0;
}
.np_post_header.taici_info {
  width: 30%;
  height: auto;
  overflow: hidden;
  float: right;
}
.np_post_header .np_user {
  font-weight: bold;
  font-size: 14px;
}
.np_post_header .n_time {
  padding: 0 0 0 20px;
  color: #adadad;
}
.np_post_content {
  overflow: hidden;
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  color: #4b4b4b;
}
.np_post_content.taici_info {
  width: 60%;
  height: auto;
  overflow: hidden;
  float: left;
}
.np_post_footer {
  margin-top: 3px;
  line-height: 22px;
  overflow: hidden;
}
.np_post_footer .np_btn {
  color: #999;
  font-size: 14px;
  display: inline-block;
  padding-right: 30px;
}
.np_post_footer .np_btn .digg_num {
  color: #f00;
}
.np_post_footer .np_btn.comment-report {
  float: right;
  padding-right: 10px;
}
.cmt_form_reply {
  display: none;
  padding-top: 10px;
}
.comment-reply-open i {
  transform: rotateX(180deg);
}
.np_reply {
  padding: 20px 0 0 0;
}
.np_reply .comment_list h3 {
  line-height: 80px;
  font-size: 14px;
  color: #999;
}
.np_reply_box_content {
  border: 1px solid #ddd;
  height: 60px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.np_reply .top_textarea {
  width: 100%;
  height: 50px;
  border: 0;
  outline: none;
  resize: none;
  display: inline-block;
  font-size: 14px;
}
.np_reply .nytitle {
  margin-bottom: 10px;
}
.np_reply .np_title {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 5px;
  line-height: 25px;
  height: 25px;
}
.np_reply .np_title a {
  font-size: 13px;
  float: right;
}
.np_reply .np_title strong {
  float: left;
  font-weight: normal;
}
.np_reply .np_title span {
  float: left;
  font-size: 13px;
  margin-left: 10px;
  color: #c2c0c0;
}
.np_reply .np_title span a:hover {
  color: #df7070;
}
.np_reply .np_title span a {
  color: #c2c0c0;
  font-size: 13px;
  float: none;
}
.np_reply_box_footer {
  border: 1px solid #ddd;
  border-top: none;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
}
.np_reply_box_footer .cmt_text {
  width: 130px;
  border: 1px solid #d0d0d0;
  margin: 0 0 2px 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}
.np_reply_box_footer .comment-verify-img {
  height: 30px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 10px;
}
.np_reply_box_footer a {
  background: url(../images/phb.png) no-repeat;
  padding: 0 20px 0 30px;
}
.np_reply_box_footer .np_wb {
  background-position: 0 -850px;
}
.np_reply_box_footer .np_qq {
  background-position: 0 -882px;
}
.np_reply_box_footer .np_yk {
  background-position: 0 -914px;
}
.np_reply_box_footer .np_buttom {
  height: 40px;
  background: var(--theme-color);
  width: 100px;
  font-size: 22px;
  color: #202e31;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
/*播放页*/
.bofbg {
  background: #181818;
}
.bof_con {
  padding-top: 0;
}
.bof_con .bof_top {
  background: #1f1f1f;
}
.bof_con .bof_top .left {
  background: #080808;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.bof_con .bof_top.player-open .left {
  width: 100%;
  background-size: cover;
}
.bof_con .bof_top .bof_mbx {
  left: 20px;
  top: 0;
  color: #595959;
  position: absolute;
  width: 850px;
}
.bof_con .bof_top .bof_mbx a:hover {
  color: #fff;
}
.bof_con .bof_top .maskbg,
.bof_con .bof_top .wz {
  top: 105px;
  height: 26px;
  left: 0;
  line-height: 26px;
  color: #fff;
  width: 140px;
  padding: 0 0 0 10px;
  position: absolute;
}
.bof_con .bof_top .right {
  width: 281px;
}
.bof_con .bof_top.player-open .right {
  display: none;
}
.bof_con .bof_top .right .r_bof_title {
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 20px;
  overflow: hidden;
  background-color: #202e31;
}
.bof_con .bof_top .right .r_bof_title li {
  float: left;
  text-align: center;
  padding: 6px 0 0 0;
  color: #ccc;
}
.bof_con .bof_top .right .r_bof_title a {
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
}
.bof_con .bof_top .right .r_bof_title a:hover {
  color: #fff;
  text-decoration: none;
}
.bof_con .bof_top .right .r_bof_title a.current {
  background: #1f1f1f;
  height: 32px;
  display: block;
  float: left;
  color: #fff;
  border-bottom: 1px solid #1f1f1f;
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
  border-top: 1px solid #414141;
}
.bof_tab_zy,
.player-right-box {
  height: 618px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 10px 0 0 9px;
}
.bof_tab_zy li {
  padding: 12px 0 0 0;
  font-size: 12px;
  line-height: 22px;
  color: #b6b6b6;
}
.bof_tab_zy li a {
  font-size: 12px;
  color: #898989;
  background: #272727;
  padding: 5px 10px;
  display: block;
}
.bof_tab_zy li a:hover,
.bof_tab_zy li a.on {
  background: var(--theme-color);
  color: #202e31;
  text-decoration: none;
  font-weight: bold;
}
.bof_con .r_tab_bof {
  padding: 0 0 0 20px;
}
.bof_con .r_tab_bof1 {
  height: 618px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 20px 0 0 9px;
}
.bof_con .r_tab_bof1 li {
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  float: left;
  padding: 0 1px 1px 0;
}
.tab_bof_num {
  background: url(../images/ico_arrow.png) no-repeat;
  position: absolute;
  bottom: -15px;
  width: 26px;
  height: 14px;
  left: 15px;
  z-index: 110;
  display: none;
}
.bof_con .tab_bof_bg {
  background: #222;
  border: 1px solid #515151;
  position: absolute;
  top: 54px;
  width: 220px;
  padding: 5px 10px 5px 10px;
  color: #909090;
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  display: none;
  z-index: 9;
}
.bof_con .tab_l_bg {
  left: 0;
}
.bof_con .tab_l_bg1 {
  left: -40px;
}
.bof_con .tab_l_bg2 {
  left: -100px;
}
.bof_con .tab_l_bg3 {
  left: -140px;
}
.bof_con .tab_l_bg4 {
  left: -190px;
}
.bof_con .r_tab_bof1 a {
  background: #2c2c2c;
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.bof_con .r_tab_bof1 a:hover {
  background: #555;
  text-decoration: none;
}
.bof_con .r_tab_bof1 a:hover .tab_bof_bg,
.bof_con .r_tab_bof1 a:hover .tab_bof_num {
  display: block;
}
.bof_con .bof_top .right .r_title {
  height: 46px;
  line-height: 46px;
  color: #e7e7e7;
  font-size: 14px;
  font-weight: bold;
}
.bof_con .bof_top .r_list li {
  height: 188px;
  float: left;
  padding: 0 24px 0 0;
  width: 97px;
}
.bof_con .bof_top .r_list a img {
  border: 1px solid #1f1f1f;
}
.bof_con .bof_top .r_list a:hover img {
  border: 1px solid #606060;
}
.bof_con .bof_top .r_list .name {
  height: 16px;
  line-height: 16px;
  padding: 4px 0 0 0;
  width: 97px;
  overflow: hidden;
}
.bof_con .bof_top .r_list .name a {
  color: #999;
  font-size: 12px;
}
.bof_con .bof_top .r_list .name a:hover {
  color: #ccc;
}
.bof_con .bof_top .bof_btn {
  background: url(../images/phb.png) no-repeat 0 -436px;
  color: #666;
  padding: 0 0 0 20px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.bof_con .left {
  width: 870px;
  overflow: hidden;
}
.bof_con .bof_mbx {
  height: 56px;
  padding: 20px 0 0 0;
  color: #636363;
}
.bof_con .bof_mbx h3 {
  height: 26px;
  line-height: 26px;
  color: #2a2a2a;
  font-size: 18px;
}
.bof_con .bof_mbx a {
  padding: 0 5px;
  color: #636363;
}
.bof_con .bof_mbx span {
  padding: 0 5px;
}
.bof_con .bof_mbx a:hover {
  color: #e13f3d;
}
.bof_con .bof_info {
  background: #f2f2f2;
  height: 306px;
}
.bof_con .bof_info img {
  float: left;
}
.bof_con .bof_info p {
  float: right;
  padding: 0px 15px 0 0;
  width: 600px;
}
.bof_con .bof_info .name {
  color: #333;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  padding: 15px 15px 15px 0;
}
.bof_con .bof_info .time {
  color: #666;
  font-size: 14px;
  padding: 0 15px;
}
.bof_con .bof_info .bof_pf {
  font-size: 24px;
}
.bof_con .bof_info .small_pf {
  font-size: 18px;
}
.bof_con .bof_info .bq,
.bof_con .bof_info .dy {
  height: 30px;
  line-height: 30px;
  color: #2a2a2a;
}
.bof_con .bof_info .bq a {
  border: 1px solid #bfbfbf;
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  margin: 0 5px 0 0;
  height: 22px;
  line-height: 22px;
}
.bof_con .bof_info .bq a:hover {
  border: 1px solid #e13f3d;
  text-decoration: none;
}
.bof_con .bof_info .dy span,
.bof_con .bof_info .bq span,
.bof_con .bof_info .jianjie span {
  color: #666;
}
.bof_con .bof_info .dy a {
  padding: 0 8px 0 0;
}
.bof_con .bof_info .jianjie {
  line-height: 24px;
}
.bof_con .bof_info .bof_fjjs {
  background: url(../images/phb.png) no-repeat 0 -459px;
  padding: 10px 20px 0 20px;
}
.bof_con .bof_bot {
  padding: 20px 0 0 0;
}
.bof_con .bof_list {
  width: 900px;
}
.bof_con .bof_list li {
  width: 160px;
  float: left;
  margin: 20px 16px 0 0;
  height: 239px;
  background: #f2f2f2;
  display: inline;
  position: relative;
}
.bof_con .bof_list li a {
  display: block;
  position: relative;
}
.bof_con .bof_list li a img {
  display: block;
}
.bof_con .bof_list p {
  padding-left: 10px;
  width: 140px;
  overflow: hidden;
}
.bof_con .bof_list .name {
  height: 22px;
  line-height: 22px;
  padding-top: 3px;
}
.bof_con .bof_list .ms {
  color: #666;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.bof_con .bof_list .wz {
  float: right;
  border-radius: 3px;
  height: 16px;
  font: 12px/15px Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
  margin-right: 4px;
  margin-top: 4px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  color: #fff;
  right: 3px;
}
.bof_con .right {
  width: 300px;
  overflow: hidden;
}
.bof_con .tvplay_list {
  padding: 20px 0 0 0;
}
.bof_con .tvplay_list .list_one {
  height: 125px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.bof_con .tvplay_list .list_one .list-no1-pic {
  width: 90px;
  height: 120px;
  float: left;
}
.bof_con .tvplay_list .list_one span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: block;
  color: #202e31;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.bof_con .tvplay_list li {
  display: block;
  width: 290px;
  height: 20px;
  margin-bottom: 10px;
  *margin-bottom: 6px;
  _margin-bottom: 6px;
  position: relative;
}
.bof_con .tvplay_list .list_no1_con {
  float: right;
  width: 200px;
}
.bof_con .tvplay_list .no1_tv_title {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 200px;
}
.bof_con .tvplay_list .top_desc {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #a9a9a9;
  font-size: 12px;
  width: 200px;
}
.bof_con .tvplay_list .pview {
  height: 24px;
  line-height: 24px;
  width: 200px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
}
.bof_con .tvplay_list .top_btn {
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  background: var(--theme-color);
  color: #202e31;
  display: inline-block;
  top: 90px;
  left: 100px;
}
.bof_con .tvplay_list i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bbbbbb;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  left: 0;
  top: 0;
  font-style: normal;
}
.bof_con .tvplay_list .active {
  background: var(--theme-color);
  color: #202e31;
}
.bof_con .tvplay_list span {
  float: right;
  font-size: 12px;
  color: #a9a9a9;
  font-family: Arial;
}
.bof_con .tvplay_list .list_two a {
  padding: 0 0 0 30px;
  width: 200px;
  overflow: hidden;
  height: 20px;
  display: block;
}
.bof_con .right .ad {
  padding: 20px 0 0 0;
}
.player-right-box {
  padding: 0;
  padding-top: 10px;
  overflow-y: hidden;
  position: relative;
}
.player-right-box dl {
  font-size: 12px;
  border-bottom: 1px solid #333;
}
.player-right-box dl.highlight {
  background-color: #333;
}
.player-right-box dt {
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 3px;
  cursor: pointer;
}
.player-right-box dt span {
  float: right;
}
.player-right-box dt span a {
  color: #ccc;
}
.player-right-box dd {
  overflow: hidden;
  padding-top: 10px;
  background-color: #101010;
  border-top: 1px dashed #333;
  display: none;
}
.player-right-box dd a {
  display: inline-block;
  width: 75px;
  background-color: #060606;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  border-radius: 3px;
  float: none;
  margin-left: 10px;
  margin-bottom: 8px;
  color: #fff;
  overflow: hidden;
}
.player-right-box dd.auto-width-1 a,
.player-right-box dd.auto-width-2 a {
  width: auto;
  max-width: 110px;
  padding-left: 5px;
  padding-right: 5px;
}
.player-right-box dd.auto-width-1 a {
  max-width: 250px;
}
.player-right-box dd a.on {
  background-color: var(--theme-color);
  color: #333;
}
.player-right-box dd a:hover {
  background-color: #f60;
  text-decoration: none;
  color: #fff;
}
.group-switch {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
  margin-bottom: 10px;
}
.group-switch ul {
  width: auto;
}
.group-switch-item {
  float: left;
  background-color: #060606;
  width: auto;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
}
.group-switch-item.current {
  background-color: var(--theme-color);
  color: #333;
}
.group-switch-item:hover {
  background-color: var(--theme-color);
  text-decoration: none;
  color: #fff;
}
.group-content {
  overflow: hidden;
}
.play-list-group-switch-item {
  font-size: 14px;
  background-color: #999;
}
.player-list-group-tip {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  display: none;
}
.player-list-group-tip.show {
  display: block;
}
/*娱乐新闻*/
.amus .left {
  border-right: 1px solid #eaeaea;
  width: 856px;
  padding: 0 0 0 0;
}
.amus .left_list li {
  max-height: 200px;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  width: 820px;
  overflow: hidden;
}
.amus .left_list li:first-child {
  padding-top: 0;
}
.amus .left_list li .art-cover {
  width: 152px;
  height: 200px;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/pic.png");
  background-size: cover;
}
.amus .left_list li img {
}
.amus .left_list li p {
  width: 635px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .amus.index .left_list li {
    width: 48%;
    height: 200px;
    overflow: hidden;
    padding: 10px 0;
    float: left;
  }
  .amus.index .left_list li:nth-child(2n) {
    float: right;
  }
  .amus.index .left_list li .art-cover {
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    float: left;
  }
  .amus.index .left_list li .art-cover img {
    width: 100%;
    height: auto;
  }
  .amus.index .left_list li .art-list-info {
    width: calc(70% - 10px);
    padding-left: 10px;
    float: right;
  }
  .amus.index .left_list li p {
    width: 100%;
  }
}
.amus .left_list .name {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.amus .left_list .name a:hover {
  font-size: 24px;
}
.amus .left_list .time {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  font-family: Arial;
}
.amus .left_list .ms {
  max-height: 80px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  padding: 10px 0 0 0;
}
.amus .left_list .gjc {
  padding: 15px 0 0 0;
  height: 24px;
  line-height: 24px;
  color: #999999;
  font-size: 12px;
}
.amus .left_list .gjc a {
  color: #999;
  font-size: 12px;
  padding: 0 5px;
}
.amus .left_list .gjc a:hover {
  color: #e13f3d;
}
.amus .right {
  width: 302px;
  border-left: 1px solid #eaeaea;
  position: relative;
  left: -1px;
  padding: 0 0 0 40px;
  overflow: hidden;
}
.amus .topic-art .left_list li {
  width: 100%;
  padding-top: 20px;
}
.amus .topic-art .left_list li p {
  width: 1015px;
}
.amus .right .r_top_img {
  position: relative;
  width: 300px;
  height: 480px;
}
.amus .right .r_img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.amus .right .r_name {
  width: 260px;
  position: absolute;
  left: 12px;
  top: 243px;
  background: #fff;
  padding: 12px 10px;
  text-align: center;
  height: 48px;
}
.amus .right .r_name a,
.amus .right .r_name a:hover {
  font-size: 18px;
  font-weight: bold;
}
.amus .right .ms {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  width: 260px;
  overflow: hidden;
  padding: 0px 0 0 28px;
  display: block;
  color: #666;
}
.amus .right .line {
  margin-top: 10px;
}
.amus .right .r_name1 {
  height: 30px;
  line-height: 30px;
  width: 260px;
  overflow: hidden;
  font-weight: bold;
  display: block;
  border-top: 1px dashed #d9d9d9;
  margin-left: 28px;
}
.amus .right .more {
  padding: 10px 0 0 0;
}
.amus .r_title_jg {
  margin: 20px 0 0 0;
}
.amus .r_bottom li {
  position: relative;
  padding: 10px 0 0 20px;
  width: 280px;
}
.amus .r_bottom i {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 26px;
  color: #f90541;
  font-family: helvetica;
  font-style: normal;
}
.amus .r_bottom h3 {
  line-height: 30px;
}
.amus .r_bottom h3 a,
.amus .r_bottom h3 a:hover {
  font-size: 16px;
  font-weight: bold;
}
.amus .r_bottom .ms01 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  width: 270px;
  color: #666;
}
/*娱乐详情页*/
.amus .l_titlte {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
}
.amus .l_time {
  height: 20px;
  line-height: 20px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.amus .l_time a {
  color: #999;
}
.amus .l_time a:hover {
  font-size: 12px;
}
.amus .l_time span {
  padding: 0 10px;
}
.amus .l_titlte,
.amus .l_time,
.amus .l_con p,
.amus .l_fx {
  width: 820px;
}
.amus .l_con p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
}
.amus .l_con {
  text-align: left;
  margin-top: 10px;
  padding-right: 10px;
}
.amus .l_con img {
  padding: 20px 0 0 0;
  display: block;
  width: 60%;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.amus .l_con span {
  display: block;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.amus .l_fx {
  margin: 50px 0 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 54px;
  line-height: 54px;
  padding-left: 15px;
}
.amus .l_fx .l_bq {
  color: #999;
  font-size: 14px;
}
.amus .l_fx .l_bq a,
.amus .l_fx .l_bq a:hover {
  padding: 0 5px;
}
.amus .l_fx .l_rfx {
  padding: 8px 0 0 0;
}
.amus .left.resize {
  width: 920px;
}
.amus .resize .l_titlte,
.amus .resize .l_time,
.amus .resize .l_con p,
.amus .resize .l_fx {
  width: 884px;
}
/*专题*/
.zhuanti {
  width: 1200px;
  overflow: hidden;
  padding: 0;
}
.zhuanti .zt_con {
  width: 1200px;
}
.zhuanti .zt_con li {
  width: 580px;
  height: auto;
  float: left;
  padding: 25px 0;
}
.zhuanti .zt_con li:nth-child(2n) {
  float: right;
}
.zhuanti .zt_con a {
  display: block;
  width: 580px;
  text-align: center;
  position: relative;
}
.zhuanti .zt_con a div {
  width: 100%;
  height: 260px;
}
.zhuanti .zt_con a div img {
  width: 100%;
}
.zhuanti .zt_con p {
  display: block;
  width: 400px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  background: url(../images/zt_bg_01.png) center no-repeat;
  color: var(--theme-color);
  font-size: 24px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -200px;
}
.zt_mbox {
  height: 38px;
  line-height: 38px;
  background: #f4f6f5;
  padding-top: 50px;
}
.zt_mbox .zt_mbox_con {
  width: 1200px;
  margin: 0 auto;
  color: #333;
}
.zt_mbox span,
.zt_mbox a {
  padding: 0 8px;
}
.zt_banner {
  position: relative;
}
.zt_banner .zt_cover {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.zt_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.zt_b {
  width: 700px;
  height: 80px;
  overflow: hidden;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -350px;
}
.zt_b span {
  display: block;
  float: left;
  width: auto;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  color: var(--theme-color);
  text-align: center;
  font-size: 35px;
}
.zt_b span.zt_b_left {
  width: 30px;
  background: url(../images/banner_b_l.png) center no-repeat;
}
.zt_b span.zt_b_right {
  width: 30px;
  background: url(../images/banner_b_r.png) center no-repeat;
}
.zt_b span.zt_b_middle {
  width: 640px;
  background: #202e31;
}
.zt_con_fx {
  position: relative;
  height: 442px;
}
.zt_con_fx .maskbg {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 280px;
  height: 44px;
  border-radius: 30px;
}
.bdsharebuttonbox {
  /*  position: absolute;*/
  right: 10px;
  bottom: 13px;
  color: #fff;
  line-height: 37px;
}
.ztinfo_con {
  padding: 0 0 20px 0;
}
.ztinfo_con .ztinfo_title {
  height: 72px;
  line-height: 72px;
  font-size: 48px;
  color: #32425c;
  font-weight: bold;
  text-align: center;
  background: url(../images/zt-line.jpg) repeat-x 0 40px;
  margin: 30px 0 0 0;
}
.ztinfo_title .ztinfo_titlebg {
  background: #ebebeb;
  padding: 0 20px;
}
.ztinfo_title .ztinfo_c1 {
  font-size: 60px;
  padding: 0 15px;
}
.ztinfo_dd {
  background: url(../images/zt-dd.png) no-repeat center 0;
  width: 776px;
  height: 59px;
  margin: 20px 0 0 166px;
  padding: 20px 20px 0 70px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  overflow-y: auto;
}
.ztinfo_conlist {
  padding: 70px 0 130px 0;
}
.ztinfo_con .ztinfo_list {
  width: 1226px;
  height: 307px;
}
.ztinfo_con .ztinfo_top {
  padding-top: 30px;
}
.ztinfo_con li {
  height: 277px;
  width: 178px;
  float: left;
  padding-top: 26px;
  padding-right: 26px;
}
.ztinfo_con .ztinfo_imglist {
  position: relative;
  width: 178px;
  height: 215px;
  overflow: hidden;
  display: block;
}
.ztinfo_con a.ztinfo_imglist .ztinfo_btn {
  background: url(../images/play.png) center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  display: none;
}
.ztinfo_con a.ztinfo_imglist:hover .ztinfo_btn {
  display: block;
}
.ztinfo_con .ztinfo_img {
  height: 215px;
  overflow: hidden;
}
.ztinfo_con .ztinfo_namebg {
  background: url(../images/zt-dd.png) no-repeat 0 -89px;
  width: 170px;
  height: 53px;
  padding: 8px 0 0 8px;
}
.ztinfo_con .ztinfo_border {
  border-bottom: 1px solid #cdcdcd;
}
.ztinfo_con .ztinfo_border1 {
  border-top: 1px solid #cdcdcd;
}
.ztinfo_con .ztinfo_namebg p {
  width: 165px;
  overflow: hidden;
}
.ztinfo_con .ztinfo_name {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ztinfo_con .ztinfo_name a {
  font-size: 18px;
}
.ztinfo_con .ztinfo_ms {
  height: 22px;
  line-height: 22px;
  color: #7e7e7e;
  font-size: 14px;
}
.ztinfo_foot {
  border-top: 1px solid #cccccc;
  text-align: center;
  padding: 20px 0;
  color: #666666;
  line-height: 24px;
}
/*网站地图*/
.map_box {
  margin-top: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sitemap_con {
  overflow: hidden;
  font-size: 14px;
}
.sitemap_con h2 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.sitemap_con h2 a {
  font-size: 16px;
}
.sitemap_list {
  width: 1158px;
  line-height: 30px;
  overflow: hidden;
  padding: 19px;
  border-bottom: 1px solid #eee;
}
.sitemap_list dt {
  float: left;
  width: 65px;
  overflow: hidden;
  font-weight: 700;
  color: var(--theme-color);
  font-size: 16px;
}
.sitemap_list dd {
  float: right;
  width: 1090px;
  overflow: hidden;
}
.sitemap_list li {
  width: 149px;
  float: left;
}
.sitemap_list h3 a {
  font-size: 15px;
}
/*问题反馈*/
.message_con {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.messages_title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.message_c1 {
  padding: 30px 30px;
}
.message_c1 .mes_c1 {
  color: #666;
  line-height: 24px;
  padding: 0 0 20px 0;
}
.message_c1 .textarea-wrap {
  border: 1px solid #b6b6b6;
  width: 100%;
}
.message_c1 .gb_content {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #9c9c9c;
  height: 80px;
  overflow: hidden;
  display: block;
  float: none;
  width: calc(100% - 20px);
  border: none;
}
.message_c1 .textarea-bottom {
  margin-top: 20px;
  overflow: hidden;
}
.message_c1 .textarea-bottom .mac_verify,
.message_c1 .textarea-bottom .mac_verify2,
.message_c1 .textarea-bottom .mac_verify_img {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #ddd;
}
.message_c1 .mes_button {
  width: 120px;
  height: 36px;
  background: var(--theme-color);
  text-align: center;
  line-height: 36px;
  color: #202e31;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.mes_c2 {
  padding: 0 30px;
}
.mes_c2 li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.mes_c2_top {
  position: relative;
  padding: 0 0 0 60px;
}
.mes_c2_bot {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 20px 0 20px 60px;
}
.mes_name {
  line-height: 28px;
  height: 28px;
  color: #0053a5;
}
.mes_c2_con {
}
/*幻灯 end*/
.child-type-box {
  margin: 20px auto 0;
  height: 90px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0;
}
.child-type-box .child-type-main {
  width: 1200px;
  margin: 0 auto;
}
.child-type-box .mbx_one {
  width: 376px;
  padding: 0 10px;
  border-right: 1px solid #e3e3e3;
  height: 90px;
  overflow: hidden;
}
.child-type-box .mbx_one:last-child {
  border-right: none;
}
.child-type-box .mbx_name {
  color: #202e31;
  height: 28px;
  line-height: 28px;
  display: block;
}
.child-type-box a {
  color: #666666;
  padding: 0 8px 0 0;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.child-type-box a:hover {
  color: var(--theme-color);
}
.detail-ulog-btn a {
  display: inline-block;
  background-color: #008000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  max-width: 70px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0;
  margin-left: 10px;
  text-align: center;
}
.detail-ulog-btn a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}
.detail-ulog-btn a i,
.fav-btn i {
  margin-right: 3px;
}
.detail-ulog-btn a:nth-child(2) {
  /* background-color: #f60;*/
  background-color: #999;
}
.fav-btn {
  display: inline-block;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  color: green;
  font-size: 16px;
  text-align: center;
  /*background-color:#8A2BE2;color:#fff;*/
  /*width:100px;
  margin-left:0;
  margin-right:10px;*/
  font-size: 14px;
}
.fav-btn:hover {
}
.detail-rating {
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.detail-rating-left {
  width: 100px;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  background-color: #008000;
  border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.detail-rating-star {
  height: 30px;
  border-top: 1px solid #ff8c00;
  border-bottom: 1px solid #ff8c00;
  padding: 0 10px;
}
.detail-rating-star li {
  width: 28px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  display: inline-block;
  color: #ffd700;
  font-size: 28px;
  cursor: pointer;
}
.detail-rating-star li a,
.detail-rating-star li a:hover {
}
.detail-rating-star li .fa-star {
  display: none;
}
.detail-rating-star li.hover {
  color: #f60;
}
.detail-rating-star li.hover .fa-star {
  display: inline-block;
}
.detail-rating-star li.hover .fa-star-o {
  display: none;
}
.detail-rating-star.star1 li:nth-child(1) .fa-star {
  display: inline-block;
}
.detail-rating-star.star1 li:nth-child(1) .fa-star-o {
  display: none;
}
.detail-rating-star.star2 li:nth-child(1) .fa-star,
.detail-rating-star.star2 li:nth-child(2) .fa-star {
  display: inline-block;
}
.detail-rating-star.star2 li:nth-child(1) .fa-star-o,
.detail-rating-star.star2 li:nth-child(2) .fa-star-o {
  display: none;
}
.detail-rating-star.star3 li:nth-child(1) .fa-star,
.detail-rating-star.star3 li:nth-child(2) .fa-star,
.detail-rating-star.star3 li:nth-child(3) .fa-star {
  display: inline-block;
}
.detail-rating-star.star3 li:nth-child(1) .fa-star-o,
.detail-rating-star.star3 li:nth-child(2) .fa-star-o,
.detail-rating-star.star3 li:nth-child(3) .fa-star-o {
  display: none;
}
.detail-rating-star.star4 li:nth-child(1) .fa-star,
.detail-rating-star.star4 li:nth-child(2) .fa-star,
.detail-rating-star.star4 li:nth-child(3) .fa-star,
.detail-rating-star.star4 li:nth-child(4) .fa-star {
  display: inline-block;
}
.detail-rating-star.star4 li:nth-child(1) .fa-star-o,
.detail-rating-star.star4 li:nth-child(2) .fa-star-o,
.detail-rating-star.star4 li:nth-child(3) .fa-star-o,
.detail-rating-star.star4 li:nth-child(4) .fa-star-o {
  display: none;
}
.detail-rating-star.star5 li .fa-star {
  display: inline-block;
}
.detail-rating-star.star5 li .fa-star-o {
  display: none;
}
.detail-rating-star.hover1 li:nth-child(1) .fa-star {
  display: inline-block;
}
.detail-rating-star.hover1 li:nth-child(1) .fa-star-o {
  display: none;
}
.detail-rating-star.hover1 li:nth-child(2) .fa-star,
.detail-rating-star.hover1 li:nth-child(3) .fa-star,
.detail-rating-star.hover1 li:nth-child(4) .fa-star,
.detail-rating-star.hover1 li:nth-child(5) .fa-star {
  display: none;
}
.detail-rating-star.hover1 li:nth-child(2) .fa-star-o,
.detail-rating-star.hover1 li:nth-child(3) .fa-star-o,
.detail-rating-star.hover1 li:nth-child(4) .fa-star-o,
.detail-rating-star.hover1 li:nth-child(5) .fa-star-o {
  display: inline-block;
}
.detail-rating-star.hover2 li:nth-child(1) .fa-star,
.detail-rating-star.hover2 li:nth-child(2) .fa-star {
  display: inline-block;
}
.detail-rating-star.hover2 li:nth-child(1) .fa-star-o,
.detail-rating-star.hover2 li:nth-child(2) .fa-star-o {
  display: none;
}
.detail-rating-star.hover2 li:nth-child(3) .fa-star,
.detail-rating-star.hover2 li:nth-child(4) .fa-star,
.detail-rating-star.hover2 li:nth-child(5) .fa-star {
  display: none;
}
.detail-rating-star.hover2 li:nth-child(3) .fa-star-o,
.detail-rating-star.hover2 li:nth-child(4) .fa-star-o,
.detail-rating-star.hover2 li:nth-child(5) .fa-star-o {
  display: inline-block;
}
.detail-rating-star.hover3 li:nth-child(1) .fa-star,
.detail-rating-star.hover3 li:nth-child(2) .fa-star,
.detail-rating-star.hover3 li:nth-child(3) .fa-star {
  display: inline-block;
}
.detail-rating-star.hover3 li:nth-child(1) .fa-star-o,
.detail-rating-star.hover3 li:nth-child(2) .fa-star-o,
.detail-rating-star.hover3 li:nth-child(3) .fa-star-o {
  display: none;
}
.detail-rating-star.hover3 li:nth-child(4) .fa-star,
.detail-rating-star.hover3 li:nth-child(5) .fa-star {
  display: none;
}
.detail-rating-star.hover3 li:nth-child(4) .fa-star-o,
.detail-rating-star.hover3 li:nth-child(5) .fa-star-o {
  display: inline-block;
}
.detail-rating-star.hover4 li:nth-child(1) .fa-star,
.detail-rating-star.hover4 li:nth-child(2) .fa-star,
.detail-rating-star.hover4 li:nth-child(3) .fa-star,
.detail-rating-star.hover4 li:nth-child(4) .fa-star {
  display: inline-block;
}
.detail-rating-star.hover4 li:nth-child(1) .fa-star-o,
.detail-rating-star.hover4 li:nth-child(2) .fa-star-o,
.detail-rating-star.hover4 li:nth-child(3) .fa-star-o,
.detail-rating-star.hover4 li:nth-child(4) .fa-star-o {
  display: none;
}
.detail-rating-star.hover4 li:nth-child(5) .fa-star {
  display: none;
}
.detail-rating-star.hover4 li:nth-child(5) .fa-star-o {
  display: inline-block;
}
.detail-rating-star.hover5 li .fa-star {
  display: inline-block;
}
.detail-rating-star.hover5 li .fa-star-o {
  display: none;
}
.detail-rating-title,
.detail-rating-result {
  height: 28px;
  line-height: 28px;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  padding: 0 10px;
}
.detail-rating-title {
  /* border-color: #8A2BE2;
  background-color: #8A2BE2;*/
  border-color: #f60;
  background-color: #f60;
  color: #fff;
  width: 60px;
}
.detail-rating-result {
  border-radius: 0 5px 5px 0;
  border-color: #f60;
  /*color: #fff;
  background-color: #f60;*/
  color: #f60;
  font-size: 24px;
  /*font-weight: bold;*/
}
.detail-rating-title .hover-title,
.detail-rating-title.hover .real-title {
  display: none;
}
.detail-rating-title.hover .hover-title {
  display: inline;
}
.close-float {
  display: none;
}
.more-content.float {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999999999999999;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 0;
}
.more-content.float .con_c4 {
  background-color: #fff;
  width: 870px;
  padding: 10px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -445px;
  top: 50%;
  border-radius: 5px;
}
.more-content.float .nytitle {
  height: 30px;
  line-height: 30px;
}
.more-content.float .nytitle .ny_title_tab li a.current {
  font-size: 16px;
}
.more-content.float .close-float {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  text-align: center;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.more-content.float .close-float:hover {
  text-decoration: none;
}
.random-content {
  display: none;
}
.random-content.active {
  display: block;
}
.random-change {
  display: inline-block;
  width: 80px;
  border: 1px solid #8a2be2;
  border-radius: 10px;
  text-align: center;
  background-color: #8a2be2;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
}
.random-change em {
  transition: transform 0.3;
}
.random-change:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}
.random-change:hover em {
  transform: rotate(45deg);
}
.body-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
}
.body-bg .wrapper {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.body-bg-index {
}
.body-bg-user {
}
.body-bg-user .wrapper {
  padding-bottom: 20px;
  width: 1180px;
}
.v_right {
  z-index: 9;
  background-color: var(--theme-color);
  width: 46px;
  position: fixed;
  right: 30px;
  top: 50%;
  /*margin-top: -150px;*/
  transform: translateY(-50%);
  text-align: center;
}
.v_right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  bottom: -9px;
  background-color: var(--theme-color);
  transform: skewY(-20deg);
  z-index: -1;
}
.v_right a {
  position: relative;
  font-size: 12px;
  color: white;
  display: block;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  height: 60px;
}
.v_right a.v_icon6_out {
  border-bottom: none;
}
.v_right a:hover {
  text-decoration: none;
}
.v_right a i {
  font-size: 18px;
  margin-top: 12px;
}
.v_right .v_mask {
  position: absolute;
  height: 60px;
  width: 46px;
  background: white;
  opacity: 0.2;
  filter: alpha(opacity=20);
  top: 0;
  left: 0;
  display: none;
}
.v_right .icon_code {
  /*  background-color: white;*/
  position: absolute;
  right: 46px;
  top: 0;
  /*height: 120px;
  width: 120px;
  border: 1px solid #D2D2D2;*/
  line-height: 90px;
  text-align: center;
  display: none;
}
.v_right .icon_code img {
  height: 110px;
  width: 110px;
  margin-top: 5px;
}
.v_right a:hover .icon_code,
.v_right a:hover .v_mask {
  display: block;
}
.mac_msg_jump {
  width: 600px;
  box-shadow: 0 0 15px #ccc;
  margin: 50px auto;
  border-radius: 5px;
  line-height: 2;
}
.msg_jump_tit {
  font-size: 24px;
  padding: 10px 50px;
  border-bottom: 1px solid rgba(255, 102, 0, 0.5);
  text-align: center;
  color: #333;
}
.mac_msg_jump .title,
.mac_msg_jump .text,
.mac_msg_jump .jump {
  line-height: 2;
  padding: 0 50px;
  margin-top: 10px;
}
.mac_msg_jump .text {
  color: #f60;
  text-indent: 2em;
}
.mac_msg_jump .jump {
  padding-bottom: 20px;
}
.mac_msg_jump .jump a {
  text-decoration: underline;
}
.mac_msg_jump .jump b {
  color: #23c319;
}

iframe .MacPlayer,
.iframe .MacPlayer {
  height: 100% !important;
}
.player-bottom {
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.player-bottom-info {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #fff;
}
.player-bottom-info a {
  color: #fff;
}
.player-bottom-info a:hover {
  color: #f60;
}
.player-bottom-buttons {
  float: right;
  padding-right: 20px;
}
.player-bottom-buttons li {
  display: inline-block;
  padding-right: 8px;
}
.player-bottom-buttons li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background-color: #fff;
}
.player-bottom-buttons li a:hover {
  text-decoration: none;
  background-color: var(--theme-color);
  color: #fff;
}
.player-bottom-buttons li a.disabled,
.player-bottom-buttons li a.disabled:hover {
  background-color: #ddd;
  color: #333;
  cursor: default;
}
.player-popedom {
  width: 100%;
  height: 100px;
  top: 40%;
  margin-top: -50px;
  text-align: center;
  line-height: 2;
  position: absolute;
  color: #fff;
}
.player-popedom #wait {
  color: #f60;
}
.player-password {
  position: absolute;
  top: 40%;
  margin-top: -50px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  background-color: #fff;
  padding: 10px;
}
.detail-password {
  width: 300px;
  padding: 20px;
}
.copyright-notice,
.copyright-notice a {
  font-size: 18px;
  color: #f60;
  text-align: center;
  margin-top: 15px;
  line-height: 1.8;
}
.download-popedom-box {
  height: 150px;
  background-color: #999;
  position: relative;
}
.download-popedom-box .player-popedom {
  top: 50%;
}
.history-empty {
  text-align: center;
}
.history-empty i {
  font-size: 80px;
  display: block;
  color: #ddd;
  margin-top: 10px;
}
.history-empty span {
  text-align: 14px;
}
.hd_hist_bottom {
  margin-top: 10px;
}
.hd_hist_bottom a {
  display: block;
  width: 50%;
  background: linear-gradient(to right, #ff850b 0, #ff5945 100%);
  color: #fff !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px !important;
  border-radius: 15px;
}
.del-all {
  float: right;
  background-color: #f60;
  font-size: 14px;
  color: #fff;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.del-all:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
.vip-hide {
  padding-top: 0;
}
.user-index-banner-wrapper {
  display: none;
}
.banner-wrapper {
  position: relative;
  z-index: 0;
}
.banner-wrapper img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-close {
  text-align: center;
  display: block;
  position: absolute;
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  z-index: 999999999999999999999999;
}
.user-index-banner {
  margin-bottom: 20px;
}
.index-banner-wrapper {
  padding-top: 5px;
}
.index-banner-wrapper .banner-close {
  top: 5px;
}
.index-banner-wrapper-2 {
  padding-bottom: 20px;
}
.channel-banner-wrapper {
  margin-top: 20px;
}
.type-banner-wrapper {
  margin-bottom: 20px;
  margin-top: 5px;
}
.float-bottom-wrapper,
.float-right-bottom-wrapper,
.float-double-wrapper,
.float-double-wrapper {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.float-right-bottom-wrapper {
  left: auto;
  right: 0;
  width: 300px;
}
.float-double-wrapper {
  width: 175px;
  top: 150px;
  bottom: auto;
  left: 40px;
}
.float-double-wrapper-right {
  left: auto;
  right: 40px;
}
.qrcode-group {
  text-align: center;
  margin-bottom: 20px;
}
.qrcode-group img {
  width: 40%;
  border-radius: 100%;
}
.qrcode-group a {
  display: inline-block;
  clear: both;
  background-color: #f60;
  color: #fff !important;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.qrcode-bg,
.share-bg,
.index-float-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6666;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}
.float-qrcode-wechat,
.float-qrcode-app {
  position: fixed;
  z-index: 6667;
  top: 20%;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  display: none;
}
.index-float-box {
  position: fixed;
  z-index: 6667;
  top: 20%;
  left: 50%;
  width: 350px;
  margin-left: -250px;
  display: none;
}
.index-float-box img {
  width: 100%;
}
.index-float-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.index-float-close:hover {
  color: #f60;
}
.share-box {
  position: fixed;
  left: 50%;
  margin-left: -160px;
  top: 25%;
  padding: 10px 20px;
  background-color: #fff;
  width: 280px;
  line-height: 1.8;
  z-index: 6667;
  border-radius: 5px;
  display: none;
}
.share-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #555;
}
.share-content {
  text-align: left;
}
.share-content p {
  color: #777;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 10px;
  word-break: break-all;
}
.share-content p i {
  width: 30px;
  font-size: 18px;
  color: #f60;
}
.share-footer {
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
}
.share-qrcode canvas {
  width: 100%;
  height: auto;
}
.share-copy {
  padding: 5px 10px;
  background-color: var(--theme-color);
  color: #333;
  border-radius: 3px;
  margin-right: 0px;
  float: right;
}
.share-copy:hover {
  opacity: 0.8;
  color: #333;
  text-decoration: none;
}
.share-close {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  right: 0px;
  top: 0px;
  padding: 10px;
  overflow: hidden;
}
.qrcode-bg.show,
.index-float-bg.show,
.index-float-box.show,
.share-bg.show,
.share-box.show {
  display: block;
}
.new-list * {
  box-sizing: border-box;
}
.new-list-title {
  font-size: 18px;
}
.new-list-box {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-list-item {
  float: left;
  width: 24%;
  margin-left: 1%;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px dotted #ccc;
  border-left: 3px solid var(--theme-color);
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
.new-list-time {
  float: right;
}
.new-list-time.today {
  color: #f00;
}
.player-right-recommend li {
  width: 47%;
  margin-left: 2%;
  float: left;
}
.player-right-recommend .show_play {
  position: relative;
}
.player-right-recommend .maskbg,
.player-right-recommend .tc_wz {
  top: auto !important;
  bottom: 0 !important;
  width: 100% !important;
  text-align: center;
  color: #fff;
  padding: 0 !important;
  font-size: 12px;
}
.player-right-recommend .name a {
  color: #fff;
}
.player-right-recommend .name a:hover {
  color: var(--theme-color);
}
.player-open-switch {
  display: inline-block;
  height: 70px;
  width: 10px;
  line-height: 70px;
  position: absolute;
  background-color: #333;
  text-align: center;
  top: 50%;
  right: -10px;
  margin-top: -85px;
  z-index: 2;
  border-radius: 0 15px 15px 0;
  color: #fff;
}
.player-open-switch:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.player-open .player-open-switch {
  right: 0;
  transform: rotate(180deg);
}
.img_wrapper {
  display: block;
  background-image: url("../images/pic.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 130%;
}
.swiper-notification {
  display: none;
}
.MacPlayer {
  position: absolute !important;
  z-index: 0;
  left: 0;
  top: 0;
}
.MacPlayer iframe,
.MacPlayer embed {
  width: 100%;
  height: 100%;
}
/*手机样式*/
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
  .show-pc {
    display: block !important;
  }
  .header .hd_in {
    width: 0;
    transition: width 0.3s;
  }
  .header .hd_search:hover .hd_in,
  .header .hd_in:focus,
  .header .hd_in:active {
    width: 200px;
  }
}
@media (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .body-bg,
  .body-bg .wrapper {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  a:hover {
    text-decoration: none;
  }
  .show-mobile {
    display: block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .wrapper {
    width: 100%;
  }
  /*头部*/
  .header {
    min-width: auto;
    height: 80px;
    overflow: visible;
    padding-bottom: 50px;
    box-sizing: content-box;
  }
  .body-bg .header {
    min-width: auto;
  }
  .header * {
    box-sizing: content-box;
  }
  .header .logo {
    width: 40%;
    height: 80px;
    left: 0;
    right: auto;
    background-size: contain;
    overflow: visible;
  }
  .header .logo a::before {
    content: "";
    position: absolute;
    left: -50%;
    right: 50%;
    top: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
  }
  .header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--theme-color);
    transform: skew(-20deg);
  }
  /*  .header .logo a::before{
    content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color);
  transform: skew(-20deg);z-index: -1
  }*/
  .header .logo a img {
    width: 90%;
    height: auto;
    transform: skew(20deg);
    margin-top: 25px;
  }
  .header .h_n_01 ul {
    width: 60%;
    margin-right: 5%;
  }
  .header .h_n_01 ul .nav-rand {
    display: none;
  }
  .header .h_n_01 ul li.user_login {
    margin-left: 5px;
  }
  .header .h_n_02 {
    width: 70%;
    float: right;
    height: 40px;
    position: static;
    overflow: visible;
    background-color: transparent;
  }
  .header .h_n_02 dl {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    position: static;
  }
  .header .h_n_02 dl .hd_search {
    width: 60%;
    background-color: transparent;
  }
  .header .h_n_02 dl .hd_search .hd_in {
    width: calc(100% - 50px) !important;
    background-color: transparent;
  }
  .header .h_n_02 dl .nav-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 30px;
    background-color: #f2f2f2;
    padding: 5px 0;
  }
  .header .h_n_02 dl .nav-wrap .nav-slide {
    width: calc(100% - 40px);
    float: left;
    overflow: hidden;
  }
  .header .h_n_02 dl dd {
    margin-left: 0;
    margin-right: 2px;
  }
  .header .h_n_02 dl dd:first-child {
    margin-left: 10px;
  }
  .header .h_n_02 dl dd:hover {
    background-color: transparent;
  }
  .header .h_n_02 dl dd.dh_active:hover {
    background-color: var(--theme-color);
  }
  .header .h_n_02 dl dd a {
    font-size: 15px;
    line-height: 30px;
  }
  .header .h_n_02 dl dd span {
    height: 30px;
  }
  .small_foot,
  .body-bg .small_foot {
    min-width: auto;
  }
  /*手机下拉导航*/
  .all-type-content {
    position: absolute;
    top: 130px;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
  }
  .all-type-content li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .all-type-content li a {
    display: block;
    width: 92%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }
  .all-type-content li.active a {
    border-color: #ffbf4a;
    background-color: #ffbf4a;
    color: #fff;
  }
  /*首页幻灯*/
  .bann_slid {
    width: 100%;
    height: auto;
  }
  .comiis_wrapad img {
    height: auto;
  }
  .comiis_wrapad .index-slide-item {
    width: 100%;
    height: 0;
    padding-bottom: 48.5%;
  }
  .bann_show div.title {
    height: 30px;
  }
  .bann_show div.title .img_tit {
    height: 30px;
    line-height: 30px;
  }
  .bann_show div.title .img_fz {
    display: none;
  }
  .slidebar {
    margin-bottom: 10px;
  }
  /*公告和今日推荐*/
  .in_c1,
  .in_c2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .in_c1 .cont_title {
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .in_c1 .cont_title .cont_nav {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    width: 100%;
  }
  .in_c1 .cont_title .cont_nav i {
    width: 25px;
  }
  .in_c1 .cont_title .cont_nav .index-notice {
    width: calc(100% - 55px);
  }
  .in_c1 .c1_list {
    height: auto;
  }
  .in_c1 .c1_imglist {
    margin-left: -5px;
    margin-right: -5px;
  }
  .in_c1 .c1_imglist li,
  .in_c2 .c2_list li {
    width: 33.33333333%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    margin-left: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .in_c2 .c2_list li.art-item-1 {
    width: 50%;
  }
  .in_c1 .c1_imglist_a {
    width: 100%;
    height: 0;
    padding-bottom: 133.33333%;
  }
  .in_c1 .c1_imglist_a img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .in_c2 .left {
    width: 100%;
  }
  .in_c2 .tab_list {
    float: right;
  }
  .in_c2 .c2_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .in_c2 .left .name .show_pf {
    display: none;
  }
  .in_c2 .left .name a {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }
  .in_c2 .left .name.name_icon {
    background: none !important;
  }
  .in_c2 .title .t_head_right {
    background-color: transparent;
  }
  .in_c2 .title .t_head_right a.index_more {
    background: url(../images/btm_tit_more2.png) right center no-repeat;
    padding-left: 0;
    width: 80px;
    font-size: 16px;
  }
  .in_c2 .index-list-more {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
    border: 2px solid #ffbf4a;
    border-radius: 17px;
    text-align: center;
  }
  .small_foot .foot-search {
    width: 90%;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
    overflow: visible;
    box-sizing: content-box;
  }
  .small_foot .foot-search:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--theme-color);
    transform: skew(-20deg);
  }
  .small_foot .foot-search form {
    width: 90%;
    overflow: hidden;
  }
  .small_foot .foot-search input {
    margin-top: 0;
  }
  .small_foot .foot-search input.f_serbtn {
    margin-right: 0;
    height: 30px;
    background-size: contain;
    width: 40px;
  }
  .small_foot .foot-search input.f_in {
    width: calc(90% - 50px);
    height: 30px;
  }
  /*筛选列表*/
  .culum_list .culum_span {
    display: none;
  }
  .culum_list .culum_wrap {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .filter-all-btn {
    width: 70px;
  }
  .culum_list .filter-wrap {
    width: 100%;
  }
  .culum_list .filter-wrap.with-all-btn {
    width: calc(100% - 80px);
  }
  .culum_list .culum_con {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*视频列表*/
  .tv_con .title,
  .tv_c2 .title,
  .culum_list .colum_title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tv_con .tab_list,
  .tv_c2 .tab_list,
  .culum_list .tab_list {
    width: auto;
    float: right;
  }
  .tv_con .c2_list,
  .culum_list .c2_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tv_con .c2_list li,
  .culum_list .c2_list li {
    width: 33.333333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
  }
  .tv_con .tv_play .name a,
  .tv_base .name a,
  .culum_list .name a,
  .tv_con .tv_play .time,
  .tv_base .time,
  .culum_list .time {
    text-align: left;
  }
  .pages {
    padding: 0;
    margin-top: 10px;
  }
  /*搜索*/
  .search_header .search_header_inner {
    width: 100%;
    height: auto;
  }
  .search_header_inner a.search_logo {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100px;
    background-position: center center;
  }
  .search_header_inner a.search_logo img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .search_header_form {
    width: 90%;
    margin: 10px auto;
    float: none;
    clear: both;
    overflow: hidden;
  }
  .search_header_form input.sear_text {
    margin-top: 0;
    width: calc(100% - 50px);
  }
  .search_header_form input.sear_btn {
    margin-top: 0;
  }
  .sear_box {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .result_list {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .reusltbox {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .result_list .pic {
    position: static;
    height: auto;
    display: block;
    width: 30%;
    float: left;
  }
  .result_list .pic img {
    width: 100%;
    height: auto;
  }
  .result_list .search-info {
    width: 70%;
    float: right;
    padding-left: 10px;
  }
  .result_title {
    height: auto;
  }
  .result_title a,
  .result_title a:hover {
    font-size: 18px;
  }
  .result_detail li {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 13px;
  }
  .result_detail li a:hover {
    font-size: 13px;
  }
  .recommended .l,
  .recommended .r {
    float: none;
    width: 100%;
  }
  .nullresult {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    height: auto;
  }
  /*小导航*/
  .small_nav {
    /*position: static;
    overflow: hidden;*/
  }
  .small_nav .nav_box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .small_nav .logo {
  }
  .small_nav .logo img {
    height: 28px;
  }
  .small_nav .search {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 10px;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }
  .small_nav .search_text {
    width: calc(100% - 38px);
  }
  .small_nav .small-head-switch,
  .small_nav .small-head-user,
  .small_nav .small-head-history {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 30px;
  }
  .small_nav .small-head-switch a,
  .small_nav .small-head-user a,
  .small_nav ul.nav_r li .small-head-history a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }
  .small_nav .small-head-switch.active,
  .small_nav .small-head-switch:hover,
  .small-head-user:hover,
  .small-head-history:hover {
    border-color: var(--theme-color);
  }
  .small_nav .small-head-switch.active a,
  .small_nav .small-head-switch a:hover,
  .small-head-user a:hover,
  .small_nav ul.nav_r li .small-head-history a:hover {
    color: var(--theme-color);
  }
  .small_nav ul.nav_r li.ewave_history {
    margin-right: 0;
  }
  .small_nav .all-type-content {
    top: 50px;
    z-index: 20;
  }
  .history-clear,
  .history-close {
    line-height: 24px !important;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .small_nav_placeholder {
    height: 50px;
  }
  /*内容页主体*/
  .content {
    padding-top: 0;
  }
  .content .left,
  .content .right {
    width: 100%;
    float: none;
  }
  .content .con_c1 {
    padding: 10px;
    overflow: visible;
  }
  .content .con_c1 .detail-info-imgbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  .content .con_c1 .detail-info-bg {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  .content .con_c1 .leftimg {
    width: 30%;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 6px 6px 20px #333;
    border-radius: 5px;
    overflow: hidden;
  }
  .content .con_c1 .leftimg .img_wrapper {
  }
  .content .con_c1 .con_xinxi {
    width: 70%;
    padding-left: 10px;
    position: relative;
    z-index: 2;
  }
  .content .con_c1 .con_name {
    width: 100%;
  }
  .content .con_c1 h1,
  .content .con_c1 h1 a,
  .content .con_c1 h1 a:hover span {
    font-size: 18px;
    color: #fff;
  }
  .content .con_c1 p {
    font-size: 12px;
    line-height: 20px;
  }
  .content .con_c1 .zy {
    color: #fff;
  }
  .content .con_c1 .zy a {
    padding-right: 5px;
    color: #fff;
  }
  .content .con_c1 .zy a:hover {
    font-size: 12px !important;
  }
  .content .yplx_c1 i,
  .content .yplx_c2 i {
    color: #fff;
    width: 100%;
    line-height: 20px;
    height: auto;
  }
  .content .yplx_c1 i a,
  .content .yplx_c2 i a {
    color: #fff;
    font-size: 12px;
  }
  .content .con_c1 p span,
  .content .con_c1 .yplx_c3 span {
    color: #fff;
  }
  .con_juji_bg {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .con_juji_bg .con_c2_list {
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
    border: none;
    background: none;
  }
  .con_juji_bg .con_c2_title li,
  .content .con_fjjq li {
  }
  .con_juji_bg .con_c2_list li {
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  .con_juji_bg .con_c2_list li a {
    width: 100%;
  }
  .playlist-tab .con_c2_title {
    margin-left: -10px !important;
  }
  .con_c4 .all_Comments {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.8;
  }
  /*评论区*/
  .np_reply {
    padding-left: 10px;
    padding-right: 10px;
  }
  .np_reply_box_footer {
    padding-left: 5px;
  }
  .np_reply_box_footer .cmt_text {
    width: 20%;
  }
  .np_reply_box_footer .comment-verify-img {
    margin-left: 5px;
  }
  .np_post_header {
    height: auto;
  }
  .content .con_c2title {
    padding-top: 0;
  }
  .qbphb .nytitle h3 {
    margin-left: 10px;
  }
  .con_list_img {
    clear: both;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .con_list_img ul {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
  }
  .con_list_img li {
    width: 33.333333%;
    margin: 0;
    padding: 0 5px;
    height: auto;
  }
  .con_list_img li a {
    display: block;
    width: 100%;
  }
  .con_list_img li a div {
    width: 100%;
    height: 0;
    padding-bottom: 133.333333%;
    position: relative;
    overflow: hidden;
  }
  .con_list_img li a img {
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .con_list_phb {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
  .con_list_phb li,
  .con_list_phb .list_one,
  .bof_con .tvplay_list li,
  .bof_con .tvplay_list .list_one {
    width: 100%;
  }
  .con_list_phb .list-no1-pic,
  .bof_con .tvplay_list .list-no1-pic {
    display: block;
    width: 30%;
    float: left;
  }
  .con_list_phb .list_no1_con,
  .bof_con .tvplay_list .list_no1_con {
    width: 70%;
    float: right;
    padding-left: 10px;
  }
  .con_list_phb .top_desc,
  .con_list_phb .pview,
  .bof_con .tvplay_list .top_desc,
  .bof_con .tvplay_list .pview {
    width: 100%;
  }
  .content .right .ad {
    margin-top: 10px;
  }
  /*播放页*/
  .bofbg {
    height: auto;
  }
  .bof_con .bof_top .left {
    width: 100%;
    float: none;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }
  .bof_con .bof_top .left .MacPlayer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
  }
  .player-bottom-info,
  .player-bottom-buttons {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .player-bottom-buttons li {
    padding-left: 1px;
    padding-right: 1px;
  }
  .player-bottom-buttons li a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
  .bof_con .bof_bot {
    padding-top: 0;
    margin: 20px 0;
  }
  .bof_con .left {
    width: 100%;
  }
  .bof_con .bof_list {
    clear: both;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
  }
  .bof_con .bof_list li {
    width: 33.333333%;
    height: auto;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    margin-bottom: 10px;
  }
  .bof_con .bof_list li a div {
    width: 100%;
    height: 0;
    padding-bottom: 133.33333%;
    position: relative;
    overflow: hidden;
  }
  .bof_con .bof_list li a div img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bof_con .bof_list .name {
    width: 100%;
    padding-left: 0;
  }
  .bof_con .right {
    width: 100%;
    float: none;
  }
  .bof_con .tvplay_list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bof_con .bof_top .left .MacPlayer {
    position: absolute;
    left: 0;
    top: 0;
  }
  .share-box {
    width: 80%;
    margin-left: -40%;
  }
  .share-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    top: 5px;
  }
  /*文章首页*/
  .amus {
    padding-top: 0;
  }
  .amus .left {
    width: 100%;
    padding: 10px;
  }
  .amus .left_list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
  }
  .amus .left_list li .art-cover {
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    float: left;
  }
  .amus .left_list li .art-cover img {
    width: 100%;
    height: auto;
  }
  .amus .left_list li .art-list-info {
    width: 70%;
    padding-left: 10px;
    float: right;
  }
  .amus .left_list li p {
    width: 100%;
  }
  .amus .left_list .name,
  .amus .left_list .name a:hover {
    height: auto;
    font-size: 16px;
    line-height: 1.2;
  }
  .amus .left_list .ms,
  .amus .left_list .time,
  .amus .left_list .gjc {
    height: auto;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 0;
  }
  /*文章内容页*/
  .amus .left.resize {
    width: 100%;
  }
  .amus .l_titlte,
  .amus .l_time,
  .amus .l_con p,
  .amus .l_fx {
    width: 100% !important;
    text-align: left;
  }
  .amus .l_titlte {
    height: auto;
    font-size: 16px;
    line-height: 1.5;
  }
  .amus .l_time span:nth-child(3) {
    padding-left: 0;
  }
  .amus .l_con {
    padding-right: 0;
  }
  .amus .l_con p {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0;
  }
  .amus .l_con img {
    width: 100%;
    padding-top: 5px;
  }
  /*专题*/
  .zhuanti .zt_con {
    width: 100%;
  }
  .zhuanti .zt_con li,
  .zhuanti .zt_con a,
  .zhuanti .zt_con a div,
  .zhuanti .zt_con a img {
    width: 100%;
    height: auto;
    float: none;
  }
  .zhuanti .zt_con p {
    width: 90%;
    height: auto;
    line-height: 40px;
    background-image: none;
    overflow: visible;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-top: -20px;
    z-index: 2;
    left: auto;
    bottom: auto;
  }
  .zhuanti .zt_con p::before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    background-color: #202e31;
    z-index: -1;
    transform: skew(-20deg);
  }
  .zt_box {
    width: 100%;
  }
  .ztinfo_con .ztinfo_title {
    font-size: 20px;
    background-image: none;
    background-color: #ebebeb;
    margin-top: 0;
    line-height: 40px;
    height: auto;
  }
  .ztinfo_title .ztinfo_c1 {
    display: none;
  }
  .ztinfo_dd {
    width: 100%;
    height: auto;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 10px;
    background-color: #32425c;
    background-image: none;
  }
  .ztinfo_conlist {
    padding: 20px 10px;
  }
  .ztinfo_con .ztinfo_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
  }
  .ztinfo_con li {
    width: 33.33333%;
    padding: 10px 5px 0;
    height: auto;
  }
  .ztinfo_con .ztinfo_imglist {
    width: 100%;
    height: auto;
  }
  .ztinfo_con .ztinfo_img {
    width: 100%;
    height: 0;
    padding-bottom: 133.33333%;
    position: relative;
    overflow: hidden;
  }
  .ztinfo_con .ztinfo_img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ztinfo_con .ztinfo_namebg,
  .ztinfo_con .ztinfo_namebg p,
  .ztinfo_con .ztinfo_name a {
    font-size: 14px;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .ztinfo_con .ztinfo_namebg {
    padding-bottom: 10px;
  }
  /*网站地图*/
  .sitemap_con {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .sitemap_con h2 {
    padding: 0 10px;
  }
  .sitemap_list {
    width: 100%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sitemap_list dd {
    width: 100%;
    padding: 0;
  }
  .sitemap_list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sitemap_list ul li {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.8;
  }
  /*最近更新*/
  .zxgx .base_zxgx1,
  .zxgx .base_zxgx2,
  .zxgx .base_zxgx3 {
    display: none !important;
  }
  /*排行榜*/
  .qbphb .r_list {
    height: auto;
  }
  .qbphb .r_list li,
  .qbphb .r_list1 li {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .qbphb .r_list .r_img {
    width: 30%;
    height: auto;
  }
  .qbphb .r_list .r_img img {
    width: 100%;
    height: auto;
  }
  .qbphb .r_list p {
    width: 68%;
  }
  .qbphb .r_list .name a {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
  }
  .qbphb .r_list .zy {
    height: auto;
  }
  .qbphb .r_list1 a {
    width: auto;
    display: inline;
    position: static;
    padding-left: 3px;
  }
  /*留言板*/
  .message {
  }
  .message_con {
    border: none;
  }
  .message_c1 {
    padding: 10px;
  }
  .message_c1 .textarea-bottom {
    margin-top: 10px;
  }
  .message_c1 .textarea-bottom .mac_verify,
  .message_c1 .textarea-bottom .mac_verify_img {
    margin-right: 5px;
    width: 25%;
  }
  .message_c1 .mes_button {
    width: 25%;
  }
  .mes_c2 {
    padding: 0;
  }
  .mes_c2 li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mes_c2_top {
    padding-left: 50px;
  }
  .mes_c2_bot {
    padding: 0;
    margin: 10px 0 0 50px;
    border: none;
  }
  .fixdh_fbtn {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    display: none;
  }
  .hd_hist {
    left: 0 !important;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .fixdh_fbtn {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
  }
  .hd_hist {
    left: 5% !important;
    margin-left: 0;
    width: 90%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    border-top: none;
    top: 60px !important;
    padding-top: 5px;
  }
  .hd_hist .hd_fArr {
    display: none;
  }
  .header .h_n_01 ul li.his_item,
  .small_nav ul.nav_r li.his_item {
    height: 40px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .h_n_01 ul li.his_item a {
    line-height: 40px;
  }
  .playlist-notice,
  .download-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .playlist-notice p:first-child {
    line-height: 2;
  }
  .playlist-notice p span.detail-group-tip.gt5 {
    visibility: visible;
  }
  .download-list {
    font-size: 12px;
  }
  .download-list li {
    line-height: 24px;
  }
  .download-item-name {
    width: calc(100% - 135px);
    line-height: 24px;
  }
  .download-item-name i {
    font-size: 16px;
  }
  .download-item-buttons {
    width: 130px;
  }
  .download-item-buttons a {
    line-height: 24px;
  }
  .download-item-link {
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .download-item-bottom .download-item-name,
  .download-item-bottom .download-item-buttons {
    width: auto;
  }
  .download-item-bottom .download-item-name {
    padding-right: 10px;
  }
  .con_juji_bg .con_c2_list li:last-child::before,
  .con_juji_bg .con_c2_list.desc-order li:first-child::before {
    left: 7px;
  }
  .con_juji_bg .con_c2_list li:last-child::after,
  .con_juji_bg .con_c2_list.desc-order li:first-child::after {
    left: 5px;
  }
  .more-content.float {
    position: static;
    margin-top: 0 !important;
  }
  .mac_msg_jump {
    width: 90%;
  }
  .msg_jump_tit {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .copyright-notice-box {
    margin-top: 40px;
  }
  .banner-close {
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .user-index-banner {
    margin-bottom: 0;
  }
  .index-banner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-banner-wrapper .banner-close {
    right: 10px;
    top: 5px;
  }
  .index-banner-wrapper-2 {
    padding-bottom: 0;
  }
  .float-qrcode-wechat.show,
  .float-qrcode-app.show {
    display: block;
  }
  .index-float-box {
    width: 80%;
    margin-left: -40%;
  }
  .play-list-group-switch {
    margin-top: -10px;
  }
  .new-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-list-item {
    float: none;
    width: 99%;
  }
  .con_list_news li {
    text-indent: 10px;
  }
  .map_con {
    padding-top: 0;
  }
}

.dfr {
  display: flex;
  flex-direction: row;
}

.dfr-X-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dfr-Y-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dfr-XY-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.dfc {
  display: flex;
  flex-direction: column;
}

.dfc-X-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dfc-Y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dfc-XY-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  width: 0;
  flex: 1;
}

.actor-detail-blurb {
  line-height: 26px;
  margin-bottom: 10px;
}

.actor-detail > div,
.actor-detail {
  display: flex;
  flex-wrap: wrap;
}

.actor-detail dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.actor-detail dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.51);
  display: inline-block;
  width: 70px;
}

.actor-detail dd {
  width: calc(100% - 70px);
}

.actor-detail > p {
  line-height: 26px;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .actor-detail dl,
  .actor-detail > p {
    width: 100%;
  }
}

.art-info {
  text-align: center;
  margin-top: 20px;
}

.art-info h2 {
  font-weight: bold;
}

.art-info p {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.art-content {
  line-height: 26px;
  padding: 0 10px;
}

.art-content img,
.art-content iframe {
  max-width: 100%;
}

.seo-cut-list {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
}

.seo-cut-item {
  padding: 0 10px;
  line-height: 30px;
  background: url(../images/jt_right_01.gif) left center no-repeat;
}
