/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
a {
  text-decoration: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  visibility: hidden;
  content: ".";
}
body {
  position: relative;
  font: 14px/1.2 -apple-system-font, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  color: #404040;
}

.post_top {
  float: left;
  z-index: 1;
  width: 130px;
  background: #fff;
}
.post_top.post_top_fixed {
  position: fixed;
  top: 50px;
  z-index: 100;
}
.post_top.post_top_abs {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .post_top.post_top_fixed {
    left: 0;
    margin-left: 0;
  }
}
.post_top_tie {
  overflow: hidden;
  width: 90px;
  margin: 38px auto 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.post_top_tie_icon {
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: url(../../static/images/icon_tie.4bca684.png);
  background-repeat: no-repeat;
  background-size: 65px 130px;
}
.post_top_tie_icon:hover {
  background-position: 0 -65px;
}
.post_top_tie_count,
.post_top_tie_count:visited {
  display: block;
  width: 130px;
  margin-left: -20px;
  font: 24px/44px Georgia;
  color: #e10000;
  text-align: center;
}
.post_top_share_title {
  display: block;
  padding-top: 24px;
  padding-bottom: 6px;
  font: 14px/1 Arial, "Hiragino Sans GB", "STHeiti", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #999;
  text-align: center;
}
.post_share li {
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
}
.post_share li i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.post_share li.share_weibo i {
  width: 50px;
  height: 50px;
  background: url(../../static/images/icon_weibo.6198d18.png);
  background-repeat: no-repeat;
  background-size: 50px 100px;
}
.post_share li.share_weixin i {
  width: 50px;
  height: 50px;
  background: url(../../static/images/icon_weixin.39e5557.png);
  background-repeat: no-repeat;
  background-size: 50px 100px;
}
.post_share li.share_qzone i {
  width: 50px;
  height: 50px;
  background: url(../../static/images/icon_qqzone.85dd340.png);
  background-repeat: no-repeat;
  background-size: 50px 100px;
}
.post_share li a:hover i {
  background-position: 0 -50px;
}
.js_qrcode_wrap {
  position: absolute;
  left: -14px;
  top: 276px;
  width: 120px;
  height: 180px;
  padding: 20px 20px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
}
.js_qrcode_wrap .js_qrcode_arr {
  position: absolute;
  top: -7px;
  left: 72px;
  width: 11px;
  height: 7px;
  background: url(https://static.ws.126.net/163/f2e/post_nodejs/image/sprite.png) no-repeat -309px -22px;
}
.js_qrcode_wrap .js_qrcode_img {
  width: 120px;
  height: 120px;
}
.js_qrcode_wrap .js_qrcode_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 2px;
  background: url(https://static.ws.126.net/163/f2e/post_nodejs/image/sprite.png) no-repeat -156px -156px;
}
.js_qrcode_wrap .js_qrcode_img {
  margin-bottom: 6px;
}
.js_qrcode_wrap p {
  font: 12px/20px Arial, "Hiragino Sans GB", "STHeiti", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #888;
  padding: 0;
  margin: 0;
}
.hidden {
  display: none;
}
.container {
  width: calc(100vw - 160px);
  position: relative;
  margin: 60px auto 0px;
  max-width: 2540px;
  min-width: 1200px;
}
.container .h2_title {
  font-size: 18px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 15px;
}
.container .left_box {
  width: calc(100vw - 520px);
  float: left;
  max-width: 1694px;
  min-width: 840px;
}
.container .rumor_flag_box {
  width: 100%;
  height: 36px;
  margin-bottom: 20px;
  background: #FFF7F5;
  border-radius: 3px;
  color: #F87807;
  font-size: 16px;
  text-align: center;
}
.container .rumor_flag_box > span {
  position: relative;
  padding-left: 22px;
  line-height: 36px;
}
.container .rumor_flag_box > span:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
  content: "";
  background: url('data:image/svg+xml;base64,PHN2ZyBpZD0i5Zu+5bGCXzEiIGRhdGEtbmFtZT0i5Zu+5bGCIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE3LjAxIDE3LjAxIj48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiNlZDc2MTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5jbHMtMntzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2Utd2lkdGg6MS4ycHg7fS5jbHMtM3tmaWxsOiNlZDc2MTk7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7mj5DnpLo8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iOC41IiBjeT0iOC4zOSIgcj0iNyIvPjxsaW5lIGNsYXNzPSJjbHMtMiIgeDE9IjguNSIgeTE9IjQuNjYiIHgyPSI4LjUiIHkyPSI5LjMzIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI4LjUiIGN5PSIxMi4wNiIgcj0iMC44MyIvPjwvc3ZnPg==') no-repeat;
  background-size: contain;
}
.container .title_wrap {
  min-height: 60px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.container .title_wrap h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}
.container .title_wrap .title_intro {
  height: 18px;
  line-height: 18px;
  margin-top: 14px;
  color: #666;
}
.container .title_wrap .ptime {
  margin-right: 10px;
}
.container .title_wrap .author {
  position: relative;
  height: 18px;
  line-height: 18px;
  padding-left: 8px;
  left: 2px;
  color: #666;
  margin-right: 10px;
}
.container .title_wrap .author a {
  color: #666;
}
.container .title_wrap .author::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 2px;
  height: 12px;
  background-color: #f33;
}
.container .title_wrap a.author:hover {
  color: #e10000;
  text-decoration: none;
}
.container .title_wrap .iplocation {
  position: relative;
  padding-left: 16px;
}
.container .title_wrap .iplocation::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../../static/images/iplocation.f6d00eb.svg) center no-repeat;
  background-repeat: no-repeat;
  background-size: 22px;
}
.container .title_wrap .tipoff {
  color: #666;
  float: right;
}
.container .title_wrap .tipoff:hover {
  color: #e10000;
  text-decoration: none;
}
.container .main {
  position: relative;
}
.container .main .content {
  padding-top: 39px;
  margin-left: 170px;
}
.container .main .content .video_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .main .content .video_wrap .video_content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container .main .content .video_wrap .video_content .inner_box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.container .main .content .video_wrap .video_content .inner_box.video_fixed {
  position: fixed;
  width: 300px;
  height: 169px;
  z-index: 999;
  cursor: move;
}
.container .main .content .video_wrap .video_content .inner_box.video_fixed:hover .video_drag {
  display: block;
}
.container .main .content .video_wrap .video_content .inner_box.video_fixed .videocover i {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.container .main .content .video_wrap .video_content .inner_box .video_drag {
  display: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  padding-right: 40px;
}
.container .main .content .video_wrap .video_content .inner_box .video_drag h2 {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.container .main .content .video_wrap .video_content .inner_box .video_drag span {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  display: block;
  width: 30px;
}
.container .main .content .video_wrap .video_content .inner_box video {
  outline: none;
  position: relative;
  margin: 0 auto;
}
.container .main .content .video_wrap .video_content .inner_box .videocover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.container .main .content .video_wrap .video_content .inner_box .videocover > i {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background: url(../../static/images/play_btn.387a7ef.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.container .main .content .video_wrap .video_content .replay_box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.container .main .content .video_wrap .video_content .replay_box.show,
.container .main .content .video_wrap .video_content .replay_box.show_2 {
  display: block;
  z-index: 12;
}
.container .main .content .video_wrap .video_content .replay_box.special .replay_info {
  left: 5%;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info {
  position: relative;
  top: 50%;
  margin-top: -60px;
  display: block;
  left: 10%;
  width: 50%;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_cover {
  position: relative;
  float: left;
  width: 40%;
  height: 120px;
  background-size: cover;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_cover:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  bottom: 12px;
  background: url(../../static/images/play_icon3.1f47ca0.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right {
  float: right;
  width: 55%;
  position: relative;
  top: -2px;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right h6 {
  position: relative;
  color: #dddddd;
  font-size: 16px;
  padding-left: 11px;
  font-weight: normal;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right h6::before {
  display: block;
  position: absolute;
  content: '';
  left: 2px;
  top: 2px;
  width: 3px;
  height: 15px;
  background-color: #f33;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right p {
  margin-top: 8px;
  min-height: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right > div {
  margin-top: 19px;
  font-size: 16px;
  color: #fff;
}
.container .main .content .video_wrap .video_content .replay_box .replay_info .re_right > div span {
  white-space: nowrap;
}
.container .main .content .video_wrap .video_content .replay_box .replay_btn {
  display: block;
  position: absolute;
  width: 84px;
  height: 36px;
  padding-left: 37px;
  left: 14px;
  bottom: 17px;
  border-radius: 18px;
  box-sizing: border-box;
  background-color: #222;
  line-height: 36px;
  font-size: 16px;
  color: #ddd;
  cursor: pointer;
}
.container .main .content .video_wrap .video_content .replay_box .replay_btn:hover {
  text-decoration: none;
}
.container .main .content .video_wrap .video_content .replay_box .replay_btn:hover:before {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.container .main .content .video_wrap .video_content .replay_box .replay_btn:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  left: 14px;
  bottom: 9px;
  background: url(../../static/images/replay_btn.dfd6b5a.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box {
  position: relative;
  float: right;
  height: 217px;
  right: 5%;
  top: 50%;
  margin-top: -182px;
  padding-left: 20px;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box #column_qrcode {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto;
  background-color: #fff;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box #column_qrcode canvas,
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box #column_qrcode img {
  position: absolute;
  left: 7px;
  top: 7px;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .price_tip {
  position: relative;
  margin-top: 19px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .price_tip .price {
  color: #D09D58;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .price_tip .prev_line {
  position: relative;
  margin-right: 18px;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .price_tip .prev_line:after {
  content: "/";
  position: absolute;
  color: #fff;
  font-size: 18px;
  right: -15px;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .code_tip {
  position: relative;
  margin-top: 6px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .code_tip > span {
  display: block;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .code_tip .tip-t {
  margin-top: 6px;
}
.container .main .content .video_wrap .video_content .replay_box .column_qrcode_box .txt_center {
  text-align: center;
}
.container .main .content .video_ctrls {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.container .main .content .duty_editor {
  float: right;
  line-height: 32px;
  color: #888;
}
.container .main .content .ctrls {
  position: relative;
  float: left;
}
.container .main .content .ctrls li {
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 12px;
  border-radius: 22px;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
}
.container .main .content .ctrls li.cur {
  border-color: rgba(237, 74, 74, 0.66);
  color: #ed4a4a;
}
.container .right_box {
  width: 300px;
  margin-left: 60px;
  float: left;
  min-height: 100px;
  overflow: hidden;
}
.container .right_box #netease_search {
  width: 300px;
}
.container .right_box .download {
  margin-top: 30px;
  width: 300px;
  height: 42px;
}
.container .right_box .download .icon {
  display: block;
  width: 42px;
  height: 42px;
  float: left;
}
.container .right_box .download .right_text {
  position: relative;
  float: left;
  margin-left: 12px;
}
.container .right_box .download .right_text .text,
.container .right_box .download .right_text .d_text {
  height: 20px;
  color: #666;
  font-size: 12px;
}
.container .right_box .download .right_text .text {
  display: block;
  margin-top: 4px;
}
.container .right_box .download .right_text .d_text {
  cursor: pointer;
}
.container .right_box .download .right_text .d_text:hover {
  text-decoration: underline;
}
.container .right_box .list_box {
  margin-top: 36px;
}
.container .right_box .list_box .list {
  display: block;
  position: relative;
  width: 100%;
}
.container .right_box .list_box .list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 169px;
  margin-bottom: 4px;
}
.container .right_box .list_box .list .item > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .right_box .list_box .list .item > a .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s;
}
.container .right_box .list_box .list .item > a:hover .img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.container .right_box .list_box .list .item .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.container .right_box .list_box .list .item .info .play_icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../static/images/play_icon3.1f47ca0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 13px;
}
.container .right_box .list_box .list .item .info h3 {
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .right_box .list_box .list .mini_item {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.container .right_box .list_box .list .mini_item:last-child {
  border-bottom: none;
}
.container .right_box .list_box .list .mini_item a {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  display: block;
  width: 100%;
  padding: 12px 10px 11px 29px;
  font-family: Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}
.container .right_box .list_box .list .mini_item a:hover {
  color: #e10000;
  text-decoration: none;
}
.container .right_box .list_box .list .mini_item:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 14px;
  background: url(../../static/images/play_icon2.a6127d4.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  top: 13px;
}
.friend_links {
  position: relative;
  width: 100%;
  height: 76px;
  margin-top: 84px;
  background-color: #fafafa;
  border-top: 1px solid #f4f4f4;
  text-align: center;
}
.friend_links .link_list {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}
.friend_links .link_list a,
.friend_links .link_list span {
  display: inline-block;
}
.friend_links .link_list a {
  font-size: 14px;
  color: #151515;
  margin-right: 64px;
}
.friend_links .link_list a:last-child {
  margin-right: 0;
}
.friend_links .link_list span {
  position: relative;
  margin-right: 72px;
  padding-left: 19px;
  font-weight: bold;
  color: #333;
}
.friend_links .link_list span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: url(../../static/images/f_icon.27772c6.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.N-nav-bottom-main {
  height: 40px !important;
  line-height: 40px !important;
}
.creative_statement {
  margin-top: 40px;
  font: 12px/22px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  color: #888;
}
.dy_wrap {
  margin-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f2f2f2;
}
.dy_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dy_wrap .author_wrap {
  position: relative;
  height: 47px;
}
.dy_wrap .author_wrap .avatar {
  width: 47px;
  height: 47px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.dy_wrap .author_wrap .avatar .img {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 5px;
  overflow: hidden;
}
.dy_wrap .author_wrap .avatar .incentive_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  bottom: -4px;
}
.dy_wrap .author_wrap .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: middle;
  color: #2b2b2b;
}
.dy_wrap .author_wrap .name:hover {
  text-decoration: none;
  color: #e10000;
}
.dy_wrap .author_wrap .follow_btn {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 22px;
  background: url(../../static/images/follow_btn.673f049.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.dy_wrap .author_wrap .follow_btn:hover {
  width: 60px;
  height: 22px;
  background: url(../../static/images/follow_btn_hover.abe3e6f.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.dy_wrap .author_wrap .follower_count,
.dy_wrap .author_wrap .desc {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.dy_wrap .author_wrap .desc {
  white-space: nowrap;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.dy_wrap .author_wrap .follower_count {
  margin-right: 18px;
}
.dy_wrap .author_wrap .row_1 {
  margin-bottom: 4px;
}
.dy_wrap .dy_video_wrap {
  margin-top: 26px;
  position: relative;
}
.dy_wrap .dy_video_wrap .arrow_left {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLTA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgMi4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIHN0cm9rZT0iI0VBRTlFOSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSIjRkZGRkZGIiBjeD0iMjcuOSIgY3k9IjI3LjkiIHI9IjI3LjkiPjwvY2lyY2xlPgogICAgICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6EIiBzdHJva2U9IiNCQUI5QkEiIGZpbGw9IiNCQUI5QkEiIHBvaW50cz0iMzEuNSAxNS42IDM1IDE1LjYgMjIuNCAyNy45IDM1IDQwLjIgMzEuNSA0MC4yIDE5IDI3LjkiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.dy_wrap .dy_video_wrap .arrow_left:hover {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNThweCIgaGVpZ2h0PSI1OHB4IiB2aWV3Qm94PSIwIDAgNTggNTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSI2c3ZnLTA2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGZpbGw9IiNDRDJCMUUiIGN4PSIyOSIgY3k9IjI5IiByPSIyOSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSLot6/lvoQiIHN0cm9rZT0iI0ZGRkZGRiIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzMi40IDE3LjEgMzUuOCAxNy4xIDIzLjMgMjkuNSAzNS44IDQxLjggMzIuNCA0MS44IDE5LjggMjkuNSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.dy_wrap .dy_video_wrap .arrow_left.disabled {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNTkgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIzLTA2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGZpbGw9IiNFQkU5RTkiIGN4PSIyOS4zIiBjeT0iMjkuMyIgcj0iMjkuMyI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSLot6/lvoQiIHN0cm9rZT0iI0UzRTFFMSIgZmlsbD0iI0UzRTFFMSIgcG9pbnRzPSIzMi45IDE3LjYgMzYuMyAxNy42IDIzLjcgMjkuOSAzNi4zIDQyLjIgMzIuOSA0Mi4yIDIwLjMgMjkuOSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: auto;
}
.dy_wrap .dy_video_wrap .arrow_right {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIyLTA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgMi4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIHN0cm9rZT0iI0VBRTlFOSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSIjRkZGRkZGIiBjeD0iMjcuOSIgY3k9IjI3LjkiIHI9IjI3LjkiPjwvY2lyY2xlPgogICAgICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6EIiBzdHJva2U9IiNCQUI5QkEiIGZpbGw9IiNCQUI5QkEiIHBvaW50cz0iMzYuOSAyNy45IDI0LjMgNDAuMiAyMC45IDQwLjIgMzMuNSAyNy45IDIwLjkgMTUuNiAyNC4zIDE1LjYiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.dy_wrap .dy_video_wrap .arrow_right:hover {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNThweCIgaGVpZ2h0PSI1OHB4IiB2aWV3Qm94PSIwIDAgNTggNTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSI1LTA2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGZpbGw9IiNDRDJCMUUiIGN4PSIyOSIgY3k9IjI5IiByPSIyOSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSLot6/lvoQiIHN0cm9rZT0iI0ZGRkZGRiIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzOC4yIDI5LjUgMjUuNiA0MS44IDIyLjIgNDEuOCAzNC43IDI5LjUgMjIuMiAxNy4xIDI1LjYgMTcuMSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.dy_wrap .dy_video_wrap .arrow_right.disabled {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSI1OXB4IiB2aWV3Qm94PSIwIDAgNjAgNTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2xpY2UgMTwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSI0LTA2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGZpbGw9IiNFQkU5RTkiIGN4PSIyOS4zIiBjeT0iMjkuMyIgcj0iMjkuMyI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSLot6/lvoQiIHN0cm9rZT0iI0UzRTFFMSIgZmlsbD0iI0UzRTFFMSIgcG9pbnRzPSIzOC4yIDI5LjkgMjUuNyA0Mi4yIDIyLjIgNDIuMiAzNC44IDI5LjkgMjIuMiAxNy42IDI1LjcgMTcuNiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: auto;
}
.dy_wrap .dy_video_wrap .pagination {
  padding: 2px 8px;
}
.dy_wrap .dy_video_wrap .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e3e3e3;
  margin: 0px 4px;
  cursor: pointer;
}
.dy_wrap .dy_video_wrap .pagination .swiper-active-switch {
  background-color: #ff3333;
}
.dy_wrap .dy_video_wrap .control {
  height: 26px;
  position: absolute;
  right: 0px;
  top: -50px;
}
.dy_wrap .dy_video_wrap .arrow_left,
.dy_wrap .dy_video_wrap .arrow_right,
.dy_wrap .dy_video_wrap .pagination {
  float: left;
}
.dy_wrap .dy_video_wrap .swiper-slide {
  position: relative;
  overflow: hidden;
}
.dy_wrap .dy_video_wrap .item {
  float: left;
  width: calc((100% - 33px) / 3);
  position: relative;
}
.dy_wrap .dy_video_wrap .item_2 {
  margin: 0px 16px;
}
.dy_wrap .dy_video_wrap .img {
  display: block;
  overflow: hidden;
  position: relative;
}
.dy_wrap .dy_video_wrap .img img {
  display: block;
  transition: all 0.5s;
}
.dy_wrap .dy_video_wrap .img span {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  background-color: #222222;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 0px 6px;
}
.dy_wrap .dy_video_wrap .img:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.dy_wrap .dy_video_wrap .title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
  height: 44px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dy_wrap .dy_video_wrap .title:hover {
  color: #e10000;
  text-decoration: none;
}
.ne_ua_ie8 .container,
.ne_ua_ielte8 .container {
  width: 1200px;
}
.ne_ua_ie8 .dy_wrap,
.ne_ua_ielte8 .dy_wrap {
  width: 670px;
}
.ne_ua_ie8 .dy_wrap .control,
.ne_ua_ielte8 .dy_wrap .control {
  display: none;
}
.ne_ua_ie8 .dy_video_swiper,
.ne_ua_ielte8 .dy_video_swiper {
  width: 670px;
  height: 175px;
  overflow: hidden;
}
.ne_ua_ie8 .dy_video_swiper .item,
.ne_ua_ielte8 .dy_video_swiper .item {
  width: 212px;
}
.ne_ua_ie8 .dy_video_swiper .item .img,
.ne_ua_ielte8 .dy_video_swiper .item .img {
  width: 212px;
  height: 119px;
}
.base_line {
  clear: both;
  height: 1px;
  overflow: hidden;
  display: block;
  font-size: 1px;
}
.fixed_part.fixed {
  position: fixed;
  width: 300px;
  top: 25px;
}
@media screen and (max-width: 1450px) {
  .container .main .content .video_wrap .video_content .replay_box.special .replay_info {
    width: 44%;
  }
}
@media screen and (min-width: 1451px) {
  .container .main .content .video_wrap .video_content .replay_box .column_qrcode_box {
    padding-left: 37px;
  }
}

