.footer{
	background-color: #565656;
	padding: 60px 0;
}
.footer_row >div:first-child{
	flex: 1 0 10%;
}
.footer_grid{
	color: #ffffff;
	width: fit-content;
}
.iphm_logo{
	max-width: 50px;
	width: 100%;
}
.footer .igct_logo{
	/*max-width: 100px;
	width: 80%;*/
	height: 50px;
    width: auto;
}
.social_list{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap:10px;
}
.social_list li{
	width: 32px;
	height: 32px;
}
.app_list li{
	max-width: 194px;
	display: block;
}
.app_list li:nth-child(n+2){
	margin-top: 10px;
}
.footer_title{
	color: #ffffff;
	margin-bottom: 10px;
}
.footer_list li{
	display: block;
}
.footer_list li:nth-child(n+2){
	margin-top: 8px;
}
.footer_grid p{
	font-size: 13px;
}
.footer_list li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	display: block;
}
.sub_footer{
	background-color: #565656;
	padding: 15px 0;
}
.sub_footer img{
	width: 32px;
}
.suibfooter_list{
	background-color: #565656;
	display: flex;
	gap: 40px;
}
.suibfooter_list li a{
	color: #ffffff;
	text-decoration: none;
}
.footer_row{
	gap: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_row .footerleft_block{
	max-width: 336px;
    width: 100%;
}
.footer_row .footercenter_block{
	width: 490px;
}
.footer_row .footerright_block{
	/*width: 25%;*/
}
.igct_grid{
	width: 350px;
}
.footer_row .center_block_row{
	gap:20px 60px;
}
/*.footer_row .center_block_row >div{
	width: 147px;
}*/