@charset "utf-8";
/***********网站结构布局************/
.dsn{display:none;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.tc{text-align:center;}

/*弹出层遮罩*/
.tcMain {
	width:100%;
	height:100%;
	overflow-y: auto;
	position:fixed;
	top:25%;
	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;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:1000;
	background-color:rgba(0, 0, 0, 0.3) !important;
	filter:alpha(opacity=30);
	background-color:#000;
	overflow:hidden;
}
.tcConBox {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:200px;
	background:#e7e7e7;
	border-radius:5px;
	background-color:#f8f8f8;
	z-index:20000;
	overflow:hidden;
	box-shadow:0px 2px 2px 5px rgba(182, 186, 204, 0.12);
}
.popBox_01 .tcTitle{
	height:50px;
	line-height: 50px;
}
.popBox_01 .tcTitle i{
	float: right;
	margin:16px 15px 0 0;
	width:17px;
	height:17px;
	background:url("/img/icon/iconClose_01.png") no-repeat;
	cursor:pointer;
}
.popBox_01 .topic{
	padding:30px 30px;
	color:#505050;
	font:normal 16px/30px '';
}
.popBox_01 .btn_box a.btn_01{
	color:#ff3300;
	font-size: 16px;
	background:#f5f5f5;
	border:1px solid #dedede;
        text-align:center;
}
.popBox_01 .btn_box a{
        display:inline-block;
	margin:0 18px;
	width:100px;
	height:32px;
        line-height:30px;
	color:#ff3300;
	font-size: 16px;
        font-family: “Microsoft YaHei”;
	background:none;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	text-decoration: none;
}