.firm_wrap{
	padding-bottom:0rem !important;
}
.firm_wrap .common_box3{
	box-shadow: none;
		margin:0 -0.36rem;
}
.firm_content{

}
.firm_list{
	display: flex;
	flex-wrap: wrap;
	/*margin:0 -0.36rem;*/
}
.firm_list .scale_box{
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	height: 1.97rem;
	width:3.8rem;
	
}
.firm_box{
	padding:0 0.36rem;
}
.firm_list .scale_box img{
	object-fit: contain;
	width: auto;
	height: auto;
	margin:0 auto;
}
.firm_list .name{
	font-size: 0.2rem;
	font-weight: 400;
	color: #848484;
	margin-top: 0.25rem;
	text-align: center;
}
.firm{
	flex:0 0 33.3%;
	margin-bottom:0.79rem;
}

@media screen and (max-width:1024px){
    .firm_wrap .common_box3{
        margin: 0;
    }
    .firm{
        flex: none;
        width: 50%;
    }
    .firm_box{
        box-sizing: border-box;
        width: 100%;
    }
    .firm_list .scale_box{
        width: 100%;
    }
    .firm_list .name{
        font-size: 14px!important;
    }
}