.yt_xhs_s1{
	padding: 70px 0 90px;
}
.yt_xhs_s1 .title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt_xhs_s1 .title>h2{
	margin: 0;
}
.yt_xhs_s1 .title>h2:nth-child(1){
	color: #333;
}
.yt_xhs_s1 .title>h2:nth-child(2){
	margin: 0 16px;
	width: 10px;
	height: 10px;
	background-color: #fe223a;
	border-radius: 50%;
}
.yt_xhs_s1 .title>h2:nth-child(3){
	color: #fe223a;
}

.com_box{
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 60px 0;
}
.com_box h3{
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}
.com_box h4{
	color: #666;
	line-height: 24px;
}
@media only screen and (max-width: 992px){
	.com_box{
		margin: 60px 0;
		flex-direction: column;
	}
	.com_box h3{		
		text-align: center;
	}
	.com_box img{
		width: 70%;
		height: auto;
	}
}

.yt_xhs_s3, .yt_xhs_s5, .yt_xhs_s7{
	background-color: #fff4f5;
}

.yt_xhs_s8{
	padding: 70px 0 90px;
}
.yt_xhs_s8 .title{
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt_xhs_s8 .title>h2{
	margin: 0;
}
.yt_xhs_s8 .title>h2:nth-child(1){
	color: #333;
}
.yt_xhs_s8 .title>h2:nth-child(2){
	margin: 0 16px;
	width: 10px;
	height: 10px;
	background-color: #fe223a;
	border-radius: 50%;
}
.yt_xhs_s8 .title>h2:nth-child(3){
	color: #fe223a;
}
.yt_xhs_s8 .box{
	margin: 10px 0;
	padding: 20px 10px;
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #fe223a;
	border-radius: 10px;
}
.yt_xhs_s8 .box>.pic{
	padding: 15px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #fff;
}
.yt_xhs_s8 .box>.pic>img{
	width: 50px;
	height: 50px;
}
.yt_xhs_s8 .box>.con{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	min-height: 100px;
}
.yt_xhs_s8 .box>.con>h4{
	font-weight: bolder;
}