修改video.css中video_box的宽和高
.video_box {
  font-family: "iconfont";
  box-sizing: content-box;
  margin: 50px auto;
  position: relative;
  width: 740px;
  height: 506px;
  border: 15px solid #3a3b4c;
  background: #3a3b4c;
  border-radius: 10px;
}还要修改.video的高度
.video{
  float: left;
  cursor: pointer;
  width: 100%;
  height: 456px;
}