@charset "UTF-8";
body {
  width: 16rem;
  background-color: #F3F3F3; }

.head-container {
  position: relative;
  background-color: #fff; }

.head-container video {
  width: 100%;
  background: transparent url("../../image/16.9@2x.png") 50% 50% no-repeat;
  object-fit: fill;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.head-container .video-mask{
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index:10;
}
.head-container .title {
  font-size: 0.768rem;
  padding: 0.68267rem 0.32rem 0.74667rem 0.32rem;
  font-weight: bold; 
  color:rgba(34,34,34,1);
}
.head-container .info{
	padding: 0 0.32rem 0.74667rem 0.32rem;
	font-size: 0.469333rem;
	color:rgba(183,183,183,1);
}

.relate-video,.relate-contanier {
  padding: 0.59733rem 0 0.98133rem 0;
  background-color: #fff; 
}

.list-head {
  margin: 0 0.32rem 0.426667rem 0.32rem;
  font-size: 0.768rem;
  color:rgba(34,34,34,1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-head .horizon{
	display: inline-block;
	width:0.768rem;
	background: rgba(34, 34, 34, 1);
	height: 0.042667rem;
	margin:0 0.213333rem;
}
.relate-video .load-more {
  text-align: center;
  font-size: 0.72533rem;
  margin: 0.68267rem 0 0 0; }

.relate-video .load-more img {
  width: 0.74667rem;
  height: 0.38827rem;
  margin: 0 0 0 0.21333rem;
  color: #000; }

.list-container {
  max-height: 18.66667rem;
  overflow: hidden; }

.comment-container {
  padding-top: 0.32rem;
  margin-top: 0.64rem;
  background-color: #fff; }

/*评论列表样式*/
.comment-container li {
  position: relative;
  padding: 0.42667rem 0.512rem 0.53333rem 0.42667rem;
  border-bottom: 1px solid #e1e1e1; }

.comment-container .headpic {
  float: left;
  width: 1.32267rem;
  height: 1.32267rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.42667rem; }

.comment-container .headpic img {
  display: block;
  width: 100%;
  height: 100%; }

.comment-container .right {
  float: left;
  width: calc(100% - 1.74933rem); }

.comment-container .info {
  margin-bottom: 0.32rem; }

.comment-container .nickname {
  float: left;
  color: #df0101;
  display: block;
  width: calc(100% - 3.2rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.512rem; }

.comment-container .publishtime {
  float: right;
  color: #999999;
  font-size: 0.43691rem;
  line-height: 0.59733rem; }

.comment-container .note {
  color: #333;
  font-size: 0.55467rem;
  line-height: 0.81067rem; }

.comment-container .load-more {
  text-align: center;
  font-size: 0.768rem;
  line-height: 1.70667rem; }

.player {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: block;
  width: 1.002667rem;
  height: 1.002667rem;
  background: url(../../image/icon_video.png) center center no-repeat;
  background-size: 100% 100%; }

.comment-null {
  padding: 1.70667rem 0 2.88rem 0; 
}

.comment-icon {
  margin: 0 auto;
  width: 13.65333rem;
  height: 10.09067rem;
  background: url(../../image/video_comment_null.png) no-repeat;
  background-size: 100% 100%; 
}
.right{
  margin-left: 3.84rem;
}
.theme-brief {
  position:relative;
  padding: 0 0.40533rem 0.84rem 0.42667rem;
  line-height: 1.14987rem; 
}

.theme-brief .label {
  margin-right: 0.42667rem;
  display: inline-block;
  -background-color: #df4242;
  color: #fff;
  width: 1.92rem;
  border-radius: 0.42667rem;
  text-align: center;
  font-size: 0.64rem;
  position: absolute; 
  top:0.042667rem;
}
.theme-brief .label img{
	width: auto;
	height: 0.775rem;
}
.theme-brief .brief {
  font-size: 0.682667rem; 
  display: block;
  text-align: justify;
  text-indent: 3.5em;
  color: #222;
}
.theme-brief img{
  width:100%;
  height: 100%;
}