body {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f4f4f4;
}

.loca {
	width: 1100px;
	margin: 0 auto;
}

.loca * {
	display: inline-block;
	color: #777777;
	line-height: 40px;
}

.section {
	width: 1100px;
	margin: 0 auto;
	background: white;
	padding-bottom: 40px;
}

.page {
	margin: 30px 0;
}

.page .top {
	background-color: #ebebeb;
}

.page .top a {
	display: inline-block;
	width: 547px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
}

.yes {
	background-color: #82bb30;
	color: white;
}

.bottom {
	width: 1100px;
	height: 325px;
	overflow: hidden;
	background: white;
	border-bottom: 10px solid #f8f8f8;
	position: relative;
}

.pages {
	width: 1100px;
	height: 285px;
	padding-top: 40px;
	overflow: hidden;
}

.pages input[type=text]:focus {
	outline: 1px solid #82bb30;
}

.pages>div {
	display: inline-block;
	margin: 12px 4%;
	text-align: center;
}

.pages>div * {
	vertical-align: middle;
}

.pages label {
	font-size: 14px;
	color: #3f3f3f;
}

.pages div input {
	width: 195px;
	height: 34px;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	text-indent: 10px;
}

.pages div input[name='lot_fist'],
.pages div input[name='lot_last'] {
	width: 80px;
	height: 34px;
}

.pages p {
	text-align: center;
}

.pages p input {
	border: 1px solid #82bb30;
	width: 152px;
	height: 36px;
	border-radius: 5px;
	color: #82bb30;
	background-color: transparent;
	text-indent: 30px;
	margin: 20px 60px 0 60px;
	cursor: pointer;
}

.sub {
	background: url(/images/daas/v2017/query/search.gif) 30px center no-repeat;
}

.reset {
	background: url(/images/daas/v2017/query/delect.gif) 30px center no-repeat;
}

.result>p {
	text-align: center;
	color: #282727;
	font-size: 20px;
}

.table {
	width: 1040px;
	margin: 0 auto;
	overflow: auto;
}

.table .data th {
	height: 40px;
	background: #63b97a;
	color: #EEEEEE;
	border: 1px solid #d0ebd8;
}

.table .data th:last-child {
	border: 0;
}

.table .data {
	width: 100%;
	height: 520px;
}

.table .data td {
	line-height: 25px;
	border: 1px solid #eaeeeb;
	text-align: center;
	color: #595959;
	overflow:hidden;
	text-overflow: ellipsis;
}

.table .data tr:nth-child(1n) {
	background: #fefefe;
}

.table .data tr:nth-child(2n+0) {
	background: #ecf7f1;
}

.list {
	background: url(/images/daas/v2017/query/back_list.gif) center repeat-x;
	width: 1040px;
	color: #8d8d8d;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	line-height: 22px;
	margin: 0 auto;
}

.list input {
	width: 26px;
	border: 0;
	text-align: center;
}

.list img {
	cursor: pointer;
	vertical-align: middle;
}

#down {
	margin-right: 50px;
}