.emh-pre-remark {
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.emh-pre-remark-fix-top {
}
.emh-pre-remark-main-body {
    width:100%;
    flex: 1;
    margin-bottom: 80px;
    .emh-pre-remark-info {
        border-top: 8px solid #f8f8f8;
        color: #000;
    }
}