.video-play-component{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:99999;background:rgba(0,0,0,.9)}.video-play-component .close-btn{display:block;width:30px;height:30px;position:absolute;cursor:pointer;top:20px;right:20px;background:url(../img/close-btn.d9bf9f43.svg) no-repeat 50%;background-size:100%}.video-play-component .title{position:absolute;bottom:100%;padding-bottom:0;color:#fff}.video-play-component .title p{width:100%;font-size:.7rem;font-family:PingFangSC-Medium,PingFang SC;color:#b9e9de;text-align:center;padding:0 4.2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.video-play-component .title p:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-play-component .title p:first-child img{margin-right:.4rem;width:1rem}.video-play-component .title p:last-child{font-size:.45rem;font-weight:400;color:#dadada;display:inline-block;text-align:left;margin:.7rem 0 1rem 0;line-height:.7rem}.video-play-component .video-wrap{position:absolute;width:60%;min-width:900px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-play-component .video-wrapper{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:56.25%;min-height:206.25px}.video-play-component video{width:100%;border-radius:4px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}@media screen and (max-width:600px){.video-play-component .video-wrap{min-width:100%}}