body {
  font-size: 16px;
  background: #f8f8f8; }

.clearfix {
  clear: both;
  zoom: 1; }

.header {
  width: 100%;
  height: 458px;
  background: url(../img/header.png) no-repeat center;
  min-width: 1100px;
  position: relative; }

.menu-wrapper {
  width: 100%;
  min-width: 1081px;
  height: 109px;
  background: #fff;
  z-index: 99999; }
  .menu-wrapper .menu-box {
    width: 1003px;
    height: px;
    margin: 0 auto; }
    .menu-wrapper .menu-box .logo-box {
      width: 182px;
      height: 109px;
      float: left;
      vertical-align: middle; }
      .menu-wrapper .menu-box .logo-box > img {
        width: 100%;
        margin-top: 23px; }
    .menu-wrapper .menu-box .menu-list {
      width: 577px;
      height: 43px;
      float: right;
      margin: 33px 0; }
      .menu-wrapper .menu-box .menu-list .menu-item {
        float: left;
        width: 115px;
        height: 43px;
        text-align: center;
        position: relative; }
        .menu-wrapper .menu-box .menu-list .menu-item:hover .bottom-bar {
          display: block;
          width: 33px;
          height: 3px;
          background-image: url("../img/bg_bar.png");
          background-size: 33px 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .menu-wrapper .menu-box .menu-list .menu-item > a {
          line-height: 43px;
          color: #555;
          font-size: 18px;
          text-decoration: none;
          display: block; }
          .menu-wrapper .menu-box .menu-list .menu-item > a:hover {
            color: #f98358;
            font-weight: bolder; }
        .menu-wrapper .menu-box .menu-list .menu-item.active .bottom-bar {
          display: block;
          width: 33px;
          height: 3px;
          background-image: url("../img/bg_bar.png");
          background-size: 33px 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .menu-wrapper .menu-box .menu-list .menu-item.active > a {
          color: #f98358;
          font-weight: bolder; }

#b-share.bshare-custom {
  position: absolute;
  top: 940px;
  right: 0;
  z-index: 99;
  width: 70px;
  height: 190px;
  background: #43bdab;
  text-align: center;
  padding: 20px 0;
  border-radius: 2px; }
  #b-share.bshare-custom > span {
    color: #fff;
    text-align: center; }
  #b-share.bshare-custom > a {
    display: block;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    margin: 10px auto;
    padding: 0;
    background-image: url("../img/icon_weixin.png");
    background-size: 27px 22px;
    background-position: center;
    background-repeat: no-repeat; }
    #b-share.bshare-custom > a.bshare-qzone {
      background-image: url("../img/icon_qq.png");
      background-size: 20px 22px; }
    #b-share.bshare-custom > a.bshare-sinaminiblog {
      background-image: url("../img/icon_weibo.png");
      background-size: 26px 21px; }

.container {
  width: 100%;
  min-width: 1081px;
  padding-bottom: 100px; }
  .container .tab-nav {
    width: 562px;
    height: 46px;
    background: #fff;
    margin: 50px auto 40px;
    display: flex;
    justify-content: flex-start; }
    .container .tab-nav .tab-item {
      width: 186px;
      height: 46px;
      line-height: 46px;
      text-align: center;
      font-size: 18px;
      border-right: 1px solid #eee;
      cursor: pointer; }
      .container .tab-nav .tab-item.active {
        background-image: url("../img/tab_bg.png");
        background-size: 188px 46px;
        color: #fff; }
        .container .tab-nav .tab-item.active.first {
          background-image: url("../img/tab_first.png"); }
      .container .tab-nav .tab-item:last-child {
        border-right: 0; }
  .container .content {
    width: 1081px;
    margin: 0 auto 30px; }
    .container .content .production-list {
      padding: 26px 14px;
      background-color: #fff;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .container .content .production-list.production-2, .container .content .production-list.production-3 {
        display: none; }
      .container .content .production-list .production-item {
        width: 496px;
        margin: 15px; }
        .container .content .production-list .production-item:nth-child(2n) {
          margin-right: 0; }
        .container .content .production-list .production-item .rank-result {
          margin: 0 auto 10px auto;
          text-align: center; }
        .container .content .production-list .production-item > a {
          color: #434343; }
          .container .content .production-list .production-item > a:hover {
            color: #f98358; }
          .container .content .production-list .production-item > a > p {
            margin: 10px 0;
            font-weight: bolder;
            line-height: 1.5;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .container .content .production-list .production-item > a .img-box {
            position: relative;
            width: 496px;
            height: 260px;
            overflow: hidden; }
            .container .content .production-list .production-item > a .img-box > img {
              display: block;
              width: 496px;
              height: 260px; }
            .container .content .production-list .production-item > a .img-box .icon-play {
              width: 52px;
              height: 52px;
              background-image: url("../img/icon_play.png");
              background-size: 52px;
              position: absolute;
              left: 0;
              right: 0;
              top: 57px;
              margin: 0 auto;
              z-index: 9; }
        .container .content .production-list .production-item .user-info {
          display: flex;
          justify-content: space-between;
          flex-wrap: nowrap;
          color: #5f5f5f;
          font-size: 12px;
          margin: 10px 0;
          line-height: 42px; }
          .container .content .production-list .production-item .user-info .user-box {
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap; }
            .container .content .production-list .production-item .user-info .user-box > img {
              display: block;
              width: 41px;
              height: 41px;
              border-radius: 50%; }
            .container .content .production-list .production-item .user-info .user-box .name {
              margin-left: 10px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1; }
          .container .content .production-list .production-item .user-info .vote-box {
            display: flex;
            justify-content: space-around;
            flex-wrap: nowrap; }
            .container .content .production-list .production-item .user-info .vote-box .vote-count {
              margin-right: 10px; }
            .container .content .production-list .production-item .user-info .vote-box .icon-vote {
              width: 19px;
              height: 20px;
              margin: 7px 0;
              background-image: url("../img/icon_vote.png");
              background-size: 19px 20px; }
            .container .content .production-list .production-item .user-info .vote-box.active .vote-count {
              color: #f98358; }
            .container .content .production-list .production-item .user-info .vote-box.active .icon-vote {
              background-image: url("../img/icon_voted.png"); }

.footer-bar {
  background-color: #25272e;
  width: 100%;
  min-width: 1081px;
  height: 15px; }

.footer {
  background-color: #2e3139;
  width: 100%;
  min-width: 1081px;
  height: 300px;
  text-align: center;
  position: relative; }
  .footer > img {
    width: 1081px;
    height: 310px;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    display: block;
    margin: 0 auto; }

.production-header {
  width: 100%;
  height: 600px;
  min-width: 1081px;
  background-color: #0a2952;
  padding-top: 35px; }
  .production-header .video-box {
    width: 1081px;
    height: 563px;
    margin: 0 auto; }

.production-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 1081px;
  margin: 50px auto;
  padding-bottom: 100px; }
  .production-container .l-content {
    width: 740px; }
    .production-container .l-content .top-block {
      background-color: #fff;
      padding: 30px 40px; }
      .production-container .l-content .top-block .production-data {
        padding: 30px 0;
        border-bottom: 1px solid #c9c9c9;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        .production-container .l-content .top-block .production-data > h2 {
          font-size: 32px;
          color: #4a4a4a; }
        .production-container .l-content .top-block .production-data .play-box {
          display: flex;
          justify-content: flex-start;
          flex-wrap: nowrap;
          line-height: 25px; }
          .production-container .l-content .top-block .production-data .play-box .icon-play {
            display: block;
            width: 25px;
            height: 25px;
            background-image: url("../img/icon_play_count.png");
            background-size: 25px; }
          .production-container .l-content .top-block .production-data .play-box .play-count {
            color: #5f5f5f;
            margin-left: 10px; }
        .production-container .l-content .top-block .production-data .vote-box {
          padding: 12px 8px 9px 8px;
          display: flex;
          justify-content: flex-start;
          flex-wrap: nowrap;
          background-color: #8f8f8f;
          max-width: 92px;
          height: 14px;
          text-align: center;
          position: relative;
          border-radius: 6px;
          cursor: pointer; }
          .production-container .l-content .top-block .production-data .vote-box .icon-vote {
            width: 16px;
            height: 19px;
            background-image: url("../img/vote_icon.png");
            background-size: 16px 19px;
            display: inline-block;
            position: absolute;
            top: 8px;
            left: 14px; }
          .production-container .l-content .top-block .production-data .vote-box .vote-count {
            display: inline-block;
            color: #fff;
            margin-left: 30px; }
          .production-container .l-content .top-block .production-data .vote-box.active {
            background-image: url("../img/btn_bg.png");
            background-repeat: no-repeat; }
      .production-container .l-content .top-block .production-intro {
        padding: 30px 0 50px;
        border-bottom: 1px solid #c9c9c9; }
        .production-container .l-content .top-block .production-intro > p {
          color: #4a4a4a;
          line-height: 1.5;
          margin-top: 30px; }
      .production-container .l-content .top-block .production-image {
        padding: 30px 0 50px;
        position: relative; }
        .production-container .l-content .top-block .production-image .prev-box {
          width: 16px;
          height: 19px;
          background-image: url("../img/swiper_prev.png");
          background-size: 16px 19px;
          position: absolute;
          left: 40px;
          top: 126px;
          cursor: pointer; }
        .production-container .l-content .top-block .production-image .next-box {
          width: 16px;
          height: 19px;
          background-image: url("../img/swiper_next.png");
          background-size: 16px 19px;
          position: absolute;
          right: 40px;
          top: 126px;
          cursor: pointer; }
        .production-container .l-content .top-block .production-image .image-gallary {
          width: 524px;
          height: 81px;
          margin: 45px auto 0; }
          .production-container .l-content .top-block .production-image .image-gallary .swiper-container {
            width: 100%;
            height: 100%; }
          .production-container .l-content .top-block .production-image .image-gallary .swiper-slide {
            text-align: center;
            font-size: 18px;
            background-position: center;
            width: 119px;
            height: 81px;
            background-size: 119px 81px;
            background-repeat: no-repeat; }
            .production-container .l-content .top-block .production-image .image-gallary .swiper-slide > img {
              width: 100%; }
    .production-container .l-content .comment-wrapper {
      margin-top: 20px;
      background-color: #fff;
      padding: 30px 40px; }
      .production-container .l-content .comment-wrapper .comment-lists .comment-item {
        padding: 24px 0;
        border-bottom: 1px solid #c9c9c9;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap; }
        .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-img {
          width: 54px;
          height: 54px; }
          .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-img > img {
            width: 100%; }
        .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text {
          width: 600px;
          margin-left: 20px; }
          .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text .comment-title {
            margin-top: 14px; }
            .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text .comment-title .comment-name {
              color: #4a4a4a;
              font-size: 14px;
              float: left; }
            .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text .comment-title .comment-time {
              float: right;
              color: #4a4a4a;
              font-size: 12px; }
          .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text .comment-detail {
            margin-top: 20px; }
            .production-container .l-content .comment-wrapper .comment-lists .comment-item .comment-text .comment-detail > p {
              line-height: 1.25;
              text-align: justify; }
      .production-container .l-content .comment-wrapper .text-area {
        margin-top: 30px;
        border: 1px solid #f7f7f7;
        width: 660px;
        height: 128px;
        position: relative; }
        .production-container .l-content .comment-wrapper .text-area > textarea {
          padding: 10px 0 0 10px;
          width: 650px;
          height: 118px;
          background: #f7f7f7;
          border: 0; }
        .production-container .l-content .comment-wrapper .text-area .tips-desc {
          position: absolute;
          right: 10px;
          bottom: 6px;
          color: #4a4a4a;
          font-size: 14px; }
      .production-container .l-content .comment-wrapper .submit-btn {
        width: 136px;
        height: 46px;
        display: block;
        text-align: center;
        line-height: 46px;
        float: right;
        color: #4a4a4a;
        border: 1px solid #c9c9c9;
        text-decoration: none;
        margin-top: 10px; }
  .production-container .r-content {
    width: 320px; }
    .production-container .r-content .player-box {
      padding: 30px 10px 50px 10px;
      background-color: #fff; }
      .production-container .r-content .player-box .label-block {
        padding-bottom: 24px; }
      .production-container .r-content .player-box .player-desc {
        padding: 24px 0 0 0;
        border-top: 1px solid #c9c9c9; }
        .production-container .r-content .player-box .player-desc > p {
          color: #4a4a4a;
          line-height: 1.5;
          text-align: justify; }
    .production-container .r-content .other-box {
      margin-top: 20px;
      padding: 30px 10px 50px 10px;
      background-color: #fff; }
      .production-container .r-content .other-box .label-block {
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #c9c9c9; }
        .production-container .r-content .other-box .label-block > a {
          color: #4a4a4a; }
      .production-container .r-content .other-box .other-lists .other-item {
        width: 270px;
        margin: 26px auto; }
        .production-container .r-content .other-box .other-lists .other-item > a > p {
          color: #4a4a4a;
          margin-top: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        .production-container .r-content .other-box .other-lists .other-item > a .video-image {
          width: 270px;
          height: 153px;
          overflow: hidden;
          position: relative; }
          .production-container .r-content .other-box .other-lists .other-item > a .video-image .icon-play {
            width: 52px;
            height: 52px;
            background-image: url("../img/icon_play.png");
            background-size: 52px;
            position: absolute;
            left: 0;
            right: 0;
            top: 50px;
            margin: 0 auto;
            z-index: 9; }
          .production-container .r-content .other-box .other-lists .other-item > a .video-image > img {
            display: block;
            width: 270px;
            height: 153px; }

.label-block {
  position: relative; }
  .label-block .icon-label {
    width: 5px;
    height: 16px;
    background-image: url("../img/icon_label.png");
    background-size: 5px 16px;
    position: absolute;
    left: 0;
    top: 3px; }
  .label-block .label-text {
    margin-left: 10px;
    font-size: 20px;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }

.m-layer > img {
  width: 100%; }

.container .content .production-list .production-item > a .img-box .icon-play.result-icon {
  top: 100px; }

/*# sourceMappingURL=news.css.map */
