.datalist{
    padding: 0.25rem;
    padding-bottom: 0;
    border: 1px solid #eee;
    margin-top: 0.75rem;
    border-radius: 3px;
    display: none;
}

.night .datalist{
    border: 1px solid #444;
}

.datalist>div>div{
    float: left;
    padding: 0.1rem;
    width: 100%;
}

.biaotou{
    display: none;
}

.dfbiaotou{
    display: none;
}

.datalistbut {
    padding: 0.25rem;
    border: 1px solid #e2e2e2;
    background-color: #f6f7fa;
    display: none;
    margin: 0.75rem 0 0 0;
    border-radius: 3px;
}

.night .datalistbut{
    display: block;
    background-color: #171a1b;
    border: 1px solid #444;
}

.datalistbut span{
    height: 1.9rem;
    line-height: 1.9rem;
    display: inline-block;
    background-color: #2196f3;
    border: 1px solid #2196f3;
    padding: 0 1rem;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: calc(50% - 0.125rem);
    float: left;
    text-align: center;
}
.datalistbut span.cle{
    float: right;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #888;
}
.night .datalistbut span.cle{
    background-color: #444;
    border: 1px solid #666;
    color: #ccc;
}

.resexcel{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.night .resexcel {
    border: 1px solid #444;
}

.resexcel .titles {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
}

.resexcel .titles span{
    margin-right: 0.5rem;
    cursor: pointer;
}

.night .resexcel .titles {
    color: #aaa;
}

.datainfo{
    border: 1px solid #ddd;
    margin-top: 0.75rem;
    border-radius: 3px;
    padding: 0.25rem 0;
    display: none;
}

.night .datainfo{
    border: 1px solid #444;
}

.datainfo .stat-item{
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.datainfo .stat-item>div{
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding: 0.25rem 0;
}

.datainfo .stat-item>div:last-child{
    font-size: 0.7rem;
    padding-top: 0;
}

.restable{
    overflow-x: auto;
    max-height: 500px;
    border-radius: 3px;
    border: 1px solid #e2e8f0;
    margin-top: 15px;
    background: white;
    display: none;
}

.night .restable{
    border: 1px solid #444;
}

.restable::-webkit-scrollbar {
    width: 6px;
}

.restable::-webkit-scrollbar-thumb {
    background-color: #2196f3; 
    border-radius: 6px;
}

.restable::-webkit-scrollbar-track {
    background-color: #EEEEEE; 
}

.night .restable::-webkit-scrollbar {
    width: 6px;
}

.night .restable::-webkit-scrollbar-thumb {
    background-color: #444; 
    border-radius: 6px;
}

.night .restable::-webkit-scrollbar-track {
    background-color: #333;
}

.tabdiv{
    margin: 0 0 1.5rem 0;
}
tbody .layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.5rem 0.5rem;
}