﻿@charset "utf-8";
/***********网站结构布局************/
body,html{background:#ffffff;font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Noto Sans CJK SC","PingFang SC","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;}
.dsn{display:none;}
.w{margin:0 auto;width:1200px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}


/*弹出层遮罩*/
.tcMain {
	width:100%;
	height:100%;
	overflow-y: auto;
	position:fixed;
	top:15%;
	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:440px;
	height:260px;
	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_tanchu.png") no-repeat;
	cursor:pointer;
}
.popBox_01 .topic{
	padding:30px 50px;
	color:#505050;
	font:normal 20px/34px '';
}
.popBox_01 .btn_box input.btn_01{
	color:#ff3300;
	font-size: 20px;
	background:#f5f5f5;
	border:1px solid #dedede;
}
.popBox_01 .btn_box input{
	margin:0 18px;
	width:120px;
	height:38px;
	color:#ff3300;
	font-size: 20px;
	background:none;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}






















