/* 仓储 */
.yd-cangchu{
	background: #f0f3f5;
	padding-bottom: 24rem;
}
.yd-cangchu .flex-a{
	gap: 10rem;
}
.yd-cangchu .n-zhead{
	width: 19.5%;
}
.yd-cangchu  .ar_article{
	font-size: var(--f17);
	color: #414141;
	font-family: 'popl-font';
}
.yd-cangchu .num-list .grid{
	gap: 4rem;
}
.yd-cangchu .num-list img{
	height: 2.4rem;
}
.yd-cangchu .num-list h5{
	font-size: var(--f32);
	font-weight: 400;
	font-family: 'pops-font';
	color: var(--themeColor2);
	margin-top: .8rem;
}
.yd-cangchu .num-list p{
	margin-top: .4rem;
	font-size: var(--f15);
	font-family: 'popl-font';
}



/* 大图 */
.big-img img{
	height: auto;
	aspect-ratio: 1600/660;
	margin-top: -18rem;
	display: block;
}


/* 服务 */
.yd-fuwu .item{
	gap: 5rem;
	margin-top: 5rem;
}
.yd-fuwu .item .img-db{
	width: 50%;
	height: auto;
	aspect-ratio: 800/485;
	border-radius: 1rem;
}
.yd-fuwu .item .txt h5{
	font-size: var(--f38);
	font-family: 'popm-font';
}
.yd-fuwu .item .txt .ar_article{
	font-size: var(--f17);
	font-family: 'popl-font';
	color: #414141;
	margin-top: 1.2rem;
}
.yd-fuwu .item:nth-child(even){
	flex-flow: row-reverse;
}