.footer {
	height: 360px;
	width: 100%;
	margin-top: 60px;
}

.footer-first-panel {
	height: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #091E3B;
	padding: 25px 0;
}

.code-item {
	width: 400px;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid #27364B;
}

.code-item-left {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	margin-left: 90px;
	float: left;
}
.code-item-right {
	height: 100px;
	width: 199px;
	float: left;
	padding-left: 10px;
}
.code-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #8EC2FF;
	line-height: 30px;
}
.code-item-info {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.code-item-tip {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 20px
}
.footer-second-panel {
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../images/gfqh/promotionPagePcSide/footer-bg.png);
}
.second-panel-content {
	display: inline;
	color: #ffffff;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
}
.second-panel-button {
	margin-left: 20px;
	display: inline-block;
	color: #2571DB;
	height: 40px;
	font-size: 14px;
	width: 114px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
}
.footer-third-panel {
	height: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #091E3B;
	padding: 25px 0;
}
.bottom-item {
	padding: 0 80px;
	border-left: 1px solid #27364B;
	height: 100%;
	color: #ffffff;
}
.footer-logo {
	width: 139px;
	height: 39px;
	margin-top: 30px;
}
.hotline-time {
	margin-top: 25px;
	color: #ffffff;
	font-size: 14px;
}
.hotline {
	color: #ffffff;
	font-size: 28px;
}

.bottom-item p {
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 0;
}

.bottom-item a {
	color: #ffffff;
	line-height: 30px;
}

.first-item {
	border: 0px;
}

.first-line {
	margin-top: 10px;
}

.bottom-item a:hover {
	color: #F5862D;
}

@media (max-width: 1211px) {
	.footer-first-panel {
		height: 240px;
	}
	.code-item-left {
		margin-left: calc(50% - 50px);
	}
	.code-item-right {
		margin-left: calc(50% - 100px);
		padding-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.bottom-item {
		padding: 0 40px;
	}
}