﻿@charset "utf-8";
.module0241{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.module0241_img{
	width:calc(97% / 4);
	height: calc(1400px * 0.24 * 207 / 372);
	height: calc(var(--mainwidth) * 0.24 * 207 / 372);
	font-size: 0px;
	overflow: hidden;
	margin-right: 1%;
	margin-top: calc(1400px * 0.01);
	margin-top: calc(var(--mainwidth) * 0.01);
}
.module0241_img:nth-child(1){ width:49.5%; margin-top: 0;height: calc(1400px * 0.495 * 207 / 372);height: calc(var(--mainwidth) * 0.495 * 207 / 372);}
.module0241_img:nth-child(2){ width:49.5%; margin-right: 0; margin-top: 0px;height: calc(1400px * 0.495 * 207 / 372);height: calc(var(--mainwidth) * 0.495 * 207 / 372);}
.module0241_img:nth-child(3n+6){  margin-right: 0;}



.module0241_img:hover img{transform: scale(1.05);}
.module0241_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



@media screen and (max-width:1023px)and (min-width:300px){
.module0241{
	width:96vw;
}

.module0241_img{
	width:49%;
	height: calc(96vw * 0.49 * 207 / 372);
	font-size: 0px;
	overflow: hidden;
	margin-right: 2%;
	margin-top: calc(96vw * 0.02);
}
.module0241_img:nth-child(1){ width:49%;height: calc(96vw * 0.49 * 207 / 372);}
.module0241_img:nth-child(2){ width:49%; height: calc(96vw * 0.49 * 207 / 372);}
.module0241_img:nth-child(2n){  margin-right: 0;}




}
