.cases-info {
  overflow: hidden;
  margin-bottom: 104px;
}

.cases-info-container {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cases-info-container .cases-title {
  font-family: MiSansVF_Bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: right;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}

.cases-info-container .more {
  display: inline-block;
  font-family: MiSansVF;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-style: normal;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #c1c1c1;
  margin-bottom: 104px;
  margin-top: 48px;
}

.cases-info-container .more:hover {
  background: #21a13b;
  color: #ffffff;
  cursor: pointer;
}

.cases-info-container .cases-list-box {
  display: flex;
  flex-wrap: wrap;
}

.cases-info-container .cases-list-box .cases-content {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 40px;
}

.cases-info-container .cases-list-box .cases-content .cases-img {
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
}

.cases-info-container .cases-list-box .cases-content .cases-img:hover {
  cursor: pointer;
}

.cases-info-container .cases-list-box .cases-content .cases-img .img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.cases-info-container .cases-list-box .cases-content .cases-txt {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.cases-info-container
  .cases-list-box
  .cases-content
  .cases-txt
  .cases-menu-name {
  font-family: MiSansVF;
  font-size: 14px;
  color: #21a13b;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  background: #e8f5eb;
  border-radius: 4px;
  padding: 4px 8px;
}

.cases-info-container .cases-list-box .cases-content .cases-txt .cases-name {
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 使用弹性盒子模型 */
  -webkit-line-clamp: 2;
  /* 限制行数，例如3行 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  margin-top: 8px;
  font-family: MiSansVF_Semibold;
  margin-bottom: 12px;
}

.cases-info-container .cases-list-box .cases-content .cases-icons {
  display: flex;
  align-items: center;
}

.cases-info-container .cases-list-box .cases-content .cases-txt .date-icon {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  color: #9b9b9b;
}

.cases-info-container .cases-list-box .cases-content .cases-txt .cases-date {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.cases-info-container .cases-list-box .cases-content:hover .cases-img .img {
  transform: scale(1.1);
}

.cases-info-container .cases-list-box .cases-content:nth-child(2n) {
  margin-right: 0;
}

/* tab */
.public-tabs {
  margin-bottom: 56px;
  border-bottom: 1px solid #e8e8e8;
}

.tabs-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.first_tab {
  margin-right: 64px;
}

.tabs-li {
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding: 20px 0;
  cursor: pointer;
  display: inline-block;
}

.tabs:hover .tabs-li {
  color: #21a13b;
}

.tab-active:hover .tabs-li {
  color: #fff;
}

.tab-active {
  color: #21a13b;
  border-bottom: 2px solid #21a13b;
}

/* 滑块 */
.slide-drag {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 4px;
  line-height: 56px;
  position: relative;
  background: #f8f8f8;
}

.drag-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 49px;
  background-color: #21a13b;
  border-radius: 4px 0 0 4px;
}

.drag-btn {
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 49px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #fff;
  z-index: 10;
}

.operating-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: -8px;
  font-family: MiSansVF;
  font-size: 18px;
  color: #333333;
  font-style: normal;
}

.operating-button div {
  height: 56px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  flex: 1;
  line-height: 56px;
  cursor: pointer;
}
.operating-button div:hover {
  background: #21a13b;
  color: #ffffff;
  border-color: #21a13b;
}
.operating-button div:hover a {
  color: #ffffff;
}

.iconfont {
  font-size: 24px;
}

.header .header-pc .nav-container .right-box .lang-box .iconfont {
  font-size: 16px;
}

.header .header-pc .nav-container .right-box .yunpingtai .iconfont {
  font-size: 16px;
}

.drag-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding-left: 72px;
}

.arrow-icon {
  vertical-align: sub;
}

.pass-icon {
  display: none;
  vertical-align: sub;
}

.query-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 538px;
  background: #ffffff;
  border-radius: 16px;
  /* border: 1px solid #D8D8D8; */
  max-width: 1200px;
  margin: 0 auto;
  height: 538px;
}

.query-box-left-new {
  height: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2.9167vw 2.5vw;
  /* width: 640px; */
  width: 53.33%;
  flex-shrink: 0;
  /* min-width: 400px; */
  background: #fafafa;
  border-radius: 16px 0px 0px 16px;
  border: 1px solid #d8d8d8;
}

.query-box-right-new {
  width: 46.67%;
  flex-shrink: 0;
  height: 100%;
  padding:  2.5vw;
  text-align: left;
  border: 1px solid #d8d8d8;
  border-radius: 0px 16px 16px 0px;
  border-left: none;
  overflow-y: auto;
}

.right-new-title {
  height: 26px;
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
}

.right-new-item {
  font-family: MiSansVF;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.form-control-new {
  height: 136px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 16px 24px;
  font-size: 16px;
  color: #999;
  resize: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  line-height: 22px;
}
.form-control-new:focus {
  color: #333;
}
.form-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}

.query-box-left-new-title {
  font-family: MiSansVF_Bold;
  font-size: 28px;
  color: #333333;
  line-height: 38px;
  font-style: normal;
}

.query-box-left-new .btn-success-new {
  height: 56px;
  font-family: MiSansVF_Bold;
  font-size: 18px;
  color: #ffffff;
  font-style: normal;
  line-height: 56px;
  background: #21a13b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-style: normal;
  cursor: pointer;
}

/* .btn-success:hover {
  background-color: #21a13b !important;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: #21a13b !important;
} */
.search-results2 {
  max-width: 1200px;
  margin: 48px auto;
  overflow-x: auto;
}
.certificate-preview {
  margin-top: 48px;
}

.search-results2 h2,
.certificate-preview h2 {
  margin-bottom: 33px;
  height: 37px;
  font-family: MiSansVF_Bold;
  font-size: 28px;
  color: #333333;
  line-height: 37px;
  text-align: left;
  font-style: normal;
}

.container-box .table > :not(:first-child) {
  border-top: unset;
}

.empty {
  font-family: MiSansVF;
  font-size: 16px;
  color: #999999;
  line-height: 40px;
  /* text-align: right; */
  font-style: normal;
}

.empty-text {
  font-family: MiSansVF;
  font-size: 16px;
  /* color: #999999; */
  line-height: 22px;
  /* text-align: right; */
  font-style: normal;
}

.certificate-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.certificate-img {
  max-width: 380px;
  max-height: 268px;
  /* background: #21a13b; */
  width: 100%;
  height: 268px;
}

.search-results2 tr {
  vertical-align: sub;
}

.search-results2 tr {
  vertical-align: sub;
}

.search-results2 table tbody tr td {
  font-size: 16px;
  font-family: MiSansVF;
  vertical-align: middle;
}

.search-results2 table tr th {
  font-weight: normal;
  font-family: MiSansVF;
  height: 54px;
  line-height: 22px;
  font-size: 16px;
  vertical-align: middle;
  color: #333;
}

.search-results2 table thead th {
  background: #f8f8f8;
  border-bottom: 0;
}
.table-bordered {
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333 !important;
  line-height: 22px;
  font-style: normal;
}
.table-bordered .btn-success {
  height: 36px;
  font-size: 14px;
  background: #21a13b;
  border-color: #21a13b;
}

.certificate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 验证码 */
.query-code-box {
  display: flex;
}

.query-code-box .code-box {
  width: calc(100% - 116px);
}

.query-code-box .code-img {
  width: 100px;
  height: 50px;
  margin-left: 16px;
  cursor: pointer;
}
.btn-info-new {
  max-width: 146px;
  font-family: MiSansVF;
  font-size: 16px;
  color: #21a13b;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-decoration-line: underline;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
.toast-center {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #fdf6ec !important;
  border-color: #faecd8;
  color: #e6a23c;
  text-align: center;
  border-radius: 6px;
}
.toast-center-success {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
  text-align: center;
  border-radius: 6px;
}
.toast-center-fail {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
  text-align: center;
  border-radius: 6px;
}
.loading-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2d2d2d;
  z-index: 9999;
  pointer-events: none;
  width: 266px;
  height: 54px;
  background: #000000;
  border-radius: 8px;
  opacity: 0.8;
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
@media (min-width: 769px) and (max-width: 992px) {
  .query-box-left-new {
    padding: 28px 24px;
  }
  .query-box-right-new {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 768px) {
  .container-box {
    margin: 20px;
  }
  .right-new-item {
    font-size: 14px;
  }
  .slide-drag {
    height: 40px;
    line-height: 40px;
  }

  .drag-box {
    height: 40px;
  }

  .drag-btn {
    width: 48px;
    height: 40px;
  }

  .iconfont {
    font-size: 16px;
  }

  .drag-text {
    font-size: 13px;
    line-height: 13px;
    padding-left: 38px;
  }

  .query-box {
    flex-direction: column;
    /* gap: 20px; */
    height: auto;
    max-height: unset;
  }

  .query-box-left-new {
    width: 100%;
    padding: 28px 24px;
    border-radius: 16px 16px 0 0;
  }

  .query-box-left-new-title {
    font-size: 24px;
  }
  .form-control-new {
    padding: 8px 12px;
    font-size: 14px;
  }
  .query-box-left-new .btn-success-new {
    height: 40px;
  }

  .operating-button div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .query-box-right-new {
    width: 100%;
    padding: 32px 24px;
    border-left: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 0 0 16px 16px;
  }
  .certificate-box {
    flex-direction: column;
  }

  .certificate-img {
    max-width: 100%;
  }

  .cases-info {
    overflow: hidden;
    margin-bottom: 52px;
  }

  .search-results2 table tbody tr td {
    font-size: 12px;
    vertical-align: middle;
  }

  .search-results2 table tr th {
    font-size: 14px;
  }

  .table-bordered .btn-success {
    height: 36px;
    font-size: 10px;
    line-height: 12px;
  }

  .query-box-left img {
    width: 100%;
  }
  .tabs-list {
    padding: 0 20px;
  }
}

.empty-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.modal-container {
  border-radius: 8px;
  position: relative;
  animation: fadeIn 0.3s ease-out;
  width: 560px;
  max-width: 100%;
  height: 361px;
  background: #ffffff;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .modal-container {
    width: 90%;
  }
}

.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  background: #f4f4f4;
  border-radius: 8px 8px 0px 0px;
  padding: 13px 24px;
}

.modal-close {
  font-size: 24px;
  cursor: pointer;
}

.modal-close:hover {
  color: #333;
}

.modal-title {
  height: 22px;
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.modal-content-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 238px;
  border-bottom: 1px solid #e8e8e8;
}

.modal-text {
  font-family: MiSansVF_Bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}

.modal-description {
  font-family: MiSansVF;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-top: 16px;
}

.modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  height: 74px;
  padding: 0 24px;
}

.modal-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  min-width: 80px;
}

.btn-cancel {
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-style: normal;
  width: 164px;
  height: 42px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}

.btn-confirm {
  width: 128px;
  height: 42px;
  background: #21a13b;
  border-radius: 4px;
  font-family: MiSansVF_Semibold;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}

.btn-confirm:hover {
  background-color: #008d44;
}

.btn-cancel:hover {
  background-color: #e0e0e0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
