.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-120{
    width: 120px;
}
.w-150{
    width: 150px;
}
.w-160{
    width: 160px;
}
.w-180{
    width: 180px;
}
.operate-form{
    padding: 25px 20px 0 20px;
}
.layui-form-label-search{
    float: left;
    display: block;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding: 9px 10px;
}
.layui-form-label-operate{
    float: left;
    display: block;
    width: 80px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
}

.layui-form-item .layui-inline{
    margin-bottom:0;
    margin-right:0;
}
/*.layui-inline{
    height: 30px;
}*/
.layui-input-search{
    height: 30px;
}
.layui-btn-sm{
    height: 25px;
    line-height: 25px;
}
.layui-btn-button{
    height: 35px;
    line-height: 35px;
}
.layui-btn-grey{
    background-color: #C0C0C0;
}
.layui-btn-green{
    background-color: #339933;
}
.layui-table-tool{
    min-height: 30px;
    line-height: 20px;
}
.a-color {
    color: #9999FF;
    cursor: pointer;
}