* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
}

img {
	width: 100%;
}

.video-bg video {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 4.792vw;
}

.top {
	margin-top: 3.90625vw;
}

.top img {
	width: 27.292vw;
}

.mid {
	margin-top: 5.729vw;
	margin-bottom: 1.5625vw;
}

.bottom {
	display: flex;
	color: #fff;
	box-sizing: border-box;
}

.bottom p {
	font-size: 1.458vw;
	margin-left: 2.2vw;
	margin-top: 1.260vw;
}

#qrcode {
	width: 9.896vw;
	height: 9.896vw;
	margin-right: 1.5625vw;
}

#qrcode img {
	background-color: #fff;
	padding: 0.3125vw;
	border-radius: 0.521vw;
}

.right {
	width: 45.729vw;
	margin-right: 2.34375vw;
}

.right .top {
	display: flex;
}



.cooperate {
	position: absolute;
	top: 2.8125vw;
	right: 3.490vw;
}

.cooperate .tg {
	margin-left: 1.042vw;
}

.cooperate img {
	width: 9.740vw;
}