/* V视频H5页面 20210609 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0 auto;
  max-width: 640px;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #0b0b0d;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.author {
  *zoom: 1;
}
.author::after {
  clear: both;
  display: block;
  content: '';
  visibility: hidden;
}
/* 视频 */
.item {
  display: block;
  position: relative;
  padding: 15px 75px 55px 15px;
  background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,0));
  z-index: 2;
}
.top .item {
  padding-bottom: 15px;
}
.item p {
  max-height: 48px;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item span {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 25px;
  padding-right: 7px;
  font-size: 10px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7) url('https://static.21jingji.com/images/m/icon_video_more.png') no-repeat 32px center;
  background-size: 5px auto;
  border-radius: 22px;
}
.new .item span,
.top .item span {
  background-color: rgba(255, 255, 255, 0.1);
}
.new .item { padding: 15px 75px 15px 15px; background: none;}
.avatar,
.video {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.author {
  padding: 10px 15px 30px;
}
.avatar {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.name {
  float: left;
  margin-left: 6px;
  max-width: calc(100% - 30px);
  font-size: 12px;
  color: #8e8e93;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.more-video {
  margin-bottom: 20px;
  text-align: center;
}
.more-video i,
.more-video span {
  display: inline-block;
  vertical-align: middle;
}
.more-video i {
  width: 18px;
  height: 20px;
  background: url("https://static.21jingji.com/images/m/icon_video_tit.png") no-repeat center center;
  background-size: 17px 12px;
}
.more-video i.r {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.more-video span {
  padding: 0 10px;
  font-size: 14px;
  color: #8e8e93;
  line-height: 20px;
  text-align: center;
}
.video {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.video img {
  width: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: transparent url('https://static.21jingji.com/images/m/icon_video_play.png') no-repeat center center;
  background-size: 40px 40px;
  z-index: 3;
}
/* .video::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
} */
.open-more {
  display: block;
  margin: 10px 0 30px;
  font-size: 14px;
  color: #8e8e93;
  line-height: 24px;
  text-align: center;
}

/* 底部下载 */
.blank {
  height: 55px;
}
/* 视频 */
.my-video-dimensions {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.vjs-poster {
  display: block;
  background-color: transparent;
  background-size: cover;
}
#newsVideo,
.video-js {
  z-index: 1;
}
.video-js .vjs-tech {
  width: 100%;
  /* height: auto; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video-js .vjs-big-play-button {
  background: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: ' ';
}
/* .video-js .vjs-big-play-button {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  font-size: 80px;
  line-height: 100px;
  background: none;
  border: none;
  opacity: 0.7;
} */
.video-js .vjs-control {
  outline: none;
}
/* 顶部打开APP */
.downloadbanner {
  height: 55px;
  border-bottom: 1px solid #333;
  /* position: fixed;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 640px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 99; */
}
.downloadbanner img {
  padding: 10px 15px;
  width: 188px;
}
.top-open {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 110px;
  height: 40px;
  background: url("https://static.21jingji.com/images/m/m_topbar_download.png") no-repeat center center;
  background-size: 110px 40px;
}
.downloadbanner span {

  /* position: absolute;
  right: 15px;
  top: 10px;
  width: 80px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background-color: #0f519f;
  border-radius: 20px; */
}
/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  width: 6px;
  height: 6px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(114, 114, 114, 0.6);
  border-radius: 3px;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.download-bottom {
  position: fixed;
  bottom: -100px;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 640px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  transition: bottom ease 0.3s;
}
.download-bottom .slick-slide a {
  display: block;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.download-bottom a {
  text-decoration: none;
  cursor: pointer;
}
.download-bottom a:focus,
.download-bottom .slick-slide:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nckx-logo {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 55px;
  height: 36px;
  z-index: 9;
}
.nckx-logo img {
  width: 100%;
}
.download-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 65px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: #0f519f;
  border-radius: 4px;
  z-index: 100;
}
.download-bottom .slider-box {
  position: relative;
  padding: 0 85px 0 75px;
}

/* .download-bottom .slick div, */
.download-bottom .slick .slick-slide {
  /* height:60px; */
  min-height: 55px;
  margin-top: 7px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  display: -webkit-box;
  /* autoprefixer: off */
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.download-bottom .slick .slick-slide::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  /* background-color: rgba(0, 0, 0, .6); */
}
.download-bottom .slick-dots li {
  width: 10px;
}
.download-bottom .slick-dots li button {
  width: 5px;
  height: 5px;
}
/* 弹窗 */
#pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.pop-box {
  position: fixed;
  top: 50%;
  left: 10%;
  margin-top: -100px;
  width: 80%;
  height: 150px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.pop-box .tips {
  padding: 40px;
  height: 105px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.pop-box .btn-box {
  height: 44px;
}
.btn-box a {
  display: block;
  float: left;
  width: 50%;
  font-size: 14px;
  color: #007aff;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid #ddd
}
.btn-box a:first-child {
  border-right: 1px solid #ddd;
}
.btn-box a:active {
  background-color: #f9f9f9;
}
@media (min-width: 360px) {
  .video {
    height: 202px;
  }
}
@media (min-width: 375px) {
  .video {
    height: 211px;
  }
}
@media (min-width: 400px) {
  .video {
    height: 232px;
  }
}
@media (min-width: 480px) {
  .video {
    height: 270px;
  }
}
@media (min-width: 640px) {
  .video {
    height: 358px;
  }
  .download-bottom {
    display: none;
  }
  .pop-box {
    left: 50%;
    margin-left: -180px;
    width: 360px;
  }
}
