body {
	margin: 0;
	font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
	background: #f6f6f6;
	color: #111;
}

ul,li,em {
	list-style: none;
	font-style: normal;
}

a, body, dd, div, dl, dt, em, form, h1, h2, h3, html, i, img, input, li, p, span, ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #23c268!important;
	;
}

i {
	font-style: normal;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 面包屑样式 */
.breadcrumb-box {
	width: 1200px;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin: 22px auto -8px auto;
}

.breadcrumb-box a {
	color: #999;
	text-decoration: none;
}

.breadcrumb-box i {
	font-size: 7px;
	color: #999;
	margin: 0 10px;
	position: relative;
	top: -2px;
}
/* ===== Header ===== */
.header-top {
	background: #fafbfc;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	height: 66px;
}

.header-top .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top .logo {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-top .logo img {
	height: 30px;
	width: auto;
	display: block;
}

.header-top .logo a:focus,
.header-top .logo a img:focus {
	outline: none;
}

/* APP 下载样式 */
.header-top .logo .app-download {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	color: #23c268;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}

.header-top .logo .app-download i {
	font-size: 13px;
}

.header-top .logo .app-download:hover {
	opacity: 0.85;
}

.main-nav {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-nav a {
	position: relative;
	text-decoration: none;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.2s;
	padding: 21px 20px;
}

.main-nav a.active {
	color: #23c268;
}

.main-nav a.active::after {
	content: " ";
	width: 32px;
	height: 2px;
	background: #23c268;
	position: absolute;
	bottom: -2.5px;
	left: 0;
	right: 0;
	margin: auto;
}

/* ===== Header Right ===== */
.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
/* 搜索框 */
.search-box {
	position: relative;
	display: flex;
	align-items: center;
}

.search-box input {
	width: 140px;
	border: antiquewhite;
	border-radius: 20px;
	padding: 11px 40px 10px 14px;
	font-size: 13px;
	color: #333;
	background: #f6f5f5;
	outline: none;
	transition: all 0.2s;
}

.search-box input::placeholder {
	color: #9ca3af;
}

.search-box input:hover {
	border-color: #cbd5e1;
}

.search-box input:focus {
	border-color: #4F46E5;
	box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}

.search-box .bi-search {
	position: absolute;
	right: 12px;
	color: #999999;
	font-size: 16px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	outline: none;
}
/* 账户按钮 */
.ouser {
	width: 33.33px;
	height: 33.33px;
}

.btn-account {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
	cursor: pointer;
}

.btn-account img {
	height: 100%;
	height: 100%;
}

.btn-account .bi-person {
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #c5c5c5;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 7px;
	border-radius: 50%;
	transition: background 0.2s;
}

.btn-account .bi-person:hover {
	background: #0ad362;
	color: #fff!important;
}

.userinfo {
	display: none;
	background: #fff;
	position: absolute;
	right: -55px;
	top: 41px;
	width: 120px;
	border: 1px solid #eee;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	padding: 10px;
	margin-left: -70px;
	z-index: 999;
}

.userinfo .nick {
	height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	margin-top: -5px
}

.userinfo .lk {
	display: block;
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	text-align: center
}
/* ===== Main ===== */
main {
	min-height: 400px;
	padding: 30px 0;
}
/* ===== Footer ===== */
.site-footer {
	border-top: 1px solid #eee;
	background: #333;
	padding: 24px 0;
	font-size: 14px;
	color: #9a9a9a;
}

.site-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.footer-left img {
	height: 23px;
	width: auto;
	display: block;
}

.footer-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #9a9a9a;
	white-space: nowrap;
	font-size: 16px;
}

.footer-icons {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 21px;
}

.footer-icons a, .footer-icons i {
	color: #9a9a9a;
	cursor: pointer;
	transition: color 0.2s, transform 0.2s;
}

.footer-icons a:hover, .footer-icons i:hover {
	color: #aaaaaa;
	transform: scale(1.15);
}
/* 下拉菜单 */
.footer-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 120%;
	right: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 8px 0;
	text-align: left;
	z-index: 50;
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.footer-menu.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.footer-menu a {
	display: block;
	padding: 8px 16px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.2s, color 0.2s;
}

.footer-menu a:hover {
	background: #f3f4f6;
	color: #4F46E5;
}

/* 响应式 */
@media (max-width: 768px) {
	.main-nav {
		display: none;
	}

	.site-footer .container {
		flex-direction: column;
		gap: 10px;
	}

	.footer-center {
		position: static;
		transform: none;
	}
}

/* 右栏二维码 */
.qr-box {
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 23px 25px 25px;
	position: relative;
	box-shadow: 0 0 0 1px #f1f1f1;
}

/* 左侧信息 */
.qr-info {
	display: flex;
	flex-direction: column;
}

/* logo图片 */
.qr-info-logo {
	width: 100px;
	height: auto;
}

.qr-info-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.qr-info-desc {
	color: #777;
	font-size: 16px;
	margin: 14px 0;
}

/* 图标行 */
.qr-social-list {
	display: flex;
	gap: 10px;
	position: relative;
}

.qr-social-item {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: background-color 0.25s ease;
	overflow: hidden;
}

/* 各平台颜色 */
.qr-wechat {
	background: #07C160;
}

.qr-instagram {
	background: linear-gradient(45deg, #ffdc80, #fcb045, #fd1d1d, #e1306c, #c13584, #833ab4);
}

.qr-xhs {
	background: #FF2442;
}

.qr-tiktok {
	background: #000000;
}

/* 小红书图标图片（白字透明背景） */
.qr-xhs img {
	width: 22px;
	height: auto;
	display: block;
	transform: scale(1.05);
}

/* 悬停变浅 */
.qr-wechat:hover,.qr-instagram:hover,.qr-xhs:hover,.qr-tiktok:hover {
	opacity: .8;
	color: #fff!important;
}

/* 右侧二维码 */
.qr-img-box {
	width: 108px;
	height: 108px;
	overflow: hidden;
}

.qr-img-box img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 微信二维码弹窗 */
.qr-popup {
	position: absolute;
	top: 45px;
	left: -92px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	padding: 25px 25px 23px 25px;
	text-align: center;
	display: none;
	animation: fadeIn 0.2s ease;
	z-index: 5;
}

.qr-popup img {
	width: 130px;
	height: 130px;
	border-radius: 6px;
}

.qr-popup p {
	margin-top: 8px;
	font-size: 14px;
	color: #333;
}

.qr-popup p span {
	color: #00aa00;
}

/* 弹窗动画 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 悬停显示弹窗 */
.qr-wechat:hover + .qr-popup {
	display: block;
}

/* 返回顶部 */
.back-top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 6px;
	display: none;
	cursor: pointer;
	z-index: 999;
    /* 让里面内容完全居中 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.back-top i {
	border-radius: 50%;
	display: flex;
           /* 居中图标 */
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}


/* === 标签类模块 === */
.module-banner {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 18px;
}

.module-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.module-tags .module-content {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding-left: 5px;
}

.module-tags .module-content a {
	display: inline-block;
	background: #f6f6f6;
	border-radius: 3px;
	padding: 8px 14px;
	font-size: 13px;
	color: #444;
	text-decoration: none;
	transform: skew(-10deg);
	transition: all .2s;
	box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.module-tags .module-content a span {
	display: inline-block;
	transform: skew(10deg);
}

/* ==== 国家切换器 ==== */
.lz-country-switcher {
	position: relative;
	z-index: 50;
	display: inline-block;
	margin-left: 5px;
}

.lz-country-switcher-trigger {
	height: 34px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.lz-country-switcher-trigger img {
	width: 100%!important;
	height: 100%!important;
}

.lz-country-switcher-trigger i {
	font-size: 12px;
	transform: translateY(1px);
	margin-left: 4px;
	color: #666;
	display: inline-block;
	transition: transform .25s ease;
}

.lz-country-switcher-trigger.active i {
	transform: rotate(180deg);
}

.lz-country-switcher-trigger.active {
	opacity: .9;
}

.lz-country-dropdown {
	position: absolute;
	top: 45px;
	left: 0;
	width: 190px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 35px rgba(0,0,0,0.2);
	padding: 8px 0;
	display: none;
}

.lz-country-dropdown.open {
	display: block;
}

.lz-country-list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 253px;
           /* 固定高度，按需改 */
	overflow-y: auto;
        /* 超出时竖向滚动 */
	overflow-x: hidden;
      /* 不要横向滚动条 */
    /* 隐藏滚动条（通用做法） */
	scrollbar-width: none;
   /* Firefox */
	-ms-overflow-style: none;
/* IE/老 Edge */
}

.lz-country-list::-webkit-scrollbar {
	display: none;
}

.lz-country-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 14px;
	text-decoration: none;
	color: #1d2b50;
	font-size: 14px;
}

.lz-country-item:hover {
	background: #f3f6ff;
}

.lz-left {
	display: flex;
	align-items: center;
	gap: 6px;
}

.lz-check {
    width: 14px;
    color: #5e90cc;
    font-size: 20px;
}

.lz-flag {
	height: 38px;
	width: auto;
	border-radius: 4px;
	overflow: hidden;
}

.lz-flag img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}