/*
Theme Name:     B2子主题——Master
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
.b2-menu-2 .sub-menu-0 > li > a::after {
  content: "主页" !important;
}

/* logo扫光 */
.logo {
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 0px;
}
.logo:before {
  content: "";
  position: absolute;
  left: -665px;
  top: -460px;
  width: 200px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 6s ease-in 0s infinite;
  -o-animation: searchLights 6s ease-in 0s infinite;
  animation: searchLights 6s ease-in 0s infinite;
}
@-moz-keyframes searchLights {
  50% {
    left: -100px;
    top: 0;
  }
  65% {
    left: 120px;
    top: 100px;
  }
}
@keyframes searchLights {
  40% {
    left: -100px;
    top: 0;
  }
  60% {
    left: 120px;
    top: 100px;
  }
  80% {
    left: -100px;
    top: 0px;
  }
}
/* logo扫光结束 */
/* 自定义的css */
.logo img {
  /*height:38px !important;   */
}
.top-menu{
  width: 100%;
  margin-right: 42px;
}
.top-menu .top-menu-ul{

  justify-content: space-between;
}
.top-menu ul li.depth-0 > a {
  font-size: 16px;
  padding: 0;
  color: #333;
}

.social-top .header-banner-left .menu li a {
  font-size: 15px;
}

.header-banner-left .menu li.current-menu-item a:after {
  display: none;
}

.top-style .b2small,
.top-style-bottom .b2small {
  right: 7px;
  top: 12px;
}

.footer-qr {
  display: flex;
  justify-content: space-between;
}
/* 自定义的css结束 */

.baiduseo_linkhh_box_container {
  background-color: #030d28 !important;
}
.baiduseo_linkhh_box {
  color: #d6d6d6;
}

/*ahap*/
.el-popup-parent--hidden {
  padding-right: 0 !important;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 2200;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2200;
  opacity: 0;
  background: #6062667a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-overlay {
  opacity: 1;
  visibility: visible;
  transform: perspective(1px) scale(1);
  transition:
    visibility 0s linear 0s,
    opacity 0.15s 0s,
    transform 0.15s;
}
.xmw-modal-part.modal-show {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
.xmw-modal-part,
.xmw-modal-part.modal-show {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.xmw-modal-part {
  position: fixed;
  left: 0;
  right: 0;
  top: -150%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.xmw-modal-login-panel .xmw-wrap {
  width: 530px;
  border-radius: 4px;
  overflow: visible;
  position: relative;
  margin: 0 auto;
}
.xmw-modal-login-panel .wxlogin-main {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.no-has {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.user-medal-info {
  font-size: 12px;
  padding: 2px 6px;
  line-height: 1.4;
}
.user-medal-info {
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.15s;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  text-align: center;
  font-weight: 400;
  box-shadow: none;
  color: #888;
  text-shadow: 0 0 0;
  line-height: 1.44;
}
.medal-icon {
  margin: 0 3px;
  transform: scale(136%);
  -webkit-animation: lazy_fade 0.5s;
  animation: lazy_fade 0.5s;
  height: 1.1em;
  max-width: 6em;
  vertical-align: -0.15em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.ml3 {
  margin-left: 3px;
}
.comment_Medal {
  height: 1.5em;
  width: 1.5em;
  margin-left: 5px;
}
.Large_search_box .box_image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .xmw-modal-login-panel .xmw-wrap {
    width: 95%;
  }
  .md-modal {
    width: 100%;
  }
}

.avatar-vip {
  animation: light 4s ease-in-out infinite;
  transition: 0.5s;
}

@keyframes light {
  0% {
    box-shadow: 0 0 4px #ff0000;
  }

  25% {
    box-shadow: 0 0 16px #00ff00;
  }

  50% {
    box-shadow: 0 0 4px #0000ff;
  }

  75% {
    box-shadow: 0 0 16px #00ff00;
  }

  100% {
    box-shadow: 0 0 4px #ff0000;
  }
}

.comment-item-hidden {
  visibility: unset;
}
.topic-name-data > a {
  display: flex;
  align-items: center;
}
.topic-name-data b {
  margin-right: 5px;
}
.topic-name-data .lv-icon b {
  font-weight: unset;
  font-size: unset;
  color: unset;
}
.top-banner-img img {
  max-height: 240px;
  width: 100%;
}

.page-id-574 #primary-home,
.page-id-631 #primary-home {
  max-width: 100% !important;
}

#post-574 .entry-header {
  display: none;
}
#post-574 .entry-content p {
  margin-bottom: 0;
}
#post-574.single-article {
  padding: 0;
  background: unset;
  box-shadow: none;
}

#post-631 .entry-header {
  display: none;
}
#post-631 .entry-content p {
  margin-bottom: 0;
}
#post-631.single-article {
  padding: 0;
  background: unset;
  box-shadow: none;
}

.b2-menu-1 .sub-menu-0 li a p,
.b2-menu-1 .sub-menu-0 li a p {
  display: none;
}

.tax-title h1{
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;
}
#top-menu-ul > li.depth-0.has_children.b2-menu-2 > ul > li:nth-child(1) > ul {
  display: none;
}
#top-menu-ul > li.depth-0.has_children.b2-menu-2 > ul > li:nth-child(2) > ul {
  display: none;
}

.current-menu-text {
  color: #2f86ff;
}

/*打赏*/
.author .ds .ds-money {
  display: flex;
  flex-flow: wrap;
}
.author .ds .ds-money li {
  width: 33.333%;
}

.author .ds .ds-money li .ds-item {
  cursor: pointer;
  height: 45px;
}
.author .ds .ds-money .picked .ds-item {
  border-color: #f16b6f;
  color: #f16b6f;
}
.author .ds .ds-money span {
  font-size: 22px;
}
.author .ds .ds-money li .ds-item input[type="number"] {
  height: 100%;
}

#author-index .a-verify {
  padding: 14px 0;
  display: flex;
}

@media screen and (max-width: 768px) {
  #author-index .a-verify {
    padding: 16px;
  }
}

.b2-widget-infomation .widget-info-type span {
  display: block !important;
}
.b2-widget-infomation .widget-info-type {
  display: flex;
  justify-content: space-between;
}

.author-edit-list .user-edit-button {
  opacity: 1;
  visibility: visible;
}

.b2-single-content.circle-people,
.b2-single-content.infomation-people,
.b2-single-content.ask-people {
  width: 100% !important;
}

.verify-chenghao .verify-shiming {
  background-color: #ffffff;
}

.verify-chenghaos .verify-shiming {
  background-color: #f9f9f9;
}
.verify-step-2 h2.s {
  margin-top: 0;
  margin-left: 0;
}

.verify-step-2 h2.title {
  margin-top: 20px;
  margin-left: 0;
}

.verify-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#filter-top {
  font-size: 14px;
  font-weight: 400;
  overflow: inherit;
}

.filter-name {
  color: #333;
  font-weight: 500;
}
#filter-top ul li {
  gap: 12px;
}
.filter-items {
  gap: 8px;
  padding-bottom: 10px;
}

.filters-box .filter-items {
  border-bottom: dashed 1px rgba(153, 153, 153, 0.2);
}

.zg-filter-summary .filter-items {
  border-bottom: none;
}

.filter-items a {
  display: inline-flex;
  height: 30px;
  margin: 0;
  padding: 2px 12px;
  background: transparent;
}
.filter-items a.current {
  background: #3385ffff;
  color: #ffffff;
  border-radius: 4px;
}
#filter-top ul li.b2child-filter-toggle-row {
  position: relative;
  align-items: flex-start;
  padding-right: 55px;
}
#filter-top ul li.b2child-filter-toggle-row .filter-items {
  min-width: 0;
}
#filter-top .filter-items.b2child-filter-items-collapsible {
  overflow: hidden;
  max-height: var(--b2child-filter-collapsed-height);
  transition: max-height 0.2s ease;
}
#filter-top .filter-items.b2child-filter-items-collapsible.b2child-filter-items-expanded {
  max-height: none;
}
#filter-top .b2child-filter-toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 26px;
  min-height: 65px;
  padding: 5px 6px;
  border-radius: 4px;
  background: rgba(51, 133, 255, 0.1);
  border:none;

  color: #3385ff;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
#filter-top .b2child-filter-toggle .b2child-filter-toggle-text {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
}
#filter-top .b2child-filter-toggle::after {
  content: "";
  width: 5px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
#filter-top .b2child-filter-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}
/*#filter-top .b2child-filter-toggle:hover {*/
/*  color: #1d6dff;*/
/*  border-color: rgba(29, 109, 255, 0.28);*/
/*  box-shadow: 0 8px 20px rgba(29, 109, 255, 0.16);*/
/*}*/
.tax-title h1::after{
  background-color: transparent;
}
/* 征稿分类日期筛选 */
#filter-top ul li.zg-date-filter {
  display: block;
  padding: 0;
  margin-bottom: 0;
}
.zg-date-filter-form {
  width: 100%;
}
.zg-date-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  gap: 12px;
}
.zg-date-row + .zg-date-row {
  /* border-top: 1px dashed #eef0f3; */
}
.zg-date-row .filter-items {
  gap: 8px;
  align-items: center;
}
.zg-date-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.zg-date-option {
  padding: 3px 12px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.zg-date-option:hover {
  border: 1px dashed #ccc;
  background: #f5f6f7;
}
.zg-date-option.is-current {
  color: #fff;
  background: #3385ffff;
}
.zg-date-picker {
  position: relative;
  display: flex;
  align-items: center;
  height: 33px;
  padding: 0 6px 0 10px;
  background: #fff;

  border: solid 1px transparent;
  border-radius: 4px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  background-color: rgba(254, 157, 69, 0.1);
}
.zg-date-picker.has-value,
.zg-date-picker.is-open {
  border-color: #fe9d45ff;
  background-color: rgba(254, 157, 69, 0.1);
}
.zg-date-input {
  /* width: 95px; */
  border: none !important;
  background: transparent;
  font-size: 13px;
  line-height: 28px;
  color: #1f2329;
  outline: none;
  border: none;
  font-weight: 500;
  padding: 0 12px 0 5px;
  text-align: left;
}
.zg-calendar-toggle {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url("Assets/images/zg/calendar.png") center/22px no-repeat;
  cursor: pointer;
}
.zg-date-submit {
  display: none;
}
.zg-calendar-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 320px;
  max-width: 90vw;
  padding: 16px;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  z-index: 99;
  display: none;
}
.zg-date-picker.is-open .zg-calendar-panel {
  display: block;
}
.zg-calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -7px 0;
  padding: 2px 0;
  background: #f5f5f5;
  border-radius: 4px;
  position: relative;

}
.zg-calendar-title {
  font-size: 15px;
  font-weight: 600;
  color: #2b2f36;
}
.zg-calendar-nav {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  background: #f5f5f5 url("Assets/images/zg/left_arrow.png") center/12px 12px no-repeat;
  padding: 0;
  color: #4e5969;
  cursor: pointer;
  font-size: 0;
}
.zg-calendar-nav[data-dir="1"] {
  transform: scaleX(-1);
}
.zg-calendar-close {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 30px;
  height: 30px;
  border: none;
  background: url("Assets/images/zg/close.png") center/16px 16px no-repeat;
  cursor: pointer;
  display: none;
}
.zg-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 12px;
  color: #9aa0a6;
  margin-bottom: 10px;
}
.zg-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.zg-calendar-day {
  height: 34px;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  color: #2b2f36;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.zg-calendar-day:hover {
  background: #f2f3f5;
}
.zg-calendar-day.is-muted {
  color: #c0c4cc;
}
.zg-calendar-day.is-today {
  background-color: #3385ffff;
  color: #fff;
}
/*.zg-calendar-day.is-today::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: 4px;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  margin-left: -3px;*/
/*  background: #fff;*/
/*  border-radius: 50%;*/
/*}*/
.zg-calendar-day.is-selected {
  background: #3385ffff;
  color: #fff;
}
.zg-calendar-day.is-selected::after {
  display: none;
}
.zg-filter-summary .filter-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;

}
.zg-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.zg-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 24px;
  background: #3385ffff;
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  font-weight: 400;
}
.zg-filter-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  text-decoration: none;
  background: url("Assets/images/zg/close.png") center/17px 17px no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  right: -8px;
  top: -14px;
}
.zg-filter-clear {
  text-decoration: none;
  padding: 2px 14px !important;
  border-radius: 8px !important;
  border: 1px solid #fe4545ff !important;
  color: #fe4545ff !important;
  background: #fe45451a !important;
  font-size: 13px;
  margin: 0 !important;
  font-weight: 400;
  height: auto !important;
}

/*.tax-search input {*/
/*  padding: 9px 38px 9px 10px;*/
/*}*/
/*.tax-search button {*/
/*  padding: 5px 12px;*/
/*}*/
.tax-info-item .fliter-button {
  background-color: #fff;
  border: 0;
  color: #121212;
  font-size: 14px;
  padding: 10px 16px;
  display: block;
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
.zg-link {
  background: #3385ffff;
  color: #fff;
  display: flex;
  border-radius: 4px;
  font-size: 14px;
  align-items: center;
  padding: 0px 10px 0 4px;
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
.zg-link img {
  width: 38px;
  height: 38px;
}

.b2child-archive-title-link {
  display: block;
  color: inherit;
  transition: transform 0.3s ease;
  transform-origin: center;
  font-size: inherit;
}
.b2child-archive-title-link:hover{
  /*transform: scale(1.05);*/
  font-size: inherit;
  text-decoration:underline;
}
.b2child-archive-title-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.b2child-archive-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.b2child-archive-title-icon svg {
  width: 1em;
  height: 1em;
}

.b2child-archive-title-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .zg-date-row {
    padding: 8px 12px;
    align-items: flex-start;
  }
  .zg-date-row .filter-name {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }
  .zg-date-row .filter-items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*height: 37px;*/
    overflow-x: inherit;
    /*overflow-y: hidden;*/
    white-space: nowrap;
    gap: 6px;
  }
  .zg-date-options {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .zg-date-picker {
    width: auto;
    flex: 0 0 auto;
    min-width: 110px;
  }
  .zg-date-input {
    width: auto;
    flex: 0 0 auto;
  }
  .zg-calendar-panel {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
  body.zg-calendar-open {
    overflow: hidden;
  }
  .zg-calendar-close {
    display: block;
  }
  .zg-date-picker.is-open .zg-calendar-panel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    border-radius: 0;
    border: none;
    padding: 16px 16px 24px;
    box-shadow: none;
    z-index: 9999;
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .zg-date-option {
    padding: 0 8px;
    font-size: 12px;
  }
  .zg-date-picker {
    height: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .filter-items {
    display: flex;
  }
}

/* 征稿卡片列表样式（post-7） */
.post-7 .post-7-li .item-in {
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  position: relative;
  height: 100%;
  margin: 0;
}

/* 单篇样式：期刊征稿（post-style-7） */
.zg-journal-summary {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(31, 35, 41, 0.06);
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.zg-journal-summary-block {
  width: 100%;
  margin: 0 0 24px;
}
.zg-journal-summary-thumb {
  /*flex: 0 0 122px;*/
  width: 122px;
  height: 168px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background: #f3f5f7;
}
.zg-journal-summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zg-journal-summary-main {
  flex: 1;
  min-width: 0;
}
.zg-journal-summary-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 14px;
}
.zg-journal-summary-meta {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
.zg-journal-summary-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.zg-journal-summary-item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #4e5969;
}
.zg-journal-summary-label {
  color: #666;
  flex: 0 0 auto;
}
.zg-journal-summary-value {
  color: #666;
  flex: 1 1 auto;
  min-width: 0;
}
.zg-journal-summary-divider {
  width: 1px;
  align-self: stretch;
  background: #e6e8eb;
}

@media (max-width: 1399px) {


  .zg-journal-summary {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .zg-journal-summary {
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 16px;
  }
  .zg-journal-summary-thumb {
    width: 122px;
    height: 168px;
    align-self: center;
  }
  .zg-journal-summary-meta {
    flex-direction: column;
    gap: 14px;
  }
  .zg-journal-summary-divider {
    display: none;
  }
}
@media (max-width: 480px) {
  .zg-journal-summary {
    padding: 16px;
  }
  .zg-journal-summary-title {
    font-size: 18px;
  }
  .zg-journal-summary-item {
    font-size: 13px;
  }
}

/* 单篇样式：导师专家库（post-style-8） */
.mentor-expert-article {
  overflow: visible;
}
.mentor-expert-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 12px;
  margin: 0 0 20px;
  align-items: stretch;
}
.mentor-expert-card {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  padding: 14px 16px;
  min-width: 0;
}
.mentor-expert-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 70px;
  background: #666;
}
.mentor-expert-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mentor-expert-avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f96a3;
  font-size: 12px;
}
.mentor-expert-info {
  flex: 1;
  min-width: 0;
}
.mentor-expert-name-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.mentor-expert-name {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  color: #2f3338;
}
.mentor-expert-teacher-id {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fe9d4533;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.mentor-expert-edu-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 4px;*/
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
}
.mentor-expert-separator {
  /*color: #8a93a0;*/
}
.mentor-expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mentor-expert-tag {
  display: inline-flex;
  align-items: center;
  /*height: 24px;*/
  padding: 5px;
  border-radius: 4px;
  background: #3385FF1A;
  color: #3385FFFF;
  font-size: 12px;
}
.mentor-expert-tag:hover {
  background: #d6e4ff;
}
.mentor-expert-action {
  margin-left: auto;
  position: relative;
  flex: 0 0 auto;
  padding-right: 72px;
}
.mentor-expert-consult-btn {
  min-width: 118px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #FE9D45FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  cursor: pointer;
}
.mentor-expert-consult-panel {
  position: absolute;
  right: 52px;
  top: 46px;
  z-index: 5;
  width: 156px;
  padding: 10px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 27, 45, 0.14);
}
.mentor-expert-consult-panel p {
  margin: 0 0 8px;
  font-size: 12px;
  color: #4b5563;
  text-align: center;
}
.mentor-expert-consult-panel img {
  width: 100%;
  height: auto;
  display: block;
}
.mentor-expert-qr-text {

  flex: 1 1 auto;
}

.mentor-expert-qr-side {
  /*flex-basis: 270px;*/
  /*width: 220px;*/
  /*min-width: 220px;*/
  background: rgba(254, 157, 69, 0.05);
  background: linear-gradient(180deg, rgba(254, 157, 69, 0.2) 0%, rgba(254, 157, 69, 0.1) 30%, rgba(255, 255, 255, 1) 100%);
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mentor-expert-qr-title {
  margin: 0;
  color: #3a3126;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  position: relative;
  z-index: 0;
}

.mentor-expert-qr-title::before {
  content: "";
  position: absolute;
  left: calc(50% - 53px);
  bottom: 4px;
  width: 107px;
  height: 5px;

  background: rgba(254, 157, 69,1);
  background: linear-gradient(90deg, rgba(254, 157, 69, 0) 0%, rgba(254, 157, 69, 1) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}
.mentor-expert-qr-sub {
  margin: 6px 0 0;
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.mentor-expert-qr-img {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 3px;
  /* padding: 4px; */
  border: 5px solid #FE9D451a;

}
.mentor-expert-qr-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mentor-expert-top.no-qr .mentor-expert-card {
  width: 100%;
}
.mentor-expert-top.no-qr {
  grid-template-columns: minmax(0, 1fr);
}

/* 导师专家详情：科研项目推荐 */
.mentor-research-projects {
  margin-top: 28px;
}
.mentor-research-projects-title {
  margin: 0 0 14px;
}
.mentor-research-projects-title img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 100%;
}
.mentor-research-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mentor-research-project-card {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.mentor-research-project-thumb {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 285/157;
}
.mentor-research-project-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mentor-research-project-body {
  margin-top: 15px;
  min-width: 0;
}
.mentor-research-project-meta {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #fe9d45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mentor-research-project-body h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.mentor-research-project-body h3 a {
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mentor-research-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.mentor-research-project-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: 126px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #3385ff1a;
  color: #3385ff;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1399px) {
  .mentor-expert-top {
    grid-template-columns: minmax(0, 1fr) 204px;
  }
  .mentor-expert-card {
    padding: 12px 14px;
  }
  .mentor-expert-name {
    font-size: 16px;
  }
  .mentor-expert-teacher-id {
    height: 26px;
    padding: 0 10px;
    font-size: 12px;
  }
  .mentor-expert-edu-row {
    font-size: 13px;
  }
  .mentor-expert-tag {
    height: 22px;
    font-size: 12px;
    padding: 0 8px;
  }
  .mentor-expert-consult-btn {
    height: 34px;
    min-width: 110px;
    font-size: 13px;
    padding: 0 14px;
  }

  .mentor-expert-qr-side {
    width: 204px;
    min-width: 204px;
    padding: 12px 10px;
  }
  .mentor-expert-qr-title {
    font-size: 14px;
  }
  .mentor-expert-qr-sub {
    font-size: 12px;
  }
  .mentor-expert-qr-img {
    width: 82px;
    height: 82px;
  }
  .mentor-research-projects-grid {
    gap: 12px;
  }
  .mentor-research-project-body h3 {
    font-size: 15px;
  }
  .mentor-research-project-tag {
    max-width: 112px;
  }
}
@media (max-width: 768px) {
  .mentor-expert-top {
    grid-template-columns: 1fr;
  }
  .mentor-expert-card {
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .mentor-expert-action {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .mentor-expert-consult-btn {
    min-width: 100%;
  }
  .mentor-expert-consult-panel {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .mentor-expert-top{
    margin-bottom: 10px;
  }
  .mentor-expert-qr-side {
    display: none;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 14px;
  }
  .mentor-expert-qr-img {
    width: 88px;
    height: 88px;
  }
  .mentor-expert-qr-title {
    font-size: 14px;
  }
  .mentor-expert-qr-sub {
    font-size: 12px;
  }
  .mentor-research-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mentor-research-projects-title img {
    height: 24px;
  }
  .mentor-research-project-body h3 {
    font-size: 14px;
  }
  .mentor-research-project-tag {
    max-width: 102px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .mentor-expert-card {
    padding: 10px;
  }
  .mentor-expert-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
  .mentor-expert-name {
    font-size: 15px;
  }
  .mentor-expert-teacher-id {
    height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }
  .mentor-expert-consult-btn {
    font-size: 12px;
    height: 32px;
  }
  .mentor-expert-qr-side {
    padding: 10px;
  }
  .mentor-expert-qr-img {
    width: 76px;
    height: 76px;
  }
  .mentor-expert-tag {
    height: 22px;
    padding: 0 7px;
    font-size: 11px;
  }
  .mentor-expert-edu-row {
    font-size: 12px;
  }
  .mentor-research-projects {
    margin-top: 24px;
  }
  .mentor-research-projects-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mentor-research-projects-title {
    margin-bottom: 12px;
  }
  .mentor-research-projects-title img {
    height: 22px;
  }
  .mentor-research-project-card {
    padding: 9px;
  }
  .mentor-research-project-body {
    margin-top: 8px;
  }
  .mentor-research-project-meta {
    font-size: 11px;
  }
  .mentor-research-project-body h3 {
    font-size: 13px;
  }
  .mentor-research-project-tags {
    gap: 5px;
    margin-top: 8px;
  }
  .mentor-research-project-tag {
    max-width: 96px;
  }
}

/* 期刊征稿详情模板 */
.zg-journal-template {
  color: #2a2f36;
}
.zg-journal-section-title:first-child {
  margin-top: 0;
}
.zg-journal-section-title {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  width: 226px;
  padding: 0 16px 0 52px;
  margin: 24px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2d3d;
  background: url("Assets/images/zg/journal-call-title@2x.png") no-repeat left center;
  background-size: auto 100%;
  white-space: nowrap;
}
.zg-journal-template .zg-journal-overview {
  margin: 0 0 16px;
}
.zg-journal-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
}
.zg-journal-overview-item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #3a4250;
  line-height: 1.8;
}
.zg-journal-overview-item.is-wide {
  grid-column: span 2;
}
.zg-journal-overview-item.is-full {
  grid-column: 1 / -1;
}
.zg-journal-overview-label {
  color: #333;
  flex: 0 0 auto;
}
.zg-journal-overview-value {
  color: #333;
  flex: 1 1 auto;
  min-width: 0;
}
.zg-journal-overview-strong {
  font-weight: 600;
  color: #2f3a46;
}
.single-zg .single-top-html{
  margin: 0;
}
.zg-journal-tags {
  margin: 0 0 0;
  font-size: 13px;
  color: #333;
  line-height: 1.8;
}
.zg-journal-template .zg-journal-requirements {
  background: #9999990a;
  margin: 0 0 16px;
  padding-top: 4px;
}
.zg-journal-notice{
  padding-left: 16px !important;
}
.zg-journal-requirement {
  margin: 0 !important;
  padding: 12px 0;
  font-size: 13px;
  color: #3a4250;
  line-height: 1.8;
  border-bottom: 1px dashed #9999994C;
}
.zg-journal-requirement:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.zg-journal-notice {
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 13px;
  color: #3a4250;
  line-height: 1.9;
  list-style: decimal;
  list-style-position: outside;
}
.zg-journal-notice li {
  margin-bottom: 8px;
}
.zg-journal-notice li:last-child {
  margin-bottom: 0;
}
.zg-mentor-expert-template .zg-journal-section-title {
  margin-top: 36px;
  margin-bottom: 14px;
}
.zg-mentor-expert-template .zg-journal-section-title:first-child {
  margin-top: 0;
}
.zg-mentor-expert-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #4a4f57;
}

@media (max-width: 1399px) {
  .zg-journal-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zg-journal-overview-item.is-wide {
    grid-column: span 2;
  }
  .zg-journal-overview-item.is-full {
    grid-column: 1 / -1;
  }
}
@media (max-width: 768px) {
  .zg-journal-section-title {
    font-size: 16px;
    padding-left: 46px;
  }
  .zg-journal-overview-grid {
    grid-template-columns: 1fr;
  }
  .zg-journal-overview-item.is-wide {
    grid-column: span 1;
  }
  .zg-journal-overview-item.is-full {
    grid-column: span 1;
  }
  .zg-mentor-expert-template .zg-journal-section-title {
    margin-top: 32px;
  }
  .zg-mentor-expert-desc {
    font-size: 13px;
    line-height: 1.9;
  }
}
@media (max-width: 480px) {
  .zg-journal-section-title {
    min-height: 30px;
    font-size: 15px;
  }
  .zg-journal-overview-grid {
    gap: 10px 16px;
  }
  .zg-mentor-expert-template .zg-journal-section-title {
    margin-top: 28px;
  }
  .zg-mentor-expert-desc {
    font-size: 13px;
    line-height: 1.85;
  }
}
.post-7 .post-7-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 310/160;
}
.post-7 .post-7-thumb .post-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post-7 .post-7-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.post-7 .post-list-cat {
  margin-bottom: 8px;
}
.post-7 .post-7-body h2 {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 8px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-7 .post-7-body a {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
.post-7 .post-7-desc {
  font-size: 12px;
  color: #9aa1a9;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.post-7 .post-7-meta {
  border-top: 1px solid #f0f0f0;
  padding: 10px 14px 0;
  margin: 0 -14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.post-7 .post-7-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6f7680;
  line-height: 1.4;
}
.post-7 .post-7-meta-item-no-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
}
.post-7 .post-7-meta-icon-img {
  width: 14px;
  height: 14px;
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
}
.post-7 .post-7-end {
  position: absolute;
  right: 14px;
  bottom: 60px;
  width: 66px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* 期刊征稿卡片列表样式（post-8） */
.post-8 .post-8-li .item-in {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  align-items: stretch;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
  /*border: 1px solid #eef1f4;*/
  border-radius: 4px;
}
.post-8 .post-8-thumb {
  position: relative;
  width: 122px;
  height: 168px;
  flex: 0 0 122px;

  aspect-ratio: 122/168;
  border-radius: 5px;
  box-shadow: 0 2px 4px #99999980;



}


.post-8 .post-8-thumb .post-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post-8 .post-8-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.post-8 .post-list-cat {
  margin-bottom: 10px;
}
.post-8 .post-8-body h2 {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
  font-weight: 600;
  color: #2f3338;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-8 .post-8-body a {
  color: inherit;
}
.post-8 .post-8-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 10px;

}
.post-8 .post-8-meta-top {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}

.post-8 .post-8-meta-separator {
  width: 1px;
  background: #99999932;
  align-self: stretch;
}

.post-8 .post-8-meta-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  /*flex: 1 1  auto;*/
}

.post-8 .post-8-meta-item,
.post-8 .post-8-meta-row {
  font-size: 13px;
  color: #6f7680;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
}
.post-8 .post-8-meta-label {
  color: #666;
  white-space: nowrap;
}
.post-8 .post-8-meta-value {
  color: #666;
}
.post-8 .post-8-meta-bottom {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-8 .post-8-meta-row-status {
  align-items: flex-start;
}
.post-8 .post-8-meta-status {
  background: #fff2e6;
  color: #ff8a00;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
}

/* 导师专家卡片列表样式（post-9） */
.post-9 .post-9-li .item-in {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  /*box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);*/
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-9 .post-9-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.post-9 .post-9-avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
.post-9 .post-9-avatar .thumb-block {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.post-9 .post-9-avatar .post-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-9 .post-9-body {
  min-width: 0;
  flex: 1;
}
.post-9 .post-9-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.post-9 .post-9-head h2 {
  margin: 0;
  min-width: 0;
  flex: 1;
  font-size: 16px;
  /*line-height: 1.2;*/
  color: #333;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-9 .post-9-head h2 a {
  color: inherit;
}
.post-9 .post-9-teacher-id {
  flex: 0 0 auto;
  display: inline;
  align-items: center;
  width: 70px;
  text-overflow: ellipsis;
  /* height: 38px; */
  padding: 5px 0px 5px 11px;
  margin-right: -20px;
  border-radius: 100px 0 0 100px;
  background: rgba(254, 157, 69, 0.2);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.post-9 .post-9-edu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 5px;*/
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
}
.post-9 .post-9-edu-separator {
  /*color: #8d95a1;*/
}
.post-9 .post-9-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post-9 .post-9-tag {
  display: inline-flex;
  align-items: center;

  padding: 5px;
  border-radius: 4px;
  background: #3385FF1A;
  color: #3385FFFF;
  font-size: 12px;

}
.post-9 .post-9-tag:hover {
  background: #d6e4ff;
}
.post-9 .post-9-summary {
  border-top: 1px dashed #d8dde5;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-9 .post-9-link-block {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 4;
}
.post-9 .post-9-main,
.post-9 .post-9-summary {
  position: relative;
  z-index: 2;
}
.post-9.post-list ul.b2_gap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  margin: 0;
  gap: 15px;
}
.post-9.post-list ul.b2_gap > li {
  display: flex;
  width: calc((100% - 30px) / 3);
}


.zg_cat{
  margin-top: 30px;
}
.post-8.post-list ul.b2_gap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  margin: 0;
  gap: 15px;
}
.post-8.post-list ul.b2_gap > li {
  display: flex;
  width: calc(50% - 8px);
}
.post-8 .post-8-li .item-in {
  /*height: 100%;*/
  width:100%;
  margin:0;
}

@media (max-width: 1399px) {

  ul.b2_gap > li {
    width: calc(50% - 8px) !important;
  }
  .tax-search.tax-info-item{
    top:62px;
  }

  .zg-filter-summary .filter-items{
    /*padding: 10px 0;*/
    height: auto;
    overflow-x: inherit;
  }

  .b2_gap > li .item-in {
    margin: 0 !important;
  }
  .post-7.post-list ul.b2_gap > li
  {
    width: calc(50% - 14px) !important;
  }
  .post-9.post-list ul.b2_gap > li {
    width: calc((100% - 30px) / 3) !important;
  }
  .post-9 .post-9-head h2 {
    font-size: 24px;
  }
  .post-9 .post-9-teacher-id {
    height: 32px;
    padding: 0 12px;
    font-size: 16px;
  }
  .post-9 .post-9-edu {
    font-size: 18px;
  }
  .post-9 .post-9-tag {
    height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }
  .post-9 .post-9-summary {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .post-8.post-list ul.b2_gap > li {
    width: 100% !important;
  }
  .post-9.post-list ul.b2_gap > li {
    width: 100% !important;
  }
  .post-9 .post-9-li .item-in {
    padding: 12px;
  }
  .post-9 .post-9-main {
    gap: 10px;
  }
  .post-9 .post-9-avatar {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
  }
  .post-9 .post-9-head h2 {
    font-size: 20px;
  }
  .post-9 .post-9-edu {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .post-9 .post-9-tag {
    font-size: 13px;
  }
  .post-9 .post-9-summary {
    font-size: 13px;
    padding-top: 10px;
  }
  .zg_cat{
    margin-top: 10px;
  }
  .zg-link img{
    display:none;
  }
  .zg-link{
    padding: 0 4px;
    text-align: center;
    font-size: 12px;
  }


}

@media (max-width: 480px) {
  .zg_cat{
    margin-top: 5px;
  }
  .post-8 .post-8-li .item-in {
    padding: 16px;
  }
  .post-8 .post-8-meta-item,
  .post-8 .post-8-meta-row {
    font-size: 12px;
  }
  .post-8 .post-8-meta-top{

    gap:8px;
  }
  .post-8-meta-separator{
    display:none;
  }
  .post-8 .post-8-meta-item, .post-8 .post-8-meta-row{
    flex-wrap:wrap;
  }
  .post-8 .post-8-meta-label{
    color:#333;
    font-weight:500;
  }
  .post-9 .post-9-li .item-in {
    padding: 10px;
  }
  .post-9 .post-9-head {
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
  .post-9 .post-9-head h2 {
    font-size: 18px;
    flex: 0 0 100%;
  }
  .post-9 .post-9-teacher-id {
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
  }
  .post-9 .post-9-edu {
    font-size: 13px;
  }
  .post-9 .post-9-tag {
    height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 12px;
  }
  .post-9 .post-9-summary {
    font-size: 12px;
    line-height: 1.7;
  }
}

.post-pre-next.only-pre .post-next,
.post-pre-next.only-next .post-pre {

  visibility:hidden;
}

.post-pre-next.only-pre .post-pre,
.post-pre-next.only-next .post-next {
  width: 50%;
}

.post-style-6-top {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  max-height: 320px;
  overflow: hidden;
}

.post-style-6-top img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}



.zg-editors-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px ;
}

.zg-editors-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zg-editors-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #2b2f33;
  margin: 20px 0;
}

.zg-editors-title img {
  width: 561px;
  /* height: 20px; */
  display: inline-block;
}

.zg-editors-sub {
  font-size: 12px;
  color: #c7ced6;
  letter-spacing: 1px;
  white-space: nowrap;
}

.zg-editors-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.zg-editor-card {
  position: relative;
  background: #fff;


  padding: 18px 16px 20px;
  text-align: center;
box-shadow: 0px 2px 4px 0px rgba(153,153,153,0.5);
border-radius: 4px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.zg-editor-card:hover {
  box-shadow: 0 10px 24px rgba(47, 124, 246, 0.18);
  transform: translateY(-4px);
}

.zg-editor-card:hover .zg-editor-name {
  color: #2f7cf6;
}

.zg-editor-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #f6a23d;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
}

.zg-editor-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 6px auto 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f7fa;
}

.zg-editor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.zg-editor-card:hover .zg-editor-avatar img {
  transform: scale(1.04);
}

.zg-editor-avatar:focus-visible {
  outline: 2px solid #2f7cf6;
  outline-offset: 2px;
}

.zg-editor-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.zg-editor-meta {
  margin-top: 6px;
  font-size: 12px;
  color: #8a93a0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
}

.zg-editor-meta-sep {
  color: #c8ced6;
}

.zg-editor-follow {
  display: block;
  margin-top: 14px;
  background: #2f7cf6;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  text-decoration: none;
  border: none;
  width: 100%;
  transition: background 0.2s ease, color 0.2s ease;
}

.zg-editor-follow:hover {
  background: #1f6fe0;
}

.zg-editor-follow:focus-visible {
  outline: 2px solid #2f7cf6;
  outline-offset: 2px;
}

.zg-editor-follow.is-followed {
  background: #e9eef5;
  color: #7b8794;
}

.zg-editor-follow.is-followed:hover {
  background: #dfe6f1;
  color: #6c7784;
}

@media (max-width: 768px) {
  .zg-editor-card:hover {
    box-shadow: 0px 2px 4px 0px rgba(153,153,153,0.5);
    transform: none;
  }

  .zg-editor-card:hover .zg-editor-name {
    color: #333;
  }

  .zg-editor-card:hover .zg-editor-avatar img {
    transform: none;
  }
}

@media (max-width: 480px) {
  .zg-editor-card:hover {
    box-shadow: 0px 2px 4px 0px rgba(153,153,153,0.5);
    transform: none;
  }

  .zg-editor-card:hover .zg-editor-name {
    color: #333;
  }

  .zg-editor-card:hover .zg-editor-avatar img {
    transform: none;
  }
}

.zg-template-knowledge {
  background: #fff;
  border-radius: 4px;
  padding: 20px 22px;
  margin: 20px 0;
}

.zg-template-knowledge-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.zg-template-knowledge-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #2b2f33;
}

.zg-template-knowledge-title img {
  width: 213px;
  /* height: 22px; */
  /* display: inline-block; */
}



.zg-template-knowledge-more {
  background: #99999933;
  color: #333;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 16px;
  text-decoration: none;
}

.zg-template-knowledge-list {
  position: relative;
}
.zg-template-knowledge-list .service-carousel-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.zg-template-knowledge-list .service-item {
  padding: 20px;
  box-sizing: border-box;
}
.zg-template-knowledge-list .service-nav {
  display: none;
}
.zg-template-knowledge-list .service-nav-dot {
  width: 8px;
  height: 8px;
  background: #d6dbe3;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.zg-template-knowledge-list .service-nav-dot.active {
  width: 32px;
  border-radius: 6px;
  background: #4a90e2;
}

.zg-template-knowledge-item {
  background: #9999990C;
  border-radius: 8px;
  padding: 16px 18px;
}

.zg-template-knowledge-item h4 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2b2f33;
}

.zg-template-knowledge-item p {
  margin: 0;
  font-size: 12px;
  color: #7d8793;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .zg-template-knowledge {
    padding: 16px;
  }
  .zg-template-knowledge-title img{
    width: 150px;
  }
  .zg-template-knowledge-list.is-carousel {
    overflow: hidden;
  }
  .zg-template-knowledge-list.is-carousel .service-carousel-inner {
    display: flex;
    gap: 0;
    transition: transform 0.4s ease;
  }
  .zg-template-knowledge-list.is-carousel .service-item {
    flex: 0 0 100%;

  }
  .zg-template-knowledge-list .service-nav {
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }
}

.zg-important-time {
  background: #fff;
  border-radius: 4px;
  padding: 17px;
}

.zg-important-time-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2f33;
  margin-bottom: 25px;
}

.zg-important-time-title img {
  width: 22px;
  height: 22px;
  display: block;
}

.zg-important-time-card {
  background: #f4f7fb;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 2px #7EBDFF;

}


.zg-important-time-card + .zg-important-time-card {
  margin-top: 12px;
}

.zg-important-time-card.is-registration {
  box-shadow: 0 2px #FFC490;
}

.zg-important-time-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zg-important-time-card-label {
  font-size: 14px;
  color: #2b2f33;
  font-weight: 500;
}

.zg-important-time-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 22px;
  font-size: 14px;
  border-radius: 16px;
  color: #fff;
  background: #3385FFFF;
  text-decoration: none;
  border: none;
  font-weight: 500;
}

.zg-important-time-btn.is-registration {
  background: #FE9D45FF;
}

.zg-important-time-btn.is-disabled {
  background: #cbd3dd;
  color: #fff;
}

.zg-important-time-countdown {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}

.zg-countdown-item {
  min-width: 40px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background: #3385FF;
  position: relative;
}

.zg-countdown-item.is-day {
  flex-direction: column;
  min-width: 52px;
  gap: 2px;
}

.zg-countdown-item.is-time {
  background: #3b3b3b;
}

.zg-countdown-item.is-time:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -7px;
  color: #3b3b3b;
  font-weight: 600;
}

.zg-countdown-num {
  font-size: 16px;
  line-height: 1;
}

.zg-countdown-unit {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 3px;
}
@media (max-width: 1399px) {
  .zg-important-time-countdown{
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .zg-template-knowledge {
    padding: 18px;
  }

  .zg-template-knowledge-header {
    align-items: flex-start;
    margin: 15px 0 20px 0;
  }

  .zg-template-knowledge-list {
    grid-template-columns: 1fr;
  }

  .zg-important-time-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .zg-important-time-countdown {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 1399px) {
  .zg-editors-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .zg-editors-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .zg-editors-list {
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
  }
}


.post-7 .post-7-end img {
  width: 100%;
  height: auto;
  display: block;
}
.post-7 .post-7-meta-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.post-7 .post-7-meta-icon-location {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa1a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 21s-6-5.33-6-10a6 6 0 1 1 12 0c0 4.67-6 10-6 10z'/><circle cx='12' cy='11' r='2'/></svg>");
}
.post-7 .post-7-meta-icon-time,
.post-7 .post-7-meta-icon-deadline {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa1a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 3'/></svg>");
}

.post-7.post-list ul.b2_gap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap:17px;

}

.post-7.post-list ul.b2_gap > li {
  width: calc(33.33% - 17px);
}

@media (max-width: 768px) {
  .post-7 .post-7-body {
    padding: 10px 12px 12px;
  }
  .post-7 .post-7-meta {
    padding: 10px 12px 0;
    margin: 0 -12px;
  }
  .post-7 .post-7-body h2 {
    font-size: 14px;
  }
  .post-7 .post-7-desc {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .post-7 .post-7-body {
    padding: 10px;
  }
  .post-7 .post-7-meta {
    padding: 8px 10px 0;
    margin: 0 -10px;
  }
  .post-7 .post-7-meta-item {
    font-size: 11px;
  }

  .zg-editors-section {

    padding: 10px ;
  }
}

/* 带图标的自定义HTML小工具 */
.b2-widget-html-icon .b2-widget-title h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.b2-widget-html-icon .b2-widget-title-icon {
  font-size: 20px;
  margin-right: 6px;
  flex-shrink: 0;
}
.b2-widget-html-icon .b2-widget-title-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
}

/* 征稿排行小工具 */
.b2-widget-post-type .b2-widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 15px 15px 0;
}
.b2-widget-post-type .b2-widget-title h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  padding: 0;
  justify-content: start;
}
.b2-widget-post-type .b2-widget-title .b2-widget-post-more {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  color: #999;
  text-decoration: none;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-title .b2-widget-post-more:hover {
  color: #3385ff;
}
.b2-widget-post-type .b2-widget-title h2.has-title-icon::before {
  content: none;
}
.b2-widget-post-type .b2-widget-title-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
}
.b2-widget-post-type .b2-widget-title h2::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("Assets/images/zg/rank.png") no-repeat center;
  background-size: contain;
  display: inline-block;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small {
  position: relative;
  padding: 5px 12px 5px 5px;
  background: #f4f7fa;
  border-radius: 4px;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small + li.widget-post-small {
  margin-top: 10px;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-order {
  display: none;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-thumb {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-thumb-img {
  position: static;
  width: 80px;
  height: 110px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 3px #99999980;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-title {
  padding-left: 0;
  height: auto;
  min-width: 0;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small .b2-widget-post-title h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-thumb {
  align-items: stretch;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-thumb-img {
  width: 120px;
  height: 80px;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-title {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-title h2 {
  margin: 10px 0 0;
  line-height: 1.45;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-title h2 a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-detail-link {
  margin-top: 8px;
  align-self: flex-end;
  font-size: 14px;
  line-height: 1;
  color: #3385FFFF;
  text-decoration: none;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-detail-link:hover {
  color: #4a66d1;
}
.b2-widget-post-type .b2-widget-rank-list.b2-widget-mentor-list {
  padding: 12px;
}
.b2-widget-post-type .b2-widget-mentor-list li.widget-post-mentor {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.b2-widget-post-type .b2-widget-mentor-list li.widget-post-mentor:last-child {
  margin-bottom: 0;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-card {
  position: relative;
  background: #F4F7FAFF;
  padding: 12px;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  /*margin-bottom: 4px;*/
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-head h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #363b42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-head h2 a {
  color: inherit;
  text-decoration: none;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-id {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px 0 10px;
  margin-right: -12px;
  border: 0;
  border-radius: 14px 0 0 14px;
  background: #FE9D4533;
  color: #333;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #4f5560;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-meta-sep {
  /*margin: 0 2px;*/
  /*color: #8c93a0;*/
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 6px;
  width: 100%;
  overflow: visible;
  white-space: normal;
}
.b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tag {
  /*max-width: 126px;*/
  padding: 2px 8px;
  border-radius: 4px;
  background: #3385FF1A;
  color: #3385FFFF;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
/*#b2-widget-post-type-5 .b2-widget-rank-list, #b2-widget-post-type-5 .b2-widget-rank-list {*/
/*  padding: 0 0 12px;*/
/*}*/
.b2-widget-post-type .b2-widget-rank-list  {
  padding: 15px 15px 20px;
}

.b2-widget-post-type .b2-widget-rank-list li.widget-post-none {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  position: relative;
  margin:0 0 0 -15px;
}
.b2-widget-post-type .b2-widget-rank-list li.widget-post-none + li.widget-post-none {
  margin-top: 0;
  border-top: 1px dashed #e9e9e9;
}
.b2-widget-post-type .b2-widget-rank-list .b2-widget-post-order {
  position: static;
  top: auto;
  left: auto;
  background: none;
  flex: 0 0 26px;
}
.b2-widget-post-type .b2-widget-rank-list .b2-widget-post-order span {
  display: block;
  width: 26px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(1) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/1@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(2) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/2@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(3) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/3@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(4) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/4@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(5) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/5@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(6) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/6@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(7) .b2-widget-post-order span {
  background-image: url("Assets/images/zg/rank/7@2x.png");
}
.b2-widget-post-type .b2-widget-rank-list li:nth-child(n + 8) .b2-widget-post-order span {
  text-indent: 0;
  background-image: none;
  font-size: 14px;
  color: #9aa1a9;
  text-align: center;
  line-height: 32px;
}
.widget-post-none .b2-widget-post-title {
  padding-left: 0;
  flex: 1;
  min-width: 0;
}
.widget ul li.widget-post-big{
  padding: 16px 0;
}
.b2-widget-post-type .b2-widget-rank-list .b2-widget-post-title h2 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}
.b2-widget-post-type .b2-widget-rank-list .b2-widget-post-title .b2timeago {
  display: none;
}
.b2-widget-post-type .b2-widget-rank-list .b2-widget-post-views {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  border-left: 1px dashed #9999993C;
  color: #666;
  font-size: 12px;
  min-width: 56px;
  flex-direction: column;
}
.b2-widget-post-type .b2-widget-user-list .widget-post-user {
  gap: 14px;
}
.b2-widget-post-type .b2-widget-user-list .b2-widget-user-avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  overflow: hidden;
}
.b2-widget-post-type .b2-widget-user-list .b2-widget-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-title h2 {
  font-size: 15px;
  font-weight: 600;
}
.b2-widget-post-type .b2-widget-user-list .b2-widget-user-desc {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-views {
  /* min-width: 72px; */
  padding: 5px 0 5px 14px;
  gap: 0;
  font-size: 14px;
  flex-direction: row;
}
.b2-widget-post-type .b2-widget-user-list .b2-widget-user-credit-num {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-post-views-icon .b2font {
  font-size: 14px;
  color: #9aa1a9;
}
.b2-widget-post-type .b2-widget-post-views-icon img {
  width: 14px;
  height: 14px;
  display: block;
}
.b2-widget-post-type .b2-widget-text-list {
  padding: 8px 15px 12px;
}
.b2-widget-post-type .b2-widget-text-list li.widget-post-text {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
  position: relative;
}
.b2-widget-post-type .b2-widget-text-list li.widget-post-text + li.widget-post-text {
  border-top: 1px dashed #e9e9e9;
}
.b2-widget-post-type .b2-widget-text-list .widget-post-text .b2-widget-post-title {
  flex: 1;
  min-width: 0;
  padding-left: 0;
}
.b2-widget-post-type .b2-widget-text-list .widget-post-text .b2-widget-post-title h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-text-list .widget-post-text .b2-widget-post-date {
  flex: 0 0 auto;
  font-size: 12px;
  color: #b2b7c2;
  white-space: nowrap;
}
.b2-widget-post-type .b2-widget-thumb-only-list {
  padding: 15px;
}
.b2-widget-post-type .b2-widget-thumb-only-list li.widget-post-thumb-only {
  padding: 0;
  margin-bottom: 18px;
}
.b2-widget-post-type .b2-widget-thumb-only-list li.widget-post-thumb-only:last-child {
  margin-bottom: 0;
}
.b2-widget-post-type .b2-widget-thumb-only-list .b2-widget-post-thumb {
  overflow: hidden;
  display: block;
}
.jl-image-widget .jl-image-widget-img {
  display: block;
  width: 100%;
  height: auto;
}
.b2-widget-post-type .b2-widget-thumb-only-list .b2-widget-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 最近参与小工具 */
.b2-widget-recent-participation .b2-widget-title h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.b2-widget-recent-participation .zg-recent-participation-title-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
}
.zg-recent-participation {
  padding: 16px;
}
.zg-recent-participation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.zg-recent-participation-item {
  display: block;
  background: #f4f7fa;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.zg-recent-participation-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #e6edf5;
}
.zg-recent-participation-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zg-recent-participation-badge {
  display: block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  margin-top: -4px;
  z-index: 10;
  position: relative;
  left: 50%;
  border: 1px solid #FFF;
  transform: translateX(-50%);
  width: fit-content;
}
.zg-recent-participation-badge.is-meeting {
  background: #4a7dff;
}
.zg-recent-participation-badge.is-submit {
  background: #f39b3d;
}
.zg-recent-participation-name {
  margin-top: 5px;
  font-size: 14px;
  color: #2a2f36;
  word-break: break-all;
}
.zg-recent-participation-empty {
  padding: 20px 0;
  text-align: center;
  color: #9aa1a9;
  font-size: 13px;
}

@media (max-width: 768px) {
  .zg-recent-participation {
    padding: 14px;
  }
  .zg-recent-participation-list {
    gap: 10px;
  }
  .zg-recent-participation-avatar {
    width: 56px;
    height: 56px;
  }
  .zg-recent-participation-name {
    font-size: 13px;
  }
}

@media (max-width: 480px) {


}

/* 征稿详情模板 */
.zg-template {
  color: #2a2f36;
}
.zg-template-hero {
  text-align: center;
  margin-bottom: 16px;
}

.zg-template-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}
.zg-template-subtitle {
  font-size: 16px;
  color: #000;
  margin: 0 0 12px;
}
.zg-template-deadline {
  color: #fe4545ff;
  font-size: 14px;
  border-bottom: 2px solid #fe454533;
  padding-bottom: 10px;
  margin: 6px auto 0;
  padding: 0 110px 10px;
  display: inline-block;
}
.zg-template-card {
  background: #F4F7FAFF;
  border-radius: 4px;
  padding: 16px 18px;
  margin: 16px 0;
}
.zg-template-highlight {
  text-align: center;
}
.zg-template-highlight-title {
  position: relative;
  display: inline-block;
  padding: 6px 28px;
  font-size: 24px;
  color: #000;
  background: url("Assets/images/zg/content_title.png") no-repeat center;
  background-size: contain;
  border-radius: 20px;
  margin: 50px 0 0;
  width: 100%;
  font-weight: 700;
}
.zg-template-highlight-title::before,
.zg-template-highlight-title::after {
  content: none;
}
.zg-template-highlight-list {
    text-align: left;
    margin: 0;
    padding-left: 20px;
    line-height: 1.8;
    color: #000;
    font-size: 14px;
    list-style: none !important;
}
.zg-template-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zg-template-info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #4d5560;
  line-height: 1.6;
}
.entry-content ul,
.entry-content ol {
  padding-left: 0;
}
.zg-template-info-item::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.zg-template-info-item.icon-time::before {
  background-image: url("Assets/images/zg/time.png");
}
.zg-template-info-item.icon-location::before {
  background-image: url("Assets/images/zg/location.png");
}
.zg-template-info-item.icon-link::before {
  background-image: url("Assets/images/zg/url.png");
}
.zg-template-info-item.icon-index::before {
  background-image: url("Assets/images/zg/app.png");
}
.zg-template-info-item span {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.zg-template-info-item span a {
  text-decoration: underline;
}
.zg-template-info-item span.zg-template-info-label {
  font-weight: 400;
  color: #666;
  white-space: nowrap;
}
.zg-template-section-title {
  position: relative;
  padding: 8px 12px 8px 111px;
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: url("Assets/images/zg/content_subtitle.png") no-repeat left center;
  background-size: contain;
  border-left: 0;
}
.zg-template-section-title::before {
  content: none;
}
.zg-template-gallery {
  margin: 0 0 12px;
  gap: 12px;
}
.zg-template-gallery img {
  border-radius: 8px;
}
.zg-template-org-item:first-child {
  border-top: none;
}

.zg-template-org-item {
  margin: 0 !important;
  color: #333;
  border-top: dashed 1px #999;
  padding: 15px 0;
}
.zg-template-org-item strong {
  margin-right: 10px;
}
.zg-template-logo-row {
  margin: 6px 0 14px;
}
.zg-template-logo-row .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zg-template-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}
.zg-template-org-divider {
  margin: 12px 0;
}

/* 会议详情表格 */
.zg-template-table-wrap {
  overflow-x: auto;
  /* background: #f6f9ff; */
  /* border-radius: 8px; */
  /* padding: 8px; */
}
.zg-template-topics-table,
.zg-template-schedule-table,
.zg-template-fees-table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.zg-template-topics-table {
  border-radius: 8px;
  background: transparent;
  border-radius: 8px;
  border-collapse: inherit !important;
  border: solid 1px #cdcdcd;
}
.zg-template-topics-table td,
.zg-template-schedule-table th,
.zg-template-schedule-table td,
.zg-template-fees-table th,
.zg-template-fees-table td {
  border-right: 1px solid #e4e8f0;
  border-bottom: 1px solid #e4e8f0;
  padding: 12px 14px;
  font-size: 13px;
  color: #3b4251;
  vertical-align: top;
  background: #fff;
  line-height: 1.7;
}
.zg-template-topics-table tr:last-child td,
.zg-template-schedule-table tr:last-child td,
.zg-template-fees-table tr:last-child td {
  border-bottom: 0;
}
.zg-template-topics-table td:last-child,
.zg-template-schedule-table th:last-child,
.zg-template-schedule-table td:last-child,
.zg-template-fees-table th:last-child,
.zg-template-fees-table td:last-child {
  border-right: 0;
}
.zg-template-table-head td {
  background: #f4f6f8;
  font-weight: 600;
  color: #000;
}
.zg-template-schedule-table thead th,
.zg-template-fees-table thead th {
  background: #F4F7FAFF;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  padding:12px 20px;
}
.zg-template-schedule-table td,
.zg-template-fees-table td {
  color: #333;
}
.zg-template-fee-note{
  color: #FE4545FF;
  font-size: 14px;
  margin-top:5px;
}
.zg-template-hotel{
  background:none;
  border:solid 1px #CDCDCDFF;
  border-radius: 4px;
}
.zg-template-hotel p{
  font-size:14px;
  margin-bottom: 10px;
}
.zg-template-hotel p a{
  text-decoration: underline;
}



@media (max-width: 768px) {
  .zg-template-table-wrap {
    padding: 6px;
  }
  .zg-template-topics-table td,
  .zg-template-schedule-table th,
  .zg-template-schedule-table td,
  .zg-template-fees-table th,
  .zg-template-fees-table td {
    padding: 10px 12px;
    font-size: 12px;
  }

}
@media (max-width: 480px) {
  .zg-template-table-wrap {
    padding: 6px;
  }
  .zg-template-topics-table td,
  .zg-template-schedule-table th,
  .zg-template-schedule-table td,
  .zg-template-fees-table th,
  .zg-template-fees-table td {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/* 会议组委/主讲嘉宾 */
.zg-template-committee,
.zg-template-speaker {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.zg-template-committee-item,
.zg-template-speaker {
  border: 1px solid #CDCDCDFF;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  margin:  10px 0;
}
.zg-template-committee-role {
  text-align: center;
  margin: 0;
  padding: 10px 12px;
  font-weight: 600;
  background: #F4F7FAFF;
  border-bottom: 1px solid #e4e8f0;

}
.zg-template-committee-item p, .zg-template-speaker-name-box p{
  margin-bottom: 0;
}
.zg-template-committee-body,
.zg-template-speaker-body {
  margin: 0;
  padding: 10px 18px;
  gap: 16px;
  align-items: flex-start;
}
.zg-template-committee-body .wp-block-column,
.zg-template-speaker-body .wp-block-column {
  margin: 0;
}
.zg-template-committee-body .wp-block-image,
.zg-template-speaker-body .wp-block-image {
  margin: 0;
  border-radius: 3px;
  background: rgba(51, 133, 255, 0.1);
  padding:5px;
  /* aspect-ratio: 100/120; */
}
.zg-template-committee-body img,
.zg-template-speaker-body img {
  width: 90px;
  height: 110px;
  /* aspect-ratio: 100/120; */
  object-fit: cover;

}
.zg-template-committee-name {
  margin: 0 0 8px;
  padding: 6px 12px 6px 18px;
  font-weight: 600;
  color: #2a2f36;
  background: url("Assets/images/zg/content_item.png") no-repeat left center;
  background-size: contain;
}
.zg-template-committee-name-box {

  border-left: 0;
  padding: 4px 12px 4px 0;
  position: relative;
}

.zg-template-committee-desc {
  margin: 0;
  color: #5a606b;
  font-size:13px;

}
.zg-template-speaker-name {
  margin: 0 0 8px;
  padding: 6px 0;
  text-align: center;
  font-weight: 600;
  color: #2a2f36;

}
.zg-template-speaker-name-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
    background: url("Assets/images/zg/content_rect.png") no-repeat center;
  background-size: contain;
}
.zg-template-speaker-title {
  margin: 10px 0 10px;
  text-align: center;
  color: #2f7df6;
  font-weight: 600;
}
.zg-template-speaker-desc {
  margin: 0;
  color: #5a606b;
  font-size: 13px;
}

@media (max-width: 768px) {
  .zg-template-committee-body,
  .zg-template-speaker-body {
    padding: 12px 14px;
    gap: 12px;
  }
  .zg-template-committee-body img,
  .zg-template-speaker-body img {
    width: 120px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .zg-template-committee-body,
  .zg-template-speaker-body {
    flex-wrap: wrap;
  }
  .zg-template-committee-body img,
  .zg-template-speaker-body img {
    width: 100%;
    height: auto;
  }
  .zg-template-committee-name {
    padding-left: 14px;
  }
  .zg-template-committee-name-box {
    padding-right: 8px;
  }
}

/* 论文出版 */
.zg-template-publication {
  margin: 0 0 16px;
}
.zg-template-publication p{
  font-size:13px
}
.zg-template-publication-desc {
  margin: 0 0 10px;
  color: #333;
  line-height: 1.8;
  font-weight: 500;
}
.zg-template-publication-warn {
  margin: 8px 0 6px;
  color: #FE9D45FF;
  font-weight: 600;
}
.zg-template-publication-list {
    margin: 0 0 14px;
    padding-left: 20px;
    color: #4d5560;
    line-height: 1.8;
    font-size: 13px;
    list-style: none !important;
}
.zg-template-process-title {
  margin: 10px 0 8px;
  color: #2f7df6;
  font-weight: 600;
}
.zg-template-process {
  position: relative;
  padding: 10px 0 6px;
}
.zg-template-process-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 2px;
  border-top: 2px dashed #cfd7e3;
}
.zg-template-process-steps {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.zg-template-process-step {
  position: relative;
  flex: 1;
  text-align: center;
  padding-top: 20px;
}
.zg-template-process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #cfd7e3;
  transform: translateX(-50%);
}
.zg-template-process-step span {
  display: inline-block;
  padding: 6px 10px;
  background: #f6f7f9;
  border-radius: 6px;
  font-size: 12px;
  color: #5a606b;
  line-height: 1.3;
  min-width: 88px;
}

@media (max-width: 768px) {
  .zg-template-process-steps {
    gap: 6px;
  }
  .zg-template-process-step span {
    min-width: 72px;
    padding: 6px 8px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .zg-template-process {
    overflow-x: auto;
  }
  .zg-template-process-steps {
    width: 640px;
  }
}

/* 联系方式 */
.zg-template-contact {
  gap: 16px;
}
.zg-template-contact .wp-block-column {
  margin: 0;
}
.zg-template-contact-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
}
.zg-template-contact-card > .wp-block-group__inner-container {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.zg-template-contact-card
.zg-template-contact-card .wp-block-image {
  margin: 0;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fb;
  border-radius: 10px;
  padding: 6px;
}
.zg-template-contact-card img {
  width: 117px;
  height: 117px;
  object-fit: cover;
  border-radius: 8px;
  background: #f4f6fb;
}
.zg-template-contact-card p {
  margin: 6px 0;
  color: #4d5560;
  font-size: 13px;
}
.zg-template-contact-card p strong {
  color: #2a2f36;
}
.zg-template-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #4d5560;
  font-size: 13px;
}
.zg-template-contact-info li {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.5;
}
.zg-template-contact-label {
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
.zg-template-contact.zg-template-contact-row .wp-block-column:nth-child(2) {
  position: relative;
}
.zg-template-contact.zg-template-contact-row .wp-block-column:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  border-left: 1px dashed #d7dde7;
}
.zg-template-contact-row:last-of-type .wp-block-column:last-child {
  display: none;
}

@media (max-width: 1399px) {

  .zg-template-deadline{
    font-size: 14px !important;
    padding: 0 0 10px !important;

  }
}

@media (max-width: 768px) {
  .zg-template-contact {
    flex-direction: column;
  }
  .zg-template-contact.zg-template-contact-row .wp-block-column:nth-child(2)::before {
    display: none;
  }
  .zg-template-contact-row:last-of-type .wp-block-column:last-child {
    display: block;
  }
}

@media (max-width: 768px) {
  .zg-template-title {
    font-size: 18px;
  }
  .zg-template-section-title {
    padding: 8px 10px 8px 110px;
  }
  .zg-template-card {
    padding: 14px 16px;
  }
  .zg-template-highlight-title::before,
  .zg-template-highlight-title::after {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .zg-template-title {
    font-size: 17px;
  }
  .zg-template-highlight-title {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0;
  }
  .zg-template-section-title {
    font-size: 15px;
    padding: 8px 10px 8px 80px;
  }
  .zg-template-logo img {
    height: 30px;
  }
  .zg-template-contact-info li{
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .b2-widget-post-type .b2-widget-title .b2-widget-post-more {
    font-size: 12px;
  }
  .b2-widget-post-type .b2-widget-rank-list li.widget-post-none {
    gap: 10px;
    /*padding: 10px 12px;*/
  }
  .b2-widget-post-type .b2-widget-rank-list .b2-widget-post-views {
    min-width: 48px;
    padding-left: 10px;
  }
  .b2-widget-post-type .b2-widget-user-list .b2-widget-user-avatar {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-views {
    min-width: 64px;
  }
  .b2-widget-post-type .b2-widget-user-list .b2-widget-user-credit-num {
    font-size: 13px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-head h2 {
    font-size: 14px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-id {
    min-height: 26px;
    padding: 0 10px;
    margin-right: -12px;
    font-size: 12px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-meta {
    margin-bottom: 0;
    font-size: 12px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tags {
    margin-top: 7px;
    gap: 6px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tag {
    min-height: 22px;
    max-width: 110px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .b2-widget-post-type .b2-widget-title h2 {
    gap: 6px;
  }
  .b2-widget-post-type .b2-widget-title h2::before {
    width: 16px;
    height: 16px;
  }
  .b2-widget-post-type .b2-widget-rank-list .b2-widget-post-title h2 {
    font-size: 13px;
  }
  .b2-widget-post-type .b2-widget-rank-list .b2-widget-post-views {
    min-width: 44px;
    font-size: 11px;
  }
  .b2-widget-post-type .b2-widget-user-list .widget-post-user {
    gap: 10px;
  }
  .b2-widget-post-type .b2-widget-user-list .b2-widget-user-avatar {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-title h2 {
    font-size: 14px;
  }
  .b2-widget-post-type .b2-widget-user-list .b2-widget-user-desc {
    font-size: 11px;
  }
  .b2-widget-post-type .b2-widget-user-list .widget-post-user .b2-widget-post-views {
    min-width: 58px;
    padding-left: 10px;
  }
  .b2-widget-post-type .b2-widget-user-list .b2-widget-user-credit-num {
    font-size: 12px;
  }
  .b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-thumb {
    gap: 10px;
  }
  .b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-thumb-img {
    width: 96px;
    height: 64px;
  }
  .b2-widget-post-type .b2-widget-rank-list li.widget-post-small-3x2 .b2-widget-post-detail-link {
    font-size: 13px;
  }
  .b2-widget-post-type .b2-widget-text-list .widget-post-text .b2-widget-post-title h2 {
    font-size: 13px;
  }
  .b2-widget-post-type .b2-widget-text-list .widget-post-text .b2-widget-post-date {
    font-size: 11px;
  }
  .b2-widget-post-type .b2-widget-rank-list.b2-widget-mentor-list {
    padding: 12px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-card {
    padding: 10px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-main {
    gap: 10px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-head h2 {
    font-size: 14px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-id {
    min-height: 22px;
    padding: 0 8px;
    margin-right: -10px;
    font-size: 11px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-meta {
    margin-bottom: 0;
    font-size: 11px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tags {
    margin-top: 6px;
    gap: 5px;
  }
  .b2-widget-post-type .b2-widget-mentor-list .b2-widget-mentor-tag {
    max-width: 92px;
    padding: 2px 6px;
    font-size: 11px;
  }
}


.tax-search input {
  width: 100%;
  font-size: 14px;
  border: 0;
  background: #fff;
  padding: 12px 38px 12px 10px;
  box-sizing: border-box;
}

/* B2-作者面板：子主题重写小工具（精准版） */
.single .b2-widget-author .b2-widget-box {
  padding: 0;
}

.single .b2-widget-author .b2c-author-widget {
  padding: 10px 15px 0;
}

.single .b2-widget-author .b2c-author-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.single .b2-widget-author .b2c-author-avatar {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.single .b2-widget-author .b2c-author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.single .b2-widget-author .b2c-author-verify .xmw-verify-style {
  width: 16px;
  height: 16px;
  left: 37px;
  bottom: 0;
}

.single .b2-widget-author .b2c-author-main {
  position: relative;
  flex: 1;
  min-width: 0;
}

.single .b2-widget-author .b2c-author-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}

.single .b2-widget-author .b2c-author-name {
  display: inline-block;
  color: #2f323a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single .b2-widget-author .b2c-author-level {
  width: 57px;
  height: 22px;
  display: block;
  margin-top: 0;
}

.single .b2-widget-author .b2c-author-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  gap: 2px;
}

.single .b2-widget-author .b2c-author-btn {
  height: 21px;
  padding: 0 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 21px;
  box-shadow: none;
}

.single .b2-widget-author .b2c-author-btn-follow {
  background: #4e8ffa;
}

.single .b2-widget-author .b2c-author-btn-msg {
  background: #ee9a33;
}

.single .b2-widget-author .b2c-author-count {
  display: flex;
  margin: 10px 15px;
  /* padding: 7px 0; */
  background: #F4F7FAFF;
  border-radius: 4px;
}

.single .b2-widget-author .b2c-author-count li {
  position: relative;
  width: 25%;
  text-align: center;
  margin: 0;
}

.single .b2-widget-author .b2c-author-count li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: #99999933;
}

.single .b2-widget-author .b2c-author-count p {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.single .b2-widget-author .b2c-author-count span {
  display: block;
  color: #30343f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.single .b2-widget-author .b2c-author-posts {
  min-height: 84px;
  padding: 5px 15px;
}

.single .b2-widget-author .b2c-author-post-item {
  padding: 5px 0;
}

.single .b2-widget-author .b2c-author-post-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  text-decoration: none;
}

.single .b2-widget-author .b2c-author-post-tag {
  color: #3385FFFF;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.single .b2-widget-author .b2c-author-post-tag::before,
.single .b2-widget-author .b2c-author-post-tag::after {
  content: none !important;
}

.single .b2-widget-author .b2c-author-post-title {
  min-width: 0;
  flex: 1;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single .b2-widget-author .b2c-author-post-empty {
  padding: 14px 0 8px;
  color: #9aa2af;
  font-size: 13px;
  text-align: center;
}

.single .b2-widget-author .b2c-author-footer {
  margin: 5px 15px 0;
  padding: 15px 0;
  border-top: 1px dashed #99999933;
  text-align: center;
}

.single .b2-widget-author .b2c-author-footer a {
  color: #3385FFFF;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .single .b2-widget-author .b2c-author-widget {
    padding: 12px 12px 0;
  }

  .single .b2-widget-author .b2c-author-name-row {
    padding-right: 90px;
    padding-top: 22px;
  }

  .single .b2-widget-author .b2c-author-name {
    font-size: 16px;
  }

  .single .b2-widget-author .b2c-author-footer a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .single .b2-widget-author .b2c-author-widget {
    padding: 10px 10px 0;
  }

  .single .b2-widget-author .b2c-author-avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .single .b2-widget-author .b2c-author-name-row {
    padding-right: 86px;
    padding-top: 20px;
  }

  .single .b2-widget-author .b2c-author-name {
    font-size: 16px;
  }

  .single .b2-widget-author .b2c-author-level {
    width: 52px;
    height: 20px;
  }

  .single .b2-widget-author .b2c-author-actions {
    gap: 4px;
  }

  .single .b2-widget-author .b2c-author-btn {
    height: 20px;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 20px;
  }

  .single .b2-widget-author .b2c-author-count p {
    font-size: 11px;
  }

  .single .b2-widget-author .b2c-author-count span {
    font-size: 15px;
  }

  .single .b2-widget-author .b2c-author-post-tag,
  .single .b2-widget-author .b2c-author-post-title {
    font-size: 12px;
  }

  .single .b2-widget-author .b2c-author-footer a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .single .b2-widget-author .b2c-author-widget {
    padding: 10px 10px 0;
  }

  .single .b2-widget-author .b2c-author-top {
    gap: 8px;
  }

  .single .b2-widget-author .b2c-author-avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .single .b2-widget-author .b2c-author-name-row {
    padding-right: 82px;
    padding-top: 18px;
  }

  .single .b2-widget-author .b2c-author-actions {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }

  .single .b2-widget-author .b2c-author-name {
    font-size: 16px;
  }

  .single .b2-widget-author .b2c-author-count p {
    font-size: 10px;
  }

  .single .b2-widget-author .b2c-author-count span {
    font-size: 14px;
  }

  .single .b2-widget-author .b2c-author-footer a {
    font-size: 14px;
  }
}

.single .b2child-single-random-posts .b2_gap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.single .b2child-single-random-posts .b2_gap > li {
  margin: 0;
  width: 100%;
}

.single .b2child-single-random-posts .post-3 .post-3-li .item-in {
  margin: 0;
  padding: 20px;
  background: #fff;
}

.single .b2child-single-random-posts .post-3 .post-module-thumb {
  width: 200px;
  min-width: 200px;
  margin-right: 30px;
  height: 140px;
  background: #D8D8D8;
  box-shadow: 0 2px 4px 0 rgba(153,153,153,0.5);
  border-radius: 5px;
}
.single .post-list-meta-avatar img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.single .post-3 .post-list-meta li:nth-child(1) span {
  margin-left: 10px;
  /*font-size: 13px;*/

}
.single .post-3 .post-list-meta .post-list-meta-date{
  padding-left: 0;
  position: relative;
}
.single .post-3 .post-list-meta .post-list-meta-date:before {
  content: "";
  border-left: 1px solid #cdcdcd;
  margin: -2px 0 0;
  display: inline-block;
  padding: 0;
  height: 12px;
  width: 1px;
  vertical-align: middle;

}
.single .post-3 .post-list-meta li span, .post-list-meta li span i{
  font-size: 13px;
  font-family: PingFang SC,sourcehansans,-apple-system,BlinkMacSystemFont,Helvetica Neue,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.post-list-meta li.post-list-meta-views{
  margin-left: 10px !important;
}
.post-list-meta li.post-list-meta-views span{
  margin-bottom: 2px;

}
.single .b2child-single-random-posts .post-3 .post-list-cat {
  margin-bottom: 10px;
}

.single .b2child-single-random-posts .post-3 a.post-list-cat-item {
  margin-right: 10px;
  /* margin-bottom: 10px; */
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #999 !important;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  height: auto;
}

.single .b2child-single-random-posts .post-3 .post-info h2 {
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}

.single .b2child-single-random-posts .post-3 .post-excerpt {
  margin-bottom: 10px;
  color: #5f6670;
  -webkit-line-clamp: 2;
  line-height: 20px;
}

.single .b2child-single-random-posts .post-3 .post-list-meta {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.single .b2child-single-random-posts .post-3 .post-list-meta li {
  padding-right: 0;
}

.single .b2child-single-random-posts .post-3 .post-list-meta li + li {
  margin-left: 0;
}

.single .b2child-single-random-posts .post-3 .post-list-meta li:nth-child(1) {
  flex: 0 1 auto;
}

@media (max-width: 768px) {
  .single .b2child-single-random-posts .b2_gap {
    gap: 14px;
  }

  .single .b2child-single-random-posts .post-3 .post-3-li .item-in {
    padding: 16px;
  }

  .single .b2child-single-random-posts .post-3 .post-module-thumb {
    width: 136px;
    min-width: 136px;
    margin-right: 14px;
  }

  .single .b2child-single-random-posts .post-3 .post-info h2 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .single .b2child-single-random-posts .b2_gap {
    gap: 12px;
  }

  .single .b2child-single-random-posts .post-3 .post-3-li .item-in {
    padding: 14px;
  }

  .single .b2child-single-random-posts .post-3 .post-module-thumb {
    width: 104px;
    min-width: 104px;
    margin-right: 12px;
  }

  .single .b2child-single-random-posts .post-3 a.post-list-cat-item {
    margin-right: 8px;
    padding: 3px 10px;
  }

  .single .b2child-single-random-posts .post-3 .post-info h2 {
    font-size: 15px;
  }

  .single .b2child-single-random-posts .post-3 .post-excerpt {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .single .b2child-single-random-posts .post-3 .post-list-meta {
    gap: 10px;
  }
}
