a {
	text-decoration: none !important;
}

.home-Photo {
	padding-top: 100px;
}

.home-Photo-max-totie {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	cursor: pointer;
}

.home-Photo-max-imgbox {
	/* 	display: flex;
	align-items: center;
	justify-content: space-between; */
	/* width: 1200px; */
	/* margin: auto; */
	/* margin-bottom: 20px; */
}

.home-Photo-max-imgbox-code-botemm {
	width: 100%;
}

.home-Photo-max-imgbox-code-botemm-max {
	display: flex;
	align-items: center;
}

.home-Photo-max-imgbox-code-botemm-totie {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	cursor: pointer;
}

.home-Photo-max-imgbox-code-botemm-max {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.home-Photo-max-imgbox-code-botemm-max-left {
	font-weight: 200;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
}

.shang {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.home-Photo-max-imgbox-code {
	margin-bottom: 20px;
	top: 0;
}
.home-Photo-max-imgbox-code:hover{
	top: -10px;
	transition: top 0.5s linear;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.enlargeContainer {
	width: 100%;
	height: 100%;
	display: none;
}

.home-Photo-max-imgbox-code-imgs {
	width: 100%;
	height: 100%;
}

.home-Photo-max-imgbox-code-img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 30px;
}

.close {
	width: 100%;
	height: 100%;
	z-index: 200;
}

.enlargePreviewImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	z-index: 200;
	border-radius: 5px;
}

.home-Photo-max-imgbox-code-img {
	transition: all 0.6s;
}

/* .home-Photo-max-imgbox-code-img:hover{
	transform: scale(1.1);
} */
