
.items .right .words ul li p{
	font-size: 16px;
	color: #222;
}
.items .right .words ul li{
	margin-bottom: 20px;
}
.items .right .words ul li p input{
	width: 100%;
	height: 32px;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	margin-top: 6px; 
    padding:0 50px;    
}

.items .right .words ul li p textarea{
	width: 100%;
	height: 210px;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	margin-top: 6px; 
	margin-bottom: 20px;
    padding:0 5px;    
}

.items .right .btn{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.items .right .btn input{
	width: 378px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	background: #C12725;
	border-radius: 10px;
}
.items .right .attion{
	width: 100%;
	padding: 0 30px;
	margin-bottom: 30px;
}
.items .right .attion h4{
	font-size: 16px;
	color: #C12725;
}

.items .right .attion p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	width: 364px;
	margin-top: 5px;
}
