/* footer */
.footer_content {
	width: 100%;
	background: #121212;
}

.footer_wrap {
	padding: 120px 0;
}

.footer_wrap .logo {
	height: 60px;
}
.footer_wrap .logo img{
	height: 60px;
}

.footer_copyright {
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 8px;
}

.footer_main {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.footer_main .rig {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.footer_main .rig .div a {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #909090;
}

.footer_main .rig .div .head {
	font-size: 20px;
	font-weight: 500;
	color: #fafafa;
}

.foot_Qr {
	width: 200px;
}

.foot_Qr .qr_title {
	color: #fafafa;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

.foot_Qr .qr_but {
	background: #fafafa;
	border-radius: 35px;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 40px;
	padding: 16px;
	text-align: center;
}

.foot_Qr .qr_box {
	margin: 0 auto;
	margin-top: 40px;
	width: 110px;
	height: 110px;
}

.foot_Qr .qr_box img {
	width: 100%;
	height: 100%;
}

.foot_Qr .qr_text {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;

}