html, body {
    width: 100%;
    height: 100%;
    /*overflow: scroll;*/
    background-color: #FFFFFF;
}

#main {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 10px;
    box-sizing: border-box;
}

#main::-webkit-scrollbar {
    display: none;
}

.layui-table-body.layui-table-main::-webkit-scrollbar {
    /*display: none;*/
}

#cover-null .cover-null-item {
    margin-top: 5px;
    font-size: 28px;
    color: #C0C0C0;
    width: 150px;
    height: 150px;
    border: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd-inline-span {
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
}

.sd-inline-span label {
    color: #007DDB;
    margin: auto 10px;
}

.sd-system-info {
    margin-left: 10px;
    font-weight: bold;
}