.Special_right .text{
	/*text-indent: 2em;*/
	position: relative;
	max-height: 220px;
	padding-bottom: 20px;
	width: 459px;
	overflow: hidden;
}
.Special_right .text p{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
	word-break: break-all;
}
.Special_right .text .control-btn{
	position: absolute;
	background: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #EE8354;
	cursor: pointer;
	text-align: right;
}
/*<!--弹窗-->*/
.wrape{
	background: #fff;
	height: 660px;
	position: absolute;
	width: 1200px;
	left: 0;
	top: 0;
	z-index: 1002;
	display: none;
}
.wrape .wrape_cont{
	width: 1200px;
	margin: 0 auto;
}
.wrape .wrape_cont p{
	padding: 0 40px;
	font-size: 16px;
	line-height: 40px;
}
.wrape .wrape_cont h1{
	font-size: 24px;
	font-family: "微软雅黑";
	color: #000000;
	position: relative;
	display: block;
	margin-bottom: 36px;
	margin-top: 45px;
	text-align: center;
}
.wrape .wrape_cont .form_ground{
	height: 30px;
	margin-bottom: 10px;
}
.wrape .wrape_cont .form_ground .start{
	font-size: 16px;
	color: red;
	height: 30px;
	line-height: 30px;
}
.wrape .wrape_cont .form_ground .span_p{
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 16px;
	height: 30px;
	line-height: 30px;
	width: 200px;
}
.wrape .wrape_cont .form_ground .wrape_select{
	width: 502px;
	border: 1px solid #dddddd;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #999999;
	height: 30px;
	line-height: 30px;
	margin-top: -5px;
	outline: none;
	padding-left: 18px;
	float: right;
	
}
.wrape .wrape_cont .form_ground .wrape_input{
	width: 464px;
	border: 1px solid #dddddd;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #999999;
	height: 30px;
	line-height: 30px;
	margin-top: -5px;
	outline: none;
	float: right;
	padding: 0 18px;
	
}
.wrape .wrape_cont .btn{
	width: 180px;
	height: 40px;
	margin: 38px auto 0;
	background: #ff9700;
	display: block;
	border-radius:4px;
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.wrape .close span{
	position: absolute;
	right: 30px;
	top: 30px;
	color: #000000;
	display: block;
	font-size: 30px;
	font-weight: 100;
	width: 21px;
	height: 21px;
	/*background: url(../img/colse.png) no-repeat;*/
	cursor: pointer;
}
.wrape_bg{
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:.8;
	filter:alpha(opacity=60);
	top:0;
	left:0;
	z-index:1000;
	position:fixed;
	cursor: pointer;
	display: none;
}
.wrape_cont .wra_text{
	overflow-y:scroll; 
	width: 1000px;
	height: 480px;
	margin: 0 auto;
}
