/*resetStyle*/
/*弹出层遮罩*/
.tcMain {
	width:100%;
	height:100%;
	overflow-y: auto;
	position:fixed;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:2000;
}
.tcMain1 {
	width:100%;
	height:100%;
	overflow-y: auto;
	position:fixed;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:2000;
}
.tcMask {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
	background-color:rgba(0, 0, 0, 0.3) !important;
	filter:alpha(opacity=30);
	background-color:#000;
	overflow:hidden;
}
.tcConBox {
	position:relative;
	top:0;
	margin-left:auto;
	margin-right:auto;
	width:430px;
	height:480px;
	background:#e7e7e7;
	border:1px solid #e1e1e1;
	border-radius:0 0 3px 3px;
	background-color:#fff;
	z-index:20000;
	overflow:hidden;
	box-shadow:0px 2px 2px 5px rgba(182, 186, 204, 0.12);
}
.popBox_01 .tcTitle{
	height:40px;
	line-height: 40px;
	background:#e3d38b;
}
.popBox_01 .tcTitle h2{
	float: left;
	margin-left:15px;
	color:#5e4301;
	line-height:40px;
	font-size:16px;
	font:normal 16px/40px '\5FAE\8F6F\96C5\9ED1';
}
.popBox_01 .tcTitle span{
	float:right;
	margin:10px 10px 0 0;
	padding-left:15px;
	color:#5e4301;
	font-size:14px;
	background:url("imagesiconClose_01.png") no-repeat left center;
	cursor:pointer;
	padding:10px;}

.popBox_01 .btn_box{
	margin-top:25px;
}
.popBox_01 .btn_box input{
	margin:0 18px;
	width:89px;
	height:28px;
	color:#663200;
	font-size: 14px;
	background: #f8f4df;
	border:1px solid #d7c178;
	cursor:pointer;
}
.tabNav_01 span{
	display:inline-block;
	margin:0 20px;
	width:136px;
	height:43px;
	color:#666666;
	line-height:38px;
	font:normal 16px/38px '\5FAE\8F6F\96C5\9ED1';
	text-align:center;
	background:url("imagestcTabBg_01.png") no-repeat top center;
	cursor:pointer;}
.tabNav_01 span.cur,.tabNav_01 span:hover{
	color:#ffffff;
	background:url("imagestcTabBg_02.png") no-repeat top center;}
.tcCon .bmCon{
	padding:0 20px;
	font-family:'\5FAE\8F6F\96C5\9ED1';}
.bmTable_01 th{
	height:36px;
	color:#5e4301;
	line-height:36px;
	font:normal 14px/36px '';
	background:#ebe9e2;
	border-right:1px solid #fff;}
.bmTable_01 tr.bg{
	background:#f8f7f3;}
.bmTable_01 td{
	padding:10px 8px;
	line-height:18px;
	color:#666666;
	font-size:14px;
	border:1px solid #ebe9e2;}



















