*{
    padding: 0;
    margin: 0;
}
.about_body{
    padding-top: 0.8rem;
    padding-bottom: 1.25rem;
    background: url(../img/about_bg.jpg) top center no-repeat;
}

.about_body .about_name{
    font-weight: bold;
    font-size: 0.45rem;
    color: #204FA9;
    line-height: 0.62rem;
    text-align: center;
    margin-bottom: 0.6rem;
}

.about_body .about_cont,
.about_body .about_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}



.about_num{
	display: flex;
	justify-content: space-between;
    margin-top: 0.62rem;
    margin-bottom: 0.7rem;
}
.about_num .stat-item .stat-value,
.about_num .stat-item .stat-value .scroll_num{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.8rem;
	color: #DF5527;
	line-height: 0.67rem;
	position: relative;
}
.about_num .stat-item .stat-value .stat-unit{
	font-weight: bold;
	font-size: 0.16rem;
	color: #DF5527;
	position: absolute;
	top: -0.2rem;
	margin-left: 0.15rem;
}
.about_num .stat-item .stat-title{
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.16rem;
}







