﻿/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.clear {
  clear: both;
  *height: 0;
  *font-size: 0;
  *line-height: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
th,
td {
  font-size: 12px;
  padding: 0;
}
img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a {
  outline-style: none;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #e51610;
  text-decoration: none;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}

/*-------------------分页----------------------*/
.page {
  height: auto;
  margin-top: 10px;
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.page a:link {
  color: #bf0b0c;
}
.page a:hover {
  color: #ffffff;
  background-color: #bf0b0c;
}
