.zs-case-list {
  display: block;
  padding: 0 0 20px;
}

.zs-case-list ul {
  margin: 0 -12.5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zs-case-list li {
  flex: 0 0 33.333%;
  width: 33.333%;
  height: auto;
  padding: 12.5px 12.5px;
}

.zs-case-list li a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.75;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 1px 13px 0px rgba(141, 141, 141, 0.15);
}

.zs-case-list li .text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
  border-radius: 10px;
  z-index: 10;
}

.zs-case-list li .text .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.zs-case-list li .text .location {
  font-size: 14px;
  color: #DDD;
}

.zs-case-list li .text .location i {
  margin-right: 5px;
  font-size: 14px;
}

.zs-case-list li .pic {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zs-case-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}

.zs-case-list li:hover .pic img {
  transform: scale(1.05);
}

.casebanner {
  display: block;
  width: 100%;
  height: 650px;
  color: #FFF;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.casebanner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.casebanner .wrapper {
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  z-index: 10;
}

.casebanner .date {
  display: flex;
  align-items: center;
}

.casebanner .date a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-right: 20px;
  background-color: #FFF;
  border-radius: 18px;
}

.casebanner .date a:hover {
  transform: scale(1.05);
}

.casebanner .title {
  font-size: 64px;
  line-height: 1.25;
  font-family: 'Times New Roman';
  padding-top: 20px;
  padding-bottom: 30px;
}

.casebanner .path {
  color: rgba(255, 255, 255, 0.5);
}

.casebanner .path a {
  color: rgba(255, 255, 255, 0.5);
}

.casebanner .path a:hover {
  color: #FFF;
  text-decoration: underline !important;
}

.case-body {
  display: block;
  width: 1200px;
  padding: 0 0 80px;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
}

.case-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 48px 0;
}

.case-body .det-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.case-body .det-text h3 {
  display: block;
  font-size: 30px;
  margin: 0 0 0;
  color: #030DAD;
}

.case-body .det-text .desc {
  flex: 0 0 60%;
  width: 60%;
  padding-right: 35px;
}

.case-body .det-text .desc .btn {
  margin-top: 30px;
}

.case-body .det-text .features {
  flex: 0 0 40%;
  width: 40%;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 30px 40px;
}

.case-body .det-photo {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.case-body .det-photo a {
  display: block;
  width: calc(50% - 10px);
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  aspect-ratio: 1 / 0.75;
  overflow: hidden;
}

.case-body .det-photo a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0;
  transition: all 0.35s;
  object-fit: cover;
}

.case-body .det-photo a img {
  transform: scale(1.05);
}

.share-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 50px;
}

.share-list {
  padding-left: 20px;
}

.share-wrap .share-list li {
  filter: invert(100%);
}

.share-list {
  display: flex;
  padding-top: 0;
  justify-content: flex-start;
}

.share-list li {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 24px 0 0;
  padding-top: 0;
  transition: all .3s;
}

.share-list li:hover {
  transform: scale(1.2);
}

.share-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.det-tagbox {
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}

.det-tagbox .tag-title {
  display: block;
  width: auto;
  line-height: 28px;
  margin-right: 10px;
  font-size: 16px;
}

.det-tag {
  display: flex;
  width: auto;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
}

.det-tag a {
  color: #666;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 16px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  background-color: #f6f6f6;
}

.det-tag a:hover {
  color: #FFF;
  background-color: #030DAD;
}

.ard-next {
  height: 43px;
  line-height: 60px;
  font-size: 16px;
  border-top: dashed 1px #e7e7e7;
  display: flex;
  justify-content: space-between;
}

.ard-next .col {
  color: #999;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ard-next .col:last-child {
  text-align: right;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px) {}

/*Mobile v1*/
@media only screen and (max-width:767px) {
  .zs-case-list {
    display: block;
    padding: 0 0 10px;
  }

  .zs-case-list ul {
    margin: 0 -8px;
  }

  .zs-case-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 8px;
  }

  .zs-case-list li a {
    border-radius: 10px;
  }

  .zs-case-list li .text .title {
    font-size: 16px;
    line-height: 1.35;
  }

  .zs-case-list li .text {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 12px 15px;
    border-radius: 8px;
  }

  .zs-case-list li .text .location {
    font-size: 13px;
  }

  .zs-case-list li .text .location i {
    font-size: 13px;
  }

  .casebanner {
    height: 380px;
  }

  .casebanner .wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 4%;
    transform: unset;
    bottom: 15px;
    z-index: 10;
  }

  .casebanner .title {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .casebanner .path a {
    color: rgba(255, 255, 255, 0.6);
  }

  .case-body {
    width: 100%;
    padding: 0 0 20px;
    font-size: 15px;
  }

  .case-body .det-text {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
    flex-direction: column;
  }

  .case-body .det-text .desc {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .case-body img {
    max-width: 100%;
    height: auto;
    margin: 28px 0;
  }

  .case-body .det-text h3 {
    padding-left: 0;
  }

  .case-body .det-text .features {
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    padding: 15px 15px;
  }

  .case-body .det-photo a {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }

  .share-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: column;
  }

  .det-tagbox .tag-title {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .ard-next {
    padding-top: 20px;
    height: auto;
    line-height: 1.65;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .ard-next .col {
    margin-bottom: 10px;
    width: 100%;
  }

  .ard-next .col:last-child {
    text-align: left;
  }

  .det-tag a {
    font-size: 13px;
  }

  .share-list li {
    margin: 0 15px 0 0;
  }
}