@font-face {
  font-family: 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  src: none;
  font-display: swap
}
:root {
  --glocolora: #5e8cff;
  --glocolorb: #5e8cff;
  --glocolorc: #5eb1ff;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, textarea {
  outline: none
}
html {
  font-size: 16px;
}
body {
  font: 1rem 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.5;
  font-weight: 400
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, em, i {
  font-weight: normal;
  font-style: normal;
}
ul, ol, li {
  list-style-type: none;
}
a, b {
  color: #222;
  text-decoration: none;
  outline: 0;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
a:hover {
  text-decoration: none;
  color: var(--glocolora) !important;
}
a:focus {
  outline: 0;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
h1 {
  font-size: 1.875rem;
  margin-top: 1rem;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
h3 {
  font-size: 1.275rem
}
h4 {
  font-size: 1.2rem
}
h5 {
  font-size: 1.15rem
}
h6 {
  font-size: 1.1rem
}
p {
  font-size: 1rem;
  color: #636874;
  margin-bottom: 1rem;
}
sup, sub {
  font-size: 1rem;
  margin-left: 6px;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-align {
  align-items: center
}
.flex-alignst {
  align-items: flex-start
}
.flex-grow {
  flex-grow: 1;
}
.flex-justify {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-column {
  flex-direction: column
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mt1 {
  margin-top: 0.875rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 1.5rem;
}
.mbm {
  margin-bottom: 0.5rem;
}
.pt1 {
  padding-top: 0.875rem;
}
.pb1 {
  padding-bottom: 1.875rem;
}
.txt.pb1 {
  padding-bottom: 1rem;
}
.px {
  padding-right: .5rem;
  padding-left: .5rem
}
.border-b {
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.both {
  clear: both
}
.hidden {
  overflow: hidden
}
.con {
  width: 100%;
  margin: auto
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #636874;
  background-color: #f3f4f6;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  font-size: 1rem;
  border-radius: 100px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.btn:hover {
  color: #fff !important;
  opacity: 0.8;
  background-color: var(--glocolora);
}
.btn-red {
  background-color: #ff2b2b;
  color: #fff
}
.btn-blue {
  background-color: var(--glocolora);
  color: #fff
}
.small .btn {
  padding: .285rem .7rem;
  font-size: 0.875rem;
}
blockquote {
  border-left: 4px solid var(--glocolora);
  padding: 0.75rem;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  color: #636874;
}
blockquote p {
  color: #636874 !important;
}
blockquote p:last-child {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table, table td, table th {
  border: 1px solid rgba(170, 172, 182, 0.15)
}
table td, table th {
  padding: 6px
}
table th {
  background-color: #f8f9fa
}
code {
  margin: 0 2px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #636874;
  background-color: #f8f9fa
}
.sg {
  position: relative;
  padding: 0.8rem;
  border-left: 4px solid var(--glocolora);
  line-height: 1.2;
  background: #f8f9fa;
}
/*头部*/
header {
  width: 100%;
}
header nav {
  background-color: #fff;
  line-height: 5.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
}
header nav .logo a {
  font-size: 1.5rem;
}
header nav ul {
  height: 5.5rem;
}
header nav .logo a img {
  height: 3.6rem;
}
header .nav li, header .box li {
  float: left;
  display: block;
  margin: 0 0 0 2rem;
  font-size: 1.125rem;
  position: relative;
}
header .box {
  margin-left: auto;
}
header .nav li a {
  display: inline-block;
}
.selected {
  color: var(--glocolora) !important;
}
.selected:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--glocolora);
  content: '';
  transition: all .6s;
}
.navbar-item ul .selected:after {
  height: 0;
}
.cat-header{display:flex;align-items:center;justify-content:space-between;background:#eef4ff;padding:.5rem .75rem;border-radius:6px 6px 0 0}
.cat-header h2{margin:0;font-weight:700;color:#ff2b2b}
.n1716-tqll .cat-header h2{line-height:1.2;height:auto;margin:0;overflow:visible;font-size:1.5rem}
.cat-header .btn{padding:.285rem .7rem;font-size:.875rem;font-weight:700;color:#ff2b2b}
.cat-header .btn:hover{color:#fff !important;background-color:#ff2b2b}
.cat-block{padding:.25rem 0}
.cat-body{border-left:2px solid #c7d5ff;border-right:2px solid #c7d5ff;border-bottom:2px solid #c7d5ff;border-top:none;border-radius:0 0 6px 6px}
.cat-body .n1716-wylg{padding:.25rem .75rem}
/* 页脚样式优化 */
footer {
  background: #f8f9fa;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  margin-top: 2rem;
}

/* 友情链接区域 */
.footer-links {
  background: #fff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(170, 172, 182, 0.1);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.links-grid a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  color: #666;
  border-radius: 20px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.links-grid a:hover {
  background: var(--glocolorb);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(94, 140, 255, 0.3);
}

/* 主要页脚内容 */
.footer-main {
  padding: 2.5rem 0 2rem;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.footer-info {
  flex: 1;
  min-width: 300px;
}

.site-info h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.site-desc {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.copyright {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.footer-nav {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.nav-column {
  min-width: 150px;
}

.nav-column h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.nav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-column li {
  margin-bottom: 0.5rem;
}

.nav-column a {
  color: #666;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.nav-column a:hover {
  color: var(--glocolorb) !important;
}

/* 底部版权区域 */
.footer-bottom {
  background: #e9ecef;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(170, 172, 182, 0.1);
}

.bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.bottom-content p {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
  flex: 1;
}

.footer-links-inline {
  display: flex;
  gap: 1.5rem;
}

.footer-links-inline a {
  color: #666;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-links-inline a:hover {
  color: var(--glocolorb) !important;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-nav {
    justify-content: center;
    gap: 2rem;
  }
  
  .nav-column {
    text-align: center;
  }
  
  .links-grid {
    gap: 0.5rem;
  }
  
  .links-grid a {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  
  .bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-links-inline {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-main {
    padding: 2rem 0 1.5rem;
  }
  
  .footer-links {
    padding: 1.5rem 0;
  }
  
  .footer-nav {
    gap: 1.5rem;
  }
  
  .links-grid a {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }
}

/* 保持原有的lin样式用于兼容 */
footer p, .lin a {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 1.7;
  font-size: .875rem
}
/* 菜单 */
header .nav .sub-nav {
  position: absolute;
  left: .5rem;
  top: 80%;
  width: 180px;
  height: auto;
  padding: .5rem 0;
  margin-top: .25rem;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgb(34 40 49/8%);
  box-shadow: 0 2px 30px 0 rgb(34 40 49/8%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
header .nav .sub-nav li {
  line-height: 3;
  font-size: 1rem;
  margin: 0 1.2em;
  overflow: hidden;
  width: calc(100% - 2.4em);
  overflow: hidden;
  white-space: nowrap;
  text-align: center
}
header .nav .sub-nav li a {
  color: #636874;
}
header .nav li.on .sub-nav {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.dot {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 4px;
}
.jzsjx {
  fill: none;
  stroke: var(--glocolora);
  stroke-linejoin: round;
  stroke-width: 6px;
}
.on .jzsjx {
  stroke: var(--glocolorb);
}
/* 移动菜单 */
header .box li.menu-nav {
  display: none
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 415px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #fff;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.625rem;
  -webkit-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  -ms-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  -webkit-overflow-scrolling: touch;
}
.sidebar.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidebar a {
  color: #636874;
}
.sidebar .close i {
  display: block;
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  background-color: #f3f4f6;
  border-radius: 50%;
  float: right;
  cursor: pointer;
}
.sidebar .close i:before, .sidebar .close i:after {
  left: 1.1rem;
  height: 1.1rem;
  top: .65rem;
}
.sidebar li {
  position: relative;
  display: block;
  padding: 1rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  font-size: 16px;
}
.sidebar li:first-child {
  border-top: 0;
}
.sidebar li .dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3rem;
  height: 3.7rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .ul-subcates {
  display: none;
  position: relative;
  background-color: #f3f4f6;
  border-radius: 6px;
  padding: .5rem 1rem;
  margin: .75rem 0 0;
}
.sidebar .ul-subcates li {
  border: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.mobile-more-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
}
.mobile-more-close {
  border: 0;
  background: none;
  font-size: 0.875rem;
  color: #636874;
  padding: 4px 8px;
}
.mobile-more-list {
  max-height: calc(70vh - 48px);
  overflow-y: auto;
  padding: 8px 16px 16px;
}
.mobile-more-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(170, 172, 182, 0.1);
}
.mobile-more-list li:last-child {
  border-bottom: 0;
}
.mobile-more-list a {
  display: block;
  font-size: 0.875rem;
  color: #333;
}
.mobile-more-list a.selected {
  color: var(--glocolora);
}
#mobile-nav ul {
  display: none;
  padding-top: 10px
}
#mobile-nav ul li {
  margin-left: 1em
}
/* 弹窗式搜索界面样式 */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-modal.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  align-items: center;
  justify-content: center;
}

.search-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.search-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
  transform: scale(0.8) translateY(50px);
  transition: all 0.3s ease;
}

.search-modal.active .search-modal-content {
  transform: scale(1) translateY(0);
}

.search-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  background: linear-gradient(135deg, var(--glocolorb), var(--glocolorc));
  color: #fff;
}

.search-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.search-modal-close {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  padding: 4px;
  border-radius: 4px;
}

.search-modal-close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.search-modal-body {
  padding: 24px;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.search-modal-input {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  border: 2px solid #e8e8e8;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.search-modal-input:focus {
  border-color: var(--glocolorb);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(94, 140, 255, 0.1);
}

.search-modal-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--glocolorb);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.search-modal-btn:hover {
  background: var(--glocolora);
  transform: scale(1.05);
}

.search-modal-btn .search-icon {
  margin: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center center;
}

.search-suggestions {
  margin-top: 20px;
}

.search-hot-keywords h4 {
  margin: 0 0 16px 0;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.hot-keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hot-keyword {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 16px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.hot-keyword:hover {
  background: var(--glocolorb);
  color: #fff;
  transform: translateY(-1px);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .search-modal-content {
    width: 95%;
    margin: 20px;
  }
  
  .search-modal-header {
    padding: 16px 20px;
  }
  
  .search-modal-body {
    padding: 20px;
  }
  
  .search-modal-input {
    height: 46px;
    font-size: 15px;
  }
  
  .search-modal-btn {
    width: 36px;
    height: 36px;
    right: 5px;
    top: 5px;
  }
  
  .hot-keyword {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* 搜索 */
.search, .search_box, .hide_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none;
  background: #fff;
}
.search1 {
  text-align: center;
}
.search_box {
  background-color: transparent;
  z-index: -1;
}
.search .search-btn, .search1 .search-btn {
  position: fixed;
  top: 18px;
  right: 16px;
}
.search form {
  position: relative;
  padding: 1rem;
  top: 6rem;
  border-radius: .25rem
}
.search1 form {
  position: relative;
  padding: 1rem;
  width: 50vw;
}
.search-ipt {
  width: 100%;
  height: 3rem;
  padding: 0 15px;
  border: 1px solid #f4f5f9;
  outline: 0;
  background-color: #f4f5f9;
  font-size: 1rem;
  float: right;
  border-radius: .25rem
}
.search button, .search1 button {
  width: 3rem;
  height: 3rem;
  background: 0 0;
  position: absolute;
  right: 1rem;
  border-radius: 0 .25rem .25rem 0
}
.search .btn:hover, .search1 .btn:hover {
  background-color: transparent;
}
.search_ico i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.search_ico i:before {
  content: ' ';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  border-radius: 10px
}
.search_ico i:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 3px;
  background: #222;
  border-radius: 5px 0 0 5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg)
}
.search_ico i:before {
  top: 0;
  left: 0
}
.search_ico i:after {
  right: 0;
  top: 14px
}
.btn.search_ico:hover i:before {
  border-color: var(--glocolora)
}
.btn.search_ico:hover i:after {
  background: var(--glocolora)
}
.search-btn, .menu-btn {
  cursor: pointer
}
.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  padding-bottom: env(safe-area-inset-bottom);
  background: linear-gradient(
    to bottom,
    var(--glocolorc) 0%,
    var(--glocolora) 50%,
    var(--glocolorc) 100%
  );
  border-top: 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
  display: none;
  z-index: 998;
}
.mobile-bottom-nav .mobile-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  border: 0;
  background: none;
  text-decoration: none;
  transition: color .2s ease;
}
.mobile-bottom-nav .mobile-nav-item .mobile-nav-text {
  display: block;
  line-height: 1.2;
}
.mobile-bottom-nav .mobile-nav-item.selected,
.mobile-bottom-nav .mobile-nav-item.selected .mobile-nav-text {
  color: #ffffff;
  font-weight: 700;
}
.mobile-bottom-nav .mobile-nav-item:focus {
  outline: 0;
}
.mobile-bottom-nav .selected:after {
  content: none;
}
.mobile-more-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.mobile-more-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-more-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 70vh;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform .25s ease;
  z-index: 999;
}
.mobile-more-panel.active {
  transform: translateY(0);
}
.mobile-more-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
}
.mobile-more-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
}
.mobile-more-close {
  border: 0;
  background: none;
  font-size: 0.875rem;
  color: #636874;
  padding: 4px 8px;
}
.mobile-more-list {
  max-height: calc(70vh - 48px);
  overflow-y: auto;
  padding: 8px 16px 16px;
}
.mobile-more-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(170, 172, 182, 0.1);
}
.mobile-more-list li:last-child {
  border-bottom: 0;
}
.mobile-more-list a {
  display: block;
  font-size: 0.875rem;
  color: #333;
}
.mobile-more-list a.selected {
  color: var(--glocolora);
}
.search-btn i {
  top: 0;
  right: 2px;
}
.close i:before, .close i:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 22px;
  width: .125rem;
  background-color: #636874;
  border: 0;
  border-radius: 0;
}
.close i:before {
  transform: rotate(45deg);
}
.close i:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu_ico i {
  display: inline-block;
  width: 20px;
  height: 18px;
  padding: 6px 0;
  border-top: 2px solid #636874;
  border-bottom: 2px solid #636874;
  background-color: #636874;
  background-clip: content-box;
}
.mbs {
  color: rgba(0, 0, 0, .7) !important;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focusbox {
  background-color: var(--glocolora);
  background-image: linear-gradient(to top, var(--glocolorb) 0%, var(--glocolorc) 100%);
  color: #fff;
  padding: 45px 0;
  text-align: center;
  background-position: center, center;
  background-size: cover, cover;
}
.focusbox h1, .focusbox h3 {
  font-size: 3rem;
}
.focusbox h3.ftit {
  font-size: 2rem;
  margin-top: -.4rem
}
.focusbox .ft:last-child {
  margin: 0
}
.focusbox h2, .focusbox .index h1 {
  font-size: 4rem;
}
.focusbox h1, .focusbox h2, .focusbox h3 {
  font-family: 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  font-weight: normal;
  margin: 0 0 1rem;
  line-height: 1.1
}
.focusbox p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.list-navi {
  width: 100%;
  margin: -1rem 0 .5rem 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.list-navi::-webkit-scrollbar {
  height: 0 !important
}
.list-navi ul {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-navi li {
  display: inline-block;
  padding: .75rem 1rem;
  position: relative;
  overflow: visible;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list-navi li:after, .list-navi ul:after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  content: '';
  transition: all .6s;
}
.list-navi ul:after {
  bottom: 1rem;
  z-index: -1;
}
.list-navi li.selected:after, .list-navi li:hover:after {
  background-color: var(--glocolora)
}
.list-navi li.selected a, .list-navi li:hover a {
  color: var(--glocolora)
}
#post_list_box {
  padding-top: 1rem
}
/*主体*/
main {
  margin: 1em auto 4em !important;
  min-height: calc(100vh - 22em);
}
.item-meta {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
}
.item-meta:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #ff2b2b;
  -webkit-transform: translate(100%, -50%);
  transform: translate(50%, -50%);
}
.list-meta, .list-meta a {
  color: rgba(0, 0, 0, .7);
  font-size: 0.95rem
}
.focusbox .list-meta, .focusbox .list-meta a {
  color: #fff;
}
.list-meta .f_r a {
  margin-left: 4px
}
.pagelist {
  text-align: center;
  clear: both;
  margin: 1.75rem 0;
}
.pagelist .btn {
  margin-top: .285rem
}
main ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.lin {
  background-color: #f8f9fa;
  padding: .5rem;
  margin-top: .5rem;
  border-radius: 3px;
}
.lin li {
  margin: .25rem .5rem;
  line-height: 1.5;
}
/* 列表 */
main .row ul.picul, .related-list ul.picul {
  margin: 0 -2%
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.colh {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.list-content h2, .list-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 1rem;
  margin: 15px 0 5px;
  text-align: center;
}
.list-content h3 {
  margin: -3px 0 5px;
}
.list-img {
  width: 100%;
  position: relative;
}
.list-img a {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.colh .list-img a {
  padding-bottom: 135%;
}
.list-img a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}
.iscard {
  position: absolute;
  top: 1px;
  color: #fff;
  background-color: var(--glocolora);
  padding: .3rem .6rem;
  border-radius: 0 0 .5rem .5rem;
  font-size: .9rem;
  margin-left: 10px;
}
.iscard:hover {
  color: #fff !important
}
.istop {
  background-color: #f1404b;
}
/* 页码 */
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.pageload {
  padding: 0;
  position: relative;
  height: 43px;
  margin: 20px 30%;
}
.pageload .view-more-button, .pageload .page-load-status p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  height: 42px;
  background: var(--glocolora);
  letter-spacing: 0;
  color: #fff;
  border-radius: 100px;
}
.pageload .view-more-button {
  padding: 0
}
.pageload .view-more-button p {
  padding: 10px 20px;
  letter-spacing: 0;
}
.pageload .view-more-button {
  cursor: pointer;
}
.pageload .page-load-status p {
  z-index: 1;
}
@-webkit-keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.pageload .aload_img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 4px;
}
.pageload .aload_img img {
  width: 14px;
  height: 14px;
  -webkit-animation: refresh-ring 1.2s linear infinite;
  animation: refresh-ring 1.2s linear infinite;
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, .5)
}
/*正文*/
.wzno {
  display: none;
}
.post {
  margin: 0 0 2rem 0;
}
.postt {
  margin: 1rem 0 2rem 0;
}
.post ul, .post ol {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
.post ol li {
  list-style-type: decimal;
}
.post ol {
  list-style: decimal;
}
.post ul li {
    /*! list-style-type: disc; */
}
.post img {
  max-width: 850px;
  height: auto !important;
  margin: 0 auto;
}
.post p {
  line-height: 1.7;
  color: #333
}
.post a {
  color: var(--glocolora);
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 1.5rem 0;
  padding: 0.8rem;
  border-left: 4px solid var(--glocolora);
  line-height: 1.2;
  background: #f8f9fa;
  position: relative;
}
h1.arttit {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.5rem
}
.art h1 {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3
}
.art h3 {
  font-weight: 600;
}
.art .list-meta {
  margin: .7rem 0 2rem
}
.remind {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 3px;
  font-size: .9375rem;
  color: #636874;
  margin: 1rem 0
}
.pagetp p {
  margin: 0;
}
.tags {
  margin-top: 2rem
}
.tags a {
  padding: 5px 14px;
  color: #222;
  background-color: #f3f4f6;
  display: inline-block;
  margin: 0 4px 4px 0;
  border-radius: 100px;
  font-size: .95rem
}
.tags a:hover {
  background-color: var(--glocolora);
  color: #fff !important;
}
.butlist {
  margin-bottom: 1.5rem
}
.butlist .btn {
  margin: 0 .5em 1em;
  color: #fff !important;
}
.butlist .btn:nth-child(5n + 1) {
  background: #f1404b
}
.butlist .btn:nth-child(5n + 2) {
  background: #027aff
}
.butlist .btn:nth-child(5n + 3) {
  background: #09bb07
}
.butlist .btn:nth-child(5n + 4) {
  background: #ff6800
}
.butlist .btn:nth-child(5n) {
  background: #fe464d
}
.butlist .btn em {
  font-style: normal;
  font-size: 80%;
  display: inline-block;
  margin-left: 8px
}
/*赞赏*/
.share {
  padding: 2rem;
  text-align: center;
}
.share button {
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-radius: 50%;
  background-color: #ff2b2b;
  font-size: .875rem;
}
.share button i {
  display: block;
}
.share button i:before {
  content: '';
  width: 100%;
  height: 2.25rem;
  display: block;
  background: url(images/zs.svg) no-repeat center center;
  background-size: auto 1.75rem;
}
.hide_box {
  color: #fff;
  background: rgba(120, 129, 147, .6);
}
.shang_box {
  width: 20rem;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -10rem;
  margin-top: -13.75rem;
  border-radius: 6px;
  overflow: hidden;
  display: none
}
.shang_box img {
  border: none;
  border-width: 0;
  width: auto;
  height: auto;
  margin: 0;
  box-shadow: none;
  max-width: 100%;
}
.dashang {
  display: block;
  width: 6.25rem;
  margin: .3125rem auto;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding: .625rem;
  background-color: #e74851;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: all .3s
}
.dashang:hover {
  opacity: .8;
  padding: .9375rem;
  font-size: 1.125rem
}
.shang_close {
  display: inline-block;
  top: 10px;
  position: absolute;
  right: 10px
}
.shang_logo {
  display: block;
  text-align: center;
  margin: 1.25rem auto
}
.shang_payimg {
  margin: 0 auto;
  border-radius: .1875rem;
  border-radius: .625rem
}
.pay_explain {
  text-align: center;
  margin: .625rem auto;
  font-size: .75rem;
  color: #545454
}
.radiobox {
  width: 1rem;
  height: 1rem;
  background: url(images/radio2.svg);
  background-size: auto 1rem;
  display: block;
  float: left;
  margin-top: .3125rem;
  margin-right: .875rem
}
.checked .radiobox {
  background-image: url(images/radio1.svg)
}
.shang_payselect {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 17.5rem
}
.shang_payselect img {
  display: inline !important;
  width: 5.3rem
}
.shang_payselect img.wximg {
  width: 7rem
}
.shang_payselect .pay_item {
  display: inline-block;
  margin-right: .625rem;
  float: left;
  padding: 10px 0;
}
.shang_info {
  clear: both
}
.shang_info a, .shang_info p {
  color: #c3c3c3;
  text-align: center;
  font-size: .75rem !important
}
/*留言*/
.comment h3, .comment h4, .related-list h3 {
  margin: 2rem 0;
  font-size: 1.3rem;
}

.related-list ul.picul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.msg {
  margin: 1.5rem 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
  word-wrap: break-word
}
.msgurl {
  text-align: right;
  padding: .125em .625em
}
.msgarticle {
  list-style-position: outside;
  padding: .625rem 0 0;
  color: #636874;
}
.avatar {
  -ms-flex: 0 0 3.8rem;
  flex: 0 0 3.8rem;
  max-width: 3.8rem;
  padding-right: 1rem;
}
.avatar img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%
}
.msg small {
  color: rgba(0, 0, 0, .5)
}
.msg h3 small {
  font-size: 12px
}
.msg div.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  border-bottom: none
}
.msg div.msg .msgarticle {
  padding-bottom: 0
}
.msg div.msg .msgname {
  padding: 0
}
.msg:nth-last-child(3) {
  border-bottom: 0
}
.jz-comment label, .jz-comments label {
  display: none
}
.jz-comment input {
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding-left: 8px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  font-size: 14px;
  border: 0;
  background-color: transparent;
}
.jz-comment textarea {
  height: 120px;
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  display: block;
  padding: 8px;
  border: 0;
  background-color: transparent;
}
.jz-comment-box {
  border: 1px solid #f3f4f6;
  padding: 4px;
  position: relative;
  background: #f3f4f6;
  margin-bottom: 0.875rem;
  border-radius: 4px;
}
.jz-comment-ul4 {
  float: left;
  width: 49.5%
}
.jz-comment-ul3 {
  float: left;
  width: 32.66%
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
  float: right
}
.jz-comment .jz-comment-ul3-2 {
  margin: 0 1%
}
.jz-comment-box img.jz-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 1.875rem;
  width: auto
}
.jz-comment {
  overflow: hidden;
}
input.jz-commbut {
  height: 2.5em;
  width: 100px;
  float: right;
  padding: 0;
  margin-top: 10px;
  font-size: 1rem;
  border-radius: 100px;
  background: var(--glocolora);
}
.jz-comment-textarea {
  width: 100%;
  clear: both
}
.jz-red {
  color: var(--glocolora)
}
#go-to-top {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3.725rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  bottom: 4.25rem;
  background: var(--glocolora);
  opacity: 0.8;
  overflow: hidden;
  display: none;
  border-radius: 100px;
  z-index: 999;
  color: #fff;
}
#go-to-top i, .imgpag i {
  border: solid #fff;
  border-width: 0 .125rem .125rem 0;
  display: inline-block;
  padding: 0.375rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#go-to-top:hover {
  opacity: 1;
}
#go-to-top.active {
  display: block
}
@media only screen and (min-width: 1330.1px) {
  .con {
    width: 1260px;
  }
}
@media only screen and (max-width: 1330px) {
  .con {
    width: 93%;
  }
}
@media only screen and (max-width: 1000px) {}
@media only screen and (max-width: 810px) {
  .post img {
    max-width: 100%;
  }
  .search1 form {
    width: 80vw;
  }
}
@media only screen and (max-width: 768.1px) {
  header .nav {
    display: none;
  }
  .colh {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 768.1px) {
  html {
    font-size: 14.5px;
  }
  header .nav li, header .box li {
    margin: 0 0 0 1rem;
  }
  h1 {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .post {
    margin: 0;
  }
  header nav {
    line-height: 4rem;
  }
  header nav ul {
    height: 4rem;
  }
  header nav .logo a img {
    height: 2.8rem;
  }
  .list-content p {
    margin-bottom: .5rem;
    -webkit-line-clamp: 1;
  }
  .catnam, .comnum, .author {
    display: none
  }
  .col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: stretch;
  }
  .art h1 {
    font-size: 2rem;
  }
  .butlist .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: .4rem 0
  }
  .mobile-bottom-nav {
    display: flex;
    align-items: stretch;
  }
  main {
    margin-bottom: 4.25rem !important;
  }
}
/* 移动端隐藏菜单按钮（保留搜索按钮） */
@media only screen and (max-width: 768.1px) {
  header .box li.menu-nav {
    display: none;
  }
}
@media only screen and (max-width: 414.1px) {
  main .row ul.picul, .related-list ul.picul {
    margin: 0 -5px;
  }
  .col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .colh {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: stretch;
  }
}
@media only screen and (max-width: 321px) {
  .list-content p {
    display: none
  }
  .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
