* {
    margin: 0;
    padding: 0;
    outline: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
}
li {
    list-style: none;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 12px;
    overflow: hidden;
    color: #333;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=20);
    opacity: 0.2;
    background: #000;
    font-size: 1px;
    *zoom: 1;
    overflow: hidden;
}
.panel.window {
    border-radius: 2px;
    overflow: initial;
}
.window {
    text-align: left;
    font-size: 12px;
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #d1d1d1;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
}
.panel {
    overflow: hidden;
    font-size: 12px;
}
.window .window-header {
    padding: 6px 10px 6px 16px;
    box-sizing: border-box;
}
.panel-header-noborder {
    border-width: 0;
}
.panel-header {
    padding: 8px 16px;
    line-height: 16px;
    font-size: 12px;
    background: #f1f1f1;
    position: relative;
    font-family: 'Microsoft YaHei';
    border-bottom: none;
    cursor: move;
}
.panel-tool div {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(../icon/eda-x.svg);
}
.window .window-header .panel-tool {
    top: 5px;
    right: 16px;
}
.panel-tool {
    position: absolute;
    right: 5px;
    top: 6px;
}

.panel-tool-close {
    background-position: -16px 0px;
}
.window .panel-body.window-body {
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}
.window .window-body {
    background: #f9f9f9;
}
.panel-body-noborder {
    border-width: 0px;
}
.panel-body {
    overflow: auto;
    border-top-width: 0px;
}
.pop-content-container * {
    box-sizing: border-box;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
}
.flex-lateral-axis-center {
    box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
}
.display-flex {
    display: box;
    display: flex;
    display: -moz-flex;
}
.attr_setting_btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 9px;
}
.icon_operate_add {
    background-image: url(../icon/add.svg);
    background-size: 130%;
    background-position: center;
}
.icon_operate {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 4px;
}
.icon_operate_delete.disabled {
    background-image: url(../icon/delete_disabled.svg);
    background-size: 140%;
    background-position: center -2px;
}
.disabled,
button[disabled] {
    cursor: not-allowed !important;
}
.icon_operate_delete {
    background-image: url(../icon/delete.svg);
    background-size: 130%;
    background-position: center;
}
.icon_operate_up {
    background-image: url(../icon/arrow_up.svg);
}
.icon_operate_up.disabled {
    background-image: url(../icon/arrow_up_disabled.svg);
}
.icon_operate_down {
    background-image: url(../icon/arrow_down.svg);
    background-position-y: 1px;
}
.icon_operate_down.disabled {
    background-image: url(../icon/arrow_down_disabled.svg);
    background-position-y: 1px;
}
.pointer-events-none {
    cursor: default;
    pointer-events: none !important;
}
.pop-content-container:not(.oneLineOneInputDlg) {
    height: inherit;
    display: flex;
    display: -moz-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.pop-content-container:not(.oneLineOneInputDlg) .pop-content-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 16px;
}
.pop-content-container:not(.oneLineOneInputDlg) .pop-footer-wrapper {
    position: relative;
    width: 100%;
    flex: 0 0 28px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    display: -moz-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.pop-content-container:not(.oneLineOneInputDlg) .pop-footer-wrapper .comm-btn {
    min-width: 96px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    background: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    outline: none;
    margin-left: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.pop-content-container * {
    box-sizing: border-box;
}
.comm-btn-primary {
    border: 1px solid #1890ff;
    background-color: #1890ff;
    color: #ffffff;
}
.comm-btn {
    margin-bottom: 0;
    background-image: none;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 18px;
    background-color: #ffffff;
    border-color: #efefef;
    color: #666666;
}
.pop-content-container:not(.oneLineOneInputDlg) .pop-footer-wrapper .comm-btn.comm-btn-default {
    background: #fff;
    color: #1890ff;
    border: 1px solid #d9d9d9;
    outline: none;
}

.pop-content-container:not(.oneLineOneInputDlg) .pop-footer-wrapper .comm-btn {
    min-width: 96px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    background: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    outline: none;
    margin-left: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.pop-content-container * {
    box-sizing: border-box;
}
.comm-btn-default {
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #444444;
}
.comm-list-item:hover {
    color: #444444;
    background-color: #e6f7ff;
}
.comm-list-item-active {
    color: #1890ff;
    background-color: #e6f7ff;
}
.icon-warning {
    background-image: url(../icon/eda-warning1.svg);
    filter: invert(63%) sepia(81%) saturate(2292%) hue-rotate(14deg) brightness(113%) contrast(103%);
}
.icon-error {
    background-image: url(../icon/eda-x-circle.svg);
    filter: invert(30%) sepia(84%) saturate(1524%) hue-rotate(331deg) brightness(91%) contrast(99%);
}
.icon-question {
    background-image: url(../icon/eda-ask-question.svg);
    filter: invert(28%) sepia(94%) saturate(1583%) hue-rotate(214deg) brightness(81%) contrast(98%);
}
.messager-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.messager-button {
    float: right;
    padding-top: 16px;
    height: 28px;
    overflow: hidden;
}
.messager-button a.l-btn:not(.l-btn-plain) {
    min-width: 96px;
    height: 28px;
    padding: 0% 8px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    background: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
    outline: none;
    box-sizing: border-box;
}
.messager-button .l-btn:first-child {
    margin-left: unset;
}
.messager-button a.l-btn {
    overflow: hidden;
    line-height: 28px;
}
.messager-button a.l-btn span.l-btn-left {
    padding: 6px 0px 4px 0;
}
a.l-btn span.l-btn-left {
    background-image: none;
    padding: 3px 0px 4px 17px;
}
a.l-btn span.l-btn-left {
    display: block;
    padding: 6px 0px 4px 0;
    line-height: 16px;
}
a.l-btn .l-btn-left {
    padding: 3px 0px 4px 17px;
}
