.videoContainer {
    /* width: 85%; */
    margin: 0px auto 60px;
    display: flex;
    justify-content: center;
}

p {
    font-size: 14px;
}

.vodeoInfo {
    width: 29%;
    min-height: 500px;
    min-width: 336px;
    background: url(../img/zl_bgi.png) no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* width: inherit; */
}

.vodeoInfo>* {
    margin: 0;
    margin-bottom: 15px;
}

.vodeoInfo>div {
    padding: 20px;
}

.iconBox {
    display: flex;
    align-items: center;
}

strong {
    font-size: 20px;
}

.iconBox img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

/* 返回按钮 */
.returnBtn {
    cursor: pointer;
    width: 76px;
    height: 40px;
    background: #C03A2A;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}