.video-center {
    background-color: #F6F6F6;
}

.video-wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 2.6667vw;
}

.video-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    transform: scaleY(0.5);
}

.video-wrap video {
    width: 100%;
}

.video-info {
    padding: 3.6vw 3.7333vw;
    color: #999;
    display: flex;
    justify-content: space-between;
}

.video-title {
    font-size: 4.2667vw;
    font-weight: bold;
    color: #333333;
}

.video-info footer::after {
    content: '';
    display: block;
    clear: both;
}

.video-info footer a {
    float: left;
    font-size: 3.2vw;
}

.video-center footer a:first-child {
    margin-right: 7.8667vw;
}

.video-info footer a * {
    display: inline-block;
    vertical-align: middle;
}

.video-info footer img {
    width: 3.7333vw;
    margin-right: 0.8vw;
}

.video-info p {
    float: right;
    font-size: 3.2vw;
    vertical-align: middle;
}

.video-info .point-ctn {
    color: #1384FF;
    margin: 0 1.3333vw;
}

/* 视频 */
.video {
    position: relative;
}

.video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.3333vw;
    height: 13.3333vw;
    transform: translate(-50%, -50%);
}

.video-center .play-btn img {
    width: 100%;
}
