@charset "UTF-8";

/* 视频详情分享css */

html {
  background: #000;
}

.container,
.cont {
  width: 100%;
  height: 100%;
  position: fixed;
}

.cont {
  background: #f2f2f2;
  text-align: center;
}

.cont img {
  width: 2.69rem;
  height: auto;
  margin-top: 2.1rem;
  margin-bottom: 0.39rem;
}

.cont p {
  font-size: 0.32rem;
  color: #999;
  line-height: 0.42rem;
}

.msg {
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  max-height: 50%;
  overflow: auto;
}

.msg h5 {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  width: 86%;
  margin: 0 auto;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.msg .info {
  font-size: 14px;
  color: #bbb;
  line-height: 22px;
  width: 86%;
  margin: 26px auto 0;
}

.msg .info.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.container .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.68rem;
  margin-top: -0.68rem;
  width: 1.35rem;
  height: 1.35rem;
}

.container video {
  width: auto;
  height: 100%;
  max-width: 16.0256rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.download-fade {
  height: 2rem;
}

.download-close {
  width: 0.34rem;
  height: 0.34rem;
}


.trans_video_tag {
  background: #FF8823;
  border-radius: 0.1709401709rem;
  padding-bottom: 0 !important;
  padding-left: 0.2564102564rem !important;
  padding-right: 0.2564102564rem !important;
  height: 0.8547008547rem;
  line-height: 0.8547008547rem !important;
  font-weight: 400;
  font-size: 0.4700854701rem !important;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0.2564102564rem;
  top: 0.2564102564rem;
  z-index: 1000;
}

.trans_video_tag.transcoding_fail {
  background: #FF2B2B;
}
