.pd_rd {
	display: flex;
	align-items: center;
	background: #f0f0f08f;
	margin-bottom: 50px;
}
.pd_rd p{
	font-size: 20px;
	line-height: 30px;
}
.pd_rd img {
	width: 50%;
}

.pd_rd p {
	padding: 5%;
}

.pd_rd .pd_qc p {
	padding: 10px 5%;
	position: relative;
}

.pd_rd .pd_qc p::before {
	content: '|';
	/* height: 1rem; */
	/* width: 2px; */
	/* background: #1da838; */
	color: #1da838;
	position: absolute;
	left: 3%;
}

.pd_tap {
	margin-bottom: 20px;
}

.pd_tap p {
	padding: 5px 1rem;
}

.greenbg {
	background-color: #1da8381c;
}

.pd_xlie {
	margin-bottom: 55px;
}

.xlie_title {
	text-align: center;
	font-size: 25px;
	color: #1da838;
	font-weight: bold;
	margin-bottom: 25px;
}

.pd_xlie ul {
	margin-bottom: 10px;
}

.pd_xlie ul li {
	padding: 0 1rem;
}

.pd_xlie .xlt {
	font-weight: bold;
}

.pd_piczs {
	display: flex;
	justify-content: space-between;
}

.pd_piczs img {
	border: solid 1px #27ab41;
}


.pd_piczs {
	flex-wrap: wrap;
	align-items: center;
}

.pd_piczs img {
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 2%;
}

@media screen and (max-width: 850px) {
	.pd_rd img {
		width: 100%;
	}

	.pd_rd {
		display: block;
	}

	.pd_piczs {
		flex-direction: column;
	}

	.pd_piczs img {
		margin: 15px 0;
		width: 100%;
	}
}
