/* 自定义栏目页 */

/* 全局变量 */

:root {
  --linear-bg-1: radial-gradient(#ba6187 40%, rgb(144 224 255 / 0%) 60%) -620px -180px
      no-repeat,
    radial-gradient(#743fc3d6 33%, rgb(255 203 87 / 0%) 67%) -120px -24px
      no-repeat,
    radial-gradient(#b4684e 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat,
    #9e4fa9;
  --linear-bg-2: radial-gradient(#24868994 20%, rgb(134 217 249 / 0%) 60%) -120px -180px
      no-repeat,
    radial-gradient(#454faa 33%, rgb(255 203 87 / 0%) 67%) -10px -4px no-repeat,
    radial-gradient(#7238ae 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat,
    #4147b8;
  --linear-bg-3: radial-gradient(#bb552975 23%, rgb(247 197 86 / 0%) 67% 100%)
      385px -24px,
    radial-gradient(#984cbe 30%, rgb(179 105 248 / 0%) 67% 100%) 122px -120px,
    radial-gradient(#661cac 15%, rgb(134 219 252 / 0%) 50% 100%) -620px 0,
    radial-gradient(#383d9ff5 25%, rgb(132 215 247 / 0%) 50% 100%) 520px -250px,
    #6841c0;
  --linear-bg-4: radial-gradient(#3a7ebe 20%, rgb(134 217 249 / 0%) 60%) -100px -300px
      no-repeat,
    radial-gradient(#405ed6 13%, rgb(255 203 87 / 0%) 50%) 300px -124px no-repeat,
    radial-gradient(#684ec8 40%, rgb(144 224 255 / 0%) 70%) 40px 18px no-repeat,
    #246d79;
  --linear-bg-5: radial-gradient(#865cc2 40%, rgb(144 224 255 / 0%) 60%) -620px -180px
      no-repeat,
    radial-gradient(#4956c6 33%, rgb(255 203 87 / 0%) 67%) -120px -24px
      no-repeat,
    radial-gradient(#3e77ab 40%, rgb(144 224 255 / 0%) 64%) 100px 150px
      no-repeat,
    #1f5b98;
  --linear-bg-6: radial-gradient(#277367 20%, rgb(134 217 249 / 0%) 60%) -120px -180px
      no-repeat,
    radial-gradient(#434ead 33%, rgb(255 203 87 / 0%) 67%) -120px -24px
      no-repeat,
    radial-gradient(#5b46a8 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat,
    #1b4d89;
  --linear-bg-7: radial-gradient(#29843fba 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px,
    radial-gradient(#365692 0, rgb(251 63 72 / 0%) 60% 100%) -40px 290px,
    #29727b;
  --linear-bg-8: radial-gradient(#c75c6e 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px,
    radial-gradient(#bf7830 25%, rgb(132 215 247 / 0%) 50% 100%) 520px -250px,
    #b4663d;
  --linear-bg-9: radial-gradient(#4776c3 40%, rgb(144 224 255 / 0%) 60%) -235px -380px
      no-repeat,
    radial-gradient(#6e4cac 40%, rgb(144 224 255 / 0%) 70%) 100px 250px
      no-repeat,
    #5c5bdf;
  --linear-bg-10: radial-gradient(#b06553 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px,
    radial-gradient(#9e4353 0, rgb(251 63 72 / 0%) 60% 100%) -540px 90px,
    radial-gradient(#8e43b6 30%, rgb(179 105 248 / 0%) 67% 100%) -122px -120px,
    #a75375;

  --linear-bg-1m: linear-gradient(135deg, #2ea2aa 0%, #5038c8 100%);
  --linear-bg-2m: linear-gradient(135deg, #3f41a7 0%, #27acd1 100%);
  --linear-bg-3m: linear-gradient(135deg, #9971d3 0%, #4538c8 100%);
  --linear-bg-4m: linear-gradient(110deg, #6936b3 0%, #228382 100%);
  --linear-bg-5m: linear-gradient(117deg, #e987f2 0%, #6f2d94 100%);
  --linear-bg-6m: linear-gradient(117deg, #845eea 0%, #cd3e6f 100%);
  --linear-bg-7m: linear-gradient(117deg, #e29a78 0%, #ce5656 100%);
  --linear-bg-8m: linear-gradient(117deg, #77ad5e 0%, #20778f 100%);
  --linear-bg-9m: linear-gradient(117deg, #51a364 0%, #166e9e 100%);
  --linear-bg-10m: linear-gradient(117deg, #dc3576 0%, #1b80b7 100%);

  --theme-color: #ff3f9f;
  --focus-color: #ff3f9f;
  --blur-bg: rgba(255, 255, 255, 0.8);
  --mian-max-width: 1200px;
  --main-radius: 8px;
  --main-bg-color: #fff;
  --main-color: #4e5358;
  --main-shadow: rgba(116, 116, 116, 0.08);
}

/* 顺序 */

.badg,
.but {
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.15s;
  border: 1px solid var(--this-border);
  vertical-align: middle;
  padding: 0.3em 0.6em;
  text-align: center;
  font-weight: 400;
  box-shadow: var(--this-shadow);
  background: var(--this-bg);
  color: var(--this-color);
  --main-color: var(--this-color);
  --this-bg: rgba(136, 136, 136, 0.1);
  --this-border: transparent;
  --this-shadow: none;
  --this-color: #888;
  text-shadow: 0 0 0;
  line-height: 1.44;
}

/* 颜色 */

.b-blue,
.b-blue-2,
.b-cyan,
.b-gray,
.b-green,
.b-purple,
.b-red,
.b-theme,
.b-yellow,
.jb-blue,
.jb-blue-2,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
  color: var(--this-color);
  background: var(--this-bg);
  --this-color: #fff;
}

.jb-blue,
.jb-blue-2,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
  border: none;
}

.b-theme {
  --this-bg: var(--focus-color);
}

.b-gray {
  --this-bg: #818b95;
}

.b-red {
  --this-bg: #ff5473;
}

.b-yellow {
  --this-bg: #ff6f06;
}

.b-cyan {
  --this-bg: #08c4c1;
}

.b-blue {
  --this-bg: #2997f7;
}

.b-blue-2 {
  --this-bg: #5c7cff;
}

.b-green {
  --this-bg: #12b928;
}

.b-purple {
  --this-bg: #d448f5;
}

.c-blue,
.c-blue-2,
.c-cyan,
.c-gray,
.c-green,
.c-green-2,
.c-purple,
.c-purple-2,
.c-red,
.c-red-2,
.c-theme,
.c-white,
.c-yellow,
.c-yellow-2 {
  color: var(--this-color);
}

.c-theme {
  --this-color: var(--focus-color);
  --this-bg: var(--focus-color-opacity1);
}

.c-gray {
  --this-color: #888;
  --this-bg: rgba(136, 136, 136, 0.1);
}

.c-white {
  --this-color: #fff;
  --this-bg: rgba(255, 255, 255, 0.1);
}

.c-red {
  --this-color: #ff5473;
  --this-bg: rgba(255, 84, 115, 0.1);
}

.c-red-2 {
  --this-color: #d6064c;
  --this-bg: rgba(194, 41, 46, 0.1);
}

.c-yellow {
  --this-color: #ff6f06;
  --this-bg: rgba(255, 111, 6, 0.1);
}

.c-yellow-2 {
  --this-color: #c58516;
  --this-bg: rgba(179, 103, 8, 0.1);
}

.c-blue {
  --this-color: #2997f7;
  --this-bg: rgba(41, 151, 247, 0.1);
}

.c-blue-2 {
  --this-color: #5c7cff;
  --this-bg: rgba(77, 130, 249, 0.1);
}

.c-cyan {
  --this-color: #04b9b6;
  --this-bg: rgba(8, 196, 193, 0.1);
}

.c-green {
  --this-color: #18a52a;
  --this-bg: rgba(18, 185, 40, 0.1);
}

.c-green-2 {
  --this-color: #6a933e;
  --this-bg: rgba(72, 135, 24, 0.1);
}

.c-purple {
  --this-color: #e434e1;
  --this-bg: rgba(213, 72, 245, 0.1);
}

.c-purple-2 {
  --this-color: #8e4aff;
  --this-bg: rgba(154, 72, 245, 0.1);
}

.jb-red {
  --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
}

.jb-pink {
  --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}

.jb-yellow {
  --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}

.jb-blue {
  --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}

.jb-blue-2 {
  --this-bg: linear-gradient(135deg, #00a4ff 10%, #5462d0 100%);
}

.jb-cyan {
  --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%);
}

.jb-green {
  --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}

.jb-purple {
  --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%);
}

.jb-vip1 {
  --this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
  --this-color: #866127;
}

.jb-vip2 {
  --this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
  --this-color: #ddd;
}

/* 通用 */
* {
  box-sizing: border-box;
}
.mt6 {
  margin-top: 6px;
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.more-but {
  margin-top: 30px;
}
.more-but .but.hollow {
  margin: 0 10px;
  padding: 0.5em 1.5em;
  margin: 0 010px;
}
.badg.hollow,
.but.hollow {
  background: 0 0;
  --this-border: var(--this-color);
}
.badg.p2-10,
.but.p2-10,
badge.p2-10 {
  padding: 2px 10px;
}
.but.hollow:hover {
  background: var(--this-bg);
}
.more-but .but.hollow:hover {
  color: #555;
}
.but.hollow.c-white:hover {
  background: 0 0;
  --this-color: var(--focus-color);
  color: var(--focus-color);
}
.but:focus,
.but:hover {
  opacity: 0.8;
  color: var(--this-color);
}
.but:focus,
.but:hover,
.navbar-nav > li:before,
.progress {
  transition: 0.3s;
}
.but .icon,
.but > .fa {
  margin-right: 0.25em;
}
.mr10 {
  margin-right: 10px;
}
.ml6 {
  margin-left: 6px;
}
.ml4{
  margin-left: 4px;
}
.em12 {
  font-size: 1.2em;
}
.em3x {
  font-size: 3em;
}
b,
strong,
.font-bold {
  font-weight: 700;
}
.pay-mark {
  font-size: 0.6em;
}
.ml10 {
  margin-left: 10px;
}
.inline-block {
  display: inline-block;
}
.text-left {
  text-align: left;
}
badge {
  font-size: 0.8em;
  line-height: 1.25;
  padding: 0.1em 0.6em;
  min-width: 0.8em;
  min-height: 0.8em;
  display: inline-block;
  vertical-align: 0.1em;
  border-radius: 50px;
  background: var(--this-bg);
  color: var(--this-color);
  top: 5px;
  --this-color: #fff;
  text-align: center;
  --this-bg: #fe3459;
  z-index: 1;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.radius8 {
  border-radius: var(--main-radius);
}
b.backdrop {
  border-radius: 100px;
  padding: 0 6px;
}
.em09 {
  font-size: 0.9em;
}

/* 头部 */
.product-container {
  transition: opacity 0.5s;
}
.product-container .product-box {
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #88c0fd 10%, #0757af 100%);
}
.absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-box .product-row {
  padding: 0 20px;
  max-width: 1400px;
  margin: auto;
}
.product-row .payrow-6 {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: calc(49%);
}
.pay-content {
  max-width: 600px;
  margin: auto;
}
.pay-content .relative ul li {
  line-height: 1.2;
  margin-bottom: 5px;
}
.product-header {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.product-doc {
  opacity: 0.8;
  margin: 20px 0;
}
.product-doc p {
  font-size: 1.2em;
}
.product-doc a {
    letter-spacing: 1px;
}
.original-price {
  opacity: 0.7;
  position: relative;
  padding: 0 3px 0 2px;
  font-size: 14px;
  display: inline-block;
}

/* 价格删除 */
.original-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ff343b;
  top: 0.8em;
  left: 0;
  transform: rotate(5deg);
}

.product-pay {
  margin: 20px 0;
}
.product-pay .but {
  padding: 0.5em 2em;
  margin-right: 10px;
  margin-top: 5px;
}
.product-pay .but:last-child {
  margin-right: 0;
}
.box-body {
  padding: 15px;
}
.product-details {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  max-width: 500px;
  text-align: left;
}

/* 卡片导航 */
.header-slider-card {
  margin-top: -40px;
  z-index: 1;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.flex.jse {
  justify-content: space-evenly;
}
.flex {
  display: flex;
}
.gutters-5 {
  margin: -5px;
}
.flex .flex1 {
  flex: 1;
  overflow: hidden;
}
.gutters-5 > * {
  padding: 5px;
}
.zib-widget {
  clear: both;
  background: var(--blur-bg);
  padding: 15px;
  box-shadow: 0 0 10px var(--main-shadow);
  border-radius: 4px;
  margin-bottom: 0;
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
}
.flex.ac {
  align-items: center;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: var(--mian-max-width);
    width: auto;
  }
}
.badg.cir,
.but.cir,
.circular {
  padding: 0;
  border-radius: 5em;
  --this-size: 1.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: var(--this-size);
  min-width: var(--this-size);
  font-size: 25px;
}
.container:before {
  display: table;
  content: " ";
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.muted-color {
  color: #777;
}
.article {
  padding: 0 15px;
  overflow: hidden;
  display: block;
  max-width: 1200px;
  width: 97%;
  margin: 0 auto 20px;
}
/* flex布局 */
.zp-flex .flex2 {
  flex-basis: 50%;
}
.zp-flex .zp-flex-box {
  width: 25%;
  padding: 5px;
}

.zhp-cms-novel {
  width: 25%;
}
@media (max-width: 1024px) {
  .zhp-cms-novel {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .zhp-cms-novel {
    width: 100%;
  }
  .tao-home-fl-none {
    display: none;
  }
  .zp-flex .flex2 {
    flex-basis: 100%;
  }
  .zp-flex .zp-flex-box {
    width: 50%;
  }
  .article {
    max-width: 96%;
  }
  .countdown-activity.flex {
    font-size: 13px;
    padding: 12px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .header-slider-card {
    margin-top: -35px;
  }

  .flex > .flex1 {
    flex-basis: 50%;
  }

  .container {
    width: 100%;
  }

  .activity-content.flex {
    display: block;
  }

  .countdown-content.flex {
    display: block;
    background: unset;
  }

  .countdown-desc {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .product-box {
    padding: 0 0 60px 0 !important;
  }

  .product-box .product-row {
    padding: 0;
  }

  .more-but {
    margin-top: 18px;
  }

  .product-box .product-row {
    text-align: center;
  }

  .product-row .payrow-6 {
    padding: 10px;
    width: 100%;
  }

  .payrow-6.payrow-left {
    margin-bottom: 20px;
    padding: 0;
    margin-top: -10px;
  }

  .payrow-6.payrow-left .radius8 {
    border-radius: 0;
  }

  .product-details {
    margin: auto;
  }

  .product-pay .cashier-link {
    width: 70%;
    border-radius: 100px;
    padding: 0.7em 2em;
  }
}

/* 内容板块 */

.theme-box {
  margin-bottom: 20px;
}
.main-bg {
  background: var(--main-bg-color);
}
.main-shadow {
  box-shadow: 0 0 10px var(--main-shadow);
}
.main-shadow {
  transition: box-shadow 0.3s;
}
.limit-height {
  overflow: hidden;
  position: relative;
}
.wp-posts-content {
  line-height: 2;
  font-size: 16px;
  min-height: 90px;
}
.wp-posts-content p {
  word-wrap: break-word;
  margin: 0 0 10px;
}
img.mixed-img {
  max-width: 100%;
  height: auto;
  display: table;
  margin: auto;
}

/* 引言框 */

.preface {
  padding: 1.2em;
  margin: 10px 0 20px 0;
  position: relative;
  --quote-color: var(--main-color);
  color: var(--quote-color);
}
.preface::before {
  content: "";
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.06;
  right: 0;
  background: var(--quote-color);
  top: 0;
}
.preface .fa-quote-left {
  font-size: 1.2em;
  margin-right: 0.5em;
  position: absolute;
  color: var(--quote-color);
}
.preface > p {
  margin: 0;
  padding-left: 2em;
  opacity: 0.7;
  position: relative;
}
.preface_red {
  --quote-color: #fb2d2d;
}
.preface_blue {
  --quote-color: #2997f7;
}
.preface_green {
  --quote-color: #23790e;
}
.preface_pink {
  --quote-color: #ef0c7e;
}
.preface_yellow {
  --quote-color: #ff6f06;
}

/* 标题 */
.zp-title {
  position: relative;
  margin: 20px 0;
  padding: 0 0 0 10px;
}
h2.zp-title {
  font-size: 19px;
  line-height: 150%;
  border-left: 5px solid #fb2d2d;
}
h3.zp-title {
  font-size: 16px;
  line-height: 140%;
  border-left: 5px solid #2997f7;
  margin-left: 0.3em;
}
h2.zp-title:before {
  content: "H2";
}
h3.zp-title:before {
  content: "H3";
}
h2.zp-title:before,
h3.zp-title:before {
  position: absolute;
  top: -14px;
  left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #c5c5c5;
  font-style: italic;
  transform: scale(0.8);
}
/* 认证流程 */
.zp-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.6em;
  list-style: none;
}
.zp-flex-box .box {
  border-radius: 6px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s;
}
.zp-flex-box .box:hover {
  background-color: #006fff;
  color: #fff;
  transform: translateY(-3px);
}
.zp-flex-box .box:hover:after {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.15;
  top: 20px;
  content: "";
  left: 20px;
  z-index: -1;
}
.zp-flex-box .box img {
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.zp-flex-box .box span {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}
.zp-flex-box .box p {
  font-size: 14px;
  color: #999;
}
.zp-flex-box .box:hover p {
  color: #fff;
}

/* 时间轴 */
.zp-timeline {
  margin: 1em;
  border-left: none;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  padding: 6px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  transition: all 0.4s;
}
.zp-timeline:hover {
  transform: translateY(-3px);
}
.zp-timeline::before {
  content: "\f12a";
  font-family: FontAwesome;
  line-height: 26px;
  font-size: 18px;
  position: absolute;
  left: -15px;
  background: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  transform: translateY(-50%);
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
.zp-timeline p {
  margin: 0 0 5px 15px;
  line-height: 21px;
}
.zp-timeline h5:before {
  position: static !important;
  content: "\e89a";
  font-family: be;
  background: none;
  margin: 0 5px 0 -1px !important;
  font-weight: normal;
}
.zp-timeline ul {
  display: block;
  border-left: 1px dashed;
}
.zp-timeline ul ul {
  margin-left: 10px;
}
.zp-timeline ul li::marker {
  content: ">";
}
.zp-timeline ul li {
  list-style: none;
  margin: 0 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  padding-left: 5px;
}
/* 证书展示 */
.zhp-cert-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.zp-product-box {
  padding: 10px;
}
.thumbs-z {
  overflow: hidden;
}
.zhp-cert-img a img {
  transition: all 0.6s;
  display: block;
  width: 100%;
}
.price .icon {
  width: 2em;
  height: 2em;
}
.product-title {
  height: auto;
}
.tao-home-fl {
  padding: 0;
}
.tao-h {
  box-shadow: 0 0 10px rgb(85 85 85 / 19%) !important;
  margin: 7px;
}
.mixed-img {
  transition: all 0.4s;
}
.mixed-img:hover {
  transform: translateY(-3px);
}
.ml7 {
  margin-right: 6px;
}

/* tab栏目 */
.tab-single-wrap {
  margin: 10px 0px;
}
.zhp-block-columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: stretch;
}
.zhp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-basis: auto;
}
.zhp-is-layout-flex ul {
  margin: 10px 0 20px 15px;
  padding-left: 15px;
  list-style: disc;
}
ol.reference {
  list-style: auto;
  margin: 5px 0 0 20px;
  padding-left: 15px;
  font-size: 0.8em;
  color: #666;
}
ol.reference li {
  line-height: 23px;
}
/* 我们的优势 */
.zhp-cms-novel {
  position: relative;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  transition: all 0.4s;
}
.zhp-cms-novel:hover {
  transform: translateY(-3px);
}
.zhp-flex-box {
  display: flex;
  flex-wrap: nowrap;
  background: var(--be-bg-white);
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--be-shadow);
}
.photo-pic {
  position: relative;
  float: left;
  display: block;
  width: 100px;
  height: 100%;
  overflow: hidden;
}
.zhp-cms-novel .special-mark {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
}
.novel-cover-des {
  padding: 0.7em;
}
.cms-novel-des {
  line-height: 130%;
}
.cms-novel-des p {
  margin: 0;
}
.photo-pic .novel-cove-img {
  transition: all 0.6s;
}
.photo-pic .novel-cove-img:hover {
  transform: scale(1.2);
}
.header-sub.header-sub-img {
  display: none;
}
/* 文章头部 */

.article-avatar {
  margin-top: 15px;
}
.avatar-img {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  --this-size: 38px;
  width: var(--this-size);
  height: var(--this-size);
}
.avatar-img img {
  border-radius: 100px;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.flex.jsb {
  justify-content: space-between;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ml3 {
  margin-left: 3px;
}
.muted-2-color {
  color: #999;
}
.flex .flex0 {
  flex: none;
}
.article-header .article-avatar .relative {
  margin-top: 20px;
}
.line-form-line,
.line-form-line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: 0.8s;
  background: rgba(50, 50, 50, 0.06);
}
.line-form-line:before {
  content: "";
  width: 0;
  background: #16b597;
}
.single-metabox {
  right: 0;
  font-size: 15px;
  --meta-color: #777;
}
.abs-right {
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  z-index: 1;
}
.single-metabox .post-metas {
  background: #f5f6f7;
  right: 0;
  padding: 2px 10px;
  border-radius: 100px;
  color: #777;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
/* 提醒框 */
.zp-reminder {
  opacity: 1;
  padding: 0 15px 0 20px;
  position: relative;
  transition: opacity 0.15s linear;
  font-size: 16px;
  line-height: 2;
  transition: all 0.4s;
}
.zp-reminder:hover {
  transform: translateY(-3px);
}
.reminder {
  padding: 1.2em 2.2em;
  position: relative;
  color: #fff;
  border: none;
  min-height: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.reminder.jb-blue:before {
  content: "\f00c";
}
.reminder.jb-green:before {
  content: "\f0a1";
}
.reminder.jb-yellow:before {
  content: "\f12a";
}
.reminder.jb-red:before {
  content: "\f00d";
}
.reminder:before {
  font: normal normal normal 18px / 1 FontAwesome;
  position: absolute;
  left: -15px;
  top: 50%;
  background: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  transform: translateY(-50%);
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
.remind-top {
  padding: 20px;
}
.remind-top .reminder {
  margin-bottom: 0;
}
.remind-top .reminder:before {
  top: 0;
}
.remind-top ol {
  list-style: decimal;
}
.remind-top ul,
.group-help-area ul {
  list-style: disc;
}
.remind-top ol,
.remind-top ul,
.group-help-area ul {
  margin: 5px 0 5px 10px;
  padding-left: 15px;
}
.content-category {
  width: 100%;
  height: 100%;
  margin: 0 auto 10px;
}

.icon-mulu {
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.75em;
  fill: currentColor;
  overflow: hidden;
  font-size: 1.5em;
}
.zp-backg {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 5px 10px 0 0;
  border-radius: 100%;
  background: var(--this-bg);
}
.cat-rec-content {
  padding: 8px;
}
img.thumbs-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
h3.grid-title {
  line-height: 30px;
  height: auto;
}
span.grid-inf {
  font-size: 1.4rem;
}
/* 发证机构 */
.zhp-cms-picture-cat-title {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.4rem;
  color: var(--be-white);
  z-index: 1;
  opacity: 0;
  margin: 0;
  padding: 0;
  border-left: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
  transform: translateZ(0);
  border-radius: 5px;
  -webkit-transition: 0.5s all ease-in-out 0.1s;
  transition: 0.5s all ease-in-out 0.1s;
}
.zhp-cms-picture-cat-title p {
  color: var(--be-white) !important;
  font-weight: 400;
  display: block;
  padding: 2px 10px;
  margin: 0;
}
.cms-picture-box:hover .zhp-cms-picture-cat-title {
  opacity: 1;
}
.xm4 {
  padding: 0 5px;
}
h3.picture-s-title {
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
h3.picture-s-title .icon {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin-right: 5px;
}
/* 证书 */
.lists-imgs-flex {
  display: flex;
  flex-wrap: wrap;
  --img-count: 4;
}
.pdl2 {
  padding-left: 2em;
}
.lists-imgs-flex.count-2 {
  --img-count: 2;
}
.lists-imgs-flex.count-5 {
  --img-count: 5;
}
.lists-imgs-flex > span {
  flex: 0 0 calc(100% / var(--img-count) - 8px);
  padding-bottom: calc(75% / var(--img-count) / 1 - 8px);
  margin: 4px;
  position: relative;
}
.lists-imgs-flex > span.lang-img-140 {
  flex: 0 0 calc(100% / var(--img-count) - 8px);
  padding-bottom: calc(140% / var(--img-count) / 1 - 8px);
}
.lists-imgs-flex span img {
  position: absolute;
  transition: all 0.4s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.fit-cover {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.fit-cover:hover {
  transform: translateY(-3px);
}
.flex-content {
  justify-content: center;
}
.mouse {
  cursor: pointer;
}

.taourl span {
  background: var(--be-bg-red-f4);
  display: block;
  color: var(--be-white);
  line-height: 30px;
  margin: 2px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.zp-video {
  overflow: hidden;
  border-radius: 8px;
}
.zp-video video {
  width: 100%;
}
.zp-group-diy {
  width: 100%;
  padding: 0 30px 0 30px;
}
.betip .gallery-item {
  float: left;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
}

.fade.in {
    opacity: 1;
}
.alert-dismissible {
    padding: 0 15px 15px 20px;
    position: relative;
}
.fade {
    transition: opacity .15s linear;
}
.alert {
    padding: 1em 1.5em;
    position: relative;
    color: #fff;
    border: none;
    min-height: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}
.alert.jb-yellow:before {
    content: '\f12a';
}
.alert:before {
    font: normal normal normal 18px / 1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 50%;
    background: inherit;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    border-radius: 20px;
    transform: translateY(-50%);
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .19);
}
.wp-block-zibllblock-alert .alert {
    font-size: 18px;
}