@charset "UTF-8";
@import url('theme-variables.css');
.ib {
  display: inline-block;
}
.mediaBox,
.mediaBox .desText,
.mediaBox dd,
.rec-desBox,
.rec-desBox .desText,
.rec-desBox dd {
  /* 兼容性设置已移除 */
  overflow: hidden;
}
.gallery-caption,
.wp-caption {
  color: var(--wb-bfc, #666);
  font-style: italic;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 15px 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.bypostauthor {
  font-size: inherit;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(odd),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(odd),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n + 1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n + 1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n + 1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n + 1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n + 1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n + 1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n + 1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
}
.gallery-caption:before {
  -webkit-box-shadow: inset 0 -10px 15px #000;
  box-shadow: inset 0 -10px 15px #000;
  content: "";
  height: 100%;
  left: 0;
  min-height: 49px;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.wp-editor {
  background-color: #fff;
  margin: 20px;
}
.widget li[class^="wp-block"],
.widget ul:not([class]) li,
.widget_block li {
  font-size: 14px;
  list-style: disc;
  margin-left: 20px;
}
.widget li[class^="wp-block"] + li,
.widget ul:not([class]) li + li,
.widget_block li + li {
  margin-top: 5px;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  height: 32px;
  text-indent: 10px;
}
.wp-block-search .wp-block-search__button {
  height: 32px;
}
.wp-block-search .wp-block-search__label {
  display: none;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
button,
input,
option,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
select,
textarea {
  /* 兼容性设置已移除 */
}
legend {
  color: #000;
}
*,
a,
input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: hsla(0, 0%, 100%, 0) !important;
  outline: none !important;
}
.cf:after {
  clear: both;
  content: "";
  display: table;
}
.cf {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov-h {
  overflow: hidden;
}
.txtLeft {
  text-align: left;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.darkFont {
  color: var(--wb-fcs, #3e4045);
}
.lightFont {
  color: var(--wb-wke, #c3c3c3);
}
.wk {
  color: var(--wb-wk, #999);
}
.pst-r {
  position: relative;
}
.pst-a {
  position: absolute;
}
.pst-f {
  position: fixed;
}
.sppd {
  padding: 15px;
}
.sppd-h {
  padding-left: 15px;
  padding-right: 15px;
}
.sppd-v {
  padding-bottom: 15px;
  padding-top: 15px;
}
.sppd-right {
  padding-right: 15px;
}
.sppd-left {
  padding-left: 15px;
}
.sppd-top {
  padding-top: 15px;
}
.sppd-bottom {
  padding-bottom: 15px;
}
.sppd-reset {
  padding: 0;
}
.sppd-db {
  padding: 30px;
}
.sppd-right-db {
  padding-right: 30px;
}
.sppd-left-db {
  padding-left: 30px;
}
.sppd-top-db {
  padding-top: 30px;
}
.sppd-bottom-db {
  padding-bottom: 30px;
}
.spmg {
  margin: 15px;
}
.spmg-h {
  margin-left: 15px;
  margin-right: 15px;
}
.spmg-v {
  margin-bottom: 15px;
  margin-top: 15px;
}
.spmg-right {
  margin-right: 15px;
}
.spmg-left {
  margin-left: 15px;
}
.spmg-top {
  margin-top: 15px;
}
.mb,
.spmg-bottom {
  margin-bottom: 15px;
}
.spmg-db {
  margin: 30px;
}
.spmg-right-db {
  margin-right: 30px;
}
.spmg-left-db {
  margin-left: 30px;
}
.spmg-top-db {
  margin-top: 30px;
}
.spmg-bottom-db,
.spmg-v-db {
  margin-bottom: 30px;
}
.spmg-v-db {
  margin-top: 30px;
}
.spmg-h-db {
  margin-left: 30px;
  margin-right: 30px;
}
.spLine {
  border-top: 1px solid var(--wb-bbc, #f0f0f0);
}
.spLine,
.spLine-dot {
  height: 15px;
  margin-top: 15px;
}
.spLine-dot {
  border-top: 1px dashed var(--wb-bbc, #f0f0f0);
}
.w100 {
  width: 100%;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.hl {
  color: var(--wb-aux-color, #63af8a);
}
.rmb {
  display: inline-block;
  font-family: Arial;
  margin-right: 3px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.link {
  color: var(--wb-theme-color, #132159);
}
.sticky-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.admin-bar .sticky-top {
  top: 32px;
}
.table {
  width: 100%;
}
.table td,
.table th {
  padding: 15px;
}
.table-fixed {
  table-layout: fixed;
}
.table-border td,
.table-border th {
  border: 1px solid #f5f5f5;
}
.thead th,
thead th {
  font-weight: 400;
}
.table-list th,
.thead th,
thead th {
  color: var(--wb-wk, #999);
}
.table-list tr {
  border-bottom: 1px solid #f5f5f5;
}
.table-hover tbody tr:hover > td {
  background-color: var(--wb-bgc, #f8f8f8);
}
.table-striped tbody > tr:nth-child(2n) > td {
  background-color: #f9f9f9;
}
.table-line th {
  background-color: #fff;
  color: var(--wb-wk, #999);
  font-weight: 400;
}
.table-line td,
.table-line th {
  border-top: 1px solid #f5f5f5;
}
.table-line thead:first-child tr:first-child td,
.table-line thead:first-child tr:first-child th {
  border-top: 0;
}
svg.wb-icon {
  stroke-width: 0;
  stroke: currentColor;
}
.wb-icon {
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.recDl,
.recDl dd,
.recDl dt,
.recUl,
.recUl li,
.wb-icon {
  display: inline-block;
}
.mediaBox .media,
.mediaBox dt,
.rec-desBox .kw,
.rec-desBox dt {
  float: left;
  margin-right: 20px;
}
.media-pic {
  float: left;
}
.media-body {
  /* 兼容性设置已移除 */
}
.media-body,
.rec-ul {
  overflow: hidden;
}
.rec-ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 20%;
}
.rec-ul .rec-name {
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
  padding: 0 15px;
}
.rec-ul .rec-cover,
.rec-ul .rec-name {
  display: inline-block;
  margin-bottom: 20px;
}
.rec-ul .rec-cover {
  border: 1px solid var(--wb-bbc, #f0f0f0);
  height: 140px;
  width: 140px;
}
.rec-ul .rec-cover img {
  max-width: 100%;
}
.rec-ul .rec-price {
  margin-bottom: 20px;
}
.rec-ul .rec-btn,
.rec-ul .rec-price {
  display: inline-block;
}
.rec-ul-bull {
  overflow: hidden;
}
.rec-ul-bull li {
  position: relative;
  text-indent: 12px;
}
.rec-ul-bull li:before {
  background-color: var(--wb-bfc, #666);
  border-radius: 4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.rec-ul-bull li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wb-navigation {
  color: var(--wb-bfc, #666);
  font-size: 0;
  line-height: 32px;
  text-align: center;
}
.wb-navigation a,
.wb-navigation span,
.wb-navigation strong {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid var(--wb-bbc, #f0f0f0);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: var(--wb-bfs, 12px);
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  min-width: 32px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
}
.wb-navigation a {
  color: var(--wb-bfc, #666);
}
.wb-navigation a:hover {
  border-color: var(--wb-theme-color, #132159);
}
.wb-navigation .current {
  background-color: var(--wb-bgcl, #fff);
  border: 2px solid var(--wb-fcs, #3e4045);
  color: var(--wb-fcs, #3e4045);
  font-weight: 700;
  line-height: 28px;
}
.wb-navigation .next,
.wb-navigation .prev {
  /* 兼容性设置已移除 */
  padding: 0 15px;
  /* 兼容性设置已移除 */
}
.articles-list ~ .wb-navigation {
  margin-top: 20px;
}
.com-popover {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  display: none;
  min-height: 160px;
  min-width: 250px;
  position: fixed;
  z-index: 1001;
}
.com-popover .hd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-height: 16px;
  padding: 10px;
  position: relative;
}
.com-popover .wb-ppo-close {
  height: 14px;
  line-height: 14px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  z-index: 3;
}
.com-popover .wb-ppo-close svg {
  fill: var(--wb-wk, #999);
  height: 14px;
  width: 14px;
}
.com-popover .bd {
  padding: 10px;
}
.com-popover .ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.com-popover .ft .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.com-popover .ft .btn:first-child {
  margin-left: 25px;
}
.com-popover .ft .btn:last-child {
  margin-right: 25px;
}
.com-popover .msg {
  font-size: 16px;
  text-align: center;
}
.com-popover .btn {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}
.com-popover .btn.btn-outlined {
  line-height: 28px;
}
.pst-fixed {
  position: fixed !important;
}
.pst-c,
.pst-fixed {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.pst-c {
  position: absolute;
}
.pst-r {
  right: 15px;
}
.pst-l,
.pst-r {
  position: absolute;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.pst-l {
  left: 15px;
}
.toast {
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate3d(-50%, -120%, 0);
  transform: translate3d(-50%, -120%, 0);
  white-space: nowrap;
}
.wb-mask {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  width: 100%;
  z-index: 1000;
}
.wb-mask.mask-active {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 640px) {
  .com-popover {
    left: 50% !important;
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important;
    width: 300px !important;
  }
  .com-popover:after,
  .com-popover:before {
    display: none !important;
  }
}
.bread-crumbs {
  color: var(--wb-wk, #999);
  font-size: 0;
  line-height: 24px;
  text-align: left;
}
.bread-crumbs .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-crumbs .item-home {
  padding-left: 0;
}
.bread-crumbs .item-home svg {
  fill: var(--wb-wke, #c3c3c3);
}
.bread-crumbs .item-home:hover svg {
  fill: var(--wb-theme-color, #132159);
}
.bread-crumbs .cate-item + .cate-item {
  padding-left: 9px;
  position: relative;
}
.bread-crumbs .cate-item + .cate-item:before {
  background-color: var(--wb-wke, #c3c3c3);
  content: "";
  height: 10px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.bread-crumbs a,
.bread-crumbs b,
.bread-crumbs i,
.bread-crumbs strong {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.bread-crumbs a {
  color: var(--wb-wke, #c3c3c3);
  padding-left: 8px;
  padding-right: 8px;
}
.bread-crumbs i {
  border-right: 1px solid var(--wb-wke, #c3c3c3);
  border-top: 1px solid var(--wb-wke, #c3c3c3);
  font-size: 0;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.bread-crumbs b {
  background-color: var(--wb-wke, #c3c3c3);
  font-size: 0;
  height: 10px;
  width: 1px;
}
.bread-crumbs strong {
  color: var(--wb-bfc, #666);
  font-weight: 400;
  padding-left: 8px;
}
.wb-dialog-df {
  color: #000;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.wb-dialog-df.wb-fadein {
  display: block;
  opacity: 1;
}
.wb-dialog-df.wb-fadein,
.wb-dialog-df.wb-fadeout {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wb-dialog-df.wb-fadeout {
  opacity: 0;
}
@-webkit-keyframes circleIn {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleIn {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  font-weight: 500;
  height: 43px;
  line-height: 43px;
  min-width: 80px;
  white-space: nowrap;
}
.btn,
.wb-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.wb-btn {
  border: 0;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  min-width: 76px;
  overflow: hidden;
}
.wb-btn:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.wb-btn:hover:before {
  -webkit-animation: circleIn 0.3s linear;
  animation: circleIn 0.3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  display: block;
}
.btn-primary {
  background-color: var(--wb-theme-color, #132159);
  color: #fff;
}
.btn-primary:active,
.btn-primary:hover {
  background-color: var(--wb-theme-hover-color, #0f1944);
  color: #fff;
}
.btn-outlined {
  border: 2px solid var(--wb-theme-color, #132159);
  border-radius: 3px;
  color: var(--wb-theme-color, #132159);
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.btn-outlined svg {
  fill: var(--wb-theme-color, #132159);
}
.btn-outlined span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.btn-outlined svg + span {
  margin-left: 6px;
}
.btn-outlined:active,
.btn-outlined:hover {
  background-color: var(--wb-theme-color, #132159);
  color: #fff;
}
.btn-outlined:active svg,
.btn-outlined:hover svg {
  fill: #fff;
}
.form-box dd,
.form-box dt {
  float: left;
}
.form-box .form-group {
  padding-bottom: 20px;
}
.form-box .form-group:after {
  clear: both;
  content: "";
  display: table;
}
.form-box input {
  vertical-align: middle;
}
.form-box .btn-bar {
  padding-left: 127px;
}
.form-box .tip-txt {
  font-size: 12px;
  padding: 10px;
}
.form-control {
  background-color: var(--wb-bgc, #f8f8f8);
  border: 1px solid var(--wb-bbc, #f0f0f0);
  height: 38px;
  text-indent: 10px;
}
.form-control::-webkit-input-placeholder {
  color: var(--wb-wk, #999);
}
.form-control::-moz-placeholder {
  color: var(--wb-wk, #999);
}
.form-control:-ms-input-placeholder {
  color: var(--wb-wk, #999);
}
.form-control::-ms-input-placeholder {
  color: var(--wb-wk, #999);
}
.form-control::placeholder {
  color: var(--wb-wk, #999);
}
@media (max-width: 640px) {
  .form-box .form-group dt {
    padding-left: 20px;
  }
}
.tab-cont {
  display: none;
}
.adbanner-block,
.tab-cont.current {
  display: block;
}
.adbanner-block .adbn-img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.adbanner-block.under-list-title {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* 原有header样式已被新header-improved.css替代
.header {
  background-color: var(--wb-theme-color, #132159);
  height: 68px;
  position: relative;
  -webkit-user-select: none;
  width: 100%;
  z-index: 100;
} */
.header .logo {
  margin-right: 25px;
  min-width: 120px;
}
.header .logo strong {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  max-width: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.header .nav-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.header .search-form {
  width: 180px;
  z-index: 5;
}
.header .search-form .form-control {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 130px;
}
.header .search-form.active .form-control {
  background-color: hsla(0, 0%, 100%, 0.3);
  width: 180px;
}
.header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 20px;
  height: 68px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
}
.logo a {
  color: var(--wb-theme-color, #132159);
  font-weight: 700;
  line-height: 68px;
  max-width: 300px;
  overflow: hidden;
}
.logo a,
.logo img {
  display: block;
  position: relative;
}
.logo img {
  max-height: 68px;
}
.top-links {
  font-size: 0;
  margin-left: 20px;
  position: relative;
  text-align: right;
  z-index: 3;
}
.top-links .link {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
.top-links .link:hover {
  color: var(--wb-theme-color, #132159);
}
.top-links .link-login {
  color: #fff;
  overflow: hidden;
  padding: 0 15px 0 20px;
  position: relative;
}
.top-links .link-login:hover {
  color: #fff;
}
.top-links .link-login:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
.top-links .link-login:hover:before {
  -webkit-animation: circleIn 0.3s linear;
  animation: circleIn 0.3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  display: block;
}
.top-links .link-reg {
  background-color: var(--wb-theme-color, #132159);
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 3px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  min-width: 80px;
  overflow: hidden;
  position: relative;
}
.top-links .link-reg:hover {
  background-color: var(--wb-theme-hover-color, #0f1944);
  color: #fff;
}
.top-links .link-reg:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: 90px;
}
.top-links .link-reg:hover:before {
  -webkit-animation: circleIn 0.3s linear;
  animation: circleIn 0.3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  display: block;
}
.top-links .link-search {
  padding: 0 5px 0 10px;
}
.top-links .link-search svg {
  fill: var(--wb-bfc, #666);
  height: 21px;
  margin-top: -2px;
  width: 21px;
}
.top-links .user-cover {
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin-left: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 40px;
}
.top-links .user-cover img {
  display: block;
  height: auto !important;
  width: 100% !important;
}
.top-links .search-form + .user-cover {
  margin-top: 11px;
}
.top-links .user-name {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  max-width: 90px;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.top-links .user-name:first-letter {
  text-transform: uppercase;
}
.top-links.tool-bar {
  --color1: $baseFontColor;
  --color2: $baseFontColor;
  --color3: $baseFontColor;
  font-size: 0;
  margin-right: -20px;
}
.top-links.tool-bar .popover-img {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 68px;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  -webkit-transform: translate3d(-50%, 30px, 0);
  transform: translate3d(-50%, 30px, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: opacity 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    opacity 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    opacity 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  visibility: hidden;
  z-index: -1;
}
.top-links.tool-bar .popover-img .ppi-inner {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid #00b7f9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  position: relative;
  text-align: left;
  width: 140px;
}
.top-links.tool-bar .popover-img .ppi-inner.qr {
  border-color: #4eb749;
  padding: 10px;
  text-align: center;
  width: 80px;
}
.top-links.tool-bar .popover-img .ppi-inner.qr:before {
  border-color: #4eb749;
}
.top-links.tool-bar .popover-img .ppi-inner:before {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid #00b7f9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  width: 16px;
  z-index: 0;
}
.top-links.tool-bar .popover-img .ppi-inner:after {
  background-color: var(--wb-bgcl, #fff);
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.top-links.tool-bar .popover-img .ppi-inner a {
  color: var(--wb-theme-color, #132159);
  font-size: 12px;
  line-height: 14px;
}
.top-links.tool-bar .popover-img img {
  display: block;
  height: auto;
  margin-left: 5%;
  position: relative;
  width: 90%;
  z-index: 3;
}
.top-links.tool-bar .popover-img p {
  color: var(--wb-bfc, #666);
  font-size: 12px;
  line-height: 18px;
  position: relative;
  -webkit-user-select: text;
  z-index: 4;
}
.top-links.tool-bar .popover-img p.wk {
  color: var(--wb-wk, #999);
}
.top-links.tool-bar .popover-img .qr-tip {
  color: var(--wb-wk, #999);
  display: block;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
}
.top-links.tool-bar .with-popover:hover .popover-img {
  display: block;
  opacity: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
  z-index: 1;
}
.top-links.tool-bar .tb-item {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  position: relative;
}
.top-links.tool-bar .tb-item:hover {
  --color1: #00b7f9;
  --color3: #4eb749;
}
.top-links.tool-bar .tb-item svg {
  fill: var(--wb-bfc, #666);
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  width: 28px;
}
.top-links.tool-bar .link-search {
  margin-right: 50px;
}
.search-form {
  height: 40px;
  position: relative;
  -webkit-transition: width 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: width 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  width: 160px;
}
.search-form .form-control {
  background-color: hsla(0, 0%, 100%, 0.2);
  border: 2px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  height: 40px;
  padding: 0 40px 0 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  /* 兼容性设置已移除 */
  z-index: 1;
}
.search-form .btn-search {
  background: none;
  border: 0;
  color: #c7c7c7;
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 35px;
  z-index: 2;
}
.search-form .btn-search svg {
  fill: hsla(0, 0%, 100%, 0.5);
}
.search-form .btn-search:hover svg,
.search-form.active .btn-search svg {
  fill: #fff;
}
.search-form .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-nav {
  border-radius: 18px;
  display: none;
  height: 14px;
  line-height: 1;
  margin-top: -17px;
  padding: 10px 20px 10px 10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
}
.btn-nav:after,
.btn-nav:before {
  background-color: var(--wb-wk, #999);
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.btn-nav:before {
  top: 20px;
}
.btn-nav:after {
  bottom: 20px;
}
.btn-nav:active {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.btn-nav i {
  border-radius: 2px;
  display: block;
  font-size: 0;
  height: 2px;
  margin-top: 6px;
  position: relative;
}
.btn-nav i:after,
.btn-nav i:before {
  background-color: var(--wb-wk, #999);
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.btn-search-m {
  border-radius: 18px;
  height: 16px;
  margin-top: -18px;
  padding: 10px;
  position: absolute;
  right: 46px;
  top: 50%;
  width: 16px;
}
.btn-search-m svg {
  fill: var(--wb-wk, #999);
  display: block;
}
.btn-search-m:active {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.wb-is-mobile .header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 44px;
  position: relative;
  top: auto;
}
.wb-is-mobile .header .inner {
  height: 44px;
}
.wb-is-mobile .header .logo {
  margin-left: 0;
}
.wb-is-mobile .header .logo strong {
  font-size: 20px;
  height: 44px;
  line-height: 44px;
}
.wb-is-mobile .header .logo img {
  height: 44px;
}
.wb-is-mobile .btn-nav,
.wb-is-mobile .nav-top .nav > li:nth-child(n + 4) {
  display: block;
}
.wb-is-mobile .nav-top .nav > li:last-child {
  display: inline-block !important;
}
.wb-is-mobile .top-links {
  display: none;
}
.wb-is-mobile .search-form {
  width: auto !important;
}
.wb-is-mobile .search-form .form-control {
  color: var(--wb-bfc, #666);
  width: 100%;
}
.wb-is-mobile .search-form .btn-search svg {
  fill: var(--wb-wk, #999);
}
.wb-is-mobile .search-form.active {
  width: auto !important;
}
.wb-is-mobile .search-form.active .btn-search svg {
  fill: var(--wb-bfc, #666);
}
.footer {
  background-color: #ececec;
  border-top: 1px solid var(--wb-bbc, #f0f0f0);
  margin-top: 30px;
  padding: 23px 0 20px;
  text-align: center;
  width: 100%;
}
.footer a {
  color: inherit;
}
.footer .item-ga {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAMAAAC3SZ14AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADAUExURUxpcfz13vnkjOnOi+K2YPDdsvHVvuvGX+nOneGwXuvQfdjEc5dwWfjqoNyjVNuwfvXHbO3jquW5d7CQe9yrasJ/Ptu6hum8VdI7IuWvT/DOa+GaQNEFBwAEff/UXAIBa9mSR9QfF9lpNfvEVO1qKHB5hMO3g9aIPdtJJ5aOffPeddmlULScZFQnUDoZQOqCOc9zM7oHDsFRJq6FUHtiUsgiEFtXb/qbOfeyRRIuj//paJlfMwYAX/0sD1sBN3uKlx8mLuYAAAAXdFJOUwActZX9YAr+Rujs+/wtyq7DgMLO4JyYg9OOagAAAR9JREFUGNNF0MVywzAUhWHFUJnCaWWBJTNzHKb3f6vamXR6F3fxzfybA8D7Zup2q87A/2lL6zYMe2up/slXWd/aMFTKev/1iVaV1TA7Zae4kt42V+rjyfO81OuCqDbmE2XOPmS2x2wWxiKbT9lIKfPsCU0RSTOgnjKnbFjvIpeFpsj4GvzQ2BmC3vZ9P7kOTnyWwS4hF9E3qe2PKi453QG9Pb+c7uH3bfPoRBQkOlhSHl+e3eFwSO2nExMsg42L+csR96q6CyfiCl4Bo3ApMa2oLI7HCFKKDaCiwm0DzoMzv/LExVADQIUoSQjCiBDqElObltEhRAiOjyIC9YmkPFcUhEcpECK5NK0lKygYO4wggsb6M6H2vVjo+mIjTxX4BWR7IwKuvUM8AAAAAElFTkSuQmCC");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px auto;
  display: inline-block;
  margin-left: 10px;
  padding-left: 20px;
}
.nav-footer {
  margin: 0 5%;
}
.nav-footer li,
.nav-footer li a {
  display: inline-block;
}
.nav-footer li a {
  font-size: 12px;
  line-height: 1;
  margin: 0 4px;
  padding: 5px 10px 5px 12px;
  position: relative;
}
.nav-footer li a:before {
  background-color: var(--wb-bfc, #666);
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 3px;
}
.nav-footer li a:hover {
  color: var(--wb-theme-color, #132159);
}
.nav-footer li a:hover:before {
  background-color: var(--wb-theme-color, #132159);
}
.copyright {
  color: var(--wb-wke, #c3c3c3);
  line-height: 22px;
}
.ft-links .ftl-hd {
  color: var(--wb-wk, #999);
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
  padding: 5px 0;
  vertical-align: middle;
}
.ft-links .links-items {
  font-size: 0;
  margin-bottom: 10px;
  padding-right: 0;
}
.ft-links .links-items a {
  line-height: 16px;
  margin-right: 20px;
  padding: 5px 0;
}
.ft-links .links-items a,
.ft-links .links-items img {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}
.ft-links .links-items img {
  margin-right: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 16px;
}
.ft-links .links-items span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .footer {
    margin-top: 0;
    position: relative;
  }
  .copyright,
  .ft-links .links-items {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.nav-top {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.nav-top .nav {
  display: inline-block;
  vertical-align: middle;
}
.nav-top .nav > li {
  display: inline-block;
  font-size: 0;
  line-height: 68px;
  padding: 0 15px;
  position: relative;
}
.nav-top .nav > li > a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.nav-top .nav > li:nth-of-type(n + 7) {
  display: none;
}
.nav-top .nav > li.menu-item-has-children:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  border-left: 1px solid hsla(0, 0%, 100%, 0.4);
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  vertical-align: middle;
  width: 8px;
  z-index: 5;
}
.nav-top .nav > li:hover {
  background-color: var(--wb-theme-hover-color, #0f1944);
}
.nav-top .nav > li:hover .sub-menu.lv-0 {
  display: block;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  visibility: visible;
}
.nav-top .nav > li:hover:after {
  margin-top: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-top .more-items {
  display: inline-block !important;
  text-align: center;
}
.nav-top .more-items em {
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 0 5px 0 0;
  width: 5px;
}
.sub-menu {
  background-color: var(--wb-theme-hover-color, #0f1944);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
  max-width: 200px;
  min-width: 120px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.31, 1, 0.34, 1) 0.3s;
  visibility: hidden;
  z-index: 997;
}
.sub-menu li {
  position: relative;
  z-index: 2;
}
.sub-menu li:hover {
  background-color: var(--wb-theme-color, #132159);
}
.sub-menu li:hover .sub-menu.lv-1 {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.sub-menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub-menu.lv-0 {
  border-radius: 0 0 5px 5px;
  left: 0;
  min-width: 200px;
  top: 68px;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.sub-menu.lv-0 > ul {
  padding: 35px 0;
}
.sub-menu.lv-0 > ul > li {
  position: relative;
}
.sub-menu.lv-0 > ul > li.menu-item-has-children:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  border-right: 1px solid hsla(0, 0%, 100%, 0.4);
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 6px;
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 8px;
  z-index: 5;
}
.sub-menu.lv-0 > ul > li:hover {
  background-color: var(--wb-theme-color, #132159);
}
.sub-menu.lv-0 > ul > li:hover:after {
  display: none;
}
.sub-menu.lv-0 > ul > li > a {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
.sub-menu.lv-1 {
  background-color: var(--wb-theme-color, #132159);
  border-radius: 0 5px 0 0;
  left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  top: 0;
  -webkit-transform: translate3d(180px, 0, 0);
  transform: translate3d(180px, 0, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  z-index: 1;
}
.sub-menu.lv-1 a {
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
}
.sub-menu.lv-1 a:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.nav-top-m {
  background: #333;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  width: 290px;
  z-index: 1001;
}
.nav-top-m .search-form {
  margin-top: 0;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
.nav-top-m .search-form .form-control {
  background-color: var(--wb-bgcl, #fff);
}
.nav-top-m .btn-close {
  padding: 20px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
.nav-top-m .btn-close:before {
  background-color: hsla(0, 0%, 100%, 0);
  border-radius: 18px;
  bottom: 0;
  content: "";
  height: 36px;
  left: 0;
  position: absolute;
  -webkit-transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  width: 36px;
}
.nav-top-m .btn-close:active:before {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.nav-top-m .btn-close svg {
  fill: var(--wb-wk, #999);
}
.nav-m {
  margin-top: 15px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.nav-m > li > a {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.nav-m a {
  color: #c3c3c3;
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.nav-m > li > .sub-menu-m {
  font-size: 16px;
  padding-left: 16px;
}
.nav-m > li > .sub-menu-m a {
  color: var(--wb-wk, #999);
  padding: 10px;
}
.nav-m .nav-arrow {
  background-color: hsla(0, 0%, 100%, 0);
  border-radius: 18px;
  display: inline-block;
  height: 8px;
  margin: -10px;
  padding: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  vertical-align: middle;
  width: 8px;
}
.nav-m .nav-arrow:active {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.nav-m .nav-arrow:after {
  border-bottom: 2px solid var(--wb-bfc, #666);
  border-left: 2px solid var(--wb-bfc, #666);
  content: "";
  display: block;
  height: 6px;
  width: 6px;
}
.nav-m .nav-arrow.active-submenu {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-m .sub-menu-m {
  display: none;
}
.nav-m .active-submenu + .sub-menu-m {
  display: block;
}
body.wb-is-mobile {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}
body.wb-is-mobile.display-nav-m {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
body.wb-is-mobile .nav-top {
  display: none;
}
.widget-dl .download-cont {
  display: block;
  padding: 0;
}
.widget-dl .dl-count {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  text-align: right;
}
.widget {
  color: var(--wb-bfc, #666);
  padding-bottom: 30px;
}
.widget .widgettitle,
.widget h2,
.widget h3 {
  color: var(--wb-fcs, #3e4045);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.widget .widgettitle:before,
.widget h2:before,
.widget h3:before {
  background-color: var(--wb-aux-color, #63af8a);
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.widget li {
  font-size: 14px;
}
.widget ul:not([class]) li {
  font-size: 14px;
  list-style: disc;
  margin-left: 20px;
}
.widget ul:not([class]) li + li {
  margin-top: 5px;
}
.widget-hot li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}
.widget-hot li:hover {
  -webkit-box-shadow: 0 0 0 10px #fff, 0 0 3px 11px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 10px #fff, 0 0 3px 11px rgba(0, 0, 0, 0.05);
}
.widget-hot a {
  display: block;
  overflow: hidden;
}
.widget-hot .media-pic {
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
.widget-hot .media-pic:before {
  content: "";
  display: block;
  padding-top: var(--wb-thumb-rate, 66.67%);
  width: 100%;
}
.widget-hot .media-pic img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget-hot .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget-hot .media-body .post-metas {
  padding-bottom: 0;
  padding-top: 10px;
}
.widget-hot .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--wb-fcs, #3e4045);
  display: block;
  display: -webkit-box;
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  word-break: break-all;
}
.widget-hot .post-meta {
  color: var(--wb-wk, #999);
}
.widget-hot .post-meta svg {
  fill: var(--wb-wke, #c3c3c3);
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.widget-hot .post-meta em {
  color: var(--wb-wke, #c3c3c3);
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}
.widget-hot .post-meta a {
  color: inherit;
}
.hot-tags {
  font-size: 0;
}
.hot-tags a {
  background-color: #fff;
  border: 1px solid var(--wb-bbc, #f0f0f0);
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 9px;
  vertical-align: top;
}
.hot-tags a:hover {
  background-color: var(--wb-theme-color, #132159);
  border-color: var(--wb-theme-color, #132159);
  color: #fff;
}
@media (max-width: 640px) {
  .sidebar .adbanner-block {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
}
.header-list {
  margin: 35px auto 20px;
  overflow: hidden;
  text-align: left;
}
.header-list + .articles-list {
  margin-top: 30px;
}
.title-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.title-list h1,
.title-list h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.title-list .description {
  font-size: 14px;
  line-height: 18px;
}
.title-main {
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 15px;
}
.title-main span {
  color: var(--wb-wk, #999);
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  vertical-align: bottom;
}
.loading-bar {
  background: url(../images/loading.gif) 50% no-repeat;
  display: none;
  height: 40px;
  width: 100%;
}
.btn-load-more {
  border: 1px solid var(--wb-bbc, #f0f0f0);
  border-radius: 3px;
  color: var(--wb-bfc, #666);
  display: none;
  font-size: 12px;
  margin: 30px 20px 40px;
}
.btn-load-more:active,
.btn-load-more:hover {
  background-color: #f2f2f2;
}
.loaded-all-tips {
  color: var(--wb-wke, #c3c3c3);
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.filter-items {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.filter-items dt {
  float: left;
  font-size: 14px;
  line-height: 36px;
  min-width: 5em;
  padding-right: 10px;
  text-align: right;
}
.filter-items dd {
  overflow: hidden;
}
.filter-items .cat-item {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 5px;
  padding: 5px 10px;
  vertical-align: middle;
}
.filter-items .cat-item.current,
.filter-items .cat-item.current-cat {
  -webkit-box-shadow: 0 0 0 1px var(--wb-wke, #c3c3c3);
  box-shadow: 0 0 0 1px var(--wb-wke, #c3c3c3);
}
.filter-items .cat-item.current a,
.filter-items .cat-item.current-cat a {
  color: var(--wb-theme-color, #132159);
}
.filter-items .filter-item {
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  padding: 0 10px;
  vertical-align: middle;
}
.filter-items .filter-item.selected {
  background-color: var(--wb-theme-color, #132159);
  color: #fff;
}
.filter-selected {
  border-bottom: 1px solid var(--wb-bbc, #f0f0f0);
  min-height: 32px;
  overflow: hidden;
  padding: 12px 20px;
}
.filter-selected dt {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  min-width: 80px;
  padding-right: 20px;
  padding-top: 9px;
}
.filter-selected .aft-item {
  background-color: var(--wb-theme-color, #132159);
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 30px 0 10px;
  position: relative;
  text-align: center;
}
.filter-selected .aft-item:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZGF0YS1uYW1lPSJYWFgg5ou36LSdIiBkPSJNMTAgOS4wNDggOS4wNDggMTAgNSA1Ljk1Mi45NTIgMTAgMCA5LjA0OCA0LjA0OCA1IDAgLjk1Mi45NTIgMCA1IDQuMDQ4IDkuMDQ4IDAgMTAgLjk1MiA1Ljk1MiA1eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  content: "";
  height: 9px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 9px;
}
.filter-selected .aft-item + .aft-item {
  margin-left: 10px;
}
.ctrl-panel-list {
  background-color: var(--wb-bgcl, #fff);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ctrl-panel-list .filter-panel {
  background-color: transparent;
  margin-bottom: 0;
  padding: 30px 0 20px;
}
.ctrl-panel-list .filter-panel .filter-items .filter-item {
  font-size: 14px;
}
.ctrl-panel-list .filter-panel strong {
  display: inline-block;
}
.ctrl-panel-list .sorting-bar {
  line-height: 60px;
}
.ctrl-panel-list .sorting-bar .filter-items {
  padding-bottom: 0;
}
.ctrl-panel-list .sorting-bar .filter-items .filter-item {
  font-size: 14px;
}
.ctrl-panel-list .filter-panel + .sorting-bar {
  border-top: 1px solid var(--wb-bbc, #f0f0f0);
}
.ctrl-panel-list .selected-bar + .filter-panel,
.sc-more {
  padding-top: 20px;
}
.sc-more {
  padding-bottom: 20px;
  position: relative;
}
.sc-more h3 {
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .header-list {
    margin: 0;
  }
  .title-list {
    background: #e8e9ea !important;
    color: var(--wb-theme-color, #132159);
    height: auto;
    margin: 0;
    padding: 30px 20px;
  }
  .title-list:after {
    display: none;
  }
  .title-list h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .header-list + .articles-list {
    margin-top: 0;
  }
  .wb-navigation {
    display: none;
  }
  .btn-load-more {
    display: block;
  }
}
.articles-list {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
.articles-list .post {
  display: inline-block;
  font-size: var(--wb-bfs, 12px);
  overflow: visible;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.articles-list .post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
  margin-bottom: 17px;
  overflow: hidden;
  -webkit-transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}
.articles-list .post-title a:hover {
  color: var(--wb-theme-color, #132159);
}
.articles-list .tag {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 1;
}
.articles-list .tag i {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.8333333333);
  transform: scale(0.8333333333);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  vertical-align: middle;
  z-index: 1;
}
.articles-list .post-cate {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
}
.articles-list .cate-tag {
  display: none;
}
.articles-list .cate-tag:first-child {
  display: inline-block;
}
.articles-list .icon-os + .icon-os {
  margin-left: 8px;
}
.articles-list .icon-os .icon {
  height: 16px;
  width: 16px;
}
.articles-list .cate-tag {
  background-color: var(--wb-aux-color, #63af8a);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
}
.articles-list .cate-tag:hover {
  background-color: #54a47d;
}
.articles-list .cate-tag a,
.articles-list .cate-tag a:hover {
  color: #fff;
}
.articles-list .post-date {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.articles-list .post-date em {
  font-style: italic;
}
.articles-list .post-metas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.articles-list .post-metas .primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.articles-list .post-metas svg {
  fill: var(--wb-wke, #c3c3c3);
}
.articles-list .post-metas em {
  color: var(--wb-wke, #c3c3c3);
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: middle;
}
.articles-list .meta-item + .meta-item {
  margin-left: 20px;
}
.list-mode-a {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  opacity: 1;
}
.list-mode-a .adb-b {
  display: none !important;
}
.list-mode-a .adb-a {
  display: block !important;
}
.list-mode-a .inner {
  background-color: var(--wb-bgcl, #fff);
  position: relative;
}
.list-mode-a .inner:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.list-mode-a .media-body {
  padding: 15px 20px 23px;
}
.list-mode-a .media-pic {
  background-color: var(--wb-bgcl, #fff);
  display: block;
  float: none;
  overflow: hidden;
  padding-top: var(--wb-thumb-rate, 66.67%);
  position: relative;
}
.list-mode-a .media-pic a {
  display: block;
  overflow: hidden;
  padding-top: 56%;
  width: 56%;
  z-index: 1;
}
.list-mode-a .media-pic a,
.list-mode-a .media-pic img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-mode-a .media-pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.list-mode-a .post-adb .wba-cont {
  height: 146px;
}
.list-mode-a .with-custom-cover .media-pic a {
  height: 100%;
  left: 0;
  margin: 0;
  padding-top: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.list-mode-b {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
.list-mode-b .post {
  display: block;
}
.list-mode-b .post + .post {
  border-top: 1px solid var(--wb-bgc, #f8f8f8);
}
@media (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .list-mode-b .post + .post {
    border-top-color: transparent;
    position: relative;
  }
  .list-mode-b .post + .post:before {
    border-top: 1px solid var(--wb-bgc, #f8f8f8);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
.list-mode-b .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--wb-bgcl, #fff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: auto;
  padding: 20px;
  width: auto;
}
.list-mode-b .inner:hover {
  background-color: #f6fdff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-mode-b .media-pic {
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 214px;
}
.list-mode-b .media-pic a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.list-mode-b .media-pic img {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.list-mode-b .media-pic .spc {
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: auto;
}
.list-mode-b .with-custom-cover .media-pic a {
  padding-top: var(--wb-thumb-rate, 66.67%);
}
.list-mode-b .media-body {
  -webkit-box-flex: 1;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding: 0;
}
.list-mode-b .summary {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 36px;
  overflow: hidden;
  padding-top: 10px;
}
.list-mode-b .post-cate {
  left: 20px;
  top: 20px;
}
.list-mode-b .no-cover .media-pic {
  display: none;
}
.list-mode-b .no-cover .post-cate {
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.list-mode-b .adb-a {
  display: none !important;
}
.list-mode-b .adb-b {
  display: block !important;
}
@media (max-width: 1200px) {
  .list-mode-a {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .list-mode-a {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-mode-a .meta-views {
    display: none;
  }
}
@media (max-width: 640px) {
  .list-mode-a {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-mode-a .post-title {
    height: auto;
    margin-bottom: 15px;
    max-height: 44px;
  }
  .list-mode-a .summary {
    display: none;
  }
  .list-mode-a .media-body {
    padding-bottom: 30px;
  }
  .list-mode-b .media-pic {
    width: 120px;
  }
}

/* ========== 文章详情页新三列布局样式 ========== */

/* 文章头部区域基础样式 */
.article-header-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  color: #1f2937;
  padding: 40px 0;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: var(--wb-page-width, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.header-container {
  max-width: var(--wb-page-width, 1200px);
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

/* 页眉区域 - 软件标题和图标 */
.software-header {
  margin-bottom: 30px;
  text-align: center;
}

.software-title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.software-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.software-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-icon {
  font-size: 32px;
  color: #8b5cf6;
}

.software-title-info {
  text-align: left;
  flex: 1;
  min-width: 300px;
}

.software-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.software-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.software-meta .version {
  background: #3b82f6;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.software-meta .platform {
  background: #10b981;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* 主体信息区域 - 两栏布局 */
.main-info-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

/* 响应式布局 */
@media (max-width: 768px) {
  .main-info-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .header-widget-area {
    order: -1;
  }
  
  .software-main-area {
    order: 1;
  }
}

/* 左列 - 软件详情和下载区域 */
.software-main-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 软件信息列表 */
.software-info-list {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
}

.info-item:last-child {
  border-bottom: none;
}

.info-label {
  font-weight: 500;
  color: #6b7280;
  font-size: 13px;
  display: inline-block;
  margin-right: 8px;
  min-width: 80px;
}

.info-value {
  font-weight: 600;
  color: #1f2937;
  font-size: 13px;
}

.info-value a {
  color: #3b82f6;
  text-decoration: none;
}

.info-value a:hover {
  text-decoration: underline;
}

.star {
  color: #d1d5db;
  font-size: 16px;
}

.star.filled {
  color: #fbbf24;
}

/* 版本选择与下载区域 */
.version-download-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f3f4f6;
}

.version-options {
  display: flex;
  gap: 15px;
  flex: 1;
}

.version-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}

.version-option:hover {
  background: #e9ecef;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.version-option.disabled {
  background: #f1f3f4;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.version-option.disabled:hover {
  background: #f1f3f4;
  transform: none;
  box-shadow: none;
}

.version-option i {
  font-size: 14px;
}

/* 右列 - 小工具区域 */
.header-widget-area {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-widget-area .widget {
  margin-bottom: 20px;
}

.header-widget-area .widget:last-child {
  margin-bottom: 0;
}

.header-widget-area .widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f4f6;
}

/* 默认相关软件小工具样式 */
.widget-related-software {
  margin-bottom: 0;
}

/* 右列 - 相关软件列表（保留原有样式用于默认显示） */
.related-software-list {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.related-software-list h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 20px 0;
}

.related-software-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  transition: all 0.2s ease;
}

.related-software-item:hover {
  background: #f9fafb;
  border-radius: 8px;
  padding: 12px;
  margin: 0 -12px;
}

.related-software-item:last-child {
  border-bottom: none;
}

.related-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.related-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-related-icon {
  color: #9ca3af;
  font-size: 20px;
}

.related-info {
  flex: 1;
  min-width: 0;
}

.related-title {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-meta {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #6b7280;
}

.related-version,
.related-platform {
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
}

.no-related {
  text-align: center;
  color: #9ca3af;
  font-style: italic;
  padding: 20px 0;
}

/* ========== 头部小工具区域样式 ========== */

/* 推荐列表样式 */
.recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-item {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.recommend-item:last-child {
  border-bottom: none;
}

.recommend-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1f2937;
  transition: all 0.2s ease;
}

.recommend-item a:hover {
  color: #3b82f6;
}

.recommend-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-rating {
  font-size: 12px;
  color: #6b7280;
  margin-left: 8px;
}

/* 排行榜样式 */
.ranking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ranking-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.ranking-item:last-child {
  border-bottom: none;
}

.ranking-item.rank-1 .rank-number {
  background: #fbbf24;
  color: white;
}

.ranking-item.rank-2 .rank-number {
  background: #9ca3af;
  color: white;
}

.ranking-item.rank-3 .rank-number {
  background: #f59e0b;
  color: white;
}

.rank-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: 12px;
  flex-shrink: 0;
}

.ranking-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1f2937;
  flex: 1;
  transition: all 0.2s ease;
}

.ranking-item a:hover {
  color: #3b82f6;
}

.ranking-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-count {
  font-size: 12px;
  color: #6b7280;
  margin-left: 8px;
}

/* 分类列表样式 */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1f2937;
  transition: all 0.2s ease;
}

.category-item a:hover {
  color: #3b82f6;
}

.category-name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.category-count {
  font-size: 12px;
  color: #6b7280;
}

/* 本周推荐样式 */
.weekly-recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.weekly-recommend-item {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}

.weekly-recommend-item:last-child {
  border-bottom: none;
}

.weekly-recommend-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1f2937;
  transition: all 0.2s ease;
}

.weekly-recommend-item a:hover {
  color: #3b82f6;
}

.official-badge {
  background: #10b981;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  margin-left: 8px;
}

/* 评分区域已移除 */

.download-area {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.download-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.local-download {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
}

.local-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
  color: white;
}

.android-download {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.android-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  color: white;
}

.download-text {
  font-size: 14px;
}

.download-size {
  font-size: 11px;
  opacity: 0.9;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .main-info-section {
    grid-template-columns: 1fr 1fr;
  }
}



@media (max-width: 768px) {
  .article-header-section {
    padding: 20px 0;
    margin: 0 15px 20px 15px;
  }
  
  .header-container {
    padding: 0 15px;
  }
  
  .software-title-area {
    flex-direction: column;
    text-align: center;
  }
  
  .software-title-info {
    text-align: center;
    min-width: auto;
  }
  
  .software-title {
    font-size: 24px;
  }
  
  .header-widget-area {
    order: -1;
  }
  
  .software-main-area {
    order: 1;
  }
  
  .version-download-section {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  
  .version-options {
    justify-content: center;
  }
  
  .download-area {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .download-btn {
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .main-info-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .software-title {
    font-size: 20px;
  }
  
  .software-icon {
    width: 60px;
    height: 60px;
  }
  
  .default-icon {
    font-size: 24px;
  }
  
  .version-download-section {
    flex-direction: column;
    gap: 10px;
  }
  
  .version-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .download-area {
    flex-direction: column;
    gap: 8px;
  }
  
  .download-btn {
    width: 100%;
    min-width: auto;
  }
}

/* ========== 文章详情页新三列布局样式结束 ========== */

.main-detail {
  display: block;
  padding-bottom: 50px;
  text-align: left;
}
.main-detail .content {
  grid-gap: 30px;
  background-color: var(--wb-bgcl, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 300px;
  padding: 30px;
  position: relative;
  max-width: var(--wb-page-width, 1200px);
  margin: 0 auto;
}
.main-detail .adbanner-block {
  margin-bottom: 15px;
  text-align: center;
}
.main-detail .adbanner-block a {
  display: block;
}
.main-detail .adbanner-block img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.main-detail .post-metas {
  font-size: 0;
  padding-bottom: 20px;
}
.main-detail .post-metas svg {
  fill: var(--wb-wke, #c3c3c3);
}
.main-detail .post-metas em {
  color: var(--wb-wke, #c3c3c3);
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: middle;
}
.main-detail .meta-item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.article-header .post-meta {
  color: var(--wb-wk, #999);
  padding-bottom: 10px;
}
.article-header .post-meta em {
  margin: 0 5px;
}
.article-header .post-meta a {
  color: inherit;
}
.title-detail {
  color: var(--wb-fcs, #3e4045);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
}
.article-detail {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
  word-break: break-word;
}
.article-detail a {
  color: var(--wb-theme-color, #132159);
}
.article-detail a:hover {
  text-decoration: underline;
}
.article-detail li {
  margin-left: 30px;
}
.article-detail dl,
.article-detail ol,
.article-detail ul {
  margin-bottom: 1.5em;
}
.article-detail ul li {
  list-style: disc;
}
.article-detail ol li {
  list-style: decimal;
}
.article-detail .code-pre,
.article-detail pre {
  word-wrap: normal;
  background-color: var(--wb-bgc, #f8f8f8);
  border-radius: 5px;
  font-size: 14px;
  overflow-x: auto;
  padding: 10px;
  white-space: pre;
}
.article-detail blockquote {
  background: #f8f8f8;
  border-left: 3px solid var(--wb-aux-color, #63af8a);
  font-size: 14px;
  line-height: 26px;
  padding: 23px 35px;
  position: relative;
}
.article-detail blockquote:after,
.article-detail blockquote:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13'%3E%3Cpath fill='%23C2C2C2' fill-rule='evenodd' d='M11.8 3.06c-1.2 1.48-1.36 2.98-1.02 4.02a3.07 3.07 0 0 1 1.92-.68c1.81 0 3.3 1.2 3.3 3.3 0 1.93-1.48 3.3-3.3 3.3-2.7 0-3.93-2.37-3.93-5.04a8.4 8.4 0 0 1 1.32-4.65 9.31 9.31 0 0 1 4-3.31l.47.93a7 7 0 0 0-2.77 2.13m-8.77 0c-1.18 1.48-1.35 2.98-1 4.02a3.29 3.29 0 0 1 4.25.21c1.13 1.05 1.23 2.9.5 4.1A3.3 3.3 0 0 1 3.94 13C1.23 13 0 10.63 0 7.96a8.4 8.4 0 0 1 1.32-4.65 9.31 9.31 0 0 1 4-3.31l.48.93a7 7 0 0 0-2.78 2.13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
}
.article-detail blockquote:before {
  left: 13px;
  top: 10px;
}
.article-detail blockquote:after {
  bottom: 10px;
  right: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-detail blockquote p:last-child {
  padding-bottom: 0;
}
.article-detail h2 {
  font-size: 24px;
  line-height: 34px;
}
.article-detail h3 {
  color: var(--wb-fcs, #3e4045);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.article-detail h3:before {
  background-color: var(--wb-aux-color, #63af8a);
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.article-detail h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 15px;
}
.article-detail blockquote:first-child,
.article-detail h3:first-child {
  margin-top: 0;
}
.article-detail p {
  margin-bottom: 1.2em;
}
.article-detail p + p {
  margin-top: 0;
}
.article-detail * + p {
  margin-top: 1.2em;
}
.article-detail li p {
  padding-bottom: 0;
}
.article-detail table {
  margin-bottom: 30px;
  width: 100%;
}
.article-detail td,
.article-detail th {
  border: 1px solid var(--wb-bbc, #f0f0f0);
  font-size: 14px;
  padding: 5px 10px;
}
.article-detail td {
  background-color: transparent;
}
.article-detail table tr:first-child td,
.article-detail table tr:first-child th {
  background-color: var(--wb-theme-color, #132159);
  color: #fff;
  text-align: center;
}
.article-detail table thead ~ tbody tr:first-child td,
.article-detail table thead ~ tbody tr:first-child th {
  background-color: transparent;
  color: inherit;
  text-align: left;
}
.article-detail img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.article-detail b,
.article-detail strong {
  font-weight: 700;
}
.article-detail em,
.article-detail i {
  font-style: italic;
}
.article-detail u {
  text-decoration: underline;
}
.article-detail del {
  text-decoration: line-through;
}
.article-detail video {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.panel-inner {
  background-color: var(--wb-bgcl, #fff);
  padding: 0 320px 40px 40px;
}
.panel-inner .sc-title {
  color: var(--wb-fcs, #3e4045);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.panel-inner .sc-title:before {
  background-color: var(--wb-aux-color, #63af8a);
  border-radius: 2px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.ctrl-area-cbm {
  border-top: 1px solid var(--wb-bbc, #f0f0f0);
  font-size: 0;
  padding-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}
.ctrl-area-cbm .ctrl-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ctrl-area-cbm .btn-ctrl {
  height: 48px;
  line-height: 44px;
  margin: 0 10px;
  min-width: 120px;
  vertical-align: middle;
}
.wb-btn.share {
  background: none !important;
  color: var(--wb-theme-color, #132159) !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.wb-btn.share:active,
.wb-btn.share:hover {
  background-color: var(--wb-theme-color, #132159) !important;
  color: #fff !important;
}
.wb-btn.share:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main-detail .content {
    display: block;
    grid-template-columns: auto 280px;
  }
  .main-detail .panel-inner {
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  .title-detail {
    font-size: 24px;
    line-height: 28px;
  }
  .main-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding-bottom: 0;
  }
  .main-detail .post-metas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .main-detail .post-metas .meta-item {
    -webkit-box-flex: none;
    display: inline;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .main-detail .post-metas .meta-item:first-child {
    margin-left: 0;
  }
  .main-detail .content {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-header {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .article-detail {
    display: block;
    max-width: none;
    width: 100%;
  }
  .article-detail blockquote {
    border-left-width: 1px;
  }
  .panel-inner {
    padding: 20px;
  }
}
.related-posts .text-item {
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-posts .text-item,
.related-posts .text-item a {
  color: var(--wb-theme-color, #132159);
}
.related-posts .text-item a:hover {
  text-decoration: underline;
}
.related-posts .list-ul {
  margin-bottom: 25px;
  padding-top: 10px;
}
.related-posts .list-ul li {
  margin-left: 15px;
  padding-left: 12px;
  position: relative;
}
.related-posts .list-ul li:before {
  background-color: var(--wb-theme-color, #132159);
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.related-posts .sc-title {
  margin-bottom: 20px;
}
.related-posts .articles-list.list-mode-a {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.related-posts .articles-list .post-title {
  margin-bottom: 0;
}
.related-posts .articles-list.list-mode-a .media-body {
  padding-left: 0;
  padding-right: 0;
}
.related-posts .articles-list.list-mode-a .inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .related-posts .articles-list.list-mode-a {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .related-posts .sc-title {
    margin-bottom: 0;
  }
}
.sc-comments .sc-title {
  margin-bottom: 20px;
}
.sc-comments .comment-respond {
  max-width: 550px;
}
.comment-form .form-item {
  display: block;
  max-width: 380px;
  padding-bottom: 10px;
}
.comment-form .form-control {
  width: 100%;
}
.comment-form .btn-bar {
  padding-top: 10px;
}
.textarea-comments {
  background-color: var(--wb-bgc, #f8f8f8);
  border: 1px solid var(--wb-bbc, #f0f0f0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 114px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.textarea-comments::-webkit-input-placeholder {
  color: var(--wb-wk, #999);
}
.textarea-comments::-moz-placeholder {
  color: var(--wb-wk, #999);
}
.textarea-comments:-ms-input-placeholder {
  color: var(--wb-wk, #999);
}
.textarea-comments::-ms-input-placeholder {
  color: var(--wb-wk, #999);
}
.textarea-comments::placeholder {
  color: var(--wb-wk, #999);
}
.title-comments {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 20px;
}
.comment-respond .comment-reply-title {
  color: var(--wb-theme-color, #132159);
  float: right;
  font-size: 12px;
}
.comment-respond .comment-reply-title:before {
  display: none;
  padding-left: 0;
}
.tip-txt {
  font-size: 12px;
}
.list-comments {
  font-size: 12px;
  margin-top: 20px;
}
.list-comments .comment-respond {
  font-size: 14px;
  margin: 20px auto 20px 70px;
}
.list-comments .comment-txt {
  padding-bottom: 10px;
  position: relative;
}
.list-comments > li {
  border-bottom: 1px solid var(--wb-bbc, #f0f0f0);
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.list-comments > li:last-child {
  border-bottom: none;
}
.list-comments .media-pic {
  border-radius: 100%;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
.list-comments .media-pic img {
  display: block;
  height: auto;
  width: 100%;
}
.list-comments .media-body {
  padding-left: 20px;
}
.list-comments .hd {
  padding-bottom: 10px;
  text-indent: 0;
}
.list-comments .bd {
  font-size: 12px;
}
.list-comments .avatar {
  height: auto;
  width: 100%;
}
.list-comments .name {
  display: inline-block;
}
.list-comments .fn {
  color: var(--wb-theme-color, #132159);
  text-transform: uppercase;
}
.list-comments .date {
  color: var(--wb-wk, #999);
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.list-comments .btn-reply {
  color: var(--wb-theme-color, #132159);
}
.list-comments .children {
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-top: 10px;
  padding: 15px 20px 0;
  position: relative;
}
.list-comments .children:before {
  display: block;
  height: 20px;
  left: 20px;
  -webkit-transform: rotate(45deg) translate(-50%) skew(10deg);
  transform: rotate(45deg) translate(-50%) skew(10deg);
  width: 20px;
  z-index: 0;
}
.list-comments .children:after,
.list-comments .children:before {
  background-color: #f8f8f8;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
}
.list-comments .children:after {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.list-comments .children .comment-item {
  border-bottom: 1px solid var(--wb-bbc, #f0f0f0);
}
.list-comments .children .comment-item:last-child {
  border-bottom: 0;
}
.list-comments .children li {
  margin-bottom: 15px;
  margin-left: auto;
  min-height: 70px;
  position: relative;
  z-index: 2;
}
.list-comments .children li .media-body {
  padding-left: 20px;
}
.list-comments .children li:last-child {
  border-bottom: 0;
}
.comment-reply-link {
  color: var(--wb-theme-color, #132159);
  padding: 10px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.logged-in-as {
  padding: 10px 0;
}
.must-log-in {
  padding: 0 0 20px;
}
.must-log-in a {
  color: var(--wb-theme-color, #132159);
}
.comment-form-cookies-consent {
  padding-bottom: 20px;
}
.comment-form-cookies-consent input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.comment-form-cookies-consent input[type="checkbox"] + label {
  padding-left: 5px;
}
.content-empty {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--wb-bgcl, #fff);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
}
.content-empty .content-inner {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}
.content-empty .content-inner .search-form {
  margin-top: 10px;
  width: 100%;
}
.content-empty .content-inner .search-form svg {
  fill: var(--wb-wk, #999);
}
.content-empty .content-inner .form-control {
  background-color: #f8f8f8;
  border-radius: 0;
  border-width: 1px;
  color: var(--wb-fcs, #3e4045);
}
.header-list + .content-empty {
  top: 100px;
}
.cont-code {
  color: var(--wb-wk, #999);
  font-size: 128px;
  height: 170px;
  line-height: 170px;
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .content-empty {
    height: 100%;
    position: static;
  }
  .content-empty .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-list + .content-empty {
    top: 70px;
  }
  .cont-code {
    font-size: 100px;
    margin-bottom: 20px;
    text-align: center;
  }
  .error404 {
    background-color: var(--wb-bgcl, #fff);
  }
}
.main-page {
  overflow: hidden;
}
.main-page .article-detail {
  display: block;
  max-width: none;
}
.main-page .panel-inner {
  padding: 30px 240px 30px 0;
}
.gallery-panel {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  -webkit-user-select: none;
}
.gallery-panel .gallery-wrapper {
  margin-right: 140px;
  overflow: hidden;
  position: relative;
}
.gallery-panel .swiper-slide {
  background-color: var(--wb-bgcl, #fff);
  height: 0;
  margin: 0;
  padding: 66.6666666667% 0 0;
  position: relative;
  z-index: 1;
}
.gallery-panel .swiper-slide img {
  display: block;
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: auto;
}
.gallery-panel .swiper-slide.portrait img {
  height: auto;
  left: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  width: 100%;
}
.gallery-panel .swiper-slide:before {
  border: 1px solid var(--wb-theme-color, #132159);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: border 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  z-index: 2;
}
.gallery-panel .wb-loading {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 50%;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1001;
}
.gallery-panel .swiper-pagination {
  bottom: 0;
  top: auto !important;
}
.gallery-panel > .swiper-pagination-progressbar {
  height: 6px !important;
}
.gallery-panel
  > .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: var(--wb-aux-color, #63af8a);
}
.gallery-panel .zoom-badge {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: background-color 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  z-index: 2;
}
.gallery-panel .zoom-badge:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery-panel .zoom-badge:hover .wbsico-zoom {
  opacity: 1;
}
.gallery-panel .wbsico-zoom {
  fill: #fff;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}
.gallery-thumbs {
  bottom: 10px;
  overflow-x: hidden;
  padding-right: 30px;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 130px;
}
.gallery-thumbs .gallery-wrapper-thumbs {
  overflow-y: auto;
  width: 130px;
}
.gallery-thumbs .gt-item + .gt-item {
  margin-top: 10px;
}
.gt-item {
  background-color: #f8f8f8;
  display: inline-block;
  height: 86px !important;
  margin: auto;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 130px;
}
.gt-item,
.gt-item:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: border 0.3s cubic-bezier(0.31, 1, 0.34, 1);
}
.gt-item:before {
  border: 1px solid var(--wb-theme-color, #132159);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.gt-item img {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.gt-item.current:before {
  border: 2px solid var(--wb-theme-color, #132159);
  opacity: 1;
}
.photo-viewer {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  z-index: 1010;
}
.photo-viewer .pv-img {
  display: block;
  height: auto;
  left: 50%;
  margin: 50px auto;
  max-width: 80vw;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  transition: transform 0.3s cubic-bezier(0.31, 1, 0.34, 1),
    -webkit-transform 0.3s cubic-bezier(0.31, 1, 0.34, 1);
  z-index: 500;
}
.photo-viewer .pv-img.copy {
  z-index: 501;
}
.photo-viewer .pv-close {
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 40px;
  z-index: 100;
}
.photo-viewer .pv-close .sico {
  fill: #fff !important;
  height: 30px;
  width: 30px;
}
.photo-viewer .pv-mask {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.photo-viewer .wb-loading {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 50%;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1001;
}
.admin-bar .pv-close {
  top: 70px;
}
.pv-gallery-thumbs {
  height: 96px;
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}
.pv-gallery-thumbs .gallery-wrapper-thumbs {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 10px auto -30px;
  max-width: 90%;
  overflow-x: auto;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.pv-gallery-thumbs .gallery-wrapper-thumbs:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.pv-gallery-thumbs .gt-item {
  margin-left: 5px;
  margin-right: 5px;
}
.wb-loading svg {
  -webkit-animation: anm360 0.75s linear infinite;
  animation: anm360 0.75s linear infinite;
  display: block;
  height: 35px;
  width: 35px;
}
.wb-loading svg .main-color {
  stop-color: var(--wb-theme-color, #132159);
}
.wb-gallery-ctrl {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.wb-gallery-ctrl:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.wb-gallery-ctrl:hover svg {
  fill: #fff;
}
.wb-gallery-ctrl:active {
  -webkit-transform: translateY(-50%) scale(0.85);
  transform: translateY(-50%) scale(0.85);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.wb-gallery-ctrl.btn-prev {
  left: 0;
}
.wb-gallery-ctrl.btn-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wb-gallery-ctrl.btn-next {
  right: 0;
}
.wb-gallery-ctrl svg {
  fill: hsla(0, 0%, 100%, 0.5);
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}
.dragscroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  cursor: -webkit-grab;
  cursor: grab;
}
@-webkit-keyframes anm360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes anm360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media (max-width: 640px) {
  .gallery-panel {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .gallery-panel .gallery-wrapper {
    margin-right: 0;
  }
  .gallery-panel .zoom-badge {
    display: none;
    z-index: -1;
  }
  .gallery-thumbs {
    height: 86px;
    overflow: hidden;
    padding-right: 0;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .gallery-thumbs .gallery-wrapper-thumbs {
    -webkit-overflow-scrolling: touch;
    margin-left: -5px;
    margin-right: -5px;
    overflow-x: auto;
    padding-bottom: 20px;
    white-space: nowrap;
    width: calc(100vw - 45px);
  }
  .gallery-thumbs .gt-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .gallery-thumbs .gt-item + .gt-item {
    margin-top: 0;
  }
}
/* ==========================================================================
   新三栏布局样式覆盖
   ========================================================================== */
   
/* 主体三栏布局 - 强制覆盖原有样式 */
.container-index {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  display: grid !important;
  gap: 30px !important;
}

.container-index.three-column {
  grid-template-columns: 300px 1fr 300px !important;
  grid-template-areas: "left main right" !important;
}

.container-index.two-column {
  grid-template-columns: 1fr 300px !important;
  grid-template-areas: "main right" !important;
}

/* 左侧热门快捷区 */
.left-sidebar {
  grid-area: left !important;
}

/* 主内容区 */
.main-content {
  grid-area: main !important;
  min-width: 0 !important;
}

/* 右侧边栏 */
.right-sidebar {
  grid-area: right !important;
}

/* 分类导航样式 */
.category-navigation {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
  margin-bottom: 20px;
}

.category-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.category-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.category-nav-item:hover {
  background: var(--wb-main-color, #2196F3);
  color: white;
  border-color: var(--wb-main-color, #2196F3);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.category-icon {
  font-size: 16px;
}

.category-count {
  font-size: 12px;
  opacity: 0.7;
}

/* Header搜索区域样式 */
.header-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-search form {
  display: flex;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  overflow: hidden;
}

.header-search input[type="search"] {
  flex: 1;
  border: none;
  padding: 8px 12px;
  background: transparent;
  color: white;
  font-size: 14px;
}

.header-search input[type="search"]::placeholder {
  color: rgba(255,255,255,0.7);
}

.header-search button {
  background: rgba(255,255,255,0.2);
  border: none;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.header-search button:hover {
  background: rgba(255,255,255,0.3);
}

.hot-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.hot-tags span {
  color: rgba(255,255,255,0.8);
}

.hot-tags a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255,255,255,0.1);
  transition: 0.3s ease;
}

.hot-tags a:hover {
  background: rgba(255,255,255,0.2);
  color: white;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .container-index.three-column {
    grid-template-columns: 1fr 280px !important;
    grid-template-areas: "main right" !important;
  }
  
  .left-sidebar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .container-index.three-column,
  .container-index.two-column {
    grid-template-columns: 1fr !important;
    grid-template-areas: 
      "main"
      "right" !important;
  }
  
  .category-nav-inner {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
}

.container-index .main {
  padding-top: 20px;
}
.container-index .btn.btn-load-more {
  display: inline-block;
}
.container-index .title-floor {
  margin-top: 20px;
}
.title-floor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.title-floor h3 {
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  position: relative;
}
.title-floor h3:before {
  background-color: var(--wb-aux-color, #63af8a);
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 6px;
}
.title-floor .tf-ft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  text-align: right;
}
@media (max-width: 640px) {
  .title-floor {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .articles-list + .title-floor {
    padding-top: 30px;
  }
}
body,
html {
  min-height: 100vh;
}
body {
  background-color: var(--wb-bgc, #f8f8f8);
  font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue,
    Helvetica, Arial, 微软雅黑, microsoft yahei, sans-serif;
  font-size: var(--wb-bfs, 12px);
  line-height: 1.5;
}
a,
body {
  color: var(--wb-bfc, #666);
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: var(--wb-theme-color, #2778ff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
::-moz-selection {
  background: var(--wb-theme-color, #132159);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--wb-theme-color, #132159);
  color: #fff;
  text-shadow: none;
}
input:focus {
  -webkit-box-shadow: 0 0 2px var(--wb-theme-color, #132159);
  box-shadow: 0 0 2px var(--wb-theme-color, #132159);
}
.pw {
  margin: 0 auto;
  max-width: var(--wb-page-width, 1200px);
  min-width: 320px;
}
.container,
.pw-v {
  position: relative;
}
.container {
}
@media (max-width: 640px) {
  .container {
    padding-top: 20px;
  }
}
.bread-crumbs + .container {
  padding-top: 0;
}
.bread-crumbs {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bread-crumbs .inner {
  height: 40px;
  line-height: 40px;
}
.sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: var(--wb-bfs, 12px);
  text-align: left;
  white-space: normal;
  width: 300px;
  padding: 0 15px;
}
.sidebar .sb-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content {
  font-size: var(--wb-bfs, 12px);
}

/* 优化主内容区域和侧边栏的布局 */
.main-detail .content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  align-items: start;
}

/* 确保主内容区域有足够的空间 */
.main-detail .content > *:first-child {
  min-width: 0;
  overflow: hidden;
}

/* 侧边栏固定宽度 */
.main-detail .content > *:last-child {
  width: 300px;
  flex-shrink: 0;
}
.bktop {
  background-color: rgba(21, 34, 86, 0.45);
  border-radius: 10px;
  bottom: 50px;
  display: none;
  font-size: 0;
  height: 64px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 64px;
  z-index: 60;
}
.bktop svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
.bktop:hover {
  background-color: var(--wb-theme-color, #132159);
}
@media (max-width: 1200px) {
  .bktop {
    bottom: 70px;
    height: 45px;
    line-height: 41px;
    right: 5px;
    width: 45px;
  }
}
@media (max-width: 1280px) {
  .pw {
    max-width: 95%;
  }
  
  .header-container,
  .main-detail .content,
  .article-header-section {
    max-width: 95%;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    width: 280px;
    padding: 0 10px;
  }
  
  /* 文章头部响应式调整 */
  .article-header-section {
    padding: 30px 0;
  }
  
  .header-container {
    padding: 0 25px;
  }
  
  .header-layout {
    gap: 25px;
  }
  
  .header-right {
    max-width: calc(100% - 105px); /* 80px + 25px gap */
    flex-direction: column;
    gap: 20px;
  }
  
  .header-download {
    width: 100%;
    order: -1; /* 在移动端，下载区域显示在上方 */
    padding: 14px;
  }
}
@media (max-width: 640px) {
  .bread-crumbs {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pw {
    max-width: none;
  }
  
  .header-container,
  .main-detail .content,
  .article-header-section {
    max-width: none;
  }
  
  /* 移动端文章头部优化 */
  .article-header-section {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  
  .header-container {
    padding: 0 15px;
  }
  
  .header-layout {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  
  .header-left {
    width: 80px;
    height: 80px;
  }
  
  .header-right {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    gap: 15px;
  }
  
  .header-info {
    text-align: center;
  }
  
  .header-download {
    width: 100%;
    order: -1;
    padding: 12px;
  }
  
  .header-download .download-info {
    margin-bottom: 12px;
    gap: 4px;
  }
  
  .header-download .download-info .info-item {
    padding: 3px 8px;
    font-size: 12px;
  }
  
  .header-download .wb-download-btn {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .software-icon {
    width: 80px;
    height: 80px;
  }
  
  .main,
  .pw {
    width: 100%;
  }
  .main {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar {
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
  
  .sidebar .widget {
    margin-bottom: 20px;
  }
  
  .sidebar .widget input,
  .sidebar .widget select,
  .sidebar .widget textarea {
    font-size: 16px; /* 防止iOS缩放 */
  }
  .container {
    min-height: calc(100vh - 144px);
    padding-top: 0;
  }
}
.wbui {
  position: relative;
  z-index: 19891014;
}
.wbui * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wbui-main,
.wbui-mask {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.wbui-mask {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
.wbui-main {
  display: table;
  pointer-events: none;
}
.wbui-main .wbui-section {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.wbui-title {
  border-bottom: 1px solid var(--wb-bbc, #f0f0f0);
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-left: 10px;
}
.wbui-close {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.wbui-close i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M13.7.3c-.4-.4-1-.4-1.4 0L7 5.6 1.7.3C1.3-.1.7-.1.3.3c-.4.4-.4 1 0 1.4L5.6 7 .3 12.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3L7 8.4l5.3 5.3c.2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 0-1.4L8.4 7l5.3-5.3c.4-.4.4-1 0-1.4'/%3E%3C/svg%3E");
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  width: 14px;
}
.wbui-child {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wbui-dialog .wbui-child {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid var(--wb-bbc, #f0f0f0);
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  pointer-events: auto;
  position: relative;
  text-align: left;
  width: 320px;
}
.wbui-toast .wbui-child {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.wbui-toast .wbui-cont {
  padding: 10px;
}
.wbui-loading .wbui-child {
  background: none;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  min-width: 40px;
  width: auto;
}
.wbui-loading .wbui-cont {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
}
.wbui-loading .wbui-cont i {
  -webkit-animation: wbui-loading-anim 1.4s ease-in-out infinite;
  animation: wbui-loading-anim 1.4s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  width: 12px;
}
.wbui-loading .wbui-cont i:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  margin-left: 0;
}
.wbui-loading .wbui-cont i.wbui-load {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.wbui-loading .wbui-cont p {
  margin-top: 20px;
}
.wbui-loading .wbui-cont > div {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-top: 7px;
}
.wbui-iframe .wbui-main {
  pointer-events: auto;
}
.wbui-iframe .wbui-child {
  background-color: var(--wb-bgcl, #fff);
  border: 1px solid var(--wb-bbc, #f0f0f0);
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.16);
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
}
.wbui-iframe .wbui-cont {
  height: 100%;
  padding: 0;
}
.wbui-iframe .wbui-title {
  margin: 0;
  text-align: left;
}
.wbui-iframe .wbui-title + .wbui-cont {
  height: calc(100% - 41px);
}
.wbui-iframe iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.wbui-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wbui-cont {
  line-height: 22px;
  padding: 50px 30px;
  text-align: center;
}
.wbui-btn {
  border-top: 1px solid var(--wb-bbc, #f0f0f0);
  font-size: 0;
  height: 45px;
  line-height: 45px;
  text-align: right;
  width: 100%;
}
.wbui-btn,
.wbui-btn span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.wbui-btn span {
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  min-width: 70px;
  text-align: center;
  vertical-align: middle;
}
.wbui-btn span[yes] {
  background-color: var(--wb-theme-color, #132159);
  color: var(--wb-bgcl, #fff);
}
.wbui-btn span[yes]:active,
.wbui-btn span[yes]:hover {
  background-color: var(--wb-theme-hover-color, #0f1944);
}
.wbui-btn span[no] {
  border: 1px solid var(--wb-wk, #999);
  line-height: 26px;
}
.wbui-btn span[no]:active,
.wbui-btn span[no]:hover {
  background-color: #f2f2f2;
}
.wbui-msg .wbui-cont {
  padding: 10px 20px;
}
@-webkit-keyframes wbui-loading-anim {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wbui-loading-anim {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wbui-anim-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.18, 1.18, 1);
    transform: scale3d(1.18, 1.18, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes wbui-anim-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.18, 1.18, 1);
    transform: scale3d(1.18, 1.18, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes wbui-anim-def {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wbui-anim-def {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wbui-anim-fade {
  -webkit-animation-name: wbui-anim-fade;
  animation-name: wbui-anim-fade;
}
.wbui-anim-def {
  -webkit-animation-name: wbui-anim-def;
  animation-name: wbui-anim-def;
}

/* ========== 简单优化开始 ========== */

/* 1. 文章卡片悬浮效果 */
.articles-list .post {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.articles-list .post:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* 2. 按钮交互优化 */
.btn, .wb-btn, .btn-outlined {
  transition: all 0.3s ease;
}
.btn:active, .wb-btn:active {
  transform: scale(0.98);
}

/* 3. 返回顶部按钮 */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--wb-theme-color, #132159);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
#back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* 4. 链接下划线动画 */
.post-title {
  position: relative;
  text-decoration: none !important;
}
.post-title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--wb-theme-color, #132159);
  transition: width 0.3s ease;
}
.post-title:hover::after {
  width: 100%;
}

/* 5. 表单焦点优化 */
.form-control:focus {
  border-color: var(--wb-theme-color, #132159);
  box-shadow: 0 0 0 3px rgba(19, 33, 89, 0.1);
  outline: none;
  background-color: #fff;
}

/* 6. 滚动进度条 */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #6a6a6a;
  z-index: 9999;
  transition: width 0.1s ease;
}

/* 7. 侧边栏小部件优化 */
.sidebar .widget {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}
.sidebar .widget:hover {
  transform: translateX(-2px);
  box-shadow: -3px 0 10px rgba(0,0,0,0.05);
}

/* 修复搜索框居中问题 */
.sidebar .wp-block-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sidebar .wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.sidebar .wp-block-search .wp-block-search__button {
  width: 100%;
  max-width: 100%;
}

/* 修复小工具内容宽度 */
.sidebar .widget * {
  max-width: 100%;
  box-sizing: border-box;
}

/* 确保小工具标题不超出 */
.sidebar .widget .widgettitle,
.sidebar .widget h2,
.sidebar .widget h3 {
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* 修复标签云显示 */
.sidebar .widget .tagcloud {
  text-align: center;
}

.sidebar .widget .tagcloud a {
  display: inline-block;
  margin: 3px;
  padding: 5px 10px;
  background: #f8f8f8;
  border-radius: 15px;
  text-decoration: none;
  font-size: 12px !important;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-word;
}

/* 修复分类列表显示 */
.sidebar .widget .cat-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  word-break: break-word;
}

.sidebar .widget .cat-item:last-child {
  border-bottom: none;
}

/* 修复最新文章列表 */
.sidebar .widget .recent-posts {
  list-style: none;
  padding: 0;
}

.sidebar .widget .recent-posts li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  word-break: break-word;
}

.sidebar .widget .recent-posts li:last-child {
  border-bottom: none;
}

.sidebar .widget input,
.sidebar .widget select,
.sidebar .widget textarea {
  width: 100%;
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar .widget ol {
  padding-left: 20px;
  margin: 0;
}

.sidebar .widget li {
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 8px;
}

.sidebar .widget a {
  word-wrap: break-word;
  word-break: break-word;
}

/* 8. 标签云美化 */
.hot-tags a {
  transition: all 0.2s ease;
  display: inline-block;
  margin: 3px;
  padding: 5px 10px;
  background: var(--wb-bgc, #f8f8f8);
  border-radius: 15px;
}
.hot-tags a:hover {
  background: var(--wb-theme-color, #132159);
  color: white;
  transform: scale(1.05);
}

/* 9. 下载次数显示 */
.meta-downloads {
  color: #4caf50;
}
.meta-downloads svg {
  fill: #4caf50;
}

/* 10. 下载图标SVG */
.wbsico-download {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* ========== 图片懒加载增强样式 ========== */

/* 图片加载状态 */
img[loading="lazy"] {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

img[loading="lazy"]:not(.loaded) {
  background-color: #f0f0f0;
  background: rgba(255,255,255,0.3);
  background-size: 20px 20px;
  animation: loading-animation 1s linear infinite;
}

@keyframes loading-animation {
  0% { background-position: 0 0; }
  100% { background-position: 20px 20px; }
}

img.loaded {
  background: none !important;
}

/* 高优先级图片立即显示 */
img[data-priority="high"] {
  background: none !important;
}

/* WebP支持检测样式 */
.webp-support img[data-webp] {
  background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==);
}

/* 响应式图片优化 */
img {
  height: auto;
  max-width: 100%;
}

/* 缩略图优化 */
.thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ========== 简单优化结束 ========== */

