@charset "utf-8";
.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  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: 32px;
  line-height: 32px;
  font-size: 13px;
  margin-top: 35px;
  width: 640px;
  margin: 20px auto;
}
.paging a{ cursor: pointer; }
.paging .paging_btn {
  background: #e73200;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  padding: 0 5px;
  width: 65px;
  text-align: center;
}

.paging .switch_num {
  margin-right: 12px;
}

.paging .paging_num {
  width: 52px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #aaa;
  margin-right: 3px;
}
