/* ====== 2026 全站美化 - 配色统一 ====== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a1a1a1; }
body { background: #f5f7fa; }
.pay-dialog {
	width: 600px;
	border-radius: 4px;
	top: 40%
}

.pay-dialog h3 {
	font-size: 17px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px
}

.pay-dialog .intro {
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin-bottom: 10px
}

.pay-dialog .content {
	padding: 0 30px 20px
}

.pay-dialog .tab-wrap {
	display: flex;
	margin: 10px auto 15px;
	justify-content: space-between
}

.pay-dialog .tab-wrap .tab-item {
	width: 49%;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	transition: all .2s ease;
	border-radius: 2px;
	cursor: pointer
}

.pay-dialog .tab-wrap .tab-item.active, .pay-dialog .tab-wrap .tab-item:hover
	{
	color: #3A89C9;
	border: 1px solid #3A89C9
}

.pay-dialog .package-wrap {
	display: flex;
	justify-content: space-between
}

.pay-dialog .package-wrap .package-item {
	width: 31%;
	padding: 20px 10px;
	border-radius: 4px;
	border: 2px solid #ddd;
	text-decoration: none;
	text-align: center;
	color: #666;
	font-size: 13px;
	transition: all .2s ease
}

.pay-dialog .package-wrap .package-item.active,
	.pay-dialog .package-wrap .package-item:hover {
	cursor: pointer;
	border-color: #3A89C9;
	color: #3A89C9
}

.pay-dialog .package-wrap .package-item .price {
	margin-top: 15px;
	font-size: 22px;
	font-weight: 700
}

.pay-dialog .package-wrap .package-item .tip {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #eee
}

.pay-dialog .label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px
}

.pay-dialog .pay-wrap {
	margin-top: 15px
}

.pay-dialog .pay-wrap .paytype-wrap {
	display: flex
}

.pay-dialog .pay-wrap .paytype {
	display: inline-block;
	font-size: 13px;
	padding: 8px 20px;
	border-radius: 2px;
	margin-right: 10px;
	border: 2px solid #ddd;
	display: flex;
	align-items: center;
	transition: all .2s ease
}

.pay-dialog .pay-wrap .paytype .alipay {
	color: #1296db
}

.pay-dialog .pay-wrap .paytype .wxpay {
	color: #45bb35
}

.pay-dialog .pay-wrap .paytype i {
	font-size: 16px;
	margin-right: 5px
}

.pay-dialog .pay-wrap .paytype.active, .pay-dialog .pay-wrap .paytype:hover
	{
	cursor: pointer;
	border-color: #3A89C9
}

.pay-dialog .tip-wrap {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px
}

.pay-dialog .qrcode-wrap {
	text-align: center
}

.pay-dialog .qrcode-wrap .confirm {
	width: 240px
}

.pay-dialog .qrcode-wrap .qrcode {
	padding: 10px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	border-radius: 4px
}

.pay-dialog .qrcode-wrap .tip {
	margin-top: 5px;
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #666;
	justify-content: center
}

.pay-dialog .qrcode-wrap .tip i {
	font-size: 20px
}

.pay-dialog .qrcode-wrap .tip.danger {
	cursor: pointer
}

.pay-dialog .qrcode-wrap .tip.danger:hover {
	font-weight: 700
}

.pay-dialog .qrcode-wrap .tip.danger i {
	font-size: 15px;
	margin-left: 4px
}

.pay-dialog .success-wrap {
	text-align: center
}

.pay-dialog .success-wrap i {
	font-size: 80px
}

.pay-dialog .success-wrap .tip {
	margin-top: 10px;
	font-size: 13px
}

.pay-dialog .success-wrap .tip .num {
	font-size: 20px;
	font-weight: 700
}

.pay-dialog .button-wrap {
	margin-top: 15px;
	display: flex;
	justify-content: center
}

.pay-dialog .button-wrap .van-button {
	height: 40px;
	width: 44%;
	margin-right: 20px
}

.pay-dialog .button-wrap .van-button:last-child {
	margin-right: 0
}

.pay-dialog .warn-tip {
	margin-top: 10px;
	padding: 5px;
	color: #805232;
	font-size: 12px;
	border-radius: 2px;
	background-color: #fffbe8;
	text-align: justify;
	border: 1px solid rgba(73, 33, 5, .2)
}

.van-dialog {
	overflow: visible
}

.close {
	position: absolute;
	height: 36px;
	width: 36px;
	bottom: -46px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	background-color: rgba(0, 0, 0, .7)
}

.close:hover {
	cursor: pointer;
	background-color: #000
}

@media ( max-width :700px) {
	.pay-dialog {
		width: 94%;
		top: 45%
	}
	.pay-dialog h3 {
		padding: 0;
		font-size: 15px
	}
	.pay-dialog .content {
		padding: 15px
	}
	.pay-dialog .package-wrap {
		flex-direction: column
	}
	.pay-dialog .package-wrap .package-item {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 10px;
		justify-content: space-between;
		margin-bottom: 10px;
		font-size: 12px
	}
	.pay-dialog .package-wrap .package-item:last-child {
		margin-bottom: 0
	}
	.pay-dialog .package-wrap .package-item p {
		width: 30%;
		flex-shrink: 0
	}
	.pay-dialog .package-wrap .package-item .price {
		font-size: 15px
	}
	.pay-dialog .package-wrap .package-item .price,
		.pay-dialog .package-wrap .package-item .tip {
		margin-top: 0;
		padding: 0
	}
	.pay-dialog .package-wrap .package-item .tip {
		border-top: none
	}
}

.van-dialog .content[data-v-16dc049b] {
	text-align: center;
	padding: 20px 20px 10px 20px
}

.van-dialog .qrcode[data-v-16dc049b] {
	width: 200px;
	height: 200px
}

.van-dialog .tip[data-v-16dc049b] {
	font-size: 13px;
	color: #666
}

.van-dialog .tip.logout[data-v-16dc049b] {
	margin-top: 15px
}

.van-dialog .tip a[data-v-16dc049b] {
	font-size: 13px;
	margin-top: 10px
}

.van-dialog.info-dialog .vipinfo[data-v-16dc049b] {
	margin: 15px 0;
	padding: 10px;
	border-radius: 4px;
	background-color: rgba(252, 138, 0, .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	text-align: left
}

.van-dialog.info-dialog .vipinfo .em[data-v-16dc049b] {
	margin-bottom: 5px
}

.van-dialog.info-dialog .vipinfo .van-button[data-v-16dc049b] {
	padding: 0 10px
}

.van-dialog .content[data-v-243f40c4] {
	text-align: center;
	padding: 20px 20px 10px 20px
}

.van-dialog .qrcode[data-v-243f40c4] {
	width: 200px;
	height: 200px
}

.van-dialog .tip[data-v-243f40c4] {
	font-size: 13px;
	color: #666
}

.van-dialog .tip.logout[data-v-243f40c4] {
	margin-top: 15px
}

.van-dialog .tip a[data-v-243f40c4] {
	font-size: 13px;
	margin-top: 10px
}

.van-dialog .intro ul[data-v-243f40c4] {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #f2f2f2;
	padding: 8px;
	border-radius: 4px;
	font-size: 12px;
	color: #666
}

.van-dialog.info-dialog .vipinfo[data-v-243f40c4] {
	margin: 15px 0;
	padding: 10px;
	border-radius: 4px;
	background-color: rgba(252, 138, 0, .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	text-align: left
}

.van-dialog.info-dialog .vipinfo .em[data-v-243f40c4] {
	margin-bottom: 5px
}

.van-dialog.info-dialog .vipinfo .van-button[data-v-243f40c4] {
	padding: 0 10px
}

.feedback-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	display: flex;
	flex-direction: column
}

.feedback-wrap .feedback-item {
	width: 44px;
	height: 44px;
	display: flex;
	margin-top: 15px;
	cursor: pointer;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #3A89C9;
	box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, .2), -3px -3px 14px 0
		rgba(0, 0, 0, .2)
}

.feedback-wrap .feedback-item .img {
	width: 24px;
	height: 24px
}

.feedback-wrap .feedback-item:hover .hover-tip {
	visibility: visible;
	opacity: 1;
	bottom: 0
}

.feedback-wrap .feedback-item .hover-tip {
	width: 180px;
	padding: 10px;
	display: flex;
	visibility: hidden;
	opacity: 0;
	flex-direction: column;
	align-items: center;
	position: absolute;
	text-align: center;
	border-radius: 4px;
	right: 60px;
	bottom: -60px;
	border: 1px solid #eee;
	background-color: #fff;
	transition: all .2s ease .1s;
	box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, .05), -2px -2px 14px 0
		rgba(0, 0, 0, .05)
}

.feedback-wrap .feedback-item .hover-tip:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -12px;
	bottom: 10px;
	z-index: 1;
	border-top: 10px solid transparent;
	border-left: 12px solid #eee;
	border-bottom: 10px solid transparent
}

.feedback-wrap .feedback-item .hover-tip:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -10px;
	bottom: 10px;
	z-index: 2;
	border-top: 10px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 10px solid transparent
}

.feedback-wrap .feedback-item .hover-tip .text {
	font-weight: 700;
	color: #333
}

.feedback-wrap .feedback-item .hover-tip img {
	width: 160px
}

@media ( max-width :700px) {
	.feedback-wrap {
		display: none
	}
}

.copyright-wrap {
	font-size: 12px;
	color: #666;
	padding: 15px 0;
	max-width: 800px;
	margin: auto;
	text-align: center
}

.copyright-wrap p {
	margin-bottom: 5px
}

.copyright-wrap p:last-child {
	margin-bottom: 0
}

.copyright-wrap .em {
	font-weight: 700
}

.copyright-wrap a {
	color: inherit
}

.copyright-wrap .friend-link {
	margin-right: 10px
}

@media ( max-width :700px) {
	.copyright-wrap {
		margin-left: 10px;
		padding: 10px
	}
}

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

html {
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 1.5;
	word-spacing: 1px;
	letter-spacing: 1px
}

body, html {
	height: 100%
}

a {
	color: #2440b3;
	text-decoration: none;
	font-weight: 500
}

a:hover {
	text-decoration: underline
}

input[type=text] {
	-webkit-appearance: none
}

.inner-block {
	width: 1000px
}

.danger {
	color: #fa5555
}

.warning {
	color: #e6a23c
}

.success {
	color: #34b968
}

.theme {
	color: #3A89C9
}

.em {
	font-weight: 700
}

.cursor {
	cursor: pointer
}

@media ( max-width :700px) {
	.inner-block {
		width: 100%
	}
}

#app {
	height: 100%
}

.ad-footer {
	position: fixed;
	z-index: 1000;
	display: none;
	bottom: 0;
	font-size: 0;
	word-spacing: 0;
	border-top: 1px solid #eee
}

.ad-footer .close {
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	padding: 2px 4px;
	top: 0;
	right: 0
}

.ad-footer img {
	width: 100%
}

@media ( max-width :700px) {
	.ad-footer {
		display: flex
	}
}

.hide{display:none;}

a[href*=cnzz]{display:none;}/* ====== Footer 页脚链接 ====== */
.footer-links {
  font-size: 12px;
  color: #aaa;
  margin-top: 6px;
}
.footer-links .footer-label {
  font-weight: 600;
  color: #999;
}
.footer-links .stats-divider {
  margin: 0 8px;
  color: #ddd;
}

/* ====== 搜索建议/自动补全 ====== */
.search-suggest-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 2px solid #3A89C9;
    z-index: 1000;
    max-height: 360px;
    overflow-y: auto;
    display: none;
    padding: 8px 0;
}

.search-suggest-wrap.show {
    display: block;
    animation: suggestFadeIn 0.15s ease-out;
}

@keyframes suggestFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.search-suggest-section-title {
    padding: 6px 16px 4px;
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.search-suggest-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
    color: #333;
}

.search-suggest-item:hover,
.search-suggest-item.active {
    background: #f5f8fc;
}

.search-suggest-item .suggest-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.search-suggest-item .suggest-icon.hot {
    color: #ff6b35;
}

.search-suggest-item .suggest-icon.match {
    color: #3A89C9;
}

.search-suggest-item .suggest-text {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-suggest-item .suggest-text .highlight {
    color: #3A89C9;
    font-weight: 600;
}

.search-suggest-item .suggest-count {
    font-size: 12px;
    color: #bbb;
    margin-left: 8px;
    flex-shrink: 0;
}

.search-suggest-empty {
    padding: 20px 16px;
    text-align: center;
    color: #bbb;
    font-size: 13px;
}

/* 搜索框容器需要 relative 定位 */
.search-form {
    position: relative;
}

/* ========== 首页精选推荐区块 ========== */
.featured-section {
    margin: 28px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #f0f0f0;
}
.featured-section .featured-inner {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 10px;
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.section-title i { color: #f39c12; }
.section-more {
    font-size: 13px;
    color: #0F52BA;
    text-decoration: none;
}
.section-more:hover { text-decoration: underline; }

.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (max-width: 480px) {
    .featured-grid { grid-template-columns: 1fr; }
}
.featured-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 16px;
    text-decoration: none;
    transition: all 0.2s;
    color: inherit;
}
.featured-card:hover {
    border-color: #0F52BA;
    box-shadow: 0 4px 16px rgba(15,82,186,0.1);
    transform: translateY(-2px);
}
.card-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.card-body {
    flex: 1;
    min-width: 0;
}
.card-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-meta {
    display: block;
    font-size: 12px;
    color: #aaa;
}
