.onLoad {}

.onAppClick {}

.onAppVoid {}

.onAppWinOpen {}

.onAppWinCancel {}

.onAppWinOK {}

.onAppSubmit {}

.onAppUpload {}

.onAppClearfile {}

.onAppViewImgs {}

html, body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    overflow: hidden;
}

.a-content {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
}

.a-content .layui-table-header {
    border-top: 1px solid white;
}

.a-fluid {
    padding: 10px;
    margin: 7px;
    background-color: white;
}

.a-fluid7 {
    position: relative;
    margin: 0 auto;
    padding: 7px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.a-padding4 {
    padding: 4px;
}

.a-table1 {
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: white;
}

.a-bg-white {
    background-color: white;
}

.a-dp-none {
    display: none;
}

.a-dp-inline {
    display: inline;
}

.a-dp-inline-block {
    display: inline-block;
}

.a-content .layui-footer {
    height: 37px;
    line-height: 37px;
    padding: 6px 0;
}

.a-content .layui-footer button {
    min-width: 86px;
}

.layui-footer {
    background-color: #e4e4e4;
    z-index: 9;
}

.layui-btn+.layui-btn {
    margin-left: 0px;
}

.a-button-array {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 100%;
}

.a-card1 .layui-card-header {
    padding: 2px 1px;
    height: auto;
    line-height: normal;
}

.a-card1 .layui-card-body {
    padding: 0px;
}

.a-card1 .layui-card-body .layui-table {
    margin: 0;
}

.a-form-item-ib1 {
    display: inline-block;
    background-color: transparent;
    position: relative;
}

.a-form-item-ib1 i {
    position: absolute;
    left: 6px;
    color: #d2d2d2;
}

.a-form-item-ib1 input {
    height: 31px;
    line-height: 1.3;
    line-height: 31px\9;
    border-color: #e6e6e6;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 24px;
    font-weight: normal;
}

.a-content .layui-table, .a-content .layui-table-view {
    margin: 0px;
}

.layui-table-page {
    margin-top: 3px;
}

/*begin 按钮颜色定义*/
.a-btn-add {
    background-color: #00bcd4;
}

.a-btn-edit {
    background-color: #1e9fff;
}

.a-btn-submit {
    background-color: #9C27B0;
}

.a-btn-appr {
    background-color: #754b7d;
}

.a-btn-mgt {
    background-color: #5fb878;
}

.a-btn-delete {
    background-color: #ff5722;
}

.a-btn-remove {
    background-color: #b3664e;
}

.a-btn-select {
    background-color: #607d8b;
}

.a-btn-reset {
    background-color: #999;
}

.a-btn-save, .a-btn-ok {
    background-color: #009688;
}

.a-btn-close, .a-btn-cancel {
    background-color: #999;
}

.a-btn-detail{
    background-color: #d09338;
}

.a-btn-wfstate{
    background-color: #957da5;
}

/*end  按钮颜色定义*/


.a-span-text1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	vertical-align: middle;
}

.a-li-line-clamp1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.a-div-line-clamp1 {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.a-div-line-clamp2 {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.a-font-size-10{
    font-size: 10px;
}
.a-font-size-11{
    font-size: 11px;
}
.a-font-size-12{
    font-size: 12px;
}
.a-font-size-13{
    font-size: 13px;
}
.a-font-size-14{
    font-size: 14px;
}
.a-font-size-15{
    font-size: 15px;
}
.a-font-size-16{
    font-size: 16px;
}
.a-font-size-17{
    font-size: 17px;
}
.a-font-size-18{
    font-size: 18px;
}