* {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma;
}
/*a {
    color: #01aaed;
}
a:hover {
    color: #0089bf;
}*/
.layui-body {
    overflow-y: scroll;
}

#query-form table {
    border-collapse: collapse;
    border-spacing: 0;
}

#query-form tr:hover {
    background-color: white;
}

#query-form td {
    border: 0;
}

#content-form td {
    height: 30px;
    font-size: 14px;
}

#content-form tr:hover {
    background-color: white;
}

#query-form .asterisk, #content-form .asterisk {
    color: red;
    font-size: xx-small;
    vertical-align: middle
}

.layui-table-cell {
    height: auto;
    white-space: normal;
}

.layui-table img {
    max-width: 320px !important;
}
