		.head-right {
			float: right;
			width: 200px;
		}

		.head-right ul {
			float: right;
			position: relative;
		}

		.head-right li {
			float: right;
			margin-right: 28px
		}

		.head-right li a {
			display: block
		}
		/* 分类导航 */
		.nav-category-wrap {
			width: 100%;
			padding: 8px 10px 4px;
			box-sizing: border-box;
		}
		.nav-category-row {
			margin-bottom: 4px;
		}
		.nav-category-row ul {
			display: flex;
			flex-wrap: nowrap;
			gap: 4px;
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.nav-category-row ul li {
			flex: 1 1 0;
			min-width: 0;
			display: flex;
			float: none !important;
			position: static !important;
			width: auto !important;
			height: auto !important;
			margin: 0 !important;
			border: none !important;
			border-radius: 6px;
			overflow: hidden;
		}
		.nav-category-row ul li.nav-parent-item {
			flex: 1.1 1 0;
		}
		.nav-category-row ul li a {
			flex: 1;
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			height: 42px;
			padding: 0 6px;
			box-sizing: border-box;
			width: 100%;
			border-radius: 6px;
			font-size: 13px;
			text-decoration: none;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.nav-category-row .nav-parent-item a {
			color: #000 !important;
			background: #ffb3c6 !important;
			font-family: SimHei, "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif !important;
			font-weight: 700 !important;
		}
		.nav-category-row .nav-child-item a {
			color: #fff !important;
			background: linear-gradient(360deg, rgb(252 76 123), rgb(252 76 123));
		}

		/* 快捷入口 */
		.quick-links-wrap {
			padding: 4px 10px 8px;
			box-sizing: border-box;
		}
		.quick-links {
			display: flex;
			flex-wrap: wrap;
			gap: 4px;
		}
		.quick-links a {
			flex: 1 1 calc(16.666% - 4px);
			min-width: 0;
			height: 40px;
			border-radius: 3px;
			font-size: 18px;
			color: #fff !important;
			display: flex;
			align-items: center;
			justify-content: center;
			text-decoration: none !important;
			transition-duration: .3s;
		}
		.quick-links a:nth-child(1) { background-color: #FF3366; }
		.quick-links a:nth-child(2) { background-color: #66CC00; }
		.quick-links a:nth-child(3) { background-color: #33CCFF; }
		.quick-links a:nth-child(4) { background-color: #ffab00; }
		.quick-links a:nth-child(5) { background-color: #ff00f1; }
		.quick-links a:nth-child(6) { background-color: #fb3939; }
		.quick-links a:hover {
			background: #DC3545 !important;
			color: #fff !important;
		}

		/* 通知栏 */
		.notice-board {
			width: 940px;
			max-width: 100%;
			margin: 0 auto;
			padding: 8px 10px 12px;
			box-sizing: border-box;
		}
		.notice-board__head {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-wrap: wrap;
			gap: 8px;
			margin-bottom: 10px;
			padding: 0 2px;
		}
		.notice-board__title {
			margin: 0;
			font-size: 17px;
			font-weight: 700;
			color: #222;
		}
		.notice-board__updated {
			font-size: 12px;
			color: #888;
		}
		.notice-card {
			margin-bottom: 10px;
			padding: 14px 16px;
			border-radius: 10px;
			border: 1px solid #e8ecf1;
			background: #fff;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
		}
		.notice-card--latest {
			border-color: #f5b8c2;
			background: linear-gradient(180deg, #fff8fa 0%, #fff 100%);
			border-left: 4px solid #fc4e7c;
		}
		.notice-card--promise {
			border-color: #c5d9f0;
			background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
			border-left: 4px solid #337ab7;
		}
		.notice-card--archived {
			margin-bottom: 8px;
			padding: 12px 14px;
			background: #fafbfc;
			border-color: #eef1f5;
			box-shadow: none;
		}
		.notice-card--archived:last-child {
			margin-bottom: 0;
		}
		.notice-card__meta {
			display: flex;
			align-items: center;
			gap: 8px;
			margin-bottom: 6px;
			font-size: 12px;
			color: #999;
		}
		.notice-card__badge {
			display: inline-block;
			padding: 2px 8px;
			border-radius: 999px;
			font-size: 11px;
			font-weight: 600;
			color: #fff;
			background: #fc4e7c;
		}
		.notice-card__badge--promise {
			background: #337ab7;
		}
		.notice-card__heading {
			margin: 0 0 6px;
			font-size: 15px;
			font-weight: 600;
			color: #333;
		}
		.notice-card__text {
			margin: 0;
			font-size: 13px;
			line-height: 1.7;
			color: #555;
			word-break: break-word;
		}
		.notice-card__promise {
			margin: 0 0 6px;
			font-size: 14px;
			font-weight: 600;
			line-height: 1.7;
			color: #c0392b;
		}
		.notice-mirror-list {
			display: flex;
			flex-wrap: wrap;
			gap: 6px;
			margin-top: 10px;
		}
		.notice-mirror-list a {
			display: inline-block;
			padding: 4px 10px;
			font-size: 12px;
			font-family: Consolas, Monaco, monospace;
			color: #2c6e9e;
			background: #e8f2fb;
			border: 1px solid #b8d4f0;
			border-radius: 20px;
			text-decoration: none;
			transition: all .2s;
		}
		.notice-mirror-list a:hover {
			color: #fff;
			background: #337ab7;
			border-color: #337ab7;
		}
		.notice-api-panel {
			margin-bottom: 10px;
			padding: 14px 16px;
			border-radius: 10px;
			border: 1px solid #e8ecf1;
			background: #fff;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
		}
		.notice-api-panel__title {
			margin: 0 0 10px;
			font-size: 15px;
			font-weight: 600;
			color: #333;
		}
		.notice-api-grid {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 8px;
		}
		.notice-api-item {
			padding: 10px 12px;
			border-radius: 8px;
			background: #fafbfc;
			border: 1px solid #eef1f5;
		}
		.notice-api-row {
			display: flex;
			align-items: center;
			gap: 8px;
			flex-wrap: wrap;
		}
		.notice-api-row .card-content-link {
			flex: 1 1 auto;
			min-width: 0;
		}
		.notice-api-row .copy-btn {
			flex-shrink: 0;
			margin-left: 0;
		}
		.notice-download-link {
			text-decoration: none;
		}
		.notice-download-link:hover {
			text-decoration: underline;
		}
		a.copy-btn--download {
			text-decoration: none !important;
			color: #fff !important;
			background: #337ab7;
			border-color: #337ab7;
		}
		a.copy-btn--download:hover {
			background: #286090;
			border-color: #286090;
		}
		.notice-api-label {
			display: block;
			margin-bottom: 4px;
			font-size: 12px;
			font-weight: 600;
			color: #888;
		}
		.notice-api-tip {
			margin: 10px 0 0;
			font-size: 12px;
			line-height: 1.6;
			color: #888;
		}
		.notice-api-tip a {
			color: #337ab7;
			font-weight: 600;
			text-decoration: none;
		}
		.notice-api-tip a:hover {
			text-decoration: underline;
		}
		.notice-archive {
			border-radius: 10px;
			border: 1px solid #e8ecf1;
			background: #fff;
			overflow: hidden;
		}
		.notice-archive__toggle {
			padding: 12px 16px;
			font-size: 13px;
			font-weight: 600;
			color: #666;
			cursor: pointer;
			list-style: none;
			user-select: none;
			transition: background .2s;
		}
		.notice-archive__toggle::-webkit-details-marker {
			display: none;
		}
		.notice-archive__toggle::before {
			content: "▸";
			display: inline-block;
			margin-right: 6px;
			transition: transform .2s;
		}
		.notice-archive[open] .notice-archive__toggle::before {
			transform: rotate(90deg);
		}
		.notice-archive__toggle:hover {
			background: #f7f9fc;
		}
		.notice-archive__list {
			padding: 0 12px 12px;
			border-top: 1px solid #eef1f5;
		}
		.card-content-link {
			color: #fc4e7c;
			display: inline-flex;
			align-items: center;
			font-family: Consolas, Monaco, monospace;
			font-size: 12px;
			word-break: break-all;
		}

		.copy-btn {
			margin-left: 8px;
			padding: 2px 8px;
			font-size: 12px;
			line-height: 18px;
			display: inline-flex;
			align-items: center;
			vertical-align: middle;
			border-radius: 999px;
			border: 1px solid rgba(252, 78, 124, 0.35);
			background: rgba(252, 78, 124, 0.08);
			color: #fc4e7c;
			cursor: pointer;
			user-select: none;
		}
		.copy-btn:hover {
			background: rgba(252, 78, 124, 0.14);
		}
		.copy-btn:active {
			transform: translateY(1px);
		}
		.copy-btn.is-copied {
			border-color: rgba(0, 160, 80, 0.35);
			background: rgba(0, 160, 80, 0.10);
			color: #00a050;
		}

		@media screen and (max-width: 1000px) {
			.quick-links a {
				flex: 1 1 calc(33.333% - 4px);
			}
			.notice-board {
				width: 100%;
				padding-left: 8px;
				padding-right: 8px;
			}
			.notice-api-grid {
				grid-template-columns: 1fr;
			}
			.nav-category-row ul {
				flex-wrap: wrap;
			}
			.nav-category-row ul li {
				flex: 1 1 calc(25% - 4px);
				min-width: calc(25% - 4px);
			}
			.nav-category-row ul li.nav-parent-item {
				flex: 1 1 100%;
				min-width: 100%;
			}
		}
		@media screen and (max-width: 480px) {
			.quick-links a {
				flex: 1 1 calc(50% - 4px);
				font-size: 14px;
				height: 36px;
			}
			.nav-category-row ul li {
				flex: 1 1 calc(33.333% - 4px);
				min-width: calc(33.333% - 4px);
			}
			.nav-category-row ul li a {
				font-size: 12px;
				height: 36px;
				padding: 0 4px;
			}
			.notice-board__title {
				font-size: 15px;
			}
			.notice-card__promise {
				font-size: 13px;
			}
		}
