

@font-face {
    font-family: 'yishu';
    src: url(MortalClaws-8MYRg.ttf);
}

.card-title {
    transform: translateY(-5vh);
    font-size: 6vw;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 3px solid #53372c;
    margin-bottom: 10px;
    font-family: 'yishu', sans-serif;
}

.card-name-yishu {
    font-family: 'yishu', sans-serif;
    color: #53372c;
    position: absolute;
    bottom: -20%;
    z-index: 100;
    font-size: 5vh;
}

.pv-text {
    font-family: Comic Sans Ms;
    font-size: 7vw;
    color: #6a5e93;
    margin-bottom: -3vh;
    /* 文字距离视频的间距 */
    margin-top: 4vh;
    text-align: center;
    /* 文字居中 */
}