.footer-box{

	background: #04140E;

}

footer{

	background: #04140E !important;

}

.footer{

	color: #FFFFFF;

	padding: 58px 0px;font-size: 14px;

	color: rgba(255,255,255,0.8);

	overflow: hidden;

	position: relative;

	background: #04140E !important;

}

.footer::after{

	content: '';

	display: block;

	width: 1px;

	height: 200px;

	background: rgba(255,255,255,0.2);

	position: absolute;

	top: 60%;

	margin-top: -130px;

	left: 56%;

}

.footer a{

	color: #FFFFFF;

}

.footer a:hover,.footer a:focus{

	text-decoration: none;

	cursor: pointer;

}

.footer-left{

	width: 40%;

	float: left;

}

.footer-tit{

	font-size: 18px;

	font-weight: 600;

	margin-bottom: 15px;

}

.footer-icon{

	margin-bottom: 30px;

}

.footer-title{

	font-size: 16px;

	font-weight: 500;

	margin-bottom: 32px;

}

.footer-list{

	padding-left: 15px;

	line-height: 28px;

	margin-bottom: 15px;

	position: relative;

}

.footer-list::before{

	content: '';

	display: block;

	width: 7px;

	height: 7px;

	border: 1px solid #5BB430;

	border-radius: 100%;

	position: absolute;

	left: 0px;

	top: 10px;

}

.footer a.footer-list-btn{

	color: #5BB430;

}

.footer-link{

	display: inline-block;

	width: 49%;

	margin-top: 23px;

}

.footer-link-btn{

	display: inline-block;

	width: 105px;

	line-height: 35px;

	background: #5BB430;

	border-radius: 28px;

	margin-bottom: 9px;

	text-align: center;

}

footer a.footer-link-btn:hover{

	color: #FFFFFF;

}

.footer-link-text{

	width: 100%;

	text-align: center;

}

.footer-right{

	float: right;

	padding-top: 30px;

}

.qrcode{

	display: flex;

	align-items: center;

	line-height: 28px;

	margin-bottom: 20px;

}

.qrcode:nth-last-child(1) {

	margin-bottom: 0px;

}

.qrcode-icon{

	width: 86px;

	margin-right: 23px;

}

.qrcode-text{

	margin-left: 25px;

}



/* 移动端 */

@media screen and (max-width: 768px) {

	.container.footer{

		padding: 30px 15px;

		font-size: 12px;

	}

	.footer::after{

		width: 0px;

	}

	.footer-left,.footer-right{

		width: 100%;

		float: none;

	}

	.footer-left{

		padding-bottom: 10px;

		border-bottom: 1px solid rgba(255,255,255,0.2);

	}

	.footer-title{

		margin-bottom: 10px;

		font-size: 14px;

	}

	.footer-list{

		line-height: 22px;

	}

	.footer-link{

		text-align: center;
		margin-top:0;

	}

	.footer-right{

		margin-top: 20px;

	}

	.qrcode-icon{

		width: 60px;

	}

	.qrcode{

		margin-bottom: 15px;

	}

}

