.myMaterials .swiper-slide img{
  width: auto;
  height: 210px;
}
.myMaterials .swiper-slide .txt{
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 30px;
  font-weight: 500;
}
.myMaterials .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  background: #F8F9F5;
  width: 352px !important;
  height: 368px !important;
}
.myMaterials .swipers{
  position: relative;
  text-align: center;
  padding: 0 46px;
}
.myMaterials .banner-prev,
.myMaterials .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 10;
}
.myMaterials .banner-prev>img,
.myMaterials .banner-next>img {
  width: 3.75rem;
  height: 3.75rem;
}
.myMaterials .banner-prev{
  left:6px
}
.myMaterials .banner-next{
  right:6px
}
.myMaterials .swiper-slide:hover{
  background: rgba(197, 232, 97, 0.40);
  border-radius: 20px;
}