*{
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
}
.container {
  margin-bottom: 100px;
}
.pub-wrapper {
  padding-left: 0!important;
  padding-right: 0!important;
}
.container-top {
  position: relative;
  top: 150px;
  width: 88%;
  max-width: 1336px;
  /* width: 90%; */
  min-width: 1190px;
  margin: auto;
}
.container-bg {
  position: absolute;
  width: 100%;
  min-width: 1210px;
}
.video-container {
  /* height: 70%; */
  height: 569px;
  min-height: 569px;
  background-color: #333333;
  margin: auto;
  display: flex;
}
/* 视频部分 */
.video-show {
  width: 100%;
  /* width: 1010px;
  max-width: 1190px; */
  min-width: 860px;
  height: 100%;
  display: flex;
}
#playVideo{
  width: 100%;
  height: 100%;
}
#playVideo video{
  object-fit: fill;
}
.js-open {
  padding-top: 16%;
  display: none;
}
.js-open img {
  border-radius: 10px;
}

chimee-popup {
  box-sizing: border-box!important;
}
cm-pp-body, cm-pp-body img {
  width: 100%;
  height: 100%;
  padding: 0!important;
}
cm-pp-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px!important;
  z-index: 20!important;
}
.lang-adv cm-pp-close {
  top: 14px;
  font-size: 15px!important;
}
.lang-adv {
  margin: auto;
  border-radius: 8px;
  background: url('//www.boosj.com/dist/playPage/190606/img/adv.png') no-repeat;
  background-size: cover;
}
  /* wrap */
  #langAdv{
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-top: 10px;
  }

  /* image */
  #langAdv .list-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #langAdv .list-image li {
    width: 100%;
    height: 20px;
    /*这里也设置宽高，解决的是默认行间距问题*/
  }

  #langAdv .list-image li img {
    width: 100%;
    height: 100%;
  }
  /* number */
  #langAdv .list-number {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  #langAdv .list-number li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font: 12px / 20px Arial;
    border-radius: 10px;
    background-color: #f60;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #langAdv .list-number li.current {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #langAdv .textual {
    position: relative;
    background-color: transparent!important;
    width: 100%!important;
    height: auto;
    padding: 0!important;
    height: auto;
  }
  #langAdv newsfeed{
    text-align: center!important;
  }
  #langAdv .textual__title {
    color: #ffffff!important;
    font-size: 16px!important;
  }
/* 暂停广告 */
#playAd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 360px;
  height: 240px;
  font-size: 0;
}
#playAd > div {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  font-size: 10px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box!important;
}
.pause-play cm-pp-close{
  font-size: 30px!important;
  background: rgba(255,255,255,0.5);
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
#pauseAdv {
  width: 360px;
  height: 240px;
  position: absolute; 
  left: 50%; 
  top: 50%;   
  transform: translate(-50%, -50%);  
}
/* 视频下方标题部分 */
.title-nav {
  width: 100%;
  height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #333333;
  color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  justify-content: space-between;
}
.title-text {
  width: 40%;
  min-width: 250px;
  /* font-size: 16px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zan-cang {
  min-width: 175px;
}
.user-point, .zan-cang {
  display: flex;
  align-items: center;
}
.zan-cang div{
  margin: 0 10px;
  cursor: pointer;
}
.write-comment {
  background: rgba(0,0,0,0.5);
  line-height: 30px;
  width: 303px;
  display: flex;
  border-radius: 10px;
}
.int-input {
  width: 100%;
  height: 30px;
  border: none;
  background: transparent;
  outline: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  padding-left: 10px;
}
.btn-show {
  cursor: pointer;
}
.int-button {
  background-color: #f39800;
  height: 30px;
  display: inline-block;
  width: 45px;
  min-width: 45px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* 右侧列表部分 */
.video-list-show {
  position: relative;
  width: 330px;
  min-width: 330px;
  /* width: 45%; */
  height: 100%;
  color: #ffffff;
  background: #333;
  overflow: hidden;
}
.list-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  border-bottom: 1px solid #6b6b6b;
  box-sizing: border-box;
}
.list-title > div {
  font-size: 16px;
}
.title-style {
  line-height: 39px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.js-click-list {
  border-color: #f39800;
  color: #f39800;
}
.js-close {
  width: 10px;
  padding-top: 80%;
  height: 90%;
}
.video-right-list {
  height: 100%;
  display: flex;
}
.list-more {
  width: 100%;
  height: 100%;
  background: #000000;
  overflow-y: scroll;
  display: block;
  padding-bottom: 50px;
}
.comment-more {
  width: 100%;
  height: 100%;
  background: #000000;
  overflow-y: scroll;
  display: none;
  padding-bottom: 50px;
}
a:hover {
  text-decoration: none;
}
.video-title:hover {
  color: #f39800;
}
#pauseAdv iframe {
  height: 100%;
}
  /* 评论部分 */
  .comment-each {
    padding: 15px 10px;
    /* padding: 15px; */
    display: flex;
  }
  .header-img img {
    /* 50px */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .comment-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .user-name > a{
    color: #f39800;
    font-size: 14px;
  }
  .sub-time {
    font-size: 12px;
  }
  .comment-text {
    margin-top: 20px;
    color: #e5e5e5;
    font-size: 14px;
    width: 100%;
    word-wrap: break-word;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
  }
  .comment-point {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .comment-point span {
    color: #666666;
  }
  .comment-point i {
    font-size: 20px;
  }
  .humbs-up {
    margin-right: 10px;
  }
  .replay-content {
    /* max-height: 55px; */
    font-size: 14px;
    background-color: #333333;
    border-radius: 10px;
    padding: 10px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    margin-top: 3px;
    color: #e5e5e5;
  }
  .replay-name {
    font-size: 12px;
    width: 126px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    box-sizing: border-box;
    color: #f39800;
    display: none;
  }
 /*滚动条整体样式*/
.comment-more::-webkit-scrollbar, .list-more::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
/*滚动条滑块*/
.comment-more::-webkit-scrollbar-thumb, .list-more::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}
/*滚动条轨道*/
.comment-more::-webkit-scrollbar-track, .list-more::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
  background: #333333;
}
.list-video-show, .is-noLive {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.list-color {
  color: #f39800
}
.video-img {
  width: 120px;
  margin-right: 10px;
}
.video-title {
  height: 40px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 下方视频列表部分 */
.container-bottom {
  position: relative;
  width: 88%;
  background-color: #ffffff;
  border: 1px solid #f93d3d;
  margin: 190px auto 0;
}
.bottom-logo {
  width: 100%;
  text-align: center;
}
.bottom-logo img {
  width: 265px;
}
.bottom-list {
  padding: 0 20px;
}
 .list-each img {
  width: 100%;
  height: 84px;
}
#videoList1, #videoList2 {
  display: flex;
}
.list-each {
  width: 190px;
  margin: 0 10px 23px;
}
.list-each a {
  color: #333333;
}
.list-each a:hover {
  color: #f93d3d;
}
.title-each {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* font-size: 16px; */
}
.comment-content{
  width: 244px;
}

.layui-layer-hui {
  min-width: 300px;
  /* min-height: 300px; */
  background-color: #ffffff!important;
  color: #f93d3d!important;
  /* background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0,0,0,.6);
  color: #fff; */
  font-size: 30px!important;
  border: none;
}
.zan-cang > div:hover {
  color: #f39800;
}
.comment-point > div {
  cursor: pointer;
}
.comment-point > div:hover {
  color: #f39800;
}