.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: center;
}
.common-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.35rem;
  color: #000000;
  line-height: 0.48rem;
  text-align: center;
  font-style: normal;
}
.common-desc {
  margin-top: 0.1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.23rem;
  color: #4823FF;
  line-height: 0.32rem;
  text-align: center;
}
.common-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.45rem auto;
  width: 1.98rem;
  height: 0.54rem;
  background: linear-gradient(270deg, #AA52FF 0%, #7E2BFF 100%);
  border-radius: 0.27rem;
  font-size: 0.23rem;
  color: #FFFFFF;
  line-height: 0.23rem;
}
.common-more img {
  width: 0.12rem;
  margin-left: 0.05rem;
}
.case-wrapper {
  position: relative;
  padding: 0.3rem;
  padding-top: 0.57rem;
  overflow: hidden;
  background: #F4F6F9;
}
.case-list {
  display: grid;
  margin-top: 0.26rem;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.13rem;
}
.case-list .case-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.11rem;
  height: 1.06rem;
  border-radius: 0.13rem;
  background: #FFFFFF;
}
.case-list .case-item > .img {
  margin-right: 0.15rem;
  width: 0.85rem;
  height: 0.85rem;
}
.case-list .case-item .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.21rem;
  color: #000000;
  text-align: left;
}
.case-list .case-item .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.85rem;
  height: 0.31rem;
  background: #EAEAFF;
  border-radius: 0.06rem;
  color: #2222FF;
  margin-top: 0.15rem;
  font-size: 0.15rem;
  font-weight: 500;
  cursor: pointer;
}
.case-list .case-item .btn:hover .rightpop {
  display: block;
  opacity: 1;
}
.case-list .case-item .btn > img {
  width: 0.12rem;
  margin-left: 0.05rem;
}
.feedback {
  padding: 0.57rem 0.38rem;
  background: #fff;
}
.feedback .feedback-list {
  margin-top: 0.44rem;
}
.feedback .feedback-item {
  position: relative;
  padding: 0.26rem 0.3rem;
  background: linear-gradient(180deg, #E2EEFF 0%, #F4FAFF 100%);
  border-radius: 0.19rem;
  height: 4.04rem;
}
.feedback .feedback-item:not(:last-of-type) {
  margin-bottom: 0.23rem;
}
.feedback .feedback-item .avatar {
  margin-right: 0.2rem;
  width: 1.42rem;
  height: 1.42rem;
}
.feedback .feedback-item .name {
  font-size: 0.38rem;
  margin-bottom: 0.02rem;
  line-height: 0.54rem;
  font-weight: 600;
}
.feedback .feedback-item .position {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.27rem;
  color: #546B8E;
  line-height: 0.38rem;
}
.feedback .feedback-item .desc {
  margin-top: 0.17rem;
  height: 192px;
  font-family: PingFangSC, PingFang SC;
  font-size: 0.23rem;
  color: #333333;
  line-height: 0.38rem;
}
.feedback .feedback-item .square {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.92rem;
  height: 1.64rem;
}
/*# sourceMappingURL=anli.css.map */