
.biaodan {
	padding: 20px 10px;
}
.biaodan table{width:45%;margin:0 auto;}
.biaodan td {
	padding: 10px 15px;
}

.biaodan td input[type=text] {
	height: 40px;
	border: 1px solid #dedede;
	border-radius: 7px;
	width: 100%;
	padding: 0 4px;
	font-size: 16px;
}

.biaodan td textarea {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 7px;
	padding: 0 4px;
	line-height: 30px;
	font-size: 16px;
}

.biaodan .ziduan {
	text-align: justify;
	font: 16px/40px '微软雅黑';
	padding: 10px 0;
	width: 70px;
	/* vertical-align: top; */
	text-align-last: justify;
	/*解决IE的支持*/
	line-height: 0;
	/*解决标准浏览器容器底部多余的空白*/
}

.biaodan .ziduan:after {
	content: " ";
	display: inline-block;
	width: 100%;
	height: 0;
	display: none;
}

.anniu {
	/*text-align: right;*/
}

.anniu input {
	width: 120px;
	text-align: center;
	color: #fff;
	background: #e42b00;
	height: 40px;
	border: none;
	border-radius: 7px;
	font: 16px/40px '';
	margin: 0 10px;
	letter-spacing: 1px;
}

.anniu input.reset {
	background: #c9c9c9;
	color: #464646;
}
@media screen and (max-width:768px) {
	.biaodan table{width:70%}
}

@media screen and (max-width:500px) {
	.biaodan table{width:98%}
	.anniu input{width:90px;margin:0 5px;}
}