.cpmodule-videomod{
  background: #fff;
  padding: 0;
}
.cpmodule-videomod .video-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #999;
}
.cpmodule-videomod .video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    display:none;
}
.cpmodule-videomod .video-poster-box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.cpmodule-videomod .video-poster{
    width: 100%;
    height: 100%;
}
.cpmodule-videomod .video-play{
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    line-height: 140px;
    background-image: url(https://b-ssl.duitang.com/uploads/item/201706/12/20170612125000_e2yVn.png\a);
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}