body{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 243, 247, 0.9) 100%);
    /*mix-blend-mode: normal;*/
    /*transform: matrix(1, 0, 0, -1, 0, 0);*/
}
.title{
    font-family: 'Songti SC';
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 59px;
    color: #000000;
    text-align: center;
    margin-top: 62px;
}
.video-container{
    width: 1200px;
    height: 675px;
    margin: 48px auto 560px auto;
}
.video-iframe{
    width: 1200px;
    height: 675px;
}
#ft{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 243, 247, 0.9) 100%);
}
