<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Webdialog */
.noBottom .ui_bottom_wrap { display:none;}
* html { ie6PngRepair:false; }/*设置主题是否针对IE6应用PNS透明与背景定位修复[本主题使用的是png 8位全透明图片，不需要针对IE6处理]*/
.ui_dialog{ border:1px solid #84bcfd; background: #FFF;}
.ui_overlay div { background:#000; filter:alpha(opacity=20); opacity:0.2; }/*设置遮罩颜色与透明度*/
.ui_dialog_main { background:#FFF; }
.ui_title_wrap { _width:100px; }/*IE6下设置一个最小长度，防止关闭按钮错位*/


.r0d0, .r0d2, .r1d0, .r1d2, .r2d0, .r2d2, .ui_close,.r0d1, .r2d1,.ui_title_text,.ui_title,.ui_dialog_icon,.ui_btns span, .ui_btns button{ background-image:url(https://rg.aicai.com/common/widget/webdialog/skin/new2010/chrome_s.png); background-repeat:no-repeat; }
.r0d0 { width:0px; height:29px; background-position: -46px -8px;  *background:#84BCFD;}/*左上*/
.r0d2 { width:0px; height:29px; background-position: -53px -8px; }/*右上*/
.r1d0 { background-position:-60px 0; background-repeat:repeat-y; *width:1px; *background:#fff;/*_解决IE下不自动适应问题*/}/*左边*/
.r1d2 { background-position:-65px 0; background-repeat:repeat-y; }/*右边*/
.r2d0 { width:0px; height:0px; background-position: -46px -2px;}/*左下*/
.r2d2 { width:0px; height:0px; background-position: -53px -2px;}/*右下*/
.ui_title { width:100%; height:29px; position:absolute; top:0; left:0; _left:auto; font-size:12px; }
.ui_title_text { background-position:0 -92px; height:29px; line-height:25px; padding:0 60px 0 12px; _padding:0 90px 0 6px; font-size:14px; color:#FFF; font-weight:bold;}
.ui_close { top:0px; right:0px; _right:0px; width:30px; height:29px; background-position:0 0; _font-size:0; _line-height:0; text-indent:-9999em; overflow:hidden; }
.ui_close:hover { background-position:0 -30px; }
.r0d1, .r2d1,.ui_title{ background-position:0 -62px; background-repeat:repeat-x; }
.r0d1 { background-position:0 top; }
.r2d1 { background-position: 0 -30px;}

.ui_btns { background-color:#e8eced; border-top:solid 1px #d8dee0; font-size:12px; height:40px; padding-top:5px; }
/*.ui_btns span, .ui_btns button { background-color:transparent; background-image:url(${replace_img_2caipiao}/js/plugins/webdialog/skin/new2010/btns.png); background-repeat:no-repeat; }*/
.ui_btns span { padding:0 0 0 5px; overflow:hidden; background-position:left -321px; }
.ui_btns button { height:27px; line-height:27px; padding:0 10px 0 5px; max-width:200px; border:none 0; font-size:12px; color:#047bbe; font-weight:bold; background-position:right -321px; }
.ui_btns span:hover, .ui_btns span.ui_hover { background-position:left -347px; }
.ui_btns span:hover button, .ui_btns span.ui_hover button{ background-position:right -347px; }
.ui_resize { width:10px; height:10px; }
html:hover .ui_btns button:focus { outline:none 0; }

/*
主题拓展参数[可添加组合在'style'参数中]
*/
.ui_dialog_icon { display:inline-block; *zoom:1; *display:inline; background-position:-66px -220px;}
/*警告消息*/
.alert .ui_dialog_icon { margin-right:5px; width:48px; height:48px; background-position:-66px -220px; }
/*询问消息*/
.confirm .ui_dialog_icon { margin-right:5px; width:48px; height:48px; background-position:-68px -266px; }
/*错误消息*/
.error .ui_dialog_icon { margin-right:5px; width:48px; height:48px; background-position:-70px -172px; }
/*成功消息*/
.succeed .ui_dialog_icon { margin-right:5px; width:48px; height:48px; background-position:-68px -125px; }


/*无关闭按钮*/
.noClose .ui_close { display:none; }
/*无风格*/
.noSkin .ui_border, .noSkin .ui_title_wrap, .noSkin .ui_dialog_icon { display:none; }
.noSkin .ui_bottom_wrap { display:none; *display:block; *height:0; overflow:hidden; }
* html .noSkin .ui_btns { height:0; overflow:hidden; position:absolute; left:-99999em; }
.noSkin .ui_content { margin:0; }
.noSkin .ui_dialog_main { background:transparent; }
.ui_dialog_wrap{ z-index:10000;}
.noBottom .ui_bottom_wrap { display:none;}

/* 修复chorme下td 0px宽无效问题*/
.ui_border{ background: none;}</pre></body></html>