<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box20220511190228sub{
   position:relative;
/*	margin-bottom: 30px;*/
	}

.box20220511190228sub .box1{
	width: 100%;		
	overflow: hidden;	
}
.box20220511190228sub .zoomImage {
    padding-bottom: 100% !important;
	background-size:cover !important;
	transition: 0.5s all; /*åŠ¨ç”»æ—¶é—´0.5ç§’*/
}
.box20220511190228sub .zoomImage:hover {
	transform:scale(1.2); /*åŠ¨ç”»æ”¾å¤§1.2å€*/
}
.box20220511190228sub .box2{
	float: left;
	padding: 10px;
	/*position: absolute;*/
	width: 100%;
	/*background: rgba(0, 0, 0, 0.8);*/
	background-color:#eeeeee;
	height: auto;
	
}

.box20220511190228sub .box2 a{
	color: #000;
}
.box20220511190228sub .title{
	font-size:14px;
	text-align: center;
}

@media (min-width:1200px){
	.box20220511190228sub .box1{
		/*height: 640px;*/
	}
	
.box20220511190228sub .box2{
	/*padding: 15px 15px;*/
}
	
.box20220511190228sub .title{
	text-align: center;
}
	
	
	
}

</pre></body></html>