	* {
				margin: 0;
				padding: 0;
				box-sizing: border-box;
				font-family: 'Arial', sans-serif;
			}
			
			        :root {
			            --primary-color: #f3a404;
			            --primary-dark: #d18e03;
			            --primary-light: #f8d17a;
			            --gradient-start: #713800;
			            --gradient-end: #925111;
			        }

			body {
				width: 720px;
				margin: 0 auto;
				padding-top: 140px;
				background-color: #f5f5f5
			}

			.logo-banner {
				position: fixed;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 100%;
				max-width: 720px;
				height: 60px;
				display: flex;
				align-items: center;
				justify-content: space-between;
				color: white;
				font-size: 24px;
				font-weight: bold;
				z-index: 100;
				padding: 0 20px;
				background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));


			}

			.tabs-container {
				display: flex;
				position: fixed;
				top: 60px;
				left: 50%;
				transform: translateX(-50%);
				width: 720px;
				background: white;
				box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
				z-index: 99;
			}

			.tab.active {
				color: #4a6bdf;
				border-bottom-color: #4a6bdf;
			}

			.tab {
				flex: 1;
				padding: 15px 0;
				text-align: center;
				cursor: pointer;
				color: #666;
				font-weight: 600;
				border-bottom: 3px solid transparent;
				transition: all 0.3s ease;
			}

			.frosted-tabs {
				display: flex;
				background: rgb(227 134 40 / 70%);
				backdrop-filter: blur(10px);
				border-radius: 12px;
				padding: 6px;
				box-shadow: 0 4px 15px rgba(201, 109, 16, 0.3);
				margin-top: 18px;
			}

			.frosted-tab {
				flex: 1;
				padding: 14px 0;
				text-align: center;
				color: #fff8e7;
				font-weight: 500;
				cursor: pointer;
				transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
				position: relative;
				font-size: 16px;
				letter-spacing: 0.5px;
			}

			.frosted-tab.active {
				background: rgba(255, 255, 255, 0.25);
				border-radius: 8px;
				color: #ffffff;
				text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			}

			.frosted-tab:not(:last-child)::after {
				content: '';
				position: absolute;
				right: 0;
				top: 25%;
				height: 50%;
				width: 1px;
				background: rgba(255, 255, 255, 0.3);
			}

			.frosted-tab:hover {
				background: rgba(255, 255, 255, 0.15);
			}



			.iframe-container {
				position: fixed;
				top: 120px;
				left: 50%;
				transform: translateX(-50%);
				width: 720px;
				height: 47px;
				z-index: 98;
			}

			.iframe-banner {
				width: 100%;
				height: 100%;
				border: none;
				display: none;
			}

			.iframe-banner.active {
				display: block;
			}

			.content {
				margin-top: 32px;
			}

			.section {}

			.conb {
				background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
				border-radius: 8px;
				margin-bottom: 8px;
				padding: 4px;
				width: 100%;
				max-width: 720px;
				box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
			}

			.header.index-header {
				height: 130px;
				border-radius: 0 0 5px 5px;
				margin-top: -100px;
			}

			.header {
				position: fixed;
				z-index: 99;
				width: 100%;
				max-width: 720px;
				background-image: linear-gradient(to right, #684a40, #987057, #b89e7d, #b99f7c, #b89e7d, #987057, #684a40);
			}

			table {
				width: 100%;
				margin: 0px auto;
				border-collapse: collapse;
				border-spacing: 0;
				font-weight: bold;
			}

			.gg4 td {
				color: black;
				border: 1px solid #b69157;
				font-size: 15pt;
				line-height: 40px;
				font-weight: bold;
				text-align: center;
			}

			a {
				color: inherit;
				text-decoration: none;
			}

			.list-title {
				font-size: 16pt;
				text-align: center;
				border-bottom: 1px solid #738e9f;
				text-shadow: 1px 4px 1px #b99b5f;
				color: #000;
				font-weight: bold;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				padding: 2px 0px 4px 0px;
				background: linear-gradient(transparent, #f7f3f3);
				font-size: 26px;
				text-shadow: 0px 0px 10px #e5e5e5;
			}

			.qxtable td {
				border: 1px solid #C0C0C0;
				font-size: 18pt;
			}

			.qxsx {
				color: #00FF00;
				font-size: 18pt;
			}

			.qxxz {
				color: red;
				font-size: 32px;
			}

			.duilianpt td {
				font-weight: bold;
				border: 1px solid #C0C0C0;
				font-size: 20pt;
				text-align: center;
			}


			:root {
				--primary-color: #c96d10b3;
				--secondary-color: #b3590b;
			}




			.gallery-container {
				max-width: 720px;
				font-family: 'Arial', sans-serif;
			}

			.button-scroll {
				overflow-x: auto;
				padding: 10px 0;
			}

			.button-row {
				display: inline-flex;
				gap: 12px;
			}

			.gallery-btn {
				padding: 10px 18px;
				background: linear-gradient(135deg, #c96d10b3, #b3590b);
				color: white;
				border: none;
				border-radius: 6px;
				cursor: pointer;
				transition: all 0.3s;
				min-width: 100px;
				text-align: center;
			}

			.gallery-btn.active {
				background: linear-gradient(135deg, #8a4b0a, #6d3a08);
				box-shadow: 0 0 0 3px rgba(201, 109, 16, 0.3);
			}

			.image-display {
				width: 100%;
				height: 700px;
				background: #f5f5f5;
				border-radius: 8px;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				position: relative;
			}

			.image-display img {
				max-width: 100%;
				max-height: 100%;
				border-radius: 8px;
				object-fit: contain;
			}

			.issue-info {
				margin-top: 15px;
				font-size: 18px;
				color: #333;
				text-align: center;
			}

			.empty-state {
				color: #666;
			}

			.post-list {
				text-align: center;
			}

			.post-list li {
				padding: 3px 3px;
				border-radius: 0px;
				background-color: #fff;
			}

			.post-list a {
				height: 36px;
				line-height: 36px;
				text-align: center;
				border: solid 1px #ddd;
				border-radius: 8px;
				background: #eee;
				background-image: linear-gradient(to top, #fff, #eee, #fff);
				box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
				display: block;
				font-size: 22px;
				font-weight: bold;
				color: #000;
				white-space: nowrap;
				overflow: hidden;
				padding-right: 4px;
			}

			a:link {
				text-decoration: none;
			}

			ol,
			ul {
				list-style: none;
			}
			
			.cover{
			    background: yellow;
			    color: red;
			}