@import "common.css";
.html .wnservice{
	position: relative;
	height: 220px;
	z-index: 2;
}
.html .wnservice .form{
	position: absolute;
	right: 0px;
	top: -390px;
	width: 480px;
	height: 540px;
	border: 1px solid #e3e3e3;
	background-color: rgba(255,255,255,0.9);
	padding: 35px 45px;
	box-sizing: border-box;
}
.html .wnservice .form .title{
	height: 85px;
	color: #b62506;
	font-size: 26px;
}
.html .wnservice .form .dl{
	display: flex;
	margin-bottom: 10px;
}
.html .wnservice .form .dl .dt{
	width: 150px;
}
.html .wnservice .form .dl .dt .label{
	font-size: 18px;
}
.html .wnservice .form .dl .dd{
	width: 70%;
	position: relative;
}
.html .wnservice .form .dl .dd.star:after{
	content:'*';
	position: absolute;
	top: 10px;
	right: -20px;
	color: red;
}
.html .wnservice .form .dl .dd .input{
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 0 5px;
}
.html .wnservice .form .dl .dd .textarea{
	width: 100%;
	height: 90px;
	border: 1px solid #e8e8e8;
}
.html .wnservice .form .btn{
	text-align: right;
}
.html .wnservice .form .btn .button{
	width: 150px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	background-color: #fc6120;
	display: inline-block;
}