.aui_outer {
background: #fff;
outline: 0px;
border: 1px solid #e8e8e8;
border-image: none;
text-align: left;
box-shadow: 0px 0px 4px #b6b6b6;
} 
.aui_border {
margin: 0px;
border: 0px currentColor;
border-image: none;
width: 100%;
border-collapse: collapse;
} 
.aui_dialog {
margin: 0px;
border: 0px currentColor;
border-image: none;
width: 100%;
border-collapse: collapse;
} 
.aui_header {
font: 12px/1.11 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
font-size-adjust: none;
font-stretch: normal;
_font-family: Tahoma, Arial, Helvetica, STHeiti;
-o-font-family: Tahoma, Arial;
} 
.aui_buttons button {
font: 12px/1.11 "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
font-size-adjust: none;
font-stretch: normal;
_font-family: Tahoma, Arial, Helvetica, STHeiti;
-o-font-family: Tahoma, Arial;
} 
.aui_title {
overflow: hidden;
font-weight: bold;
-ms-text-overflow: ellipsis;
} 
.aui_state_noTitle .aui_title {
display: none;
}

.aui_close {
text-decoration: none;
display: block;
position: absolute;
_cursor: pointer;
} 
.aui_close:hover {
text-decoration: none;
} 
.aui_main {
text-align: center;
min-width: 12em;
} 
.aui_content {
border: 0px currentColor;
border-image: none;
width: 100%;
text-align: left;
color: rgb(102, 102, 102);
} 
.aui_state_full.aui_content {
margin: 0px;
padding: 0px !important;
width: 100%;
height: 100%;
display: block;
} 
.aui_loading {
background: url("/Images/progress.gif") no-repeat center;
width: 96px;
height: 32px;
text-align: left;
text-indent: -999em;
overflow: hidden;
} 
.aui_icon {
vertical-align: middle;
} 
.aui_icon div {
background-position: center;
margin: 10px 0px 10px 10px;
width: 48px;
height: 48px;
background-repeat: no-repeat;
} 
.aui_buttons {
background: rgb(245, 245, 245);
padding: 10px;
text-align: right;
border-top: 1px solid #e8e8e8; 
white-space: nowrap;
} 
.aui_buttons button {
padding: 5px;
outline: 0px !important;
border: 1px solid rgb(204, 204, 204);
transition: background 0.2s linear;
border-image: none;
text-align: center;
color: rgb(51, 51, 51);
line-height: 1.5;
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
margin-left: 6px;
vertical-align: middle;
display: inline-block;
white-space: nowrap;
cursor: pointer;
min-width: 70px;
-ms-user-select: none;
background-image: none;
background-color: #fff;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
} 
.aui_buttons button:hover {
border-color: rgb(173, 173, 173);
background-color: rgb(230, 230, 230);
} 
.aui_buttons button:active {
border-color: rgb(173, 173, 173);
background-color: rgb(230, 230, 230);
} 
.aui_buttons button:active {
box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
} 
.aui_buttons button[disabled] {
background: rgb(221, 221, 221);
border: 1px solid rgb(153, 153, 153);
border-image: none;
color: rgb(102, 102, 102);
cursor: default;
} 
button.aui_state_highlight {
border-color: #11a3f6;
color: #fff;
background-color: #11a3f6;
} 
button.aui_state_highlight:hover {
border-color: #11a3f6;
color: #fff;
background-color: #11a3f6;
} 
button.aui_state_highlight:active {
border-color: #11a3f6;
color: #fff;
background-color: #11a3f6;
}  
.aui_titleBar {
height: 100%;
position: relative;
} 
.aui_title {
padding: 0px 10px;
height: 36px;
color: rgb(76, 90, 95);
line-height: 36px;
font-size: 14px;
border-bottom: 1px solid #e8e8e8;
text-shadow: 0px 1px 0px #fff;
background-color: rgb(239, 239, 239);
} 
.aui_close {
padding: 0px;
outline: 0px !important;
top: 8px;
width: 21px;
height: 21px;
text-align: center;
right: 4px;
color: rgb(104, 118, 123);
line-height: 21px;
font-family: Helvetica, STHeiti;
font-size: 18px;
text-decoration: none !important;
text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
_font-family: Tahoma, "u9ed1u4f53", "Book Antiqua", Palatino;
} 
.aui_close:hover {
color: rgb(74, 163, 223);
} 
.aui_close:active {
text-decoration: none;
box-shadow: none;
} 
.aui_state_noTitle .aui_close {
top: 0px;
right: 0px;
display: none;
} 
.aui_state_noTitle .aui_buttons {
text-align: center;
} 
.aui_state_noTitle .aui_buttons button {
margin: 0px 10px;
width: 50px;
line-height: 13px;
font-size: 12px;
} 
.aui_state_noTitle .aui_content {
padding: 0px !important;
} 
.aui_state_noTitle .tips-black {
padding: 10px 20px 20px !important;
border-radius: 0px;
color: #fff;
font-size: 14px;
background-color: rgba(0, 0, 0, 0.7);
text-align:center;
} 
.aui_state_noTitle .tips-black p {
text-align: center;
line-height: 60px;
font-size: 30px;
} 
.aui_state_noTitle .aui_outer {
border: 0px currentColor;
border-image: none;
}

/*bootstrap 4.6后无小图标，使用阿里图标*/
.iconfont-artDialog {
font-size:46px !important;
}