.case {
  width: 100%;
  height: auto;
  padding: 180px 8.333vw 5.208vw 8.333vw;
  background: #EDF0F7;
}

.case .tab {
  position: relative;
  width: 100%;
  margin-bottom: 4.167vw;
}

.case .tab .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.5vw;
  color: #212229;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.083vw;
}

.case .tab p {
  width: 42.188vw;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #535D70;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.case .tab .pic {
  position: absolute;
  right: 0;
  top: -50%;
  width: 420px;
  height: 420px;
}

.case .tab .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case .case-all {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.layui-flow-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.case .case-all .list {
  width: 26.563vw;
  height: auto;
  margin-bottom: 1.042vw;
  margin-right: 0.938vw;
}

.case .case-all .list:nth-child(3n) {
  margin-right: 0;
}

.case .case-all .list a {
  display: block;
  width: 100%;
  height: 100%;
}

.case .case-all .list .pic {
  width: 100%;
  height: 20.313vw;
  overflow: hidden;
}

.case .case-all .list .pic img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  object-fit: cover;
}

.case .case-all .list .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.563vw;
  background: #FFFFFF;
}

.case .case-all .list .text .left {
  width: 80%;
}

.case .case-all .list .text .left .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #212229;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: none;
}

.case .case-all .list .text .left p {
  width: 90%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #8B9AAD;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case .case-all .list .text .right {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.4s;
}

.case .case-all .list:hover a .pic img {
  transform: scale(1.1);
}

.case .case-all .list:hover a .text .left .name {
  color: #6E19FF;
}

.case .case-all .list:hover a .text .right {
  opacity: 1;
  transform: translateX(0%);
}

.case .more {
  display: block;
  width: fit-content;
  padding: 0.729vw 2.813vw;
  margin: 60px auto 0 auto;
  border-radius: 52px 52px 52px 52px;
  border: 1px solid #5319FF;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 17px;
  color: #5319FF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.case .more:hover {
  background-color: #5319FF;
  color: #FFFFFF;
}

@media screen and (max-width: 960px) {
  .case {
    width: 100%;
    height: auto;
    padding: 90px 0.4rem 1.06666667rem 0.4rem;
    background: #EDF0F7;
  }

  .case .tab {
    position: relative;
    width: 100%;
    margin-bottom: 1.06666667rem;
  }

  .case .tab .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #212229;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.53333333rem;
  }

  .case .tab p {
    width: 100%;
  }

  .case .tab .pic {
    display: none;
  }

  .case .case-all {
    justify-content: space-between;
  }

  .case .case-all .list {
    width: 48%;
    height: auto;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }

  .case .case-all .list .pic {
    width: 100%;
    height: 3.46666667rem;
    overflow: hidden;
  }

  .case .case-all .list .text {
    padding: 0.26666667rem;
  }

  .case .case-all .list .text .left {
    width: 100%;
  }

  .case .case-all .list .text .left .name {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .case .case-all .list .text .left p {
    width: 100%;
    font-size: 14px;
  }

  .case .case-all .list .text .right {
    display: none;
  }

  .case .more {
    font-size: 13px;
    padding: 0.21333333rem 0.74666667rem;
    margin: 0.8rem auto 0 auto;
  }
}