@CHARSET "UTF-8";

* {
	outline: none;
}

.clear {
	display: block;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	float: none;
	clear: both;
}

.popContainer h3, .popContainer p, .popContainer img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.popContainer .loading {
	display: block;
	overflow: hidden;
	position: relative;
}

.popContainer .loading img {
	display: block;
	height: 32px;
	width: 32px;
	border: 0;
	margin: -16px 0 0 -16px; position : absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	position: absolute;
}

.popContainer.loading {
	-webkit-animation: zoom_out .2s ease-in-out;
	-moz-animation: zoom_out .2s ease-in-out;
	-ms-animation: zoom_out .2s ease-in-out;
	-o-animation: zoom_out .2s ease-in-out;
	animation: zoom_out .2s ease-in-out;
}

.popContainer.alert {
	-webkit-animation: zoom_in .2s ease-in-out;
	-moz-animation: zoom_in .2s ease-in-out;
	-ms-animation: zoom_in .2s ease-in-out;
	-o-animation: zoom_in .2s ease-in-out;
	animation: zoom_in .2s ease-in-out;
}

.popContainer.confirm {
	-webkit-animation: fade_down .2s ease-in-out;
	-moz-animation: fade_down .2s ease-in-out;
	-ms-animation: fade_down .2s ease-in-out;
	-o-animation: fade_down .2s ease-in-out;
	animation: fade_down .2s ease-in-out;
}

.popContainer.iframe {
	-webkit-animation: fade_down .2s ease-in-out;
	-moz-animation: fade_down .2s ease-in-out;
	-ms-animation: fade_down .2s ease-in-out;
	-o-animation: fade_down .2s ease-in-out;
	animation: fade_down .2s ease-in-out;
}

/* -------------------- 窗体标题部分 -------------------- */
.popHead {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #ff7f14;
	float: left;
	position: relative;
	behavior: url(/pie.htc);
	border-radius: 3px 3px 0 0;
}

.noTitle .popHead {
	height: 10px;
	padding: 0;
	background-color: transparent;
}

.popHead a.popClose {
	display: block;
	height: 44px;
	width: 40px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	position: absolute;
}

.popHead a.popClose i.iconfont {
	display: block;
	font-size: 20px;
	width: 20px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	margin: 11px 10px;
}

.popHead a.popClose:hover i.iconfont {
	color: #333;
}

.noTitle .popHead a.popClose i.iconfont {
	color: #333;
}

.noTitle .popHead a.popClose:hover i.iconfont {
	color: #ff7f14;
}

.popHead .popTitle {
	display: block;
	color: #fff;
	line-height: 24px;
	margin: 0 40px 0 12px;
}

/* -------------------- 窗体容器部分 -------------------- */
.popContainer {
	display: block;
	background-color: #fff;
	behavior: url(/pie.htc);
	border-radius: 3px;
}

/* -------------------- 窗体内容模块 -------------------- */
.popCenter {
	display: block;
	width: 100%;
	float: left;
}

.popCenter .centerWrap {
	margin: 0 30px;

}

.popContent {
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

.popContent b, .popContent a {
	font-weight: normal;
	color: #ff7f14;
	text-decoration: none;
}

.popContent a:hover {
	text-decoration: underline;
}

/* -------------------- Loading,Alert,Confirm样式 -------------------- */
.loading .centerWrap, .alert .centerWrap, .confirm .centerWrap {
	margin-top: 30px;
	padding: 20px 0;
}

.loading .centerWrap {
	margin-bottom: 30px;
}

.centerWrap .bigfont {
	display: block;
	width: 50px;
	line-height: 1em;
	font-size: 48px;
	color: #ff7f14;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

/* -------------------- Html样式 -------------------- */
.html .popContent {
	margin: 30px 0 30px 0;
}

.noTitle.html .popContent {
	margin-top: 0;
}

/* -------------------- 窗体按钮模块 -------------------- */
.popBottom {
	display: block;
	width: 100%;
	text-align: center;
	float: left;
}

/* -------------------- Alert,Confirm样式 -------------------- */
.alert .popBottom, .confirm .popBottom {
	margin-bottom: 30px;
	float: left;
}

.popBottom a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 30px;
	margin: 0 5px;
	text-decoration: none;
	border-radius: 18px;
	behavior: url(/pie.htc);
}

.popBottom a.popBtnOk {
	color: #fff;
	border: 1px solid #ff7f14;
	background-color: #ff7f14;
}

.popBottom a.popBtnOk:hover {
	background-color: #f26005;
}

.popBottom a.popBtnCancel {
	color: #ff7f14;
	border: 1px solid #ff7f14;
	background-color: #fff;
}

.popBottom a.popBtnCancel:hover {
	color: #fff;
	border: 1px solid #ff7f14;
	background-color: #ff7f14;
}

/* -------------------- Frame样式 -------------------- */
.popFrame {
	display: block;
	overflow: hidden;
}

