* {
  font-family: "PingFangSC-Regular, PingFang SC" !important;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 12px;
  }
}
p {
  margin-bottom: 0;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title {
  color: #000000;
  font-size: 2.625rem;
  font-weight: 500;
  text-align: center;
}

.sub-title {
  font-size: 1.25rem;
  color: #252B3A;
  font-weight: 400;
  text-align: center;
  margin-top: 1.125rem;
}

.main {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 0.625rem;
}

.z-header-popover {
  left: 0 !important;
  top: 3.2rem !important;
  position: fixed !important;
  width: 100%;
}
.z-header-popover .ant-popover-arrow {
  display: none;
}
.z-header-popover .ant-popover-inner {
  border-radius: 0 !important;
  padding: 0 !important;
}

.no-data {
  padding: 5rem 0;
  text-align: center;
  font-size: 1.25rem;
  color: #a8a8a8;
}

.flex1 {
  flex: 1;
}

.tag {
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #f0f5ff;
  font-size: 0.875rem;
  color: #252b3a;
  display: inline-block;
}

.case-item {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.125rem 0 rgba(116, 134, 163, 0.06), 0 0 1rem 0 rgba(116, 134, 163, 0.12);
  width: 23.75rem;
  padding: 1.5625rem;
  margin: 0.4375rem 0.625rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.case-item .div-img {
  height: 10rem;
}
.case-item .div-logo {
  height: 2.5rem;
  margin-top: 1.25rem;
}
.case-item .div-desc {
  color: #252b3a;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  line-height: 24px;
}
.case-item .div-footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.case-item .div-footer .time {
  font-size: 0.875rem;
  color: #8a8f9a;
}

.clamp1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clamp3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.time {
  color: #8a8f9a;
  font-size: 0.875rem;
}

.z-article img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 800px) {
  .img1 .ant-image {
    width: 100% !important;
    height: auto !important;
  }
  .img1 .ant-image img {
    height: auto !important;
  }
}
.z-anchor .ant-affix {
  top: 64px !important;
}

a {
  text-decoration: none;
}

.float-popover1 {
  position: fixed !important;
  top: auto !important;
  bottom: 160px !important;
}
.float-popover2 {
  position: fixed !important;
  top: auto !important;
  bottom: 80px !important;
}
.float-popover3 {
  position: fixed !important;
  top: auto !important;
  bottom: 40px !important;
}

.float-group {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 20px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 2px 22px 0px rgba(116, 134, 163, 0.18);
  padding: 16px 8px;
}
.float-group .item {
  color: #252b3a;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.float-group .item .anticon {
  font-size: 24px;
}
.float-group .item .text {
  margin-top: 8px;
}
.float-group .item:hover {
  color: #2183e9;
}
.float-group .line {
  margin: 10px 0;
  height: 1px;
  background-color: #d8d8d8;
}
.float-group .pt0 {
  color: #252b3a;
  font-size: 16px;
}
.float-group .pt1 {
  color: #8b909b;
  font-size: 12px;
  margin-top: 4px;
}

.right-pane {
  position: relative;
  height: 100%;
}
.right-pane .inner {
  position: sticky;
  top: 100px;
  margin-bottom: 20px;
  width: 18.75rem;
}
.right-pane .inner .pane {
  padding: 1.5rem;
  border: 1px solid rgba(216, 216, 216, 0.5);
  border-radius: 0.75rem;
  background-color: white;
}

.pdf-vue3-main {
  height: auto !important;
}

.pdf-vue3-scroller {
  max-height: 2500px !important;
  overflow: hidden !important;
}

.embed-icon {
  top: calc(50% + 100px) !important;
}

.z-tabs {
  display: flex;
  align-items: center;
}
.z-tabs .tab {
  flex: 1;
  height: 4.875rem;
  line-height: 4.875rem;
  text-align: center;
  overflow: hidden;
  color: #000000;
  font-size: 1rem;
}
.z-tabs .tab .inner {
  width: max-content;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.z-tabs .tab .animate__animated {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #2183e9;
  left: 0;
  bottom: 0;
  display: none;
  animation-duration: 0.3s;
}
.z-tabs .tab.active {
  font-weight: bold;
  color: #2183e9;
}
.z-tabs .tab.active > span {
  background-color: #2183e9;
  color: white;
  padding: 0.4375rem 3rem;
  border-radius: 0.375rem;
}
.z-tabs .tab.active .animate__animated {
  display: block;
}

.ant-btn {
  line-height: normal !important;
}