.video-bg {
    width: 100%;
    position: relative;
    /* background: url(../image/video-bg.png) no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    justify-content: flex-end; */
    display: block;
}

.video-cont {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    flex-direction: column;
}

.video-desc {
    width: 259px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
}

.video-btn {
    width: 104px;
    margin: 20px 0 26px;
}

.ip-cont {
    width: 100%;
    height: 957px;
    background: linear-gradient(180deg, #FFF9FD 0%, #FEEBFB 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ip-title {
    font-weight: 600;
    font-size: 20px;
    color: #100D24;
    margin: 19px 0 24px;
}

.row {
    display: flex;
    margin-bottom: 8px;
}

.row-item {
    border-radius: 12px;
    position: relative;
}

.row-1-left {
    margin-right: 8px;
}

.row-1-left,
.row-1-left>img {
    width: 219px;
    height: 246px;
}

.row-1-right>.row-1-item:first-child {
    margin-bottom: 8px;
}

.row-1-item,
.row-1-item>img {
    width: 106px;
    height: 119px;
}

.row-2-item,
.row-2-item>img {
    width: 106px;
    height: 210px;
}

.row-2-item:nth-of-type(2) {
    margin: 0 8px;
}

.row-3-item,
.row-3-item>img {
    width: 335px;
    height: 182px;
}

.row-item-title {
    width: 100%;
    height: 29px;
    padding-bottom: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}