#video-detail {
}
.relative-item {
  height: 68px;
  cursor: pointer;
  transition: .2s all ease-in-out;
  padding: 8px 12px 2px 0px !important;
}

.detail-list li {
  border: none;
}

.relative-item:hover {
  color: #5e9bec;
}

.relative-item__img {
  height: 52px;
  width: 95px;
  float: left;
}

.relative-item__title {
  float: left;
  margin-left: 12px;
  width: calc(100% - 107px);
  height: 36px;
  font-size: 13px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
}

.relative-item__people {
  float: left;
  margin-left: 12px;
  width: calc(100% - 107px);
  height: 14px;
  font-size: 12px;
  color: #a5a5a5;
}

.info-thing {
  color: #a2a2a2; 
  font-size: 14px;
  position: relative;
}

.key-text {
  color: #2E2E2E;
  font-size: 16px;
}

.handle-panel {
  height: 48px;
  position: relative;
  #background-color: #1f1f1f;
}

.downloads {
  background: #1f1f1f;
  width: 272px;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
  position: absolute;
  top: 6.5px;
  left: 0;
  z-index: 1;
  margin-left: 70px;
}

.download-item {
  width: 90%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px;
  overflow: hidden;
}

.operations {
  width: 84px;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
  position: absolute;
  top: 6.5px;
  left: 0;
  z-index: 1;
}

.share-item {
  width: 90%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px;
  overflow: hidden;
  color: #a2a2a2;
  font-size: 14px;
}

.download-item img {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 11px;
}

.download-item a {
  color: #49B1F5;
  margin-left: 4px;
  font-size: 14px;
}

.downloads i {
  margin-top: 9px;
  cursor: pointer;
}

.hide-downloads {
  display: none;
}

.downloads:hover .hide-downloads {
  display: block;
}

.el-tag {
  height: 21px;
  line-height: 21px;
  font-size: 12px;
}

.handle-layer {
  margin-top: 20px !important;
}

.comment-area,
.recommend-area{
  background: #fff;
  padding: 20px;
  overflow: hidden;
}


.comment-type-in {
  position: relative;
}

#submit-info {
  position: absolute;
  width: 100%;
  top: 30px;
  text-align: center;
}

.submit-info {
  padding: 6px 12px 8px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
}

.submiting .el-textarea__inner {
  color: #ddd;
}

/*.comment-area {*/
  /*height: 2000px;*/
/*}*/

.comment-area textarea {
  height: 85px;
}

.comment-type-in button {
  margin-top: 10px;
}

.comment-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #3b3a3a;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin-top: 35px;
  margin-bottom: 10px;
}

.comment-list-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 72px;
  height: 1px;
  background-color: rgb(27, 158, 243);
}

.comment-content {
  margin-left: 15px;
  width: calc(100% - 50px);
}

.comment-list-item {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.comment-info {
  margin-top: 4px;
  width: calc(100% - 50px);
}

.comment-list-item .time {
  margin-left: 20px;
  color: #bbb;
}

.word-count {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #bbb;
  font-size: 12px;
}

.el-pagination {
  margin-top: 10px;
}

#recommend-area {
  width: 272px;
  padding-left: 0!important;
  padding-right: 0 !important;
  margin-left: 5px;
}

#recommend-area.fixed {
  position: fixed;
  top: 0;
  right: calc(50% - 560px); 
}

.recommend-area .relative-item__title {
  color: #2E2E2E;
}

.recommend-area .relative-item__title:hover {
  color: #1B9EF3;
}

.detail-title:before {
  width: 63px;
}

.comment-num {
  font-size: 14px;
  font-weight: normal;
}

.fn-share-code {
  margin: 20px;
  font-size: 14px;
  text-align: left;
}

.fn-share-qrcode {
  margin-top: 20px;
}

.fn-share-code .li {
  position: relative;
  height: 32px;
  line-height: 32px;
  background: #e5e5ec;
  border-radius: 16px;
}

.fn-share-code input {
  position: relative;
  width: 160px;
  left: 15px;
  height: 32px;
  line-height: 32px;
  padding-right: 15px;
  border: 0;
  background: #e5e5ec;
}

.fn-share-code .fn-share-code-btn {
  position: absolute;
  z-index: 1;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 0 16px 16px 0;
  width: 82px;
  height: 32px;
  line-height: 32px;
  background: #FFF;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.qrcode-share {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 1500px) {
  .relative-item {
    height: 86px;
  }
  #recommend-area.fixed {
    right: calc(50% - 669px); 
  }
  #recommend-area {
    width: 327px;
  }
  .downloads {
    width: 327px;
  }
}

.wm {
  position: absolute;
  z-index: 999;
  color: gray;
  font-size: 12px;
  left: 40px;
  top: 120px;
}
