@charset "UTF-8";
.clear {
  clear: both;
  font-size: 0rem;
  height: 0rem;
  line-height: 0rem;
  visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hidden {
  display: none;
}

input, select, textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


img, input, button, textarea {
  border: none;
  -webkit-appearance: none;
}

input {
  text-align: inherit;
}


a, h1, h2, h3, h4, h5, h6, input, select, button, option, textarea, optgroup {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

ol, ul {
  list-style: none;
}

input {
  background: #fff;
}

button, input[type='submit'], input[type='button'] {
  cursor: pointer;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

template {
  display: none;
}

img {
  vertical-align: middle;
}

em, i {
  font-style: normal;
}

/* common */
.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.paging {
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.13rem !important;
  margin-top: 0.35rem;
  width: 100%;
  margin: 0.2rem auto;
}
.paging a{ cursor: pointer; font-size: 0.13rem}

.paging .paging_btn {
  color: #666;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-right: 0.08rem;
  padding: 0 0.05rem;
  width: 0.45rem;
  text-align: center;
  font-size: 0.13rem;
}
.page_total {
  color: #000;
  margin-right: 0.2rem;
  font-size: 0.13rem;
}
.paging .switch_num {
  margin-right: 0.08rem;
  font-size: 0.13rem;
}
.paging_skip {
  background: #A81D23 !important;
  color: #fff !important;
}
.paging .paging_num {
  width: 0.4rem;
  height: 0.23rem;
  line-height: 0.23rem;
  text-align: center;
  border: 0.01rem solid #aaa;
  margin-right: 0.03rem;
}
