/* 证书查询页面 */

.main-min-height {
  min-height: calc(100vh - 280px);
  margin-top: 20px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before {
  display: table;
  content: " ";
}
@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: 1200px;
    width: auto;
  }
}
.container {
  position: relative;
}
.mb20 {
  margin-bottom: 20px;
}
.radius8 {
  border-radius: 8px;
}
.main-bg {
  background: #fff;
}
.main-shadow {
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
  transition: box-shadow 0.3s;
}
.page-cover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
  padding: 0;
  padding-bottom: 70%;
  border-radius: 8px;
}
.page-cover {
  padding-bottom: calc(25% + 80px);
}
.author-header .page-cover {
  border-radius: 8px 8px 0 0;
  padding-bottom: calc(20% + 100px);
  z-index: 0;
}
.fit-cover {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-cover > .fit-cover {
  position: absolute;
}
.linear-mask {
  background-image: linear-gradient(
    0deg,
    rgba(29, 41, 49, 0.4) 3em,
    rgba(255, 255, 255, 0) 8em
  );
}
.absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.author-header .header-content {
  padding: 18px 42px;
}
.flex {
  display: flex;
}
.flex.hh {
  flex-wrap: wrap;
}
.flex .flex0 {
  flex: none;
}
.author-header .header-info > .header-avatar-zp {
  margin-top: -80px;
  margin-right: 20px;
}
.hover-show {
  position: relative;
  z-index: 10;
}
.relative {
  position: relative;
}
.author-header .avatar-img {
  --this-size: 140px;
}
.avatar-img {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: var(--this-size);
  height: var(--this-size);
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
}
.flex .flex1 {
  flex: 1;
  overflow: hidden;
}
.em12 {
  font-size: 1.2em;
}
.avatar {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  border-radius: 6px;
  border: 4px solid #fff;
}
.author-header .display-name {
  font-size: 20px;
  font-weight: 700;
  color: #4e5358;
}
.ml3 {
  margin-left: 3px;
}
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.flex.ac {
  align-items: center;
}
.author-header .desc {
  max-width: 520px;
}

.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;
}
.author-header .user-identity > .badg,
.author-header .user-identity > .but {
  font-size: 12px;
  padding: 2px 6px;
  margin: 5px 6px 0 0;
  line-height: 1.4;
}
.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,
.c-pink {
  color: var(--this-color);
}
.b-blue,
.b-blue-2,
.b-cyan,
.b-gray,
.b-green,
.b-purple,
.b-red,
.b-theme,
.b-yellow,
.jb-blue,
.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-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
  border: none;
}
/* 颜色 */
.jb-cyan {
  --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%);
}
.c-yellow-2 {
  --this-color: #c58516;
  --this-bg: rgba(179, 103, 8, 0.1);
}
.c-yellow {
  --this-color: #ff6f06;
  --this-bg: rgba(255, 111, 6, 0.1);
}
.jb-pink,
.order-type-2 .pay-tag {
  --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}
.b-cyan {
  --this-bg: #08c4c1;
}
.jb-yellow {
  --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}
.c-blue {
  --this-color: #2997f7;
  --this-bg: rgba(41, 151, 247, 0.1);
}
.c-red {
  --this-color: #ff5473;
  --this-bg: rgba(255, 84, 115, 0.1);
}
.c-blue-2 {
  --this-color: #5c7cff;
  --this-bg: rgba(77, 130, 249, 0.1);
}
.c-pink {
  --this-color: #ef0c7e;
  --this-bg: rgba(41, 151, 247, 0.1);
}
.but:focus,
.but:hover {
  opacity: 0.8;
  color: var(--this-color);
}
.ml10 {
  margin-left: 10px;
}
.more-posts a > span,
.relates-thumb li a > .post-info,
a[href] {
  transition: color 0.2s, background 0.3s, opacity 0.3s, box-shadow 0.3s,
    transform 0.3s;
}
.box-img,
.drop-btn,
.passw,
.pointer,
[href],
a.but,
botton {
  cursor: pointer;
}
.but.radius {
  border-radius: 50px;
  padding: 0.3em 1em;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}
.gutters-10 > * {
  padding: 10px;
}
.zib-widget {
  clear: both;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
  border-radius: 8px;
  margin-bottom: 20px;
}
.colorful-bg,
.modal-colorful-header {
  background-size: 120%;
  overflow: hidden;
  position: relative;
  color: var(--this-color);
  background: var(--this-bg);
}
.colorful-bg > .colorful-make,
.colorful-bg > .colorful-make::after,
.colorful-bg > .colorful-make::before {
  position: absolute;
  color: var(--this-color);
  background: var(--this-bg);
  border-radius: 100%;
  content: " ";
}
.colorful-bg > .colorful-make {
  bottom: 0;
  height: 290px;
  width: 323px;
  top: 60%;
}
.colorful-bg > .colorful-make::before {
  right: -558px;
  bottom: 0;
  height: 300px;
  width: 677px;
  top: -325px;
  transform: rotate(341deg);
  opacity: 0.6;
}
.colorful-bg > .colorful-make::after {
  left: -262px;
  bottom: 0;
  height: 214px;
  width: 402px;
  top: -170px;
  transform: rotate(326deg);
  opacity: 0.4;
}
.colorful-bg > .colorful-make + * {
  position: relative;
}
.flex.ab,
.inflex.ab {
  align-items: flex-end;
}
.flex.jsb,
.inflex.jsb {
  justify-content: space-between;
}
.em09 {
  font-size: 0.9em;
}
.opacity8 {
  opacity: 0.8;
}
.badg.p2-10,
.but.p2-10,
badge.p2-10 {
  padding: 2px 10px;
}
.mt6 {
  margin-top: 6px;
}
.mr10 {
  margin-right: 10px;
}
.mt3 {
  margin-top: 3px;
}
.bra100 {
  border-radius: 100px;
  border: none;
}
.em14 {
  font-size: 1.4em;
}
.font12 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tab-content > .active {
  display: block;
}
.theme-box {
  margin-bottom: 20px;
}

.pay-box {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
}
.pay-tag {
  --this-color: #fff;
  --this-bg: linear-gradient(135deg, #ff74cd 10%, #ec7d0b 100%);
}
.abs-center,
.abs-right {
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  z-index: 1;
}
.abs-center {
  left: 0;
  width: 100%;
}
.pay-box .pay-tag {
  font-size: 13px;
  padding: 3px 10px;
  right: auto;
  width: auto;
  top: 10px;
  background: var(--this-bg);
  color: var(--this-color);
  border-radius: var(--main-radius) 0 var(--main-radius) 0;
  line-height: 1.4;
  z-index: 1;
}
.mb6 {
  margin-bottom: 6px;
}
a:hover {
  color: #ff3f9f;
  outline: 0;
  text-decoration: none;
}
.muted-2-color {
  color: #999;
}
.mr3 {
  margin-right: 3px;
}
.box-body {
  padding: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.badg.badg-sm {
  font-size: 0.8em;
  padding: 0 0.2em;
  vertical-align: 0.1em;
  min-width: 1.6em;
}
.author-set-left,
.author-set-right {
  display: inline-block;
  vertical-align: top;
}
.author-set-left {
  width: 25%;
  margin-right: 10px;
  text-align: right;
  padding-top: 6px;
  color: #b1b1b1;
}
.author-set-right {
  width: calc(75% - 15px);
  overflow: hidden;
}
.mt10 {
  margin-top: 10px;
}
.text-center {
  text-align: center;
}
.badg.badg-lg,
.but.padding-lg,
.padding-lg {
  padding: 0.5em 2em;
}
.pay-box .but-download {
  padding: 10px 10px 5px 10px;
  min-width: 50%;
}
.pay-box .but-download .but {
  min-width: 130px;
}
.pay-box .but-download .but > .fa {
  margin-right: 1em;
}
.pay-box .pay-extra-hide {
  font-size: 13px;
  background: var(--muted-border-color);
  display: block;
  padding: 6px 10px;
  line-height: 1.4;
  color: var(--muted-color);
  border-radius: 4px;
  --muted-color: #777;
  --muted-border-color: rgba(0, 0, 0, 0.03);
}
.flex.jsa {
  justify-content: space-around;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.focus-color {
  --focus-color: #ff3f9f;
  color: var(--focus-color);
}
.container:after,
.row:after {
  clear: both;
}
.container:after,
.container:before,
.row:before,
.row:after {
  display: table;
  content: " ";
}
:after,
:before {
  box-sizing: border-box;
}
.img-icon {
  height: 1.1em;
  max-width: 6em;
  vertical-align: -0.15em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}
.author-header .user-identity .medal-icon {
  margin: 0 3px;
  transform: scale(136%);
}
.zp-mar03 {
  margin: 0 0 0 0.3em;
}
.mr4 {
  margin-right: 4px;
}

.zp-form-inquiry {
  max-width: 600px;
  margin: 0 auto;
}
.line-form-input {
  height: 30px;
  font-size: 15px;
  padding: 0 2em 0 0.3em;
  border: none;
  border-bottom: 1px solid rgba(50, 50, 50, 0.06);
  display: block;
  width: 100%;
  opacity: 0.8;
  transition: 0.8s;
  background: 0 0 !important;
}

.line-form-input:hover {
  border-bottom: 1px solid #ff3f9f;
}

.zp-inquire {
  font-size: 15px;
  background: rgba(0, 0, 0, 0.03);
  padding: 6px 10px;
  border-radius: 4px;
  display: none;
}

#result {
  padding: 1.5em 2em;
}

.zp-inquire-box {
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
  background: #fff;
  margin: 0.5em;
  border-radius: 8px;
}

.mouse {
  cursor: pointer;
}

/* 重置select的默认样式 */
.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper select {
  appearance: none; /* 移除默认外观 */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */

  background-color: #f9f9f9; /* 背景颜色 */
  border: 1px solid #ddd; /* 边框 */
  border-radius: 4px; /* 圆角 */
  padding: 0.2em 1.2em 0.2em 0.4em;
  color: #555; /* 字体颜色 */
  cursor: pointer; /* 鼠标悬停时的指针样式 */
  outline: none; /* 移除焦点时的轮廓线 */
}

.select-wrapper select::-ms-expand {
  display: none; /* IE和Edge浏览器的兼容处理 */
}

.select-wrapper:after {
  content: "\25BC"; /* 下拉箭头的字符 */
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* 防止箭头被点击 */
  color: #555;
}

/* 当select被聚焦时的样式 */
.select-wrapper select:focus {
  border-color: #007bff; /* 聚焦时的边框颜色 */
}

/* 当select被禁用时的样式 */
.select-wrapper select:disabled {
  background-color: #eee;
  color: #777;
}

/* 清除按钮动画 */
.abs-right {
    top: 10px;
    right: 77px;
}
.abs-right a {
    padding: 5px 10px 2px;
    border-radius: 0 0 8px 8px;
}
