@media screen and (max-width:580px) {
	.foot {
		height: 23rem;
		background-image: url("../../iocn/phoe/d_bj.png");
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 2rem;
	}

	.foot .foot_content {
		display: flex;
		flex-direction: column;
	}

	.foot .content_item {
		width: 100%;
		margin-bottom: 1rem;
	}

	.seek_advice_from {
		display: none;
	}

	.content_item .item_logo .logo_logo img {
		width: 2.81rem;
		height: 2.81rem;
		border-radius: 0.5rem;
	}

	.content_item .logo_name {
		height: 2.81rem;
		color: rgba(255, 255, 255, 1);
		font-size: 1.13rem;
		font-family: SourceHanSansSC-light;
	}

	.content_item .item_address {
		color: rgba(206, 206, 206, 1);
		font-size: 0.7rem;
		font-family: SourceHanSansSC-regular;
	}

	.content_item .item_address img {
		width: 1.25rem;
		height: 1.25rem;
	}

	.content_item .item_signup {
		width: 6.25rem;
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 1.88rem;
		background-color: rgba(51, 51, 51, 1);
		color: rgba(206, 206, 206, 1);
		font-size: 1rem;
		text-align: center;
		font-family: Arial;
		border: 0.06rem solid rgba(206, 206, 206, 1);
	}

	.content_item .link {
		color: rgba(255, 255, 255, 1);
		font-size: 1rem;
		font-family: SourceHanSansSC-regular;
		margin-bottom: 1rem;
	}

	.content_item .link_list {
		width: 100%;
		grid-gap: 1rem;
	} 

	.content_item .link_list .link_item {
		color: rgba(206, 206, 206, 1);
		font-size: 0.88rem;
		font-family: SourceHanSansSC-regular;
	}

	.link_item a {
		color: rgba(206, 206, 206, 1);
		font-size: 0.88rem;
		font-family: SourceHanSansSC-regular;
	}

	.foot_record {
		padding: 0 1rem;
		height: 5rem;
		color: rgba(206, 206, 206, 1);
		font-size: 0.75rem;
		text-align: center;
		font-family: SourceHanSansSC-regular;
		box-sizing: border-box;
		line-height: 2rem;
	}

	.foot_record a {
		color: rgba(206, 206, 206, 1);
		font-size: 0.75rem;
		font-family: SourceHanSansSC-regular;
	}
}