.box20250504001929{
	max-width: 500px;/*演示用，使用时去掉*/
	width: 100%;
	position:relative;
	border-radius: 16px;
	overflow: hidden;/*防止动画溢出*/
}

.box20250504001929_1{
	width: 100%;
	cursor: pointer;
}
.box20250504001929 .zoomImage {
    padding-bottom: 55.7% !important;
    background-size:cover !important;
    transition: 0.5s all; /*动画时间0.5秒*/
}
.box20250504001929 .zoomImage:hover {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20250504001929_2{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px;
}

.box20250504001929_2 a{
color: #fff;
}
.box20250504001929 .title{
	font-size:24px;
	text-align: center;
}

@media (min-width:1200px){
	.box20250504001929_1{
		height: 640px;
	}

.box20250504001929{
	max-width: 500px;/*演示用，使用时去掉*/
	width: 100%;
	position:relative;
	border-radius: 33px;
	overflow: hidden;/*防止动画溢出*/
}
	
}

