.charity .main {
	gap: 30px;
}
.charity .main > div {
	position: relative;
	flex: 1;
	height: 0;
	padding-bottom: 36.7%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.15);
}
.charity .main > div .box {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	color: var(--white);
}
.charity .main > div .box .title p {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}
.charity .main > div .box a {
	display: block;
	width: 95px;
	height: 31px;
	line-height: 30px;
	color: var(--white);
	border: 1.5px solid var(--white);
	text-align: center;
	margin: 15px auto 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 7px;
	box-sizing: border-box;
}

.charity .detail {
	margin-top: 150px;
}
.charity .detail .form .photo {
	position: relative;
	gap: 30px;
	flex: 1;
	max-width: 750px;
	margin-top: 64px;
}
.charity .detail .form .photo > div {
	width: 100%;
	text-align: center;
}
.charity .detail .form .photo > div img {
	max-width: 100%;
}
.charity .detail .form .txt {
	flex: 1;
}
.charity .detail .form .txt .box {
	background: #F8F8F8;
	padding: 150px 100px 150px 170px;
	box-sizing: border-box;
	margin-left: -100px;
}
.charity .detail .form .txt .box .title {
	position: relative;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
.charity .detail .form .txt .box .title:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--red);
	margin-left: 5px;
}
.charity .detail .form .txt .box .cont {
	white-space: pre-line;
	font-size: 24px;
	line-height: 1.56;
}
.charity .detail .taC {
	margin-top: 117px;
}
.charity .detail .taC video,
.charity .detail .taC img {
	max-width: 100%;
}

.swiper-pagination-bullet-active {
	background: var(--red);
}

.charity .detail2 .form .photo {
	margin-top: 0;
}




@media screen and (max-width: 1440px) {
	.charity .main > div .box .title p {
		font-size: 26px;
	}
	
	
	.charity .detail {
		margin-top: 100px;
	}
	.charity .detail .form .txt .box {
		padding: 100px 65px 100px 145px;
	}
	.charity .detail .form .txt .box .title {
		font-size: 32px;
	}
	.charity .detail .form .txt .box .cont {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.charity .main {
		gap: 15px;
	}
	.charity .main > div .box {
		bottom: 30px;
	}
	.charity .main > div .box .title p {
		font-size: 18px;
	}
	
	
	.charity .detail {
		margin-top: 50px;
	}
	.charity .detail .form .photo {
		flex: none;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 0 20px!important;
		box-sizing: border-box;
	}
	.charity .detail .form .photo .swiper-slide {
		height: 0;
		padding-bottom: 75%;
	}
	.charity .detail .form .photo .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.charity .detail .form .txt {
		flex: none;
		width: 100%;
	}
	.charity .detail .form .txt .box {
		padding: 50px 30px 20px;
		margin: 0;
	}
	.charity .detail .form .txt .box .title {
		font-size: 20px;
	}
	.charity .detail .form .txt .box .cont {
		font-size: 14px;
	}
	.charity .detail .form .txt .box .title:after {
		width: 10px;
		height: 10px;
	}
	.charity .detail .taC {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.charity .main > div {
		flex: none;
		width: 100%;
		padding-bottom: 0;
		height: 360px;
	}
	.charity .main > div .box {
		max-width: 215px;
	}
	.charity .main > div .box .title p {
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
}