.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.video-info {
  background: #f8f8f8;
  min-height: 100vh;
}

.video-info img {
  width: 100%;
  height: 100%;
}

.video-info a {
  cursor: pointer;
}

.video-info .breadcrumb {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  background: #f8f8f8;
  padding-top: 0.85rem;
}

.video-info video::-internal-media-controls-download-button {
  display: none;
}

.video-info video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

.video-info video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.video-info .breadcrumb>li+li:before {
  content: "> ";
}

.video-info .info-title {
  background-color: #ffffff;
  border-left: solid 0.25rem #3f53d8;
  padding: 1.5rem 2rem;
}

.video-info .info-title .title-name {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.25rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #232323;
}

.video-info .info-title .title-botm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}

.video-info .info-title .title-botm .title-time {
  font-family: ArialMT;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin-right: 2rem;
}

.video-info .info-title .title-botm .title-type {
  border-radius: 0.75rem;
  border: solid 0.05rem #3f53d8;
  margin-left: 1rem;
}

.video-info .info-title .title-botm .title-type span {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #3f53d8;
  padding: 0.35rem 0.85rem;
  display: inline-block;
}

.video-info .info-title .title-botm .title-eyes {
  margin-left: auto;
}

.video-info .info-title .title-botm .title-eyes .eyes {
  display: inline-block;
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(../../images/knowledge/browse_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94%;
}

.video-info .info-title .title-botm .title-eyes .article-num {
  display: inline-block;
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  vertical-align: text-top;
}

.video-info .video-play {
  min-height: 25.1rem;
  position: relative;
}

.video-info .video-play video {
  display: inline-block;
  vertical-align: baseline;
}

.video-info .video-play .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-info .video-play .play-btn .video-img {
  width: 5rem;
  height: 5rem;
  z-index: 999;
  background: url(../../images/video_info/play.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.video-info .video-text {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  min-height: 24.4rem;
  display: flex;
  flex-direction: column;
}

.video-info .video-text .text-title {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.05rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #232323;
  margin-bottom: 1rem;
}

.video-info .video-text .text-p {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3rem;
  letter-spacing: 0rem;
  color: #555555;
  margin-bottom: 2rem;
}

.video-info .video-text .text-botm {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.video-info .video-text .text-botm .botm-box {
  width: 5.4rem;
  height: 5.4rem;
  border: solid 0.05rem #e5e5e5;
  text-align: center;
  margin-right: 1rem;
  padding-top: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-info .video-text .text-botm .botm-box .flauto {
  margin-top: auto;
}

.video-info .video-text .text-botm .heart {
  display: inline-block;
  background-image: url(../../images/knowledge/xin_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  width: 1.1rem;
  height: 0.9rem;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.video-info .video-text .text-botm .redheart {
  background-image: url(../../images/digital_mall/heart.png);
}

.video-info .video-text .text-botm .heart-num {
  margin-top: -0.5rem;
}

.video-info .video-text .text-botm .wx {
  width: 1.35rem;
  height: 1.05rem;
  background-image: url(../../images/video_info/wx.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.video-info .video-text .text-botm .qq {
  width: 0.95rem;
  height: 1.15rem;
  background-image: url(../../images/video_info/QQ.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  .video-info .video-text p {
    line-height: 3rem;
  }
}

.video-info .user-info {
  max-height: 23rem;
  background-color: #293798;
  color: #ffffff;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.video-info .user-info .user-img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.video-info .user-info .user-img img {
  border-radius: 50%;
}

.video-info .user-info .user-name {
  font-family: NotoSansHans-Bold;
  font-size: 0.8rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  margin-top: 0.55rem;
}

.video-info .user-info .user-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 0.55rem;
}

.video-info .user-info .user-focus {
  color: #ffffff;
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1.15rem;
  cursor: pointer;
}

.video-info .user-info .user-focus span {
  background-color: #3f53d8;
  border-radius: 0.3rem;
  padding: 0.3rem 1rem;
  display: inline-block;
}

.video-info .user-info .user-focus .nofocus {
  background-color: #ccc;
}

.video-info .user-info .user-p {
  padding: 0 1.85rem;
  margin-bottom: 2rem;
  text-align: left;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0rem;
  color: #ffffff;
  opacity: 0.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.video-info .user-info .user-botm {
  height: 2.25rem;
  display: flex;
  margin-top: auto;
  background-color: #3f53d8;
  justify-content: space-between;
  align-items: center;
}

.video-info .user-info .user-botm .calluser {
  margin-left: 1rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  opacity: 0.6;
}

.video-info .user-info .user-botm .pointbtn {
  color: #fff;
  margin-top: -0.1rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.video-info .user-dynamic .dynamic-title {
  font-family: SourceHanSansCN-Bold;
  font-size: 1.05rem;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #232323;
  padding: 1rem;
}

.video-info .user-dynamic .dynamic-box {
  background-color: #ffffff;
  border: solid 0.05rem #e5e5e5;
  padding: 0 1rem;
  position: relative;
  padding-bottom: 1rem;
}

.video-info .user-dynamic .dynamic-box .dynamic-line {
  width: 1.5rem;
  height: 2px;
  background-color: #3f53d8;
  position: absolute;
  top: 0;
  left: 1rem;
}

.video-info .user-dynamic .dynamic-box .news {
  font-family: NotoSansHans-Regular;
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #bcbcbc;
  margin-top: 0.5rem;
}

.video-info .user-dynamic .dynamic-box .dynamic-p {
  height: 2.2rem;
  font-family: NotoSansHans-Regular;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2rem;
  letter-spacing: 0rem;
  color: #242424;
  margin-top: 0.65rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.video-info .user-dynamic .dynamic-box .dynamic-time {
  font-family: ArialMT;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  margin-top: 1rem;
}

.video-info .user-dynamic .dynamic-box:nth-child(n + 2) {
  border-bottom: 0rem;
}

.video-info .user-dynamic .dynamic-box:last-child {
  border-bottom: solid 0.05rem #e5e5e5;
}

.video-info .video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-info .video-js .vjs-progress-control:hover .vjs-play-progress:after,
.video-info .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  white-space: nowrap;
}

.video-info .video-js .vjs-poster {
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .video-info .video-l {
    margin-bottom: 2rem;
  }

  .video-info .user-dynamic .dynamic-box .dynamic-p {
    height: auto;
    line-height: normal;
  }
}