.foot {
	width: 100vw;
	height: 5.15rem;
	background: url("../../iocn/sy_db_bj.png") 100% 100% no-repeat;
	padding-top: 1rem;
	box-sizing: border-box;
}

.foot .foot_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.foot .content_item {
	width: 33%;
}

.content_item .item_logo {
	display: flex;
	align-items: center;
	margin-bottom: 0.38rem;
}

.content_item .item_logo .logo_logo img {
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 0.1rem;
	margin-right: 0.25rem;
}

.content_item .logo_name {
	height: 0.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: rgba(255, 255, 255, 1);
	font-size: 0.35rem;
	font-family: SourceHanSansSC-light;
}

.content_item .logo_name span:nth-child(1) {
	letter-spacing: 0.05rem;
}

.content_item .log_name span:nth-child(2) {
	font-size: 0.2rem;
}

.content_item .item_address {
	display: flex;
	align-items: center;
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.content_item .item_address img {
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.25rem;
}

.content_item .item_signup {
	width: 1.88rem;
	height: 0.63rem;
	line-height: 0.63rem;
	border-radius: 0.38rem;
	background-color: rgba(51, 51, 51, 1);
	color: rgba(206, 206, 206, 1);
	font-size: 0.23rem;
	text-align: center;
	font-family: Roboto;
	border: 0.01rem solid rgba(206, 206, 206, 1);
	margin-top: 0.38rem;
	cursor: pointer;
}

.content_item .link {
	color: rgba(255, 255, 255, 1);
	font-size: 0.2rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.19rem;
}

.content_item .link_list {
	width: 60%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 0.38rem;
}

.content_item .link_list .link_item {
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.link_item a {
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.seek_advice_from {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.seek_advice_from .phone {
	color: rgba(255, 255, 255, 1);
	font-size: 0.45rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.25rem;
}

.seek_advice_from .title {
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
	margin-bottom: 0.25rem;
}

.seek_advice_from .weixin {
	width: 0.38rem;
	height: 0.38rem;
	cursor: pointer;
	position: relative;
}

.seek_advice_from .weixin_code {
	position: absolute;
	top: 0;
	left: -1.75rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.1rem;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.06rem;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
}

.weixin:hover .weixin_code {
	opacity: 1;
}

.seek_advice_from .weixin_code img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.weixin_code::after {
	content: "";
	position: absolute;
	top: 0.01rem;
	right: -0.2rem;
	width: 0;
	height: 0;
	border-top: 0.2rem solid transparent;
	border-bottom: 0.2rem solid transparent;
	border-left: 0.25rem solid rgb(255, 255, 255);
}

.foot_record {
	width: 100%;
	height: 0.7rem;
	border-top: 0.01rem solid rgba(187, 187, 187, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}

.foot_record a {
	color: rgba(206, 206, 206, 1);
	font-size: 0.18rem;
	font-family: SourceHanSansSC-regular;
}