@font-face {
    font-family: 'PingFang SC';
    src: url('/static/fonts/PingFang/PingFang SC-Regular.otf') format('opentype'),
    url('/static/fonts/PingFang/PingFang SC-Light.otf') format('opentype'),
    url('/static/fonts/PingFang/PingFang SC-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

a{
    text-decoration: none;
}

.layui-table-page{
    background: #ffffff;
}

.layui-table-cell{
    height: auto;
}
.layui-form-label{
    width: 120px;
}
.layui-input-block{
    margin-left: 130px;
}
 .search-form .layui-form-item {
            margin-bottom: 0;
        }