html {
    scroll-padding-top: 70px;
}

#group-info {
    top: 65px;
    position: sticky;
    padding: 0 10px;
}

#group {
    line-height: 30px;
}

#title {
    line-height: 40px;
}

.layui-layout-admin {
    display: none;
}

.simditor .simditor-body table th[align=center], .simditor-body table td[align=center] {
    text-align: center;
}

.simditor .simditor-body table th[align=left], .simditor-body table td[align=left] {
    text-align: left;
}

.simditor .simditor-body table th[align=right], .simditor-body table td[align=right] {
    text-align: right;
}

.dynamic-watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
