		.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;
		}

		/* 通知栏 */
		.rainbowcontent {
			width: 940px;
			max-width: 100%;
			margin: 0 auto;
			padding: 8px 10px 10px;
			position: relative;
			box-sizing: border-box;
		}
		.rainbow {
			position: absolute;
			top: 8px;
			left: 10px;
			right: 10px;
			height: 30px;
			border-radius: 20px;
			background: repeating-linear-gradient(to right, red, red 14.28%, orange 14.28%, orange 28.56%, yellow 28.56%, yellow 42.84%, green 42.84%, green 57.12%, blue 57.12%, blue 71.4%, indigo 71.4%, indigo 85.68%, violet 85.68%, violet 100%);
		}
		.rainbow-border {
			position: relative;
			padding: 20px 0;
			border-radius: 15px 15px 10px 10px;
			background-color: #fff;
			border: 1px solid #ddd;
			box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
			font-weight: bold;
		}
		.card-content-h1 {
			text-align: center;
			font-size: 16px;
			color: red;
		}
		.card-content-item {
			margin: 5px;
			font-size: 14px;
		}
		.card-content-item p {
			color: #fc4e7c;
			word-wrap: break-word;
		}
		.card-content-item--promise {
			color: blue;
		}
		.card-content-item--promise .promise-text {
			color: red;
			font-size: 28px;
		}
		.card-content-link {
			color: #fc4e7c;
			display: inline-flex;
			align-items: center;
		}

		.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);
			}
			.rainbowcontent {
				width: 100%;
				padding-left: 8px;
				padding-right: 8px;
			}
			.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;
			}
			.card-content-item--promise .promise-text {
				font-size: 16px;
			}
			.card-content-item--promise h2 {
				font-size: 14px;
				line-height: 1.6;
			}
			.card-content-h1 h2 {
				font-size: 14px;
			}
			.card-content-item {
				font-size: 13px;
			}
		}
