.container{
  padding: 0;
  margin: 0;
}
#playShow{
  width: 750rpx;
  height: 563rpx;
}
.title,.desc{
  width: 700rpx;
  padding: 10rpx 25rpx;
}
.title{
  font-size: 32rpx;
}
.desc{
  color: #999;
    height: 610rpx;
    overflow-y: auto;
}
.desc2{
  color: #999;
  font-size: 24rpx;
  margin-top: 20px;
}

.zan-view image,.share-view image{
  width: 70rpx ;
  height: 70rpx;
}
.edit-view{
  width: 759rpx;
  display: flex;
  position: fixed;
  background: #FFF;
  bottom: 0;
  font-size: 24rpx;
}
.edit-view>view{
  margin: 0 auto;
  text-align: center;
  width: 200rpx;
}
.edit-view text{
  font-size: 24rpx;
}
.share-view{
  padding: 0;
  margin: 0;
  background: #FFF;
  width: 200rpx !important;
}
.share-view view{
  font-weight: 400 !important;
  font-size: 24rpx;
}