@charset "utf-8";
/* CSS Document */
/*弹窗*/ 
.hw-tc01{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.5);
z-index: 999;
overflow: auto;
}
.hw-tc01-01{
	background:#fff;
	width: 561px;
	height: 473px;
	position: absolute;
	margin-top:15%;
	margin-left: 20%;
	border-radius:5px;
} 
.hw-bt{
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}
.hw-bt .hw-bt1{
	height: 39px;
	width: 137px;
	color: #2374f9;
	font-size: 21px;
	border-bottom: 2px solid #2374f9;
	top: 20px;
	position: relative;
	float: left;
	
}
.hw-bt2{
	position: relative;
	color: #ff5555;
	top:20px;
	left: -3px;
	font-size: 14px;
}
.ts{
	height: 52px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.ts1{
	font-size: 16px;
	margin-right: 10px;
}
.ts3{
	font-size: 16px;
}
.ts2{
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top:-1px;
}
.ts4{
	height: 270px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ts5{
	height: 52px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ts5 a{
	background: #fff;
	border:1px solid #2475f9;
	border-radius:30px;
	display: inline-block;
	height: 38px;
	width: 313px;
	font-size: 18px;
	color: #2475f9;
	line-height: 35px;
	vertical-align: middle;
}
.ts5 a:hover{
	background: #2475f9;
	color: #fff;
	text-decoration: none;
}
.hw-tc01-03{
	position: absolute;
	margin-left:96%;
	margin-top: -55px;	
	color: #999;
	font-size: 16px;
}
.hw-tc01-03:hover{
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
