/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  text-decoration: none;
}
body, html {
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
input, textarea, select, button {
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
body {
  line-height: 1;
}
body, html {
  min-height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=button], input[type=text], input[type=password], input[type=number], input[type=submit], textarea {
  -webkit-appearance: none;
  outline: none;
  /*去除input默认样式*/
  resize: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*分页*/
.pagination {
  margin-bottom: 80px;
}
.pagination ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.pagination ul li {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  /*min-width: 36px;
	min-height: 28px;
	line-height: 28px;*/
  padding: 12px 15px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  color: #606266;
  border-radius: 6px 6px 6px 6px;
  margin: 0 6px;
  border: 1px solid #ebebeb;
}
.pagination ul li:hover {
  background-color: #2991d6;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #FFFFFF;
}
.pagination li.active {
  color: #fff;
  cursor: not-allowed;
  background-color: #2991d6;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.pagination li.disabled {
  cursor: not-allowed
}
.pagination li.totalPage {
  background: 0 0;
  cursor: default;
  border: 0;
  padding: 0 6px;
  margin-top: 12px;
}
.pagination li.totalPage:hover {
  /*transform: none;*/
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  color: #606266;
}
.pagination li input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  padding: 3px 5px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 40px;
  height: 25px;
  margin: 0 6px
}
.pagination li input:focus {
  border-color: #98a6ad
}
.pagination {
  user-select: none
}
.pagination ul:nth-child(2) {
  border-radius: 6px
}
input[type=number] {
  -moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}