.content {
	width: 100%;
	height: calc(100% - 118px);
	position: relative;
	background: url(/static/images/img05-e42a8f2ed36f07c74d431eb5c94800e3.png) no-repeat center;
	background-size: cover;
}

.text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.f-44{
	font-size: 44px;
}

.f-30{
	font-size: 30px;
}

.mb-35{
	margin-bottom: 35px;
}


.mb-95{
	margin-bottom: 95px;
}

.code-row{
	display: flex;
	align-items: center;
}

.mr-90{
	margin-right: 90px;
}

.code-img{
	width: 180px;
		height: 180px;
		border: solid 1px #e5e5e5;
}

.code-text{
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.bg1{
	background-color: #25b528;
}

.bg2{
	background-color: #328aed;
}
.footer-box{
    margin-top: 0;
}