﻿.dsn{
	display: none;
}
.tcMain {
	width:100%;
	height:100%;
	overflow-y: auto;
	position:fixed;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:20000;
}
.tcMask {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:15000;
	background-color:rgba(0, 0, 0, 0.4) !important;
	filter:alpha(opacity=40);
	background-color:#000;
	overflow:hidden;
}
.tcConBox{
	margin-left:auto;
	margin-right:auto;
    position:relative;
	border-top:5px solid #6B9591;
	border-bottom:7px solid #6B9591;
	border-radius:5px;
	background:#fff;
	z-index:20000;
	overflow:hidden;
	background:#daecfb;
}
.tcConBox .close1{
	position:absolute;
	top:0;
	right:0;
	width:49px;
	height:33px;
	background:url(../img/icon_06.png) no-repeat;
	/*background:url(/new140923/img/icon/icon_06.png) no-repeat;*/
	cursor:pointer;
}
.show-info_tck .tcConBox{
	width:664px;
}
.show-info_tck .txtCon a{
    color: #f30;
}
.show-infoBox_01{padding-top:20px;}
.show-info_tck .txtCon,.show-info_tck .reg-box_01{
    line-height:25px ;
    font-family:'\5FAE\8F6F\96C5\9ED1',Arial,sans-serif;
    font-size:18px;
}
.show-info_tck .txtCon{
	padding:20px 60px 20px;
}
.show-info_tck .reg-box_01{
	padding:0 60px 10px;
    font-size:14px;
    line-height:18px;
}
.txtCon .p1{padding-bottom:10px;font-weight:700;}
.txtCon .p2{line-height:24px;}
.txtCon .jump-one_01{
	color:#000;
	font-size:14px;
	cursor:pointer;
}