.wy-media-box__title{
  display: flex;
  position: relative;
}
.wy-media-box__title .video-title{
  width: 80%;
}
.wy-media-box__title .shouchang{
  position: absolute;
  right: 0px;
  top: 10px;
  padding: 0 5px;
  height:24px;
  background:rgba(247,247,247,1);
  border:1px solid rgba(209,209,209,1);
  border-radius:12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wy-media-box__title .shouchang img{
  width:15px;
height:14px;
margin-right: 5px;
}
.videodetail-title{

}