.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;
}

.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;
}

.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;
}
.arrow-icon {
  vertical-align: sub;
}
.pass-icon {
  display: none;
  vertical-align: sub;
}

.query-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  max-height: 440px;
  height: 440px;
  background: #fafafa;
}
.query-box-right {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 440px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 64px;
}
.form-control {
  height: 50px;
}
.form-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.query-box-right h2 {
  margin: 28px 0 20px;
  height: 38px;
  font-size: 28px;
  color: #333333;
  line-height: 38px;
  font-family: MiSansVF_Bold;
}
.query-box-right .btn-success {
  height: 50px;
  margin-top: 10px;
  background: #21a13b;
}
.btn-success:hover {
  background-color: #21a13b !important;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: #21a13b !important;
}

.search-results2,
.certificate-preview {
  margin-top: 48px;
}
.search-results2 h2,
.certificate-preview h2 {
  margin-bottom: 33px;
  height: 38px;
  font-family: MiSansVF_Bold;
  font-size: 28px;
  color: #333333;
  line-height: 38px;
  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;
}
.search-results2 table thead th {
  background: #F8F8F8;
  border-bottom: 0;
}
.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;
}


@media screen and (max-width: 768px) {
  .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: 14px;
    line-height: 20px;
  }
  .query-box {
    flex-direction: column;
    gap: 20px;
    height: auto;
    max-height: unset;
  }
  .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%;
  }
  
}
.empty-box{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.flex{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
/* display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; */