@charset "gb2312";
.main_content {
  padding-bottom: 120px; }

.content {
  position: relative; }
  .content .video_left {
    /* 标题 */
    /* 视频 */
    /* 分享 */
    /* 内容介绍&评论 */ }
    .content .video_left .title {
      width: 850px;
      margin-top: 20px; }
      .content .video_left .title .text_title {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        /* 内容自动换行 */ }
      .content .video_left .title .time_orgin {
        margin: 15px 0;
        font-size: 14px;
        color: #999998; }
        .content .video_left .title .time_orgin span {
          line-height: 30px; }
        .content .video_left .title .time_orgin .time {
          float: right; }
    .content .video_left .video_box {
      height: 535px;
      /* 正常播放 */
      /* 小窗播放 */
      /* 固定小窗播放 */ }
      .content .video_left .video_box .video {
        background-color: #000000; }
      .content .video_left .video_box .max_video {
        float: left;
        width: 850px;
        height: 535px;
        position: relative; }
        .content .video_left .video_box .max_video .mask {
          width: 850px;
          height: 535px;
          background-color: rgba(0, 0, 0, 0.25);
          position: absolute;
          left: 0;
          top: 0; }
          .content .video_left .video_box .max_video .mask .play_btn {
            width: 112px;
            height: 112px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .content .video_left .video_box .max_video .mask .play_btn img {
              display: inline-block;
              width: 112px;
              height: 112px; }
          .content .video_left .video_box .max_video .mask .clear {
            display: none; }
        .content .video_left .video_box .max_video .mask_next .mask_next_box {
          display: none;
          background-color: rgba(0, 0, 0, 0.8);
          width: 100%;
          height: 100%;
          padding-top: 230px;
          box-sizing: border-box; }
          .content .video_left .video_box .max_video .mask_next .mask_next_box .next_time {
            font-size: 24px;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.7);
            text-align: center; }
          .content .video_left .video_box .max_video .mask_next .mask_next_box .next_title {
            margin: 0 auto;
            max-width: 775px;
            text-align: center; }
            .content .video_left .video_box .max_video .mask_next .mask_next_box .next_title span {
              display: inline-block;
              font-size: 18px;
              color: rgba(255, 255, 255, 0.7);
              text-align: center;
              cursor: pointer;
              border-bottom: 1px solid transparent; }
            .content .video_left .video_box .max_video .mask_next .mask_next_box .next_title:hover span {
              color: #ffffff;
              border-bottom: 1px solid #ffffff; }
          .content .video_left .video_box .max_video .mask_next .mask_next_box .loop {
            width: 60px;
            height: 60px;
            margin: 145px auto 0;
            cursor: pointer; }
            .content .video_left .video_box .max_video .mask_next .mask_next_box .loop img {
              display: block;
              width: 100%;
              height: 100%; }
            .content .video_left .video_box .max_video .mask_next .mask_next_box .loop p {
              width: 48px;
              margin: 0 auto;
              margin-top: 24px;
              text-align: center;
              font-size: 24px;
              color: rgba(255, 255, 255, 0.7); }
            .content .video_left .video_box .max_video .mask_next .mask_next_box .loop:hover p {
              color: #ffffff;
              border-bottom: 1px solid #ffffff; }
      .content .video_left .video_box .mini_video {
        position: fixed;
        right: 39px;
        bottom: 120px;
        width: 400px !important;
        height: 225px !important;
        z-index: 99;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); }
        .content .video_left .video_box .mini_video .mask {
          width: 400px !important;
          height: 225px !important;
          background-color: rgba(0, 0, 0, 0.25);
          position: absolute;
          left: 0;
          top: 0; }
          .content .video_left .video_box .mini_video .mask .play_btn {
            width: 72px;
            height: 72px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .content .video_left .video_box .mini_video .mask .play_btn img {
              display: inline-block;
              width: 72px;
              height: 72px; }
          .content .video_left .video_box .mini_video .mask .clear {
            display: inline-block;
            position: absolute;
            right: 18px;
            top: 18px;
            color: #fff;
            cursor: pointer; }
        .content .video_left .video_box .mini_video .mask_next {
          background-color: rgba(0, 0, 0, 0.8); }
          .content .video_left .video_box .mini_video .mask_next .mask_next_box {
            display: none;
            width: 100%;
            height: 100%;
            padding-top: 36px;
            box-sizing: border-box; }
            .content .video_left .video_box .mini_video .mask_next .mask_next_box .next_time {
              font-size: 14px;
              margin-bottom: 15px;
              color: rgba(255, 255, 255, 0.7);
              text-align: center; }
            .content .video_left .video_box .mini_video .mask_next .mask_next_box .next_title {
              margin: 0 auto;
              max-width: 80%;
              text-align: center; }
              .content .video_left .video_box .mini_video .mask_next .mask_next_box .next_title span {
                display: inline-block;
                font-size: 9px;
                color: rgba(255, 255, 255, 0.7);
                text-align: center;
                cursor: pointer;
                border-bottom: 1px solid transparent; }
              .content .video_left .video_box .mini_video .mask_next .mask_next_box .next_title:hover span {
                color: #ffffff;
                border-bottom: 1px solid #ffffff; }
            .content .video_left .video_box .mini_video .mask_next .mask_next_box .loop {
              width: 30px;
              height: 30px;
              margin: 25px auto 0;
              cursor: pointer; }
              .content .video_left .video_box .mini_video .mask_next .mask_next_box .loop img {
                display: block;
                width: 100%;
                height: 100%; }
              .content .video_left .video_box .mini_video .mask_next .mask_next_box .loop p {
                width: 28px;
                margin: 0 auto;
                margin-top: 14px;
                text-align: center;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.7); }
              .content .video_left .video_box .mini_video .mask_next .mask_next_box .loop:hover p {
                color: #ffffff;
                border-bottom: 1px solid #ffffff; }
      .content .video_left .video_box .mini_video_fixed {
        position: absolute;
        right: 39px;
        bottom: 20px;
        width: 400px !important;
        height: 225px !important;
        z-index: 99;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); }
        .content .video_left .video_box .mini_video_fixed .mask {
          width: 400px !important;
          height: 225px !important;
          background-color: rgba(0, 0, 0, 0.25);
          position: absolute;
          left: 0;
          top: 0; }
          .content .video_left .video_box .mini_video_fixed .mask .play_btn {
            width: 72px;
            height: 72px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .content .video_left .video_box .mini_video_fixed .mask .play_btn img {
              display: inline-block;
              width: 72px;
              height: 72px; }
          .content .video_left .video_box .mini_video_fixed .mask .clear {
            display: inline-block;
            position: absolute;
            right: 18px;
            top: 18px;
            color: #fff;
            cursor: pointer; }
        .content .video_left .video_box .mini_video_fixed .mask_next {
          background-color: rgba(0, 0, 0, 0.8); }
          .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box {
            display: none;
            width: 100%;
            height: 100%;
            padding-top: 36px;
            box-sizing: border-box; }
            .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .next_time {
              font-size: 14px;
              margin-bottom: 15px;
              color: rgba(255, 255, 255, 0.7);
              text-align: center; }
            .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .next_title {
              margin: 0 auto;
              max-width: 80%;
              text-align: center; }
              .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .next_title span {
                display: inline-block;
                font-size: 9px;
                color: rgba(255, 255, 255, 0.7);
                text-align: center;
                cursor: pointer;
                border-bottom: 1px solid transparent; }
              .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .next_title:hover span {
                color: #ffffff;
                border-bottom: 1px solid #ffffff; }
            .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .loop {
              width: 30px;
              height: 30px;
              margin: 25px auto 0;
              cursor: pointer; }
              .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .loop img {
                display: block;
                width: 100%;
                height: 100%; }
              .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .loop p {
                width: 28px;
                margin: 0 auto;
                margin-top: 14px;
                text-align: center;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.7); }
              .content .video_left .video_box .mini_video_fixed .mask_next .mask_next_box .loop:hover p {
                color: #ffffff;
                border-bottom: 1px solid #ffffff; }
      .content .video_left .video_box .hidden {
        display: none; }
    .content .video_left .share_box {
      height: 26px;
      line-height: 26px;
      margin-top: 22px;
      position: relative; }
      .content .video_left .share_box .share_to {
        display: inline-block;
        font-size: 14px;
        color: #999998;
        margin-right: 12px; }
      .content .video_left .share_box .icon {
        color: #6f798a;
        font-size: 24px;
        padding: 0 6px;
        cursor: pointer; }
      .content .video_left .share_box .share_new {
        display: none;
        position: relative;
        left: -70px;
        width: 81px;
        height: 81px;
        padding: 12px 12px 20px;
        background: url("//css.ccement.com/img/news_ccement/snipaste.png") no-repeat center top;
        transform: rotate(180deg);
        z-index: 99; }
        .content .video_left .share_box .share_new canvas {
          position: absolute;
          top: 5px;
          right: 6px; }
      .content .video_left .share_box .weixin {
        display: inline-block;
        width: 26px;
        height: 26px; }
        .content .video_left .share_box .weixin:hover {
          color: #28c445 !important; }
          .content .video_left .share_box .weixin:hover .share_new {
            display: block; }
      .content .video_left .share_box .weibo:hover {
        color: #ea5d5c !important; }
      .content .video_left .share_box .lianjie:hover {
        color: #4284f4 !important; }
      .content .video_left .share_box .pop_message_box {
        position: absolute;
        left: 150px;
        top: 26px;
        z-index: 999;
        padding: 15px 20px;
        background-color: #fff;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
        display: none; }
    .content .video_left .main {
      margin-top: 40px;
      width: 850px;
      /* 内容介绍  */
      /* 评论 */ }
      .content .video_left .main .tabs_box {
        width: 100%;
        border-bottom: 1px solid #e3e3e3; }
        .content .video_left .main .tabs_box .tabs_item {
          display: inline-block;
          font-size: 16px;
          height: 32px;
          line-height: 30px;
          color: #666666;
          margin-right: 42px;
          cursor: pointer; }
          .content .video_left .main .tabs_box .tabs_item .num {
            color: #ea5d5c; }
        .content .video_left .main .tabs_box .active {
          position: relative;
          border-bottom: 2px solid #4284f4;
          color: #4284f4; }
          .content .video_left .main .tabs_box .active::after {
            position: absolute;
            top: 28px;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-bottom-color: #4284f4; }
      .content .video_left .main .introduction_box {
        width: 100%; }
        .content .video_left .main .introduction_box .int_text {
          border: 1px solid #eee;
          border-left-width: 8px;
          background-color: #fafafa;
          padding: 12px 18px;
          margin-top: 26px; }
          .content .video_left .main .introduction_box .int_text p {
            font-size: 14px;
            color: #838383;
            line-height: 28px; }
        .content .video_left .main .introduction_box .word {
          padding: 20px 0;
          box-sizing: border-box; }
          .content .video_left .main .introduction_box .word p {
            font-size: 16px;
            line-height: 30px;
            color: #666666;
            margin-bottom: 20px; }
            .content .video_left .main .introduction_box .word p img {
              display: inline-block;
              max-width: 612px; }
          .content .video_left .main .introduction_box .word .access {
            text-indent: 2em;
            font-size: 16px;
            line-height: 30px;
            color: #666666;
            margin-bottom: 20px;
            font-weight: 600; }
          .content .video_left .main .introduction_box .word .edit {
            font-size: 16px;
            text-align: right;
            margin-top: 30px;
            line-height: 30px;
            color: #666666; }
        .content .video_left .main .introduction_box .remark {
          font-size: 14px;
          line-height: 30px;
          color: #999999;
          margin-top: 62px; }
        .content .video_left .main .introduction_box .copyright {
          margin-top: 20px;
          width: 100%;
          height: 200px;
          background-color: #ffffff;
          border: solid 1px #e3e3e3;
          padding: 15px 24px;
          box-sizing: border-box; }
          .content .video_left .main .introduction_box .copyright h4 {
            font-size: 14px;
            font-weight: bold;
            line-height: 30px;
            color: #999999; }
          .content .video_left .main .introduction_box .copyright p {
            color: #999999;
            line-height: 30px;
            font-size: 12px; }
      .content .video_left .main .comment_box {
        /* 留言板 */
        /* 留言板底部固定 */ }
        .content .video_left .main .comment_box .new_comment .title {
          height: 30px;
          position: relative;
          margin-bottom: 15px; }
          .content .video_left .main .comment_box .new_comment .title p {
            position: absolute;
            font-size: 16px;
            line-height: 30px;
            color: #333333;
            font-weight: 600; }
          .content .video_left .main .comment_box .new_comment .title .statement {
            right: 0;
            font-size: 14px;
            line-height: 30px;
            color: #999999;
            font-weight: 400; }
        .content .video_left .main .comment_box .new_comment .no_message {
          width: 100%;
          padding: 16px 0;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          color: #999999; }
        .content .video_left .main .comment_box .new_comment .bottom_line {
          width: 100%;
          padding: 16px 0;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          color: #999999;
          padding-bottom: 30px; }
        .content .video_left .main .comment_box .new_comment .more_btn {
          width: 158px;
          height: 38px;
          border-radius: 8px;
          border: solid 1px #3697d9;
          text-align: center;
          margin: 0 auto;
          color: #006aff;
          font-size: 14px;
          cursor: pointer;
          margin-top: 30px;
          margin-bottom: 72px; }
          .content .video_left .main .comment_box .new_comment .more_btn .loading {
            display: none;
            margin-top: 8px;
            margin-left: 65px; }
        .content .video_left .main .comment_box .new_comment .more_btn_active .text_more {
          display: none; }
        .content .video_left .main .comment_box .new_comment .more_btn_active .loading {
          display: block !important; }
        .content .video_left .main .comment_box .new_comment .comment_area {
          width: 100%; }
          .content .video_left .main .comment_box .new_comment .comment_area .comment_item {
            margin-top: 5px;
            width: 100%; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_box {
              margin-bottom: 8px; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .men {
              margin-top: 8px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .men .small_box {
                max-width: 710px;
                width: 100%;
                margin-bottom: 10px; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .avater {
              width: 66px;
              height: 66px;
              border-radius: 50%;
              overflow: hidden;
              margin-right: 23px;
              margin-top: 4px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .avater img {
                width: 100%;
                height: 100%; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_avater {
              width: 36px;
              height: 36px;
              border-radius: 50%;
              overflow: hidden;
              margin-top: 5px;
              margin-right: 13px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_avater img {
                width: 100%;
                height: 100%; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .name {
              font-size: 12px;
              margin-top: 10px;
              color: #4284f4;
              font-weight: 600; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message {
              width: 100%;
              line-height: 24px; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_message {
              width: 100%;
              line-height: 24px;
              margin-bottom: 5px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_message .small_name {
                font-weight: 600;
                color: #6f798a;
                margin-right: 10px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_message .netizens {
                color: #4284f4; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .small_message .reply_box {
                display: inline; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box {
              border-bottom: 1px solid #e3e3e3;
              max-width: 760px;
              width: 100%;
              word-break: break-all;
              font-size: 12px;
              color: #333333;
              padding-bottom: 6px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .view {
                margin-bottom: 5px; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .view .common {
                  font-size: 12px;
                  line-height: 30px;
                  color: #999999; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .view .btn {
                  height: 18px;
                  font-size: 12px;
                  line-height: 30px;
                  padding: 3px 7px;
                  color: #4284f4;
                  cursor: pointer; }
                  .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .view .btn:hover {
                    background-color: #e3edfd;
                    border-radius: 4px;
                    padding: 3px 7px;
                    color: #4284f4;
                    cursor: pointer; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page {
                font-size: 12px;
                color: #333; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page .paginationjs .paginationjs-pages ul {
                  zoom: 1; }
                  .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page .paginationjs .paginationjs-pages ul:after {
                    content: "";
                    clear: both;
                    display: block;
                    height: 0;
                    overflow: hidden;
                    visibility: hidden; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page .paginationjs li {
                  float: left;
                  margin: 0 4px;
                  line-height: 26px;
                  text-align: center; }
                  .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page .paginationjs li:after {
                    content: "";
                    clear: both;
                    display: block;
                    height: 0;
                    overflow: hidden;
                    visibility: hidden; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page a {
                  text-align: center;
                  margin: 0 4px;
                  text-decoration: none;
                  line-height: 26px; }
                  .content .video_left .main .comment_box .new_comment .comment_area .comment_item .message_box .group_box .page a:hover {
                    color: #4284f4; }
            .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_time {
              margin-top: 5px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_time .time {
                font-size: 12px;
                color: #999999;
                margin-right: 10px; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_time .btn {
                height: 18px;
                font-size: 12px;
                background-color: #e3edfd;
                border-radius: 4px;
                padding: 3px 7px;
                color: #4284f4;
                cursor: pointer; }
              .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_time .txt {
                height: 18px;
                padding: 3px 7px;
                font-size: 12px;
                color: #999999;
                cursor: pointer; }
                .content .video_left .main .comment_box .new_comment .comment_area .comment_item .pre_time .txt:hover {
                  height: 18px;
                  font-size: 12px;
                  background-color: #e3edfd;
                  border-radius: 4px;
                  padding: 3px 7px;
                  color: #4284f4;
                  cursor: pointer; }
        .content .video_left .main .comment_box .message_board {
          width: 100%;
          padding: 10px 0;
          box-sizing: border-box; }
          .content .video_left .main .comment_box .message_board .left .avater {
            width: 66px;
            height: 66px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 0 !important;
            margin-top: 10px; }
            .content .video_left .main .comment_box .message_board .left .avater img {
              width: 100%;
              height: 100%; }
          .content .video_left .main .comment_box .message_board .left .name {
            width: 66px;
            font-size: 12px;
            line-height: 30px;
            margin-top: 0 !important;
            color: #4284f4;
            overflow: hidden;
            /*超出部分隐藏*/
            white-space: nowrap;
            /*不换行*/
            text-overflow: ellipsis; }
          .content .video_left .main .comment_box .message_board .right .textarea_container {
            max-width: 750px;
            width: 74%;
            height: 90px;
            margin: 0 20px;
            border-radius: 4px; }
            .content .video_left .main .comment_box .message_board .right .textarea_container .msg {
              width: 100%;
              height: 100%;
              border: none;
              padding: 15px 23px;
              box-sizing: border-box;
              border-radius: 4px;
              background-color: #f6f6f6;
              outline: none;
              vertical-align: middle;
              resize: none; }
          .content .video_left .main .comment_box .message_board .right .textarea_container_l {
            max-width: 750px;
            width: calc(78% - 10px); }
          .content .video_left .main .comment_box .message_board .right .normal {
            opacity: 0.5; }
          .content .video_left .main .comment_box .message_board .right .comment_submit {
            width: 90px;
            height: 90px;
            padding: 22px 26px;
            font-size: 18px;
            line-height: 24px;
            color: #ffffff;
            box-sizing: border-box;
            text-align: center;
            background-color: #a0c1f9;
            border-radius: 4px;
            cursor: pointer; }
        .content .video_left .main .comment_box #fixedMessageBoard .right .comment_submit {
          background-color: #a0c1f9; }
        .content .video_left .main .comment_box .board {
          display: none; }
        .content .video_left .main .comment_box .message_fixed {
          background-color: #fff;
          max-width: 850px;
          position: fixed;
          bottom: 0px;
          z-index: 99;
          display: block; }
        .content .video_left .main .comment_box .message_fixed2 {
          background-color: #fff;
          max-width: 850px;
          display: block;
          position: absolute;
          bottom: 0;
          z-index: 99; }
  .content .video_right {
    float: left;
    width: 320px;
    margin-left: 30px;
    /* 一周谈 */
    /* 每周一谈 */
    /* 列表项目 */
    /* 精彩热推 */ }
    .content .video_right .talk_week {
      width: 100%;
      padding: 20px 0px;
      box-sizing: border-box;
      border-bottom: 1px solid #e3e3e3; }
      .content .video_right .talk_week .avatar {
        width: 67px;
        height: 67px; }
        .content .video_right .talk_week .avatar img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .content .video_right .talk_week p {
        margin-left: 15px;
        line-height: 30px; }
      .content .video_right .talk_week .talk_title {
        width: 220px;
        font-size: 18px;
        color: #000000; }
      .content .video_right .talk_week .talk_tips {
        font-size: 14px;
        color: #999998; }
    .content .video_right .week_list {
      width: 100%;
      margin: 20px 0;
      border-bottom: 1px solid #e3e3e3; }
      .content .video_right .week_list .week_top .title .week_title {
        font-size: 18px;
        line-height: 30px;
        color: #000000; }
      .content .video_right .week_list .week_top .title .week_progress {
        font-size: 14px;
        line-height: 30px;
        color: #999999; }
      .content .video_right .week_list .week_top .auto_play_btn {
        float: right; }
        .content .video_right .week_list .week_top .auto_play_btn .txt {
          font-size: 14px;
          line-height: 30px;
          color: #999999; }
        .content .video_right .week_list .week_top .auto_play_btn .switch-button {
          margin: 0;
          display: inline-block;
          position: relative;
          width: 30px;
          height: 20px;
          border: 1px solid #9499A0;
          outline: none;
          border-radius: 10px;
          box-sizing: border-box;
          background: #9499A0;
          cursor: pointer;
          transition: #1890ff .2s,#fff .2s;
          vertical-align: middle; }
          .content .video_right .week_list .week_top .auto_play_btn .switch-button::after {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            border-radius: 100%;
            width: 16px;
            height: 16px;
            background-color: #fff;
            transition: all .2s; }
        .content .video_right .week_list .week_top .auto_play_btn .on {
          background: #00AEEC;
          border: 1px solid #00AEEC; }
          .content .video_right .week_list .week_top .auto_play_btn .on::after {
            left: 11px; }
      .content .video_right .week_list .video_list::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 5px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 72px; }
      .content .video_right .week_list .video_list::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 3px;
        background: #ccc; }
      .content .video_right .week_list .video_list::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        background: transparent; }
      .content .video_right .week_list .video_list {
        position: relative;
        width: 100%;
        max-height: 466px;
        margin: 20px 0;
        box-sizing: border-box;
        overflow: hidden; }
        .content .video_right .week_list .video_list ul {
          width: 100%;
          height: auto; }
      .content .video_right .week_list .video_more {
        font-size: 14px;
        color: #999999;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer; }
    .content .video_right .item_active .text {
      color: #4284f4 !important; }
    .content .video_right .video_item {
      width: 320px;
      height: 82px;
      margin-top: 14px; }
      .content .video_right .video_item:hover .text {
        color: #4284f4 !important; }
      .content .video_right .video_item:first-child {
        margin-top: 0 !important; }
      .content .video_right .video_item .img_box {
        width: 146px;
        height: 82px;
        position: relative;
        border-radius: 4px; }
        .content .video_right .video_item .img_box img {
          width: 146px;
          height: 82px;
          border-radius: 4px; }
        .content .video_right .video_item .img_box .mask {
          position: absolute;
          width: 146px;
          height: 82px;
          left: 0;
          top: 0;
          z-index: 2;
          border-radius: 4px;
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), transparent 60%, rgba(0, 0, 0, 0.7)); }
          .content .video_right .video_item .img_box .mask .btn {
            position: absolute;
            display: inline-block;
            width: 12px;
            height: 12px;
            left: 6px;
            bottom: 8px;
            z-index: 3; }
          .content .video_right .video_item .img_box .mask .time {
            position: absolute;
            right: 10px;
            bottom: 6px;
            font-size: 12px;
            color: #ffffff; }
        .content .video_right .video_item .img_box .play {
          display: none;
          position: absolute;
          width: 146px;
          height: 82px;
          left: 0;
          top: 0;
          z-index: 2;
          border-radius: 4px;
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), transparent 60%, rgba(0, 0, 0, 0.7)); }
          .content .video_right .video_item .img_box .play img {
            position: absolute;
            display: inline-block;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
      .content .video_right .video_item .text_box {
        margin-left: 10px;
        width: 155px; }
        .content .video_right .video_item .text_box .text {
          width: 100%;
          height: 60px;
          font-size: 14px;
          line-height: 20px;
          color: #333333;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          word-break: break-all;
          /* 内容自动换行 */ }
        .content .video_right .video_item .text_box .play_volume {
          font-size: 6px;
          line-height: 12px;
          color: #999999;
          margin-top: 10px; }
    .content .video_right .hot_recommend {
      height: 600px;
      width: 100%; }
      .content .video_right .hot_recommend .hot_top {
        margin-top: 20px; }
        .content .video_right .hot_recommend .hot_top .hot_title {
          font-size: 18px;
          line-height: 30px;
          color: #000000; }
        .content .video_right .hot_recommend .hot_top .more {
          float: right;
          font-size: 14px;
          line-height: 30px;
          color: #999999; }
          .content .video_right .hot_recommend .hot_top .more:hover {
            color: #4284f4 !important; }
      .content .video_right .hot_recommend .recommend_list {
        margin-top: 10px; }
  .content .flexd_back {
    display: none;
    position: fixed;
    right: 38px;
    bottom: 370px;
    height: 60px; }
    .content .flexd_back span {
      display: block;
      text-align: center;
      line-height: 60px;
      width: 60px;
      height: 60px;
      font-size: 22px;
      background-color: #fafafa;
      border-radius: 4px;
      border: solid 1px #e3e3e3;
      user-select: none; }
      .content .flexd_back span:hover {
        background-color: #4284f4;
        color: #fff; }
    .content .flexd_back .bottom {
      margin-top: 10px;
      transform: rotate(-180deg); }
  .content .flexd_back_fixed {
    position: absolute;
    right: 39px;
    bottom: 270px; }

.promptBox {
  position: fixed;
  width: 378px;
  padding: 60px 55px;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -244px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center; }

.promptBox p {
  font-size: 16px;
  line-height: 36px;
  color: #666; }

.promptBox button {
  width: 148px;
  height: 46px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  margin-top: 56px;
  background-color: #4284f4;
  cursor: pointer;
  border-radius: 4px; }

/*# sourceMappingURL=video_detail.css.map */
