* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	background-color: #f8f8f8;
	color: #333;
	padding: 20px;
}

.banner .van-swipe-item .item {
	width: 100%;
	height: 0;
	padding-bottom: 35%;
	position: relative;
	overflow: hidden;
}

.banner .van-swipe-item .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.back-to-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background-color: #409eff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	z-index: 9999;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.back-to-top-btn:hover {
	background-color: #66b1ff;
	transform: translateY(-2px);
}

.back-to-top-btn svg {
	width: 28px;
	height: 28px;
	color: white;
}

.section {
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.section h3 {
	text-align: center;
	color: red;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}


.list-container {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	padding: 5px 0;
}

.list-container .item {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.list-container .item:last-child {
	border-bottom: none;
}

.table-container {
	width: 100%;
	overflow-x: auto;
	margin-top: 10px;
	font-size: 14px;
}

.table-container table {
	width: 100%;
	border-collapse: collapse;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.table-container th,
.table-container td {
	padding: 8px 12px;
	text-align: left;
	border: 1px solid #ddd;
}

.table-container th {
	background-color: #eee;
	font-weight: bold;
	color: #333;
}


.data-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	font-size: 0.95em;
}

.data-table th {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 0;
	color: white;
}

.data-table td {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.data-table tr:last-child td {
	border-bottom: none;
}

.dataa-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	font-size: 0.95em;
}

.dataa-table th {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 0;
	color: white;
}

.dataa-table td {
	padding: 10px 1px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}


.dataa-table tr:last-child td {
	border-bottom: none;
}

.red-header th {
	background-color: #e64a19;
}

.green-header th {
	background-color: #00c850;
}

.blue-header th {
	background-color: #1976d2;
}

.yellow-header th {
	background-color: #fbc02d;
}

.purple-header th {
	background-color: #9c27b0;
}

.teal-header th {
	background-color: #009688;
}

.title-barsg th {
	background-color: #009688;
}

.teal-headerl th {
	background-color: #07c160;
}

.yellow-headerl th {
	background-color: #ff6c6c;
}

.yellow-headerj th {
	background-color: #fbc02d;
}

.title-bar {
	background-color: #d2c2a0;
	text-align: center;
	padding: 15px 0;
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #b5a080;
}

.title-bar {
	background-color: #d2c2a0;
	text-align: center;
	padding: 15px 0;
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #b5a080;
}

.info-bar {
	background-color: #f5b464;
	color: #333;
	text-align: center;
	padding: 12px 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #e09a50;
}

.predict {
	font-weight: bold;
	color: #0066cc;
}

.state-wu {
	color: orange;
}

.state-suo {
	color: blue;
}

.state-wei {
	color: red;
}


.result,
.open-correct,
.open-wrong,
.open-unknown {
	font-weight: bold;
	text-align: right;
	font-size: 0.95em;
}

.result.correct,
.open-correct {
	color: green;
}

.result.wrong,
.open-wrong {
	color: red;
}

.open-unknown {
	color: blue;
}


.highlight {
	background-color: yellow;
	padding: 2px 4px;
	border-radius: 3px;
}


.highlightl {
	background-color: Tomato;
	padding: 2px 4px;
	border-radius: 3px;
}

.purple-text {
	color: purple;
}

.blue-text {
	color: blue;
}

.orange-text {
	color: orange;
}

.green-text {
	color: green;
}

.red-text {
	color: red;
}

.yellow-text {
	color: yellow;
}

.wangwang-header,
.du-wang-header {
	background-color: #d9c49e !important;
	color: red;
}

.jingcai-header,
.si-ji-header,
.san-tou-header {
	background-color: #00ff00 !important;
	color: red;
}

.tian-di-header {
	background-color: #00bfff !important;
	color: red;
}

.liu-xiao-header,
.shuang-bo-header {
	background-color: #f4a460 !important;
	color: #000;
}

.sectiond h3 {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.da-xiao-header {
	background-color: #1989fa !important;
	color: #000;
}

.he-shu-header {
	background-color: #add8e6 !important;
	color: #000;
}


.wangwang-header,
.du-wang-header,
.jingcai-header,
.si-ji-header,
.san-tou-header,
.tian-di-header,
.liu-xiao-header,
.shuang-bo-header,
.da-xiao-header,
.he-shu-header {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding: 12px 0;
}


.image-container {
	margin: 15px auto;
	max-width: 1024px;
	text-align: center;
}

.image-container img {
	width: 100%;
	height: auto;
	border: 2px solid #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.image-container img.zoomed {
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 90vw;
	max-height: 90vh;
	transform: translate(-50%, -50%) scale(1.05);
	z-index: 9999;
	border: 3px solid #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
	border-radius: 8px;
}


@media (max-width: 768px) {
	body {
		padding: 10px;
	}

	.section {
		margin-bottom: 20px;
		padding: 8px;
	}

	.title-bar h1,
	.title-bar {
		font-size: 1.3em;
		padding: 12px 0;
	}

	.info-bar {
		font-size: 0.9em;
		padding: 10px 0;
	}

	.data-table,
	.table-container {
		font-size: 0.85em;
	}

	.data-table th {
		padding: 8px 0;
		font-size: 1em;
	}

	.data-table td,
	.table-container td,
	.table-container th {
		padding: 8px 10px;
	}
}

.tian-di-section .list-container {
	text-align: center;
}

.tian-di-section .list-container .item {
	text-align: center;
	padding: 6px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #333;
}


.tian-di-section .list-container table {
	margin: 10px auto;
}


.sections h3 {
	text-align: center;
	color: #444;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.si-ji-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 12px 0;
}

.si-ji-item {
	flex: 1 1 calc(50% - 8px);
	min-width: 150px;
	padding: 8px 4px;
	background-color: #f9f9f9;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

@media (max-width: 400px) {
	.si-ji-item {
		flex: 1 1 100%;
	}
}

.sectionj {
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.sectionj h3 {
	text-align: center;
	color: red;
	font-size: 1.2em;
}

.data-tablej {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	font-size: 0.95em;
	table-layout: fixed;
}

.data-tablej th {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 0;
	color: white;
	background-color: #f7a400;
}

.data-tablej td {
	padding: 10px 1px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	word-break: break-all;
}

.data-tablej th:nth-child(1),
.data-tablej td:nth-child(1) {
	width: 120px;
}

.data-tablej th:nth-child(2),
.data-tablej td:nth-child(2) {
	width: 280px;
}

.data-tablej th:nth-child(3),
.data-tablej td:nth-child(3) {
	width: 100px;
}

.data-tablej tr:last-child td {
	border-bottom: none;
}


.site-statement {
	max-width: 600px;
	margin: 30px auto;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.statement-content p {
	margin: 10px 0;
	text-align: left;
}


.statement-title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 16px !important;
	color: #000;
	text-align: center !important;
}

.statement-copyright {
	text-align: center !important;
	font-size: 12px !important;
	color: #777 !important;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

.jingxuan-5-bu-zhong {
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.jingxuan-5-bu-zhong .header {
	background-color: #ff4d00;
	color: #fff;
	padding: 12px 16px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #e63c00;
}

.jingxuan-5-bu-zhong .header .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fbb000;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
}

.jingxuan-5-bu-zhong .table-container {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.jingxuan-5-bu-zhong .table-container tbody tr {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.jingxuan-5-bu-zhong .table-container tbody tr:hover {
	background-color: #f9f9f9;
}

.jingxuan-5-bu-zhong .table-container td {
	padding: 12px 15px;
	text-align: left;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.jingxuan-5-bu-zhong .highlight {
	background-color: #ffff00;
	color: #d30000;
	font-weight: bold;
	padding: 4px 8px;
	border: 1px solid #d30000;
	border-radius: 4px;
	display: inline-block;
	font-family: monospace;
	letter-spacing: 1px;
}

.jingxuan-5-bu-zhong .status {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-left: 16px;
}

.pingte-sanlian {
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.pingte-sanlian .header {
	background-color: #0066cc;
	color: white;
	padding: 12px 16px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 4px solid #004a9c;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.pingte-sanlian .table-container {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.pingte-sanlian .table-container tbody tr {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.pingte-sanlian .table-container tbody tr:hover {
	background-color: #f9f9f9;
}

.pingte-sanlian .table-container td {
	padding: 8px 15px;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: sans-serif;
}

.pingte-sanlian .correct {
	color: #0066cc;
	font-weight: bold;
}

.pingte-sanlian .wrong {
	color: #ff8800;
	font-weight: bold;
}

.pingte-sanlian .result {
	text-align: right;
	font-weight: bold;
	color: #000;
}

.fushi-er-zhong-er {
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: white;
}


.fushi-er-zhong-er .header {
	background-color: #0066cc;
	color: white;
	padding: 12px 16px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 4px solid #004a9c;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.fushi-er-zhong-er .table-container {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}


.fushi-er-zhong-er .table-container tbody tr {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.fushi-er-zhong-er .table-container tbody tr:hover {
	background-color: #f9f9f9;
}

.fushi-er-zhong-er .table-container td {
	padding: 8px 40px;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: sans-serif;
}

.fushi-er-zhong-er .orange-text {
	color: #ff8800;
	font-weight: bold;
}

.fushi-er-zhong-er .yellow-text {
	color: #07c160;
	font-weight: bold;
}

.jingquanshi-24ma {
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.jingquanshi-24ma .header {
	background-color: #cc6600;
	color: white;
	padding: 12px 16px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 4px solid #994d00;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.jingquanshi-24ma .table-container {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.jingquanshi-24ma .table-container tbody tr {
	border-bottom: 1px solid #5588aa;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.jingquanshi-24ma .table-container tbody tr:hover {
	background-color: #f9f9f9;
}

.jingquanshi-24ma .table-container td {
	padding: 10px 32px;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: sans-serif;
}

.jingquanshi-24ma .blue-text {
	color: #0066cc;
	font-weight: normal;
}

.sanxing-zhongte .header {
	background-color: #cc6600;
	color: white;
	padding: 12px 16px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 4px solid #994d00;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.sanxing-zhongte .table-container {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.sanxing-zhongte .table-container tbody tr {
	border-bottom: 1px solid #5588aa;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.sanxing-zhongte .table-container tbody tr:hover {
	background-color: #f9f9f9;
}

.sanxing-zhongte .table-container td {
	padding: 10px 35px;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: sans-serif;
}

.sanxing-zhongte .blue-text {
	color: #0066cc;
	font-weight: normal;
}


.guiren-xingqian {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background-color: white;
}


.guiren-xingqian .header {
  background-color: #ff0000;
  color: white;
  padding: 12px 16px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 4px solid #cc0000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.guiren-xingqian .content {
  padding: 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-family: sans-serif;
  text-align: center;
}


.guiren-xingqian .divider {
  border-top: 1px dashed #ccc;
  margin: 16px 0;
}

.qiqi-pingte {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background-color: white;
}


.qiqi-pingte .header {
  background-color: #ff0000;
  color: white;
  padding: 12px 16px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 4px solid #cc0000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.qiqi-pingte .content {
  padding: 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-family: sans-serif;
  text-align: center;
}

.qiqi-pingte .divider {
  border-top: 1px dashed #ccc;
  margin: 16px 0;
}


.qiqi-pingte .ping { color: #00ff00; }     /* 绿 */
.qiqi-pingte .te { color: #0066ff; }       /* 蓝 */
.qiqi-pingte .yi { color: #ff9900; }       /* 橙 */
.qiqi-pingte .wei { color: #cc00ff; }      /* 紫 */
.qiqi-pingte .tai { color: #00ff00; }      /* 绿 */
.qiqi-pingte .number { color: #0000ff; }   /* 蓝 */
.qiqi-pingte .shengxiao { color: #ff0000; }/* 红 */
.qiqi-pingte .digit { color: #ff0000; }    /* 红 */
