*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

video,
embed,
iframe,
img {
  display: block;
  max-width: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,
ol {
  list-style: none;
}

table {
  font-size: 14px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 6px 15px;
  border: 1px solid #ddd !important;
  vertical-align: middle;
}

section {
  display: block;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a:hover {
  color: #fa896b;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

body {
  background-color: #f3f5f7;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft Yahei", MiSans, "HarmonyOS Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.warpbox {
  max-width: 640px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

.logo {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  color: #ff6000;
}
.nav {
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  background-color: #ff6000;
}
.nav li {
  float: left;
  width: 25%;
}
.nav a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
}
.nav a:hover {
  background-color: #fa896b;
}
.nav li.active a {
  background-color: #333;
}

.search {
  padding: 15px 15px;
  background-color: #f3f5f7;
}

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

.search form {
  width: 100%;
}
.search-input {
  font-size: 12px;
  float: left;
  width: 75%;
  height: 36px;
  line-height: 36px;
  padding: 4px 10px;
  outline: none;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-right: none;
}
.search-btn {
  float: left;
  width: 25%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.search-btn:hover {
  background-color: #fa896b;
  border-color: #fa896b;
  color: #fff;
}

.card {
  padding: 15px;
  border-bottom: 1px solid #f3f5f7;
}
.t-h2 {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 4px solid #ff6000;
  padding-left: 10px;
}
.itemlist {
  overflow: hidden;
}
.itemlist li {
  width: 100%;
  padding: 10px 0;
  border-top: 1px dashed #eee;
  margin-top: -1px;
}
.itemlist li::after {
  display: block;
  clear: both;
  content: "";
}
.itemlist h3 {
  font-size: 14px;
  font-weight: normal;
  float: left;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemlist a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemlist span {
  float: right;
  color: #999;
}

.tagslist {
  overflow: hidden;
  padding-top: 10px;
}
.tagslist li {
  float: left;
  margin: 0 15px 15px 0;
}
.tagslist li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 4px 6px;
}
.tagslist li a:hover {
  background-color: #fa896b;
  border-color: #fa896b;
  color: #fff;
}

.catlist {
  overflow: hidden;
}
.catlist li {
  width: 100%;
  padding: 15px 0;
  border-top: 1px dashed #eee;
  margin-top: -1px;
}
.catlist li::after {
  display: block;
  clear: both;
  content: "";
}
.catlist h2,
.catlist h3 {
  font-size: 16px;
  font-weight: 600;
}

.catlist p {
  margin-top: 10px;
  color: #999;
}

.pagination {
  text-align: center;
}
.pagination b,
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 3px;
  padding: 7px 15px;
  background-color: #eee;
  color: #777;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.pagination b,
.pagination .active a,
.pagination .active span {
  cursor: default;
  background-color: #fa896b;
  color: #fff;
}

.pagination a:hover,
.pagination a:focus {
  color: #fa896b;
  border-color: #fa896b;
  background-color: #fff;
}

.pagination span,
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
}

.view-h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.metabox {
  padding: 8px 10px;
  width: 100%;
  background-color: #f3f5f7;
  color: #999;
  text-align: center;
}
.metabox span {
  display: inline-block;
  margin: 0 5px;
}

.article {
  padding: 15px 0 0;
}
.article p {
  font-size: 16px;
  margin-bottom: 15px;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 4px solid #ff6000;
  padding-left: 10px;
  line-height: 1.6;
}

.article h2 {
  font-size: 20px;
}

.article h3 {
  font-size: 16px;
}
.article h4,
.article h5,
.article h6 {
  font-size: 14px;
}
.article a {
  color: #ff6000;
}
.article a:hover {
  color: #fa896b;
}
.article .down {
  display: block;
  color: #fff;
  background-color: #fa896b;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
}
.article .down:hover {
  color: #fff;
  background-color: #ff6000;
}

.article img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.article .qrp{
  text-align: center;
  color: #ff6000;
}



.view-tags {
  border-top: 1px solid #eee;
  padding-top: 15px;
  text-align: center;
  margin-bottom: -15px;
}
.view-tags a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #eee;
  margin: 0px 15px 15px 0;
  border-radius: 4px;
}
.view-tags a:hover {
  border-color: #fa896b;
  background-color: #fa896b;
  color: #fff;
}
.footer {
  padding: 20px 15px 10px 15px;
  text-align: center;
  color: #999;
}
.footer p {
  margin-bottom: 10px;
}
.footer a {
  color: #999;
}
.n404{
  text-align: center;
}
.n404 a{
  display: inline-block;
  font-size: 16px;
  border:1px solid #ff6000;
  background-color: #ff6000;
  color: #fff;
  padding: 8px 10px;
  margin-top: 20px;
}
