.fc_container * {
  box-sizing: border-box;
}
/* 视频详情页覆盖原详情页样式 */
.fc_container .container {
  width: initial !important;
}

.fc_container .container.news_video_author_wrap {
  margin: 24px 0;
}

.fc_container .wrap-heading {
  text-align: left;
  font-size: 12px;
  font-family: "lato-regular", lato;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

.fc_container .list-unstyled.topic-list-1 {
  margin-bottom: 40px;
}

.fc_container .date {
  text-align: left;
  font-size: 12px;
  font-family: "lato-regular", lato;
  font-weight: 400;
  color: #666666;
}

.fc_container .wrap-heading.news_video_author a {
  text-decoration: underline;
  font-size: 12px !important;
}

.fc_container {
  max-width: 1076px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
}

.fc_leftWrap {
  width: 100%;
  max-width: 830px;
  padding-top: 120px;
}

.fc_header {
  font-size: 20px;
  /* font-weight: bold; */
  color: #ff5300;
  line-height: 24px;
  margin: 20px 0 8px 0;
  font-family: "robotocondensed-bold-webfont", "RobotoCondensed-Bold",
    "RobotoCondensed";
}

.fc_message {
  font-size: 30px;
  /* font-weight: bold; */
  color: #000000;
  line-height: 35px;
  margin-bottom: 16px;
  font-family: "robotocondensed-bold-webfont", "RobotoCondensed-Bold",
    "RobotoCondensed";
  word-break: keep-all;
}

.fc_rightPosition {
  padding-top: 120px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fc_rightWrap {
  flex: 0 0 216px;
  padding-left: 40px;
}

.fc_left_video_wrap {
  padding-top: 0;
}

.fc_left_video_box {
  max-height: 468px;
  object-fit: cover;
  /* height: 468px; */
}

.fc_left_video_box video {
  width: 100%;
  height: 100%;
  background-color: #000;
  max-height: 468px;
}

.fc_title_box {
  font-size: 20px;
  line-height: 20px;
  /* font-weight: bold; */
  color: #000000;
  text-align: center;
  font-family: "robotocondensed-bold-webfont", "RobotoCondensed-Bold",
    "RobotoCondensed";
}

.fc_li_box {
  padding-top: 24px;
  padding-bottom: 8px;
}

.fc_list_img_box {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
}

.fc_icon {
  position: absolute;
  bottom: 5px;
  right: 4px;
  width: 24px;
  height: 24px;
  z-index: 10;
}

.fc_icon_video {
  background: url("https://www.sixthtone.com/www/V1/images/news_video_fs.png")
    no-repeat center center / cover;
}

.fc_icon_atlas {
  background: url("https://www.sixthtone.com/www/V1/images/news_pic_fs.png")
    no-repeat center center / cover;
}

.fc_list_img_box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.fc_title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  line-height: 20px;
  margin-top: 20px;
  font-family: "robotocondensed-regular-webfont", "RobotoCondensed-Regular",
    "RobotoCondensed";
}
.fc_left_video_box .dplayer-video-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 760px) {
  .fc_container .news_video_summary,
  .fc_container .container.news_video_author_wrap,
  .fc_container .list-unstyled.topic-list-1,
  .fc_container .advertise-1 {
    padding: 0 20px;
  }

  .fc_rightPosition {
    padding-top: 64px;
  }

  .fc_container {
    flex-direction: column;
    padding: 0;
  }

  .fc_list_img_box {
    height: 100px;
  }

  .fc_left_video_wrap {
    padding-top: 211px;
  }

  .fc_left_video_box {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 88;
    /* background: #000; */
    width: 100%;
    /* height: 211px; */
  }

  .fc_left_video_box video {
    max-height: 211px;
  }

  .fc_leftWrap {
    padding-top: 59px;
  }

  .fc_header_box {
    padding: 0 20px;
    /* margin-top: 231px; */
  }

  .fc_rightWrap {
    padding-left: 0;
  }

  .fc_title_box {
    font-size: 40px;
    color: #333333;
    line-height: 47px;
  }

  .fc_li_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 8px;
  }

  .fc_li_wrap .fc_li_box {
    flex: 0 0 50%;
  }

  .fc_li_wrap .fc_li_box:nth-child(odd) {
    padding-right: 3.5px;
  }

  .fc_li_wrap .fc_li_box:nth-child(even) {
    padding-left: 3.5px;
  }
}

.fc_leftWrap.james-coober .content .news_video_summary > p a {
  line-height: 1.8 !important;
  font-size: 18px !important;
}

.fc_leftWrap.james-coober {
  position: relative;
  background-color: white;
}

.fc_leftWrap.james-coober .content * {
  word-break: keep-all;
}

.fc_leftWrap.james-coober .content {
  padding: 0 !important;
  line-height: 1.8 !important;
  font-size: 18px !important;
}

.fc_leftWrap.james-coober .content .topic-list-1 {
  margin-bottom: 15px !important;
  clear: both;
}

.fc_leftWrap.james-coober .content > p {
  margin-bottom: 15px !important;
  line-height: 1.8 !important;
  font-size: 18px !important;
}

.fc_leftWrap.james-coober .content > p a {
  line-height: 1.8 !important;
  font-size: 18px !important;
}

.fc_leftWrap.james-coober .content > .sharing-news {
  margin: 35px 0 20px 0 !important;
}

.fc_leftWrap.james-coober .advertise-1 {
  clear: both;
  padding: 0;
}

.fc_leftWrap.james-coober img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.fc_leftWrap.james-coober span.caption {
  width: auto !important;
  height: auto !important;
}

.dplayer-fulled video {
  max-height: 100% !important;
}

/* 针对dom的全屏设置 */
.dplayer:-webkit-full-screen video {
  max-height: 100% !important;
}

/* 全屏属性 */
.dplayer:-webkit-full-screen video {
  max-height: 100% !important;
}
.dplayer:-moz-full-screen video {
  max-height: 100% !important;
}
.dplayer:-ms-fullscreen video {
  max-height: 100% !important;
}
/* 全屏伪类 当前chrome:70 不支持 */
.dplayer:full-screen video {
  max-height: 100% !important;
}
.dplayer:fullscreen video {
  max-height: 100% !important;
}

.fc_message,
.fc_title,
.fc_title_box,
.fc_header {
  letter-spacing: -0.006em;
}
