﻿.dialog_wrp
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 726px;
	z-index: 10003;
}

	.dialog_wrp.label_block .frm_label
	{
		display: block;
		width: auto;
		float: none;
		font-size: 14px;
		margin-bottom: .5em;
	}

	.dialog_wrp.cascade_input .frm_control_group
	{
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.dialog_wrp.cascade_input .frm_input_box, .dialog_wrp.cascade_input .frm_tips, .dialog_wrp.cascade_input .frm_msg
	{
		width: auto;
	}

	.dialog_wrp.cascade_input .frm_input_box
	{
		display: block;
	}

	.dialog_wrp.cascade_input .frm_controls
	{
		padding-left: 0;
	}

	.dialog_wrp.align_edge .dialog_bd
	{
		padding: 0;
	}

	.dialog_wrp.simple .dialog_bd
	{
		text-align: center;
	}


.dialog
{
	overflow: hidden;
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.dialog
{
	border-width: 0;
	overflow: visible;
}

.dialog_hd
{
	line-height: 52px;
	height: 52px;
	border-bottom-width: 0;
	padding: 66px 45px 108px;
}

	.dialog_hd h3
	{
		font-weight: 400;
		font-style: normal;
	}

.dialog_hd
{
	position: relative;
	padding: 0 20px;
	line-height: 38px;
	height: 38px;
	background-color: #f4f5f9;
	background-image: -moz-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4f5f9),to(#f4f5f9));
	background-image: -webkit-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
	background-image: -o-linear-gradient(top,#f4f5f9 0,#f4f5f9 100%);
	background-image: linear-gradient(to bottom,#f4f5f9 0,#f4f5f9 100%);
	border-bottom: 1px solid #e7e7eb;
}

	.dialog_hd h3
	{
		color: #222;
	}

.pop_closed
{
	background: url("/Content/Images/wxIco.png") 0 -2705px no-repeat;
}

	.pop_closed:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -2731px no-repeat;
	}


.pop_closed
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 16px;
	height: 16px;
	line-height: 999em;
	overflow: hidden;
}


.page_msg .inner
{
	position: relative;
	*zoom: 1;
	background-color: #e0eaf6;
}

	.page_msg .inner:after
	{
		content: "\200B";
		display: block;
		height: 0;
		clear: both;
	}

.page_msg .msg_icon_wrp, .page_msg .msg_icon_wrapper
{
	float: left;
	margin-right: 10px;
	font-size: 0;
}

.page_msg .msg_content
{
	overflow: hidden;
	*zoom: 1;
	padding-top: 5px;
}

.page_msg .msg_opr
{
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.page_msg h4
{
	font-size: 16px;
	font-weight: 700;
}

.page_msg p
{
	font-size: 14px;
	color: #8d8d8d;
}

.page_msg .spacing
{
	padding: .5em 0 2em;
}

.page_msg .line_break_before
{
	padding-top: 1em;
}

.page_msg.large .inner
{
	padding: 12px 70px;
}

.page_msg.small .inner
{
	padding: 20px 40px 20px 20px;
}

.page_msg.mini .inner
{
	padding: 9px 20px;
}

.page_msg.mini .msg_icon_wrp
{
	margin-top: 3px;
	margin-right: 6px;
}

.page_msg.mini .msg_content
{
	padding-top: 0;
}

.page_msg.single_line .msg_content
{
	padding-top: 15px;
}

.page_msg.default .inner
{
	background-color: transparent;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page_msg.simple
{
	text-align: center;
}

	.page_msg.simple .inner
	{
		display: inline-block;
		*display: inline;
		*zoom: 1;
		text-align: left;
		min-width: 55%;
	}
.page_msg.mini p
{
	color: #222;
}

.page_msg.mini .msg_icon_wrapper, .page_msg.mini .msg_icon_wrp
{
	margin-top: 4px;
}

.page_msg.single_line .msg_content
{
	padding-top: 10px;
}

.page_msg h4
{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.page_msg .msg_content
{
	padding-top: 0;
}

.page_msg .extra_msg h4
{
	font-weight: 400;
}
	.popover.simple .popover_bar
	{
		text-align: left;
	}

	.popover.simple .btn
	{
		margin-left: 0;
		margin-right: .6em;
	}
.page_msg.default .inner
{
	background-color: transparent;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.page_msg .msg_icon_wrp, .page_msg .msg_icon_wrapper
{
	float: left;
	margin-right: 10px;
	font-size: 0;
}

.icon_msg
{
	width: 46px;
	height: 46px;
	vertical-align: middle;
	display: inline-block;
}

	.icon_msg.success
	{
		background: url("/Content/Images/wxIco.png") 0 -1908px no-repeat;
	}

	.icon_msg.warn
	{
		background: url("/Content/Images/wxIco.png") 0 -1964px no-repeat;
	}

	.icon_msg.error
	{
		background: url("/Content/Images/wxIco.png") 0 -2020px no-repeat;
	}

	.icon_msg.waiting
	{
		background: url("/Content/Images/wxIco.png") 0 -2076px no-repeat;
	}

	.icon_msg.info
	{
		background: url("/Content/Images/wxIco.png") 0 -2132px no-repeat;
	}

	.icon_msg.mail
	{
		background: url("/Content/Images/wxIco.png") 0 -2188px no-repeat;
	}

.icon_msg_primary
{
	width: 46px;
	height: 46px;
	vertical-align: middle;
	display: inline-block;
}

	.icon_msg_primary.success
	{
		background: url("/Content/Images/wxIco.png") 0 -2244px no-repeat;
	}

	.icon_msg_primary.warn
	{
		background: url("/Content/Images/wxIco.png") 0 -2300px no-repeat;
	}

	.icon_msg_primary.waiting
	{
		background: url("/Content/Images/wxIco.png") 0 -2356px no-repeat;
	}

	.icon_msg_primary.info
	{
		background: url("/Content/Images/wxIco.png") 0 -2412px no-repeat;
	}

	.icon_msg_primary.mail
	{
		background: url("/Content/Images/wxIco.png") 0 -2468px no-repeat;
	}



.page_msg .msg_content
{
	overflow: hidden;
	*zoom: 1;
	padding-top: 5px;
}
.page_msg.mini .msg_content
{
	padding-top: 0;
}

.page_msg.single_line .msg_content
{
	padding-top: 15px;
}

{
	padding-top: 10px;
}

.page_msg h4
{
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.page_msg .msg_content
{
	padding-top: 0;
}

.dialog_ft
{
	margin: 0;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

	.dialog_ft .btn
	{
		margin-left: .3em;
		margin-right: .3em;
	}
.dialog_ft
{
	padding: 16px 0;
	background-color: #f4f5f9;
}



.icon_common.new
{
	margin-left: 6px;
	background: url("/Content/Images/wxIco.png") 0 -3237px no-repeat;
	width: 18px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

.icon_common.beta
{
	margin-top: -5px;
	margin-left: 3px;
	background: url("/Content/Images/wxIco.png") 0 -3256px no-repeat;
	width: 25px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

.icon13_common
{
	width: 13px;
	height: 13px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon13_common.arrow_right_gray
	{
		background: transparent url(/mpres/htmledition/common/images/icon/common/icon13_arrow_right_gray218877.png) no-repeat 0 0;
	}

.icon14_common
{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon14_common.rank_gray
	{
		cursor: pointer;
		background: url("/Content/Images/wxIco.png") 0 -3279px no-repeat;
	}

		.icon14_common.rank_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3303px no-repeat;
		}

		.single_up .icon14_common.rank_gray, .icon14_common.rank_gray.single_up
		{
			background: url("/Content/Images/wxIco.png") 0 -3327px no-repeat;
		}

			.single_up .icon14_common.rank_gray:hover, .icon14_common.rank_gray.single_up:hover
			{
				background: url("/Content/Images/wxIco.png") 0 -3351px no-repeat;
			}

		.single_down .icon14_common.rank_gray, .icon14_common.rank_gray.single_down
		{
			background: url("/Content/Images/wxIco.png") 0 -3375px no-repeat;
		}

			.single_down .icon14_common.rank_gray:hover, .icon14_common.rank_gray.single_down:hover
			{
				background: url("/Content/Images/wxIco.png") 0 -3399px no-repeat;
			}

	.icon14_common.add_white
	{
		background: url("/Content/Images/wxIco.png") 0 -3423px no-repeat;
	}

	.icon14_common.add_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3447px no-repeat;
	}

		.icon14_common.add_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3471px no-repeat;
		}

	.icon14_common.edit_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3495px no-repeat;
	}

		.icon14_common.edit_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3519px no-repeat;
		}

	.icon14_common.del_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3543px no-repeat;
	}

		.icon14_common.del_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3567px no-repeat;
		}

	.icon14_common.sort_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3591px no-repeat;
	}

		.icon14_common.sort_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3615px no-repeat;
		}

	.icon14_common.add_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -3639px no-repeat;
	}

	.icon14_common.switch_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3663px no-repeat;
	}

		.icon14_common.switch_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3687px no-repeat;
		}

a:hover .icon14_common.switch_gray
{
	background: url("/Content/Images/wxIco.png") 0 -3711px no-repeat;
}

.icon16_common
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon16_common.close
	{
		background: url("/Content/Images/wxIco.png") 0 -3735px no-repeat;
	}

		.icon16_common.close:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3761px no-repeat;
		}

	.icon16_common.close_flat
	{
		background: url("/Content/Images/wxIco.png") 0 -3787px no-repeat;
	}

		.icon16_common.close_flat:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3813px no-repeat;
		}

	.icon16_common.edit_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3839px no-repeat;
	}

	.icon16_common.del_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3865px no-repeat;
	}

	.icon16_common.enter_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3891px no-repeat;
	}

		.icon16_common.enter_gray.frm_input_append
		{
			margin-top: -8px;
		}

	.icon16_common.star_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -3917px no-repeat;
	}

		.icon16_common.star_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -3942px no-repeat;
		}

	.icon16_common.star_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -3968px no-repeat;
	}

	.icon16_common.star_orange
	{
		background: url("/Content/Images/wxIco.png") 0 -3994px no-repeat;
	}

		.icon16_common.star_orange:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4022px no-repeat;
		}

	.icon16_common.woman_orange
	{
		background: url("/Content/Images/wxIco.png") 0 -4048px no-repeat;
	}

	.icon16_common.man_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -4074px no-repeat;
	}

	.icon16_common.reply_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -4100px no-repeat;
	}

		.icon16_common.reply_blue:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4126px no-repeat;
		}

	.icon16_common.del_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4152px no-repeat;
	}

		.icon16_common.del_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4178px no-repeat;
		}

	.icon16_common.reply_gray
	{
		background: transparent url(/mpres/htmledition/images/icon/common/icon16_reply_gray.png?__sprite) no-repeat 0 0;
	}

		.icon16_common.reply_gray:hover
		{
			background: transparent url(/mpres/htmledition/images/icon/common/icon16_reply_gray_hl.png?__sprite) no-repeat 0 0;
		}

	.icon16_common.search_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4204px no-repeat;
	}

	.icon16_common.sort_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4230px no-repeat;
	}

		.icon16_common.sort_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4256px no-repeat;
		}

	.icon16_common.add_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4282px no-repeat;
	}

		.icon16_common.add_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4308px no-repeat;
		}

	.icon16_common.save_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4334px no-repeat;
	}

		.icon16_common.save_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -4360px no-repeat;
		}

.icon18_common
{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon18_common.woman_orange
	{
		background: url("/Content/Images/wxIco.png") 0 -4386px no-repeat;
	}

	.icon18_common.man_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -4414px no-repeat;
	}

	.icon18_common.error
	{
		background: url("/Content/Images/wxIco.png") 0 -4442px no-repeat;
	}

	.icon18_common.add_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -4470px no-repeat;
	}

.selected .icon18_common.add_blue
{
	background: url("/Content/Images/wxIco.png") 0 -4498px no-repeat;
}

.icon18_common.add_white
{
	background: url("/Content/Images/wxIco.png") 0 -4526px no-repeat;
}

.icon18_common.del_blue
{
	background: url("/Content/Images/wxIco.png") 0 -4554px no-repeat;
}

	.icon18_common.del_blue:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -4582px no-repeat;
	}

.icon18_common.del_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4610px no-repeat;
}

	a:hover .icon18_common.del_gray, .icon18_common.del_gray:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -4638px no-repeat;
	}

.icon18_common.link_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4666px no-repeat;
}

	.icon18_common.link_gray:hover, .hover .icon18_common.link_gray, a:hover .icon18_common.link_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4694px no-repeat;
	}

.icon18_common.download_blue
{
	background: url("/Content/Images/wxIco.png") 0 -4722px no-repeat;
}

	.icon18_common.download_blue:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -4750px no-repeat;
	}

.icon18_common.upload_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4778px no-repeat;
}

	.icon18_common.upload_gray:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -4806px no-repeat;
	}

.icon18_common.download_simple_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4834px no-repeat;
}

	.icon18_common.download_simple_gray:hover, a:hover .icon18_common.download_simple_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4862px no-repeat;
	}

.icon18_common.download_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4890px no-repeat;
}

	.icon18_common.download_gray:hover, a:hover .icon18_common.download_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4918px no-repeat;
	}

.icon18_common.move_gray
{
	background: url("/Content/Images/wxIco.png") 0 -4946px no-repeat;
}

	.icon18_common.move_gray:hover, a:hover .icon18_common.move_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -4974px no-repeat;
	}

.icon18_common.reply_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5002px no-repeat;
}

	.icon18_common.reply_gray:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -5030px no-repeat;
	}

.icon18_common.star_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5058px no-repeat;
}

	.icon18_common.star_gray:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -5086px no-repeat;
	}

.icon18_common.save_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5114px no-repeat;
}

	.icon18_common.save_gray:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -5142px no-repeat;
	}

.icon18_common.edit_blue
{
	background: url("/Content/Images/wxIco.png") 0 -5170px no-repeat;
}

	.icon18_common.edit_blue:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -5198px no-repeat;
	}

.selected .icon18_common.edit_blue
{
	background: url("/Content/Images/wxIco.png") 0 -5226px no-repeat;
}

.icon18_common.zoomout_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5254px no-repeat;
}

	.icon18_common.zoomout_gray:hover, a:hover .icon18_common.zoomout_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -5282px no-repeat;
	}

.icon18_common.edit_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5310px no-repeat;
}

	.icon18_common.edit_gray:hover, a:hover .icon18_common.edit_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -5338px no-repeat;
	}

.icon18_common.star_orange
{
	background: url("/Content/Images/wxIco.png") 0 -5366px no-repeat;
}

.icon18_common.save_blue
{
	background: url("/Content/Images/wxIco.png") 0 -5394px no-repeat;
}

	.icon18_common.save_blue:hover
	{
		background: url("/Content/Images/wxIco.png") 0 -5422px no-repeat;
	}

.icon18_common.qrcode_gray
{
	background: url("/Content/Images/wxIco.png") 0 -5450px no-repeat;
}

	.icon18_common.qrcode_gray:hover, a:hover .icon18_common.qrcode_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -5478px no-repeat;
	}

.icon20_common
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon20_common.reply_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -5506px no-repeat;
	}

		.icon20_common.reply_gray:hover
		{
			background: url("/Content/Images/wxIco.png") 0 -5536px no-repeat;
		}

	.icon20_common.speaker
	{
		background: url("/Content/Images/wxIco.png") 0 -5566px no-repeat;
	}

.icon21_common
{
	width: 21px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon21_common.error
	{
		background: url("/Content/Images/wxIco.png") 0 -5592px no-repeat;
	}

	.icon21_common.success
	{
		background: url("/Content/Images/wxIco.png") 0 -5623px no-repeat;
	}

	.icon21_common.waiting
	{
		background: url("/Content/Images/wxIco.png") 0 -5654px no-repeat;
	}

.icon22_common
{
	width: 22px;
	height: 22px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon22_common.checked
	{
		background: url("/Content/Images/wxIco.png") 0 -5685px no-repeat;
	}

	.icon22_common.error
	{
		background: url("/Content/Images/wxIco.png") 0 -5717px no-repeat;
	}

	.icon22_common.success
	{
		background: url("/Content/Images/wxIco.png") 0 -5749px no-repeat;
	}

	.icon22_common.fail
	{
		background: url("/Content/Images/wxIco.png") 0 -5781px no-repeat;
	}

.icon24_common
{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon24_common.add_gray
	{
		background: url("/Content/Images/wxIco.png") 0 -5813px no-repeat;
	}

.icon28_common
{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon28_common.upload_blue
	{
		background: url("/Content/Images/wxIco.png") 0 -5847px no-repeat;
	}

.icon_dot
{
	font-family: "Microsoft YaHei",sans-serif;
}

.icon12_del
{
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
	font-size: 12px;
	color: #b3b3b3;
}

	.icon12_del:hover
	{
		color: #545454;
	}

.icon_loading_small
{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon_loading_small.white
	{
		background: transparent url(/mpres/htmledition/images/icon/loading/icon40_loading_white218877.gif) no-repeat 0 0;
	}

	.icon_loading_small.gray
	{
		background: transparent url(/mpres/htmledition/images/icon/loading/icon40_loading_gray218877.gif) no-repeat 0 0;
	}

.icon32_loading
{
	width: 32px;
	height: 32px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon32_loading.dark
	{
		background: transparent url(/mpres/htmledition/images/icon/common/icon32_loading_dark218877.gif) no-repeat 0 0;
	}

	.icon32_loading.light
	{
		background: transparent url(/mpres/htmledition/images/icon/common/icon32_loading_light218877.gif) no-repeat 0 0;
	}

.icon_mini_tips
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	line-height: 100px;
	overflow: hidden;
}

	.icon_mini_tips.document_link
	{
		background: url("/Content/Images/wxIco.png") 0 -5885px no-repeat;
	}

	.icon_mini_tips.ask_white
	{
		background: url("/Content/Images/wxIco.png") 0 -5911px no-repeat;
	}

.icon_verify
{
	width: 82px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}

	.icon_verify.waiting
	{
		background: url("/Content/Images/wxIco.png") 0 -5937px no-repeat;
	}

	.icon_verify.fail
	{
		background: url("/Content/Images/wxIco.png") 0 -5977px no-repeat;
	}

.icon_verify_checked
{
	background: url("/Content/Images/wxIco.png") 0 -6017px no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
}

.icon_wxverify_status
{
	display: inline-block;
	vertical-align: middle;
}

	.icon_wxverify_status.name_waiting
	{
		width: 86px;
		height: 24px;
		background: url("/Content/Images/wxIco.png") 0 -6043px no-repeat;
	}

	.icon_wxverify_status.file_success
	{
		width: 96px;
		height: 24px;
		background: url("/Content/Images/wxIco.png") 0 -6077px no-repeat;
	}

.icon_card_selected
{
	background: url("/Content/Images/wxIco.png") 0 -6111px no-repeat;
	width: 46px;
	height: 46px;
	vertical-align: middle;
	display: inline-block;
}

.icon_noie6
{
	background: transparent url(/mpres/htmledition/images/icon/common/icon_noie6218877.png) no-repeat 0 0;
	width: 369px;
	height: 390px;
	vertical-align: middle;
	display: inline-block;
}

