.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: center;
}
.common-more {
  position: relative;
  margin: 40px auto;
  width: 160px;
  height: 48px;
  background: linear-gradient(270deg, #AA52FF 0%, #7E2BFF 100%);
  font-size: 18px;
  border-radius: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-more img {
  margin-left: 8px;
}
.common-more:hover .more-popup {
  display: block;
}
.more-popup {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%) translateX(160px);
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(144, 144, 144, 0.1);
  color: #333;
  z-index: 2;
  font-size: 14px;
}
.more-popup .img {
  margin-left: 0;
  width: 120px;
  height: 120px;
  max-width: unset;
}
.m-client-sure .title {
  margin-bottom: 44px;
  font-family: AlimamaFangYuanTiVF, AlimamaFangYuanTiVF;
  font-weight: 500;
  font-size: 36px;
  color: #05121A;
  line-height: 1;
  text-align: center;
  font-style: normal;
}
.m-client-sure .ul-num-z {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  width: 900px;
  height: 160px;
  background: #FFFFFF60;
  border-radius: 10px;
  margin: 0 auto;
}
.m-client-sure .ul-num-z .num {
  color: #543ED9;
}
.m-client {
  background: #F4F6F9;
}
.m-client .client-box {
  background: inherit;
}
.m-client .popup {
  position: fixed;
  display: none;
  transform: translateY(-50%) translateX(100%);
  background-color: #fff;
  padding: 4px;
  border-radius: 8px;
  width: auto;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(144, 144, 144, 0.1);
  color: #000;
  z-index: 2;
}
.m-client .popup .img {
  width: 120px;
  height: 120px;
  max-width: unset;
}
.case-wrapper {
  padding-bottom: 0!important;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.case-list .case-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 11px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 14px;
}
.case-list .case-item > .img {
  margin-right: 16px;
  width: 88px;
  height: 88px;
}
.case-list .case-item .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.case-list .case-item .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 32px;
  background: #EAEAFF;
  border-radius: 6px;
  color: #2222FF;
  margin-top: 16px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}
.case-list .case-item .btn:hover .rightpop {
  display: block;
  opacity: 1;
}
.case-list .case-item .btn > img {
  width: 12px;
  margin-left: 5px;
}
.feedback {
  padding: 80px;
}
.feedback .tit {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
  text-align: center;
}
.feedback .swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(105, 123, 157, 0.2);
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}
.feedback .swiper-btn.prev {
  left: -32px;
}
.feedback .swiper-btn.next {
  right: -32px;
}
.feedback .swiper-btn.next img {
  transform: rotate(180deg);
}
.feedback .swiper-btn img {
  width: 24px;
  height: 24px;
}
.feedback .feedback-swiper-wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 57px;
  height: 260px;
  width: 1200px;
  max-width: 100%;
}
.feedback .feedback-swiper-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 138px;
  height: 266px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 2;
}
.feedback .feedback-swiper-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 138px;
  height: 266px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper {
  height: 260px;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 56px 50px;
  background: linear-gradient(180deg, #E2EEFF 0%, #F4FAFF 100%);
  border-radius: 20px;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide .avatar {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  margin-right: 30px;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide .name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide .position {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #546B8E;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide .desc {
  margin-top: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}
.feedback .feedback-swiper-wrapper .swiper-wrapper .swiper-slide .square {
  position: absolute;
  right: 0;
  top: 0;
  width: 235px;
  height: 204px;
}
/*# sourceMappingURL=anli.css.map */