@charset "utf-8";
/*
 * artDialog skin
 * https://github.com/aui/artDialog
 * (c) 2009-2013 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */

/* common start */
body { _margin:0; _height:100%; }/*IE6 BUG*/
.d-mask{background:#000; filter:alpha(opacity=50); opacity: .5;}
.d-outer{background:#fff;border-radius: 6px!important;overflow:hidden;}
.d-outer *{outline:none;box-shadow:none;}
.d-dialog{border-spacing: 0;border-collapse: collapse;outline: none;box-shadow: none;border: none;}
.d-dialog .d-header{position:relative;height:40px;}
.d-titleBar{display: block;height:auto;}
.d-title{font-size:16px;padding: 10px 15px;color:#666;}
.d-dialog .d-close{
	display: inline-block!important;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
	border-radius: 50%!important;
	background: #CCCCCC;
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: 8px;
	top: 8px;
}
.d-dialog .d-close:hover{background:#bdbdbd;}
.d-dialog .d-main{text-align:center;color:#666666;font-size:16px;}
.d-dialog .d-footer{padding:15px 15px 20px;text-align:center;}
.d-dialog .d-button{
	-webkit-appearance:none;outline:none;
	display: inline-block;
	padding: 6px 28px;
	margin: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 4px!important;
	color:#676767;
	filter:alpha(opacity=80); opacity: .8;
}
.d-dialog .d-state-highlight{background:#FEA500;color:#fff;border-color:#FEA500;}
.d-dialog .d-button:hover{filter:alpha(opacity=100); opacity: 1;background:#eaeaea;}
.d-dialog .d-state-highlight:hover{background:#FEA500;}

.d-dialog .icon-attention{color:#ffd600;font-size: 22px;position: relative;margin-right: 8px;top: 3px;}
.d-dialog .icon-times-circle{color:#FB312D;font-size: 22px;position: relative;margin-right: 8px;top: 3px;}
.d-dialog .icon-duihao{color:#5CB85C;font-size: 22px;position: relative;margin-right: 8px;top: 3px;}

/* common end */

.d-inner { /*background:#FFF;*/ }

.d-outer, .d-inner {
	/*border: 1px solid rgba(0, 0, 0, .7);
	border: 1px solid #ccc \9 !important;*/
	box-shadow: none;
	border: none;
}

.d-nw, .d-ne, .d-sw, .d-se {
	width: 8px;
	height: 8px;
	width: 0px \9;
	height: 0px \9;
}

.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {
	background: rgba(0, 0, 0, .4);
	background: #000 \9 !important;
	filter: alpha(opacity=1);
}
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se { background:rgba(0, 0, 0, .5); background:#000\9!important; filter:alpha(opacity=0); }

.d-state-drag .d-title { background: linear-gradient(top, #bdc6cd, #edf5f8); background: -moz-linear-gradient(top, #bdc6cd, #edf5f8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8'); box-shadow:none; }
.d-state-drag .d-titleBar { box-shadow:none; }
.d-close { padding:0; top:4px; right: 10px; width: 20px; height: 14px; line-height:21px; text-decoration: none !important; font-size: 24px; color: #aaa; text-align:center; font-family: Helvetica, STHeiti; _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino; text-shadow:0 1px 0 rgba(255, 255, 255, .9); top: 12px;}

.d-content { color:#666; }
.d-state-focus .d-content { color:#666; }
.d-buttons { /* background-color:#F6F6F6; border-top: 1px solid #DADEE5; */ }
.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se { width:3px; height:3px; }
.d-state-noTitle .d-inner { border:1px solid #666; background:#FFF; }
.d-state-noTitle { border:none; box-shadow:none; }
.d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.d-state-noTitle .d-titleBar { bottom:0; _bottom:0; _margin-top:0; }
.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; }
.d-state-noTitle .d-dialog { box-shadow: none; }

@media screen and (min-width:0) {/* css3 */
	.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se { display:none; }
	.d-inner {border: none;}
	.d-outer {/* border-color: #aaa; */}
	.d-state-focus .d-dialog { /* box-shadow: 0 0 2px rgba(0, 0, 0, .4); */ }
	.d-state-drag, .d-state-focus:active  {border: none;}
	.d-state-focus {box-shadow:1px 1px 10px rgba(0, 0, 0, 0.4);}
	.d-outer {-webkit-transform: scale(0);transform: scale(0);-webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;}
	.d-state-visible { -webkit-transform: scale(1); transform: scale(1); }
}