.box202212192341{
	position:relative;
	/*margin-bottom: 30px;*/
	/*max-width: 384px;*/
	overflow: hidden;
	cursor: pointer;
}

.box202212192341 .box1{
	width: 100%;
	/*height: 100%;*/
}
.box202212192341 .zoomImage {	
    padding-bottom: 182.2% !important;
	background-size:cover !important;
	transition: transform 5s cubic-bezier(.23,1,.32,1);
}
.box202212192341:hover .zoomImage {
    transform: scale(1.2);
}
/*背景色*/
.box202212192341 .bjs {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
    background: rgba(213,65,77,.9);
    transition: opacity 2s cubic-bezier(.23,1,.32,1),height 2s cubic-bezier(.23,1,.32,1);
}
.box202212192341:hover .bjs {
	opacity: 10;
}

.box202212192341 .box3{
	position: absolute;
	width: 100%;
	color: white;
	top:2.5rem;
	left: 2.5rem;
}
.box202212192341 .title1{
	font-size: 3.8rem;
	margin-bottom: 2.7rem;
	
	/*font-weight: bold;*/
}

.box202212192341 ul li{
	font-size:2.5rem;
	line-height: 4rem;
	/*font-weight: bold;*/
}
.box202212192341 .title1 a,.box202212192341 ul li a{
	color: #fff;
 
}
.box202212192341 .title1 a:hover,.box202212192341 ul li a:hover{
	text-decoration-line: underline;
 
}



@media (min-width:992px){


}


