﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}
li {
    list-style-type: none;
}

/*表格CSS*/

.tabledom {
	width: 90%;
	margin: auto;
	margin-top: 50px;
	border: 2px solid #1fb5ac;
	clear: both;
}

table {
	border-collapse: collapse;
}

.hover {
	background-color: #eafbf5;
}

.on {
	background-color: #fef4f3;
}

td {
	text-align: center;
	border-bottom: 1px solid #dcdbdb;
	font-size: 14px;
	color: #666666;
}

th {
	text-align: center;
	background-color: #1fb5ac;
	color: white;
	font-weight: inherit;
	font-size: 16px;
}

.tdColor {
	color: #ff7f50;
}

.tdC {
	color: #333;
}

.paging {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 90px;
	text-align: right;
}


/*表格CSS end*/


/*数据框样式css*/

.head {
	width: 95%;
	margin: auto;
	height: 20px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	border-left: 2px solid #1fb5ac;
	text-indent: 4px;
	color: #646464;
}

.stepinfo {
	width: 90%;
	margin: auto;
}

.newResult_top {
	float: right;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.newResult_map {
	float: left;
	margin-right: 30px;
}

.newResult_select {
	height: 35px;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #C3C1C1;
	text-indent: 5px;
}

.laydate-icon {
	height: 33px;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #C3C1C1;
	text-indent: 5px;
}

.newResult_iput2 {
	height: 33px;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #C3C1C1;
	text-indent: 5px;
}

.newResult_ss {
	float: left;
}

.newResult_ss button {
	width: 60px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
	color: #faddde;
	border: #ff733f;
	background: #ff733f;
	font-size: 12pt;
	font-family: 微软雅黑；;
}


/*数据框样式css end*/


/*分页样式*/

#pageGro {
    height: 30px;
    float: right;
    margin-right: 10px;
}

#pageGro div,
#pageGro div ul li {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	float: left;
	margin-left: 5px;
}

#pageGro div ul li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	background-color:#dfdfdf;
	color:#505050;
}
#pageGro div ul li:hover {
	background-color:#1db2aa;
	color:#FFFFFF;
}

#pageGro div ul li.on {
	color: #fff;
	background: #3c90d9;
	border: 1px solid #3c90d9;
}

#pageGro .pageSY{
	width: 50px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	background-color:#dfdfdf;
	color:#505050;
}
#pageGro .pageSY:hover{
	background-color:#1db2aa;
	color:#FFFFFF;
}
#pageGro .pageMY:hover{
	background-color:#1db2aa;
	color:#FFFFFF;
}
#pageGro .pageMY{
	width: 50px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	background-color:#dfdfdf;
	color:#505050;
}
#pageGro .pageQD{
	width: 50px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	background-color:#1db2aa;
	color:#FFFFFF;
}
#pageGro .pageUp{
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	background-color:#dfdfdf;
	color:#505050;
}
#pageGro .pageUp img{
	margin-top: 10px;
}
#pageGro .pageDown {
	width: 63px;
	border: 1px solid #999;
	cursor: pointer;
	text-align: center;
}

.pagetext{
	height: 30px;
	width: 60px;
	line-height: 30px;
	text-align: center;
}
.pagexz{
    margin-right: 15px;
}
.pagexz input{
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid #999;
}