﻿.layui-container {
    min-height: 325px;
}

.layui-table td,
.layui-table th {
    text-align: center;
    border: none;
}

.layui-table th {
    color: #fff;
}

.box {
    font-family: 微软雅黑;
    font-size: medium;
    text-align: center;
    margin: 35px;
}

.layui-table th,
.layui-btn {
    background-color: #e60012;
}

.layui-form-item {
    display: flex;
    justify-content: space-between;
}

.right-panal {
    position: relative;
    right: -350px;
}

.s-inline {
    flex: 0 0 16%;
}

.s-input {
    width: 100px;
}
.page_div{
    margin-top:50px;
}
