.jzlm {

	width: 7.5rem;
	margin: 0 auto;

}

.jzlm img {
	width: 100%;
	display: block;
}

.jzlm-bm,
.jzlm-bm1 {
	position: relative;
}

.jzlm-bm .heart {
	width: 0.8rem;
	position: absolute;
	top: -0.1rem;
	left: 2.5rem;
}
.jzlm-bm1 .heart {
	width: 0.8rem;
	position: absolute;
	top: 0.3rem;
	left:0.7rem;
}


.heart {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}


@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.jzlm-lb{

	background-color: #ffe4c7;
	
}

  .swiper {
      width: 100%;
      height: 9rem;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffe4c7;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 7rem;
     /* height: 100%; */
      object-fit: cover;
    }