#searchform{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease;
    margin-top: 0;
}
#search{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#tabledata{
    transition: all .3s ease;
}
#search .layui-input-inline{
    flex: 1;
}
/*修改滚动条样式*/
div::-webkit-scrollbar{
    width:5px;
    height:5px;
}
div::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
div::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:6px;
}
div::-webkit-scrollbar-thumb:hover{
    background: #333;
}
div::-webkit-scrollbar-corner{
    background: #179a16;
}
span.btn,td a.btn{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
    line-height: 18px;
    color: #5e7ce0;
    margin-left: 4px;
}
.dataTables_info {
    float: left;
}
.dataTables_paginate {
    float: right;
    text-align: right;
}
.layui-input{
    height: 30px;
}
.tpfd-content .layui-form-label {
    border-left: 3px solid #3963bc !important;
    background-color: white !important;
}
.tpfd-content .layui-input-block {
    display: flex;
    align-items: center;
}
.g-log {
    padding-bottom: 20px;
}
.g-log .g-item {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}
.g-log .g-item .g-main p {
    padding: 4px 0;
}
.g-log .g-item .g-main em {
    margin-left: 5px;
}
.g-log em {
    font-style: normal;
}
.g-log .g-adds {
    line-height: 18px;
}
::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #a6a6a6;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}
::-webkit-scrollbar-resizer,
::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}