<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * 
 */
/* common start */
body { _margin:0; _height:100%; /*IE6 BUG*/ }
.aui_outer { text-align:left; }
table.aui_border, table.aui_dialog { border:0; margin:0; border-collapse:collapse; width:auto; }
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding:0; }
.aui_header, .aui_buttons button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.aui_title { overflow:hidden; text-overflow: ellipsis; }
.aui_state_noTitle .aui_title { display:none; }
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; }
.aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0; }
.aui_content.aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(icons/loading.gif) no-repeat center center; }
.aui_icon { vertical-align: middle; }
.aui_icon div { width:48px; height:48px; margin:10px 0 10px 10px; background-position: center center; background-repeat:no-repeat; }
.aui_buttons { padding:8px; text-align:right; white-space:nowrap; }
.aui_buttons button { margin-left:15px; padding: 6px 8px; cursor: pointer; display: inline-block; text-align: center; line-height: 1; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: solid 1px #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, 1); box-shadow: 0 1px 0 rgba(255, 255, 255, .7),  0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
.aui_buttons button::-moz-focus-inner{ border:0; padding:0; margin:0; }
.aui_buttons button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
.aui_buttons button:hover { color:#000; border-color:#666; }
.aui_buttons button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3); }
button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
button.aui_state_highlight { color: #FFF; border: solid 1px #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
button.aui_state_highlight:hover { color:#FFF; border-color:#0F3A56; }
button.aui_state_highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
/* common end */

.aui_inner { background:rgba(0, 0, 0, .7); }

/*中间内容部分*/
.aui_dialog { background:#FFF; /*border-radius:3px;*/ }

/*提示框最外层主要css*/
.aui_outer { border:1px solid #999; border-radius:6px; box-shadow: 0 3px 0 rgba(0,0,0,0.1); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
.aui_outer:active { box-shadow:none!important; }
.aui_state_drag .aui_outer { box-shadow:none!important; }
.aui_border { border-radius:6px; background: #fff;}

/*上下边界高度*/
.aui_nw, .aui_ne { width:0px; height:37px; }
.aui_sw, .aui_se { width:0px; height:6px; }

/*title部分*/
.aui_titleBar { width:100%; height:0; position:relative; bottom:33px; _bottom:0; _margin-top:-33px; }
.aui_title {border-bottom:1px solid #eee; height:27px; line-height:27px; padding:0 16px 0 5px; /*color:#FFF; font-weight:700;*/ text-shadow:0 0px 0 #666;  }
/*关闭按钮*/
.aui_close { padding:0; top:2px; right:5px; width:21px; height:21px; line-height:21px; font-size:21px; text-align:center; color:#000; font-family: Helvetica, STHeiti; _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino; _border:0 none; 
    opacity: .2;
    filter: alpha(opacity=20); 
    font-weight: bold;
}
/*关闭按钮的样式*/
.aui_close22 {
    position: relative;
    _position: absolute;
    float: right;
    top: 13px;
    right: 13px;
    _height: 26px;
    padding: 0 4px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    background: transparent;
    _background: #FFF;
    border: 0;
    -webkit-appearance: none;
}
/*//鼠标经过关闭按钮的时候*/
.aui_close:hover
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*//聚焦关闭按钮的时候*/
.aui_close:focus
{

    text-decoration: none;
    cursor: pointer;
}

.aui_state_noTitle { }
.aui_content { color:#666; width:100%;}
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne { height:5px; }
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.aui_state_noTitle .aui_close { top:5px; }
/*2018-12-18添加 dialog对话框的最外层*/
.aui_state_focus
 {
    max-height: 100%;
    overflow: auto;
 } 
/*去掉边框的圆角*/
.dialog_model .aui_border { border-radius:0px;}
.dialog_model .aui_outer { border:none; border-radius:0px;}
.dialog_model .aui_outer 
{
    max-width: 640px;
}
.art_add_address .aui_outer 
{
    max-width: 640px;
}
.dialog_model .aui_dialog .aui_footer .aui_buttons
{
    margin-top:26px;  
    margin-bottom:0px; 
}
.dialog_model .aui_dialog .aui_footer
{
    position: relative; 
}
.dialog_model .aui_dialog .aui_footer .new_left
{
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.dialog_model .aui_dialog .aui_footer .new_left span
{
    color: orange;
    font-weight: bold;
}
.dialog_model .aui_dialog .aui_footer .aui_buttons button
{
    border:none;
    background: #09bb06;
    filter:none; /*滤镜关闭,低版本浏览器显示异常*/
    color:#fff;
    width: 30%;
    padding:10px 0px;
    margin-left:3%;
    font-size: 16px;
    text-shadow:none; /*去掉字的阴影*/
    border-radius:0px;
}
.dialog_model .aui_main #atrDialogIframe_select_model
{
    height: 100%;
}
/*清空填写的按钮*/
.dialog_model .aui_dialog .aui_footer .aui_buttons .clearval
{
    filter:alpha(opacity=50); opacity:.5; box-shadow:none;
}
/**
 * dialog提示框的css
 */
.msg_color
{
    position: relative;
    opacity:0.90;    /*透明度*/
    filter:alpha(opacity=90); /*透明度兼容ie*/
}
/*边框的颜色*/
.msg_color .aui_outer
{
    border: none;
}
/*上下两节的颜色*/
.msg_color .aui_border
{
    background: #111;
}
/*中间部分的颜色*/
.msg_color .aui_dialog
{
    background: #111;
}
/*icon的css*/
.msg_color .aui_icon .aui_iconBg
{
    margin:0;
    padding:0px;
    height: 42px;
    position: absolute;
    top: 10px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
/*对话框的主要内容*/
.msg_color .aui_main
{
    /*min-width:1px;*/
}
/*内容的颜色*/
.msg_color .aui_content
{
    color: #ccc;
    margin:0;
    box-sizing: border-box;
    padding: 0px 15px !important;  /*优先级*/
    padding-top: 44px !important;
    padding-bottom: 5px !important;
    text-align: center;
}</pre></body></html>