.panel-video {
    font-size: 20px;
}
.panel-video .box-bg {
    background-size: 326px;
    background-repeat: no-repeat;
}
.panel-video .bg-l {
    padding-left: 86px;
    background-position: left center;
    background-image: url(../images/video-bg-1.png);
}
.panel-video .bg-r {
    padding-right: 86px;
    background-position: right center;
    background-image: url(../images/video-bg-2.png);
}
.panel-video .box-video {
    position: relative;
    height: 414px;
    text-align: center;
    border-radius: 20px;
    background-color: #313131;
    overflow: hidden;
}
.panel-video .box-video video {
    display: inline-block;
    height: 100%;
}
/*.panel-video .box-btn {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*    justify-content:center;*/
/*    border: 0;*/
/*}*/
/*.panel-video .box-btn div {*/
/*    width: 84px;*/
/*    height: 84px;*/
/*    border-radius: 50%;*/
/*    background-color: #00d5b9;*/
/*}*/
/*.panel-video .box-btn img {*/
/*    display: block;*/
/*    margin-top: 22px;*/
/*    margin-left: 27px;*/
/*    width: 36px;*/
/*}*/