.font {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 73px;
    height: 91px;
    font-size: 63px;
    font-family: PingFang SC-特粗, PingFang SC;
    font-weight: normal;
    color: #222222;
}

.content {
    /* width: 693px; */
    width: 100%;
    height: 1516px;
    font-size: 37px;
    font-family: PingFang SC-常规, PingFang SC;
    font-weight: normal;
    color: #222222;
    line-height: 52px;
    padding: 20px 62px;
    box-sizing: border-box;
    /* margin: 63px 144px 102px 144px; */
    overflow-y: scroll;
}

.content::-webkit-scrollbar{
    display: none;
}

.floor {
    margin-top: 0px;
}

.bold {
    font-weight: bold;
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}