.m-case-banner {
  width: 100%;
  height: 6.773333rem;
  box-sizing: border-box;
  padding-top: 1.173333rem;
  background-color: #F9FBFF;
  overflow: hidden;
}
.m-case-banner .main-text {
  margin-top: 1.253333rem;
  height: 0.8rem;
  color: #1d2831;
  font-size: 0.746667rem;
  line-height: 0.666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-case-banner .main-text .num {
  margin-left: 0.066667rem;
  font-family: 'dsf';
  font-size: 0.96rem;
  line-height: 0.8rem;
  color: #1a5ad8;
  margin-right: 0.066667rem;
}
.m-case-banner .main-text .plus {
  color: #1a5ad8;
  font-family: 'dsf';
  font-size: 0.64rem;
  margin-right: 0.133333rem;
}
.m-case-banner .desrc-text {
  margin: 0.213333rem 0 0.533333rem;
  letter-spacing: normal;
  color: #1D2831;
  opacity: 0.7;
  font-size: 0.48rem;
  line-height: 0.666667rem;
  text-align: center;
}
.m-case-banner .m-case-btn {
  width: 3rem;
  height: 0.906667rem;
  border-radius: 0.453333rem;
  opacity: 0.8;
  border: 0.026667rem solid rgba(26, 90, 216, 0.8);
  color: #1a5ad8;
  font-size: 0.346667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.m-case-list {
  width: 100%;
  height: 7.733333rem;
  box-sizing: border-box;
  padding-top: 0.666667rem;
  overflow: auto;
}
.m-case-list::-webkit-scrollbar {
  display: none;
}
.m-case-list .m-case-warrper {
  width: max-content;
}
.m-case-list .m-case-warrper .m-case-item {
  width: 6.133333rem;
  height: 6rem;
  box-shadow: 0px 4px 16px 0px rgba(14, 58, 146, 0.08);
  border-radius: 0.133333rem;
  float: left;
  margin-left: 0.533333rem;
  box-sizing: border-box;
  padding: 0.533333rem 0.4rem 0 0.4rem;
}
.m-case-list .m-case-warrper .m-case-item img {
  width: 1rem;
  height: 1rem;
}
.m-case-list .m-case-warrper .m-case-item:nth-child(1) {
  margin-left: 0.4rem;
}
.m-case-list .m-case-warrper .m-case-item:last-child {
  margin-right: 0.4rem;
}
.m-case-list .m-case-warrper .m-case-item .image-wrapper {
  width:1rem;
  height:1rem;
  /*background-color:#3468F7;*/
  left:0; top:0; right:0; bottom: 0; margin: auto; 
  border-radius:30px;
  border:2px solid #fff;
  box-shadow:0 10px 14px -10px rgb(169 175 179 / 50%);
}
.m-case-list .m-case-warrper .m-case-item .m-case-item-name {
  color: #222;
  font-size: 0.4rem;
  line-height: 0.586667rem;
  text-align: center;
  font-weight: bold;
  margin: 0.4rem 0;
  height: 0.48rem;
}
.m-case-list .m-case-warrper .m-case-item .m-case-item-desrc {
  color: #888;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.613333rem;
}
