.right-title {
	position: relative;
}

.right-box {
	display: flex;
	justify-content: space-between;
	width: 52rem;
	min-width: 521px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

.right-title li {
	cursor: pointer;
}

.banner .banner-hd {
	height: 62px;
	display: flex;
	justify-content: space-between;
}

.meeting_about {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 84%;
	margin: 0 auto;
}

.meeting_about .title {
	font-family: PingFangSC-Semibold;
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 1.5rem;
}

.meeting_about .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #CED7FF;
	letter-spacing: 1px;
	text-align: center;
	line-height: 28px;

}

.kv-bg {
	height: 100vh;
}

.footer-code {
	width: 5.625rem;
	height: 5.625rem;
	margin: 2rem auto 0 auto;
}

.fixed-banner-box .left-logo {
	width: 14.5rem
}

.fixed-banner {
	position: fixed;
	width: 100vw;
	padding: 12px 6%;
	/* margin: 0 !important; */
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.3s;
	background-color: #000f4f;
}

.show-bar {
	display: none;
}
.banner{
	height: 100%;
	background-image: url(../images/kv.png);
	object-fit: fill;
	background-size: 100% 100%;
}
@media (max-width: 767px) {
	.banner{
		background-image: url(../images/kv-bg.png);
		object-fit: fill;
		background-size: 100% 100%;
	}
	.fixed-banner {
		padding: 12px 5%;
	}
	.banner .banner-title {
		width: 100%;
		margin-top: 0;
		margin-bottom: 3rem;
	}

	.kv_bg {
		height: 100vh;
	}

	.banner .left-logo {
		width: 14.5rem;
	}

	.meeting_about {
		margin-top: 17rem;
	}

	.meeting_about .title {
		font-size: 20px;
	}

	.meeting_about .msg {
		font-size: 12px;
	}

	.banner_mb_fixed {
		position: fixed;
		width: 100%;
		margin: 0;
		background: #000;
		top: 0;
		left: 0;
		padding: 10px 8%;
	}

	.fixed-banner-w {
		width: 100% !important;
		margin: 0 !important;
	}

	.banner-mb .left-logo {
		width: 14.5rem;
	}

	.show-fixed {
		display: none;
	}

	.right-bar {
		justify-self: flex-end;
		/* align-self: flex-end; */
	}

	.show-fixed .right-box-mb {
		position: fixed;
		top: 6rem;
		right: 2rem;
		z-index: 99;
	}

	.right-title {
		position: relative;
	}

	.right-box-mb {
		position: absolute;
		right: 0;
		top: 2.5rem;
	}

	.right-bar {
		justify-self: flex-end;
		/* align-self: flex-end; */
	}

	.right-box-mb li {
		display: flex;
		justify-content: center;
		height: 3rem;
		width: 9rem;
		background-image: linear-gradient(90deg, #008FFF 0%, #002BB5 100%);
		font-family: PingFangSC-Regular;
		font-size: 1rem;
		color: #FFFFFF;
		letter-spacing: 1px;
		line-height: 3rem;
		margin-bottom: 1px;
	}

	.right-title li {
		cursor: pointer;
	}
}
