.layui-system-formItem{width: 20%;left: 100px;top: 6px;  }
.layui-system-formItem input{border: none;}
.layui-system-button{border-radius: 3px !important;background: #5786ee;color: #fff;margin-left:20px}
.user-form-tab{margin-bottom: 8px;}
.paui-form-tag{display: inline-block;width: 4px;height: 13px;background-color: #0366ff;vertical-align: text-bottom;margin-right: 2px;}
.layui-form-title{font-size: 13px;}
.layui-icon-angle { height: 10px;line-height: 10px;top: -2px;position: relative;display: inline-block;}
.paui-icon-max { font-size: 10px; color: #3c6be8;}
/* 自定义横向柱状图 */
.custom-bar-list {list-style: none;padding: 0;margin: 0;}
.custom-bar-item {display: flex;align-items: center;margin-bottom: 8px;}
.custom-bar-wrapper {flex: 1;height: 24px;background-color: #c2c2c2;position: relative;overflow: hidden;}
.custom-bar-fill {height: 100%;background: linear-gradient(90deg, #165dff 0%, #698fff 100%);transition: width 0.5s ease;}
.custom-bar-green .custom-bar-fill {background: linear-gradient(90deg, #00b42a 0%, #73d13d 100%);}
.custom-bar-name {position: absolute;left: 10px;top: 50%;transform: translateY(-50%);font-size: 12px;color: #f9f937;font-weight: bold;z-index: 1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
max-width: 70%;}
.custom-bar-value {margin-left: 5px;font-size: 12px;color: #666;white-space: nowrap;min-width: 30px;text-align: right;}
/* form表单 */
.paui-ultra-form {display: flex;flex-wrap: wrap;padding: 15px 15px 5px 2px;margin-bottom: 2px;}

