@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  margin: 0 auto;
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
  margin: 0.18rem 0.4rem 0 0;
}
.header span {
  width: 5.36rem;
  height: 0.68rem;
  display: inline-block;
  text-align: center;
  line-height: 0.68rem;
  text-indent: 0.3rem;
  font-size: 0.38rem;
  color: #080808;
}
.header a img {
  width: 0.4rem;
  height: 0.34rem;
  margin: 0.18rem 0 0 0.4rem;
}

.nav {
  margin-top: 0.2rem;
  height: auto;
  overflow: hidden;
}
.nav li {
  float: left;
  text-align: center;
  margin: 0 0.37rem;
  font-size: 0.26rem;
  color: #181818;
  line-height: 0.54rem;
}
.nav .checked span {
  color: #E02520;
  border-bottom: 2px solid #E02520;
  display: inline-block;
  line-height: 0.54rem;
}

.content {
  width: 6.9rem;
  margin: 0 auto;
  padding-bottom: 0.2rem;
}
.content a {
  display: block;
  margin-top: 0.2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.content a .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.7rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 6.7rem;
  margin: 0 auto;
}
.content a img {
  margin-top: 10%;
  width: 6.9rem;
  height: auto;
}
.content a .describe {
  color: #333;
  line-height: 0.4rem;
  margin-top: 0.15rem;
}
.content a .data {
  display: flex;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  justify-content: space-between;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.content a .data span:nth-child(2) {
  margin-left: 50%;
}
.content a .data span {
  font-size: 0.2rem;
  color: #999;
  margin: 0 0.06rem;
}
.content a .data span:first-child {
  color: #ED9C13;
  margin-left: 0;
}
.content a:last-child {
  border: 0;
  padding-bottom: 0;
}

.nomore {
  text-align: center;
  line-height: 0.5rem;
  color: #999;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  display: none;
}

.nodata {
  text-align: center;
  padding-top: 4rem;
  display: none;
}
.nodata img {
  width: 1.97rem;
  height: 2.43rem;
}
.nodata p {
  text-align: center;
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.5rem;
}/*# sourceMappingURL=index.css.map */