ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input,p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
.statistics-wrapper {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
	clear: both;
}
.statistics-title {
	line-height: 118px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.statistics-content {
	padding: 0 32px 36px;
	border: 1px solid #cdcdcd;
	border-top: 4px solid #c42d18;
}
.statistics-query {
	padding: 40px 0;
	font-size: 0;
	-webkit-text-size-ajust: none;
	text-align: center;
	border-bottom: 1px dashed #bdbdbd;
}
.statistics-query .query-item {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin-right: 28px;
	margin-top: 4px;
}
.statistics-query .query-item .name {
	display: inline-block;
	min-width: 36px;
	font-size: 12px;
	margin-right: 6px;
	text-align: right;
}

.form-el-wrapper {
	position: relative;
	display: inline-block;
	font-size: 12px;
}
.form-el-wrapper input,
.form-el-wrapper select {
	display: block;
	width: 113px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #b8b8b8;
}
.form-el-wrapper input.form-control {
	padding: 0;
	padding-left: 2px;
	border-radius: 0;
}
.statistics-query .btn {
	height: 28px;
	line-height: 1;
	margin-right: 27px;
	font-size: 14px;
	background-color: #c42d18;
}
.statistics-query .btn:focus {
	outline: none;
}
.statistics-query .btn:last-child {
	margin-right: 0;
}
.statistics-list {
	padding-top: 40px;
}

.statistics-list .fixed-table-container {
	border: none;
}
.statistics-list-table>tbody>tr>th {
    text-align: center;
	background-color: #fef6f3;
}
.statistics-list-table>tbody>tr>td {
    text-align: center;
}
/*.statistics-list .statistics-list-table {
	border: 1px solid #e6e6e6;
}*/
.statistics-list span.rank {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.statistics-list span.first {
    color: #fff;
    background-color: #c42d18;
}
.statistics-list span.second {
    color: #fff;
    background-color: #c44e13;
}
.statistics-list span.third {
    color: #fff;
    background-color: #fd8401;
}
.statistics-list span.top-three {
	color: #fff;
	background-color: #fd8401;
}
.statistics-list .fixed-table-pagination {
	padding: 13px 0;
}
.statistics-list .pagination>li>a, 
.statistics-list .pagination>li>span {
	color: #fd8401;
}

.statistics-list .pagination>.active>a,
.statistics-list .pagination>.active>span {
	color: #fff;
	background-color: #fd8401;
	border-color: #fd8401;
}

/* --------分页样式 start-------- */
.page-nav {
    float: right;
}
.page-nav li {
    float: left;
    cursor: pointer;
}
.page-nav li .page-link {
    display: block;
    text-align: center;
}

.page-nav li.disabled {
    cursor: default;
}



.page-nav.default li {
    margin: 0 5px;
}
.page-nav.default li .pre,
.page-nav.default li .next {
    font-family: "iconfont" !important;
}
.page-nav.default li .page-link {
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #666;
}
.page-nav.default li .page-link:hover {
    color: #c62c20;
    text-decoration: none;
}
.page-nav.default li.active .page-link {
    color: #fff;
    background-color: #c62c20;
    border-radius: 50%;
}
.page-nav.default li.disabled .page-link {
    color: #999;
}

.page-nav.cube li {
    margin: 0 5px;
}

.page-nav.cube li .page-link {
    min-width: 30px;
    height: 30px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 28px;
    color: #444;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #f2f2f2;
}
.page-nav.cube li .page-link:hover {
    color: #c62c20;
    border-color: #c62c20;
    text-decoration: none;
}
.page-nav.cube li.active .page-link {
    color: #fff;
    border-color: #c62c20;
    background-color: #c62c20;
}

.page-nav.cube li.disabled .page-link {
    color: #999;
    border-color: #ccc;
    background-color: #eee;
}

.page-nav.cube li.outline {
    margin-right: 0;
}
.page-nav.cube li.outline .page-link {

    border: none;
}
.page-nav.cube li.outline .page-link:hover {
    color: #444;
    cursor: default;
}
.page-nav.cube li input.page-link {
    width: 30px;
    background: none;
    text-align: left;
}
.page-nav.cube li input.page-link:focus {
    border-color: #c62c20;
}

/* --------分页样式 end-------- */