/*benefits*/
.wrap1 {
	position: fixed;
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aistrom/imgs/web/16.jpg) no-repeat center;
	background-size: cover;
	height: 1380px;
	position: relative;
	background-position: bottom right;
}

.paiqi p {
	text-align: center;
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.paiqi img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.real-box2 .cn-msg {
	font-size: 20px;
}


.real-box2 {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
	gap: 16px;
}

.real-box2 .item-box {
	width: 270px;
	padding: 16px;
	background: #078271;
	display: flex;
	align-items: center;

}

.item-box {
	width: 400px;
	padding: 20px;
	background: #078271;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.item-box img {
	width: 100px;
}

.item-msg {
	width: 280px;
	height: 100%;
	/* padding: 0 16px; */
	display: flex;
	flex-wrap: wrap;
	padding-left: 12px;
}

.cn-msg {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	width: 100%;
}

.real-box2 .cn-msg {
	font-size: 20px;
}

.en-msg {
	font-size: 12px;
	color: #fff;
	word-break: break-all;
}

.h2-t {
	font-size: 32px;
	color: #078271;
	margin-top: 16px;
	margin-bottom: 32px;
	letter-spacing: 2px;
	text-align: center;
}

.h6-t {
	font-size: 17px;
	color: #5b5a5b;
	margin-top: 16px;
	letter-spacing: 2px;
	text-align: center;
}

#pcshow {
	display: flex;
}

#mshow {
	display: none;
}



@media (max-width: 768px) {
	.wrap1 {
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aistrom/imgs/phone/15.jpg) no-repeat center;
		background-size: cover;
		height: 1600px;
	}




	.paiqi {
		position: static;
	}

	.real-box2 .item-box {
		width: 100%;
		padding: 10px;
	}

	.item-box img {
		width: 50px;
	}

	#pcshow {
		display: none;
	}

	#mshow {
		display: flex;
	}


}