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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  border: none;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  font: inherit;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
a:hover img {
  border: none;
}
.clear {
  clear: both;
}
.titLimit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titLimitMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titLimit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jdjz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
html {
  font-size: 100px;
}
body {
  font-size: 16px;
  font-family: 'Microsoft YaHei', sans-serif, 'PingFang SC', "Heiti SC", tahoma, arial;
  color: #333;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  background-color: #DBD5C5;
}
body::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
}
h5 {
  font-size: 0.2rem;
}
.container {
  width: 14rem;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.container::before,
.container::after {
  display: none;
}
.ibgs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header {
  height: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
  background-color: #7a2d20;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  height: 0.6rem;
}
header a:not(.nav-abbreviation) {
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.2rem;
  display: inline-block;
  position: relative;
}
header a:not(.nav-abbreviation):before,
header a:not(.nav-abbreviation):after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0.16rem;
  height: 0.16rem;
  opacity: 0;
  transition: all 0.5s;
}
header a:not(.nav-abbreviation):before {
  background-image: url("../img/bt-l.png");
  left: -0.16rem;
}
header a:not(.nav-abbreviation):after {
  background-image: url("../img/bt-r.png");
}
header a:not(.nav-abbreviation):hover,
header a:not(.nav-abbreviation).on {
  color: #fff;
}
header a:not(.nav-abbreviation):hover:before,
header a:not(.nav-abbreviation).on:before,
header a:not(.nav-abbreviation):hover:after,
header a:not(.nav-abbreviation).on:after {
  opacity: 1;
}
#menu,
.mobile__wrapper,
.nav-abbreviation {
  display: none;
}
.nav-abbreviation {
  width: 32px;
  cursor: pointer;
}
.nav-abbreviation:before,
.nav-abbreviation:after {
  content: '';
  width: 32px;
  height: 3px;
  background: #ffffff;
  display: block;
}
.nav-abbreviation .nav-abb-c {
  width: 32px;
  height: 3px;
  background: #ffffff;
  margin: 6px 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.nav-abbreviation.nav-abbreviation-act .nav-abb-c {
  width: 18px;
}
footer {
  position: relative;
  background-color: #7B2E21;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.4rem 0;
  text-align: center;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .fnav {
  padding-top: 0.3rem;
}
footer .fnav a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  border-right: 0.01rem solid #fff;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.16rem;
}
footer .fnav a:last-child {
  border-right: none;
}
footer .copyright {
  padding: 0.3rem 0;
}
footer .fcode .fcodeimg {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0.2rem;
}
footer .fcode .fcodeimg h5 {
  font-size: 0.16rem;
}
footer .fcode .fcodeimg img {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin-bottom: 0.1rem;
}
.searchs {
  display: inline-block;
  vertical-align: middle;
}
.searchs input,
.searchs button {
  height: 0.5rem;
  line-height: 0.48rem;
  border: 0.01rem solid #843225;
  border-radius: 0.06rem;
}
.searchs input {
  width: 0.8rem;
  padding: 0 0.14rem;
  background-color: transparent;
}
.searchs input::-webkit-input-placeholder,
.searchs input:-moz-placeholder,
.searchs input::-moz-placeholder,
.searchs input:-ms-input-placeholder {
  color: #843225;
}
.searchs button {
  text-align: center;
  width: 1rem;
  font-size: 0.18rem;
  color: #fff;
  margin-left: 0.1rem;
  background-color: #843225;
  cursor: pointer;
}
.pager {
  text-align: center;
  line-height: 0;
}
.pager a {
  font-size: 0.18rem;
  line-height: 0.4rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.14rem;
  color: #843225;
  opacity: 0.5;
}
.pager a img {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
}
.pager a:first-child {
  margin-right: 0;
}
.pager a:last-child {
  margin-left: 0;
}
.pager a.page-cur,
.pager a:hover {
  opacity: 1;
}
.pager .jump input {
  text-align: center;
  color: #843225;
  font-weight: bold;
  font-size: 0.18rem;
}
@media screen and (max-width: 1430px) {
  .container {
    width: 100%;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 0.15rem;
  }
  #menu,
  .nav-abbreviation {
    display: block;
  }
  header {
    padding-top: 0.1rem;
  }
  header .mpc {
    display: none;
  }
  footer .fnav a {
    margin-bottom: 0.3rem;
  }
}
/*# sourceMappingURL=common.css.map */