/*
 *作者：爱永
 *时间：2026-09-24
 */

.cxbandjscon{ display:flex; justify-content:center;}

.cxbandjs{ display:flex; align-items:center; justify-content: center;}
.cxbandjs .cxbandjsitem{width: 100px;height: 80px; text-align:center;background: #E81D2D; padding-top:8px;border-radius: 10px 10px 10px 10px;}
.cxbandjs .cxbandjsitem big, .cxbandjs .cxbandjsitemmh{font-weight: 700;font-size: 48px;color: #FFFFFF;line-height: 52px;}
.cxbandjs .cxbandjsitem span{font-weight: 400;font-size: 12px; display:block;color: #FFFFFF;line-height: 13px;}
.cxbandjs .cxbandjsitemmh{ color:#02001F; margin:0 17px;}
@media(max-width:1024px){
	.cxbandjs .cxbandjsitem{ padding-top:10px;}
	.cxbandjs .cxbandjsitem big, .cxbandjs .cxbandjsitemmh{ font-size: 32px; line-height: 1.3; }
}
@media(max-width:768px){
	.cxbandjs .cxbandjsitem big, .cxbandjs .cxbandjsitemmh{ font-size:24px; line-height: 1.2;}
	.cxbandjs .cxbandjsitem{width: 60px;  height: 60px;}
	.cxbandjs .cxbandjsitemmh{ margin: 0 10px;}
}



