@charset "UTF-8";
	@font-face {
	font-family: 'MiSans';
	src: url("./fonts/MiSans-Medium.woff") format("woff2"), url("./fonts/MiSans-Medium.woff2") format("woff"), url("./fonts/MiSans-Medium.ttf") format("ttf"), url("./fonts/MiSans-Medium.otf") format("otf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
.nav {
	height: 107px;
	/* background-color: #FAFCF8;*/
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.logo {
	position: absolute;
	top: 18px;
	left: 60px;
	width: 78px;
	height: 78px;
}
.nav .link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #675039;
	font-size: 18px;
	height: 100%;
	font-weight: bold;
	width: 200px;
}
.nav .context {
	height: 120px;
	width: 1200px;
	position: relative;
	padding-left: 142px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: url(./img/common/logo.png) no-repeat 60px center;
	background-size: 78px 78px;
	background-color: #FAFCF8;
}
.brand .context, .cooperation .context, .store .context, .product .context {
	background: url(./img/common/mhs.png) no-repeat 60px center;
	background-size: 78px 78px;
	background-color: #FAFCF8;
}
.page1, .page2, .page3, .page4, .page5, .page6 {
	margin: 0 auto;
	max-width: 1200px;
}
.page4 p {
	font-family: 'MiSans';
	text-align: center;
	font-size: 63.85px;
	color: #604425;
}
.contact {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	color: #675039;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contact .left, .contact .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 500px;
}
.contact .left .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 156px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
}
.contact .left .title, .contact .right .title {
	position: relative;
	width: 100%;
	text-align: center;
}
/* 左边的线*/
	.contact .left .title::after, .contact .right .title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 70%;
	bottom: 50%;
	border-bottom: 3px solid #B39980;
	/* 可根据需要调整颜色和粗细*/
	z-index: -1;
}
.contact .right .title::after {
	right: 80%;
}
/* 右边的线*/
	.contact .left .title::before, .contact .right .title::before {
	content: '';
	position: absolute;
	left: 70%;
	right: 0;
	bottom: 50%;
	border-bottom: 3px solid #B39980;
	/* 可根据需要调整颜色和粗细*/
	z-index: -1;
}
.contact .right .title::before {
	left: 80%;
}
.contact .right .link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
}
.contact .right .link .wx, .contact .right .link .wb, .contact .right .link .xhs, .contact .right .link .sph, .contact .right .link .dy {
	position: relative;
	width: 46px;
	height: 46px;
	margin-right: 36px;
}
.contact .right .link .wx.wx, .contact .right .link .wb.wx, .contact .right .link .xhs.wx, .contact .right .link .sph.wx, .contact .right .link .dy.wx {
	background: url(./img/common/wx.png) no-repeat center center;
	background-size: cover;
}
.contact .right .link .wx.wb, .contact .right .link .wb.wb, .contact .right .link .xhs.wb, .contact .right .link .sph.wb, .contact .right .link .dy.wb {
	background: url(./img/common/wb.png) no-repeat center center;
	background-size: cover;
}
.contact .right .link .wx.xhs, .contact .right .link .wb.xhs, .contact .right .link .xhs.xhs, .contact .right .link .sph.xhs, .contact .right .link .dy.xhs {
	background: url(./img/common/xhs.png) no-repeat center center;
	background-size: cover;
}
.contact .right .link .wx.sph, .contact .right .link .wb.sph, .contact .right .link .xhs.sph, .contact .right .link .sph.sph, .contact .right .link .dy.sph {
	background: url(./img/common/sph.png) no-repeat center center;
	background-size: cover;
}
.contact .right .link .wx.dy, .contact .right .link .wb.dy, .contact .right .link .xhs.dy, .contact .right .link .sph.dy, .contact .right .link .dy.dy {
	background: url(./img/common/dy.png) no-repeat center center;
	background-size: cover;
}
.qr-code {
	display: none;
	position: absolute;
	bottom: 100%;
	/* 将二维码容器定位到图标上方*/
	left: 50%;
	transform: translateX(-50%);
	/* 水平居中二维码容器*/
	z-index: 1000;
	width: 200px;
	border: 1px solid #ccc;
	background-color: white;
	padding: 10px;
}
.wx:hover .qr-wx,
.wb:hover .qr-wb,
.xhs:hover .qr-xhs,
.sph:hover .qr-sph,
.dy:hover .qr-dy {
	display: block;
}
.bottom {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B59C80;
	/* height: 137px;*/
	margin-top: 79px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
}
.bottom .bottom-logo {
	width: 78px;
	height: 78px;
}
.bottom .bottom-text-img {
	width: 100%;
}
.bottom .bottom-text {
	margin-left: 13px;
	font-family: 'MiSans';
	font-weight: bold;
	font-size: 52px;
}
.bottom .bottom-text span {
	font-size: 54px;
	padding-left: 36px;
}
.record {
	margin: 0 auto;
	margin-top: 39px;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #999999;
	padding-bottom: 80px;
}
@media (max-width: 1200px) {
	body {
	width: 1200px;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-text-size-adjust: 100%;
}
}
.video-box {
	position: relative;
	min-height: 676px;
}
.video-box .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-box .video-bg.cur {
	opacity: 0;
	transform: scale(0.5, 0.5);
}
.video-box .video-bg .video-btn {
	width: 100px;
	height: 100px;
}

/* 新增：显示二维码的类 */
.qr-code.show {
    display: block;
}