* {
	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: 92px;
}

.top {
	margin-top: 75px;
}

.top img {
	width: 310px;
}

.mid {
	margin-top: 110px;
	margin-bottom: 30px;
}
.tip {
	margin-top: 20px;
}
.bottom {
	display: flex;
	color: #fff;
	box-sizing: border-box;
}

.bottom p {
	font-size: 28px;
	margin-left: 42px;
	margin-top: 24px;
}

.txt {
	width: 237px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	cursor: pointer;
}

#qrcode {
	width: 240px;
	height: 240px;
	margin-right: 30px;
	border: 1px solid #f6b426;
	border-radius: 10px;
	padding: 10px;
}

#qrcode img {
	background-color: #fff;
	width: 227px;
	height: 227px;
	padding: 6px;
	border-radius: 10px;
}

.right {
	width: 714px;
	margin-right: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.right .top {
	display: flex;
}

.cooperate {
	position: absolute;
	top: 60px;
	right: 160px;
}

.cooperate .tg {
	margin-left: 20px;
}

.cooperate img {
	width: 250px;
}