
/* ---------- 基础卡片 ---------- */
.jushoujigzh20260911zdnr-card{
	background:#fff;
	border:1px solid rgba(42,140,119,.12);
	border-radius:14px;
	box-shadow:0 2px 14px rgba(42,140,119,.08);
	margin-bottom:16px;
	overflow:hidden;
}
.jushoujigzh20260911zdnr-card-body{padding:16px 18px;}
.jushoujigzh20260911zdnr-card>.jushoujigzh20260911zdnr-title{
	font-size:16px;font-weight:700;color:#1f3b35;
	padding:13px 18px;margin:0;
	background:linear-gradient(90deg,rgba(42,140,119,.10),rgba(42,140,119,0));
	border-bottom:1px solid rgba(42,140,119,.10);
	position:relative;
}
.jushoujigzh20260911zdnr-card>.jushoujigzh20260911zdnr-title::before{
	content:"";display:inline-block;width:4px;height:15px;border-radius:2px;
	background:#2a8c77;vertical-align:-2px;margin-right:8px;
}
.jushoujigzh20260911zdnr-daohang-container{padding-top:14px;}
.jushoujigzh20260911zdnr-mb10{margin-bottom:10px;}

/* ---------- 面包屑 ---------- */
.jushoujigzh20260911zdnr-c-title{font-size:13.5px;color:#6b7b78;margin:0;line-height:1.9;word-break:break-all;}
.jushoujigzh20260911zdnr-c-title span a{
	color:#2a8c77;text-decoration:none;margin:0 5px;
	padding:2px 8px;border-radius:6px;transition:.25s;
}
.jushoujigzh20260911zdnr-c-title span a:hover{background:#eaf6f2;color:#1f6b5c;}

/* ---------- 上一篇 / 下一篇 ---------- */
.jushoujigzh20260911zdnr-shangyipian,
.jushoujigzh20260911zdnr-xiayipian{
	display:inline-block;
	padding:6px 18px;margin:12px 8px 0;
	font-size:13px;line-height:1.6;
	color:#2a8c77;background:#eaf6f2;
	border:1px solid rgba(42,140,119,.25);
	border-radius:999px;
	text-decoration:none;
	transition:.25s;
}
.jushoujigzh20260911zdnr-shangyipian:hover,
.jushoujigzh20260911zdnr-xiayipian:hover{
	background:#2a8c77;color:#fff;border-color:#2a8c77;
	box-shadow:0 6px 16px rgba(42,140,119,.28);
	transform:translateY(-1px);
}

/* ---------- 主站点卡片 ---------- */
.jushoujigzh20260911zdnr-gamecard_pc{
	display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;
	padding:18px;margin:14px 0 16px;
	background:#fff;
	border:1px solid rgba(42,140,119,.12);
	border-radius:14px;
	box-shadow:0 2px 14px rgba(42,140,119,.08);
}
.jushoujigzh20260911zdnr-gameimg{
	flex:0 0 88px;width:88px;height:88px;
	display:flex;align-items:center;justify-content:center;
	background:#f2f8f6;border:1px solid rgba(42,140,119,.15);
	border-radius:18px;overflow:hidden;
	transition:.3s;
}
.jushoujigzh20260911zdnr-gameimg:hover{transform:scale(1.04);box-shadow:0 8px 20px rgba(42,140,119,.22);}
.jushoujigzh20260911zdnr-gameimg img{width:100%;height:100%;object-fit:cover;display:block;}
.jushoujigzh20260911zdnr-m{flex:1 1 280px;min-width:0;}
.jushoujigzh20260911zdnr-title-sitebt{
	font-size:20px;font-weight:700;color:#1f3b35;
	margin-bottom:8px;line-height:1.4;
}
.jushoujigzh20260911zdnr-fx{
	font-size:13.5px;color:#6b7b78;line-height:1.75;
	margin-bottom:10px;
}
.jushoujigzh20260911zdnr-tag{
	display:flex;flex-wrap:wrap;gap:7px;align-items:center;
}
.jushoujigzh20260911zdnr-tag a{
	font-size:12px;line-height:1.6;
	color:#2a8c77;background:#eaf6f2;
	padding:3px 11px;border-radius:999px;
	text-decoration:none;transition:.25s;
}
.jushoujigzh20260911zdnr-tag a:hover{background:#2a8c77;color:#fff;}
.jushoujigzh20260911zdnr-tag a.jushoujigzh20260911zdnr-beiyongurl{
	background:linear-gradient(135deg,#2a8c77,#38b092);
	color:#fff;font-weight:600;font-size:13px;
	padding:6px 18px;
	box-shadow:0 4px 12px rgba(42,140,119,.28);
}
.jushoujigzh20260911zdnr-tag a.jushoujigzh20260911zdnr-beiyongurl:hover{
	background:linear-gradient(135deg,#1f6b5c,#2a8c77);
	box-shadow:0 6px 16px rgba(42,140,119,.36);
}

/* ---------- 底部按钮区 ---------- */
.jushoujigzh20260911zdnr-pf{
	flex:1 1 100%;
	padding-top:14px;margin-top:2px;
	border-top:1px dashed rgba(42,140,119,.20);
}
.jushoujigzh20260911zdnr-btn{
	display:flex;flex-wrap:wrap;gap:10px;align-items:center;
}
.jushoujigzh20260911zdnr-btn a{
	display:inline-block;
	font-size:13px;line-height:1.6;
	padding:8px 18px;border-radius:999px;
	text-decoration:none;transition:.25s;
	border:1px solid rgba(42,140,119,.25);
	color:#2a8c77;background:#f7fbf9;
}
.jushoujigzh20260911zdnr-btn a:hover{
	background:#eaf6f2;border-color:#2a8c77;transform:translateY(-1px);
}
.jushoujigzh20260911zdnr-btn a.jushoujigzh20260911zdnr-zt{
	background:linear-gradient(135deg,#2a8c77,#38b092);
	color:#fff;border-color:transparent;
	font-weight:600;
	box-shadow:0 4px 14px rgba(42,140,119,.30);
}
.jushoujigzh20260911zdnr-btn a.jushoujigzh20260911zdnr-zt:hover{
	background:linear-gradient(135deg,#1f6b5c,#2a8c77);
	box-shadow:0 6px 18px rgba(42,140,119,.40);
}
.jushoujigzh20260911zdnr-btn a.jushoujigzh20260911zdnr-jubao{color:#c96a4a;border-color:rgba(201,106,74,.3);background:#fdf6f3;}
.jushoujigzh20260911zdnr-none{display:none !important;}

/* ---------- 数据分析 ---------- */
.jushoujigzh20260911zdnr-part-main{
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
	gap:10px 14px;
	font-size:13px;color:#41504d;
}
.jushoujigzh20260911zdnr-part-main>.jushoujigzh20260911zdnr-c-title{grid-column:1/-1;}
.jushoujigzh20260911zdnr-part-main>span{
	display:block;
	padding:9px 13px;
	background:#f7fbf9;
	border:1px solid rgba(42,140,119,.08);
	border-radius:9px;
	line-height:1.8;
	word-break:break-all;
	transition:.25s;
}
.jushoujigzh20260911zdnr-part-main>span:hover{
	background:#eef8f5;border-color:rgba(42,140,119,.22);
}
.jushoujigzh20260911zdnr-part-main>span b{color:#2a8c77;font-weight:600;margin-right:2px;}
.jushoujigzh20260911zdnr-part-main>span img{vertical-align:middle;}
.jushoujigzh20260911zdnr-suoshufenlei,.jushoujigzh20260911zdnr-seocx{color:#2a8c77;text-decoration:none;transition:.2s;}
.jushoujigzh20260911zdnr-suoshufenlei:hover,.jushoujigzh20260911zdnr-seocx:hover{color:#1f6b5c;text-decoration:underline;}

/* 星级 */
.jushoujigzh20260911zdnr-stars{
	display:inline-block;width:70px;height:13px;
	background:#e3eeeb;border-radius:3px;overflow:hidden;
	vertical-align:middle;margin-left:4px;
}
.jushoujigzh20260911zdnr-stars #stars{
	display:block;height:100%;
	background:linear-gradient(90deg,#2a8c77,#4cc4a5);
	border-radius:3px;
}

/* 权重解析 */
.jushoujigzh20260911zdnr-jsjlltx{
	grid-column:1/-1;
	margin-top:6px;padding:10px 5px;
	background:linear-gradient(180deg,#f7fbf9,#ffffff);
	border:1px solid rgba(42,140,119,.12);
	border-radius:12px;
}
.jushoujigzh20260911zdnr-jsjlljxpnr{
	font-size:13px;color:#6b7b78;line-height:1.85;margin:0 0 12px;
}
.jushoujigzh20260911zdnr-jsjlljxpnr2{
	font-size:14px;font-weight:700;color:#2a8c77;
	margin:0 0 10px;padding-left:10px;
	border-left:3px solid #2a8c77;line-height:1.2;
}
.jushoujigzh20260911zdnr-jsjlljxtable{
	width:100%;border-collapse:collapse;
	font-size:12.5px;color:#41504d;
	background:#fff;border-radius:10px;overflow:hidden;
}
.jushoujigzh20260911zdnr-jsjlljxtable .jushoujigzh20260911zdnr-jsjlljxtd{
	padding:8px 10px;
	border:1px solid rgba(42,140,119,.10);
	text-align:center;
}
.jushoujigzh20260911zdnr-jsjlljxtable .jushoujigzh20260911zdnr-jsjlljxrt:nth-child(odd){background:#f7fbf9;}
.jushoujigzh20260911zdnr-jsjlljxtable .jushoujigzh20260911zdnr-jsjlljxtd:first-child,
.jushoujigzh20260911zdnr-jsjlljxtable .jushoujigzh20260911zdnr-jsjlljxrt .jushoujigzh20260911zdnr-jsjlljxtd:nth-child(3){
	color:#2a8c77;font-weight:600;
}

/* ---------- 浏览统计 ---------- */
.jushoujigzh20260911zdnr-demo{margin-bottom:6px;}
.jushoujigzh20260911zdnr-counter{
	background:#fff;
	border:1px solid rgba(42,140,119,.12);
	border-radius:14px;
	padding:5px;
	margin-bottom:14px;
	text-align:center;
	box-shadow:0 2px 14px rgba(42,140,119,.08);
	transition:.28s;
	width: 80%;
	margin: 10px 10%;
}
.jushoujigzh20260911zdnr-counter:hover{
	transform:translateY(-3px);
	box-shadow:0 10px 24px rgba(42,140,119,.18);
	border-color:rgba(42,140,119,.3);
}
.jushoujigzh20260911zdnr-counter-content{
	display:flex;align-items:center;justify-content:center;gap:8px;
}
.jushoujigzh20260911zdnr-counter-icon{font-size:22px;color:#2a8c77;}
.jushoujigzh20260911zdnr-counter-value{
	font-size:22px;font-weight:700;color:#2a8c77;line-height:1.2;
}
.jushoujigzh20260911zdnr-counter .jushoujigzh20260911zdnr-title{
	font-size:13px;font-weight:400;color:#8a9996;
	margin:8px 0 0;background:none;border:none;padding:0;
}
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-red .jushoujigzh20260911zdnr-counter-icon,
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-red .jushoujigzh20260911zdnr-counter-value{color:#2a8c77;}
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-blue .jushoujigzh20260911zdnr-counter-icon,
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-blue .jushoujigzh20260911zdnr-counter-value{color:#2a8c77;}
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-purple .jushoujigzh20260911zdnr-counter-icon,
.jushoujigzh20260911zdnr-counter.jushoujigzh20260911zdnr-purple .jushoujigzh20260911zdnr-counter-value{color:#2a8c77;}

/* ---------- 评论区 ---------- */
.jushoujigzh20260911zdnr-n_xgbbs{
	background:#fff;
	border:1px solid rgba(42,140,119,.12);
	border-radius:14px;
	padding:18px;
	margin-bottom:16px;
	box-shadow:0 2px 14px rgba(42,140,119,.08);
}
.jushoujigzh20260911zdnr-box-shadow{box-shadow:0 2px 14px rgba(42,140,119,.08);}
.jushoujigzh20260911zdnr-plqdiv{width:100%;}
.jushoujigzh20260911zdnr-ali-comment-article{
	display:flex;align-items:center;flex-wrap:wrap;gap:6px;
	padding-bottom:12px;margin-bottom:14px;
	border-bottom:2px solid #2a8c77;
}
.jushoujigzh20260911zdnr-ali-comment-article-name-w{
	font-size:16px;font-weight:700;color:#1f3b35;
}
.jushoujigzh20260911zdnr-ali-comment-article-join-w{font-size:13px;color:#8a9996;}
.jushoujigzh20260911zdnr-ali-comment-plrs{color:#2a8c77;font-style:normal;font-weight:600;}
.jushoujigzh20260911zdnr-ali-comment-post{position:relative;}
.jushoujigzh20260911zdnr-ali-comment-post-textarea-fw{
	width:100%;min-height:92px;
	padding:12px 14px;
	box-sizing:border-box;
	font-size:14px;line-height:1.7;
	color:#41504d;font-family:inherit;
	background:#f7fbf9;
	border:1px solid #dbe9e5;
	border-radius:10px;
	outline:none;resize:vertical;
	transition:.25s;
}
.jushoujigzh20260911zdnr-ali-comment-post-textarea-fw:focus{
	background:#fff;border-color:#2a8c77;
	box-shadow:0 0 0 3px rgba(42,140,119,.13);
}
.jushoujigzh20260911zdnr-plyxinput{
	width:100%;box-sizing:border-box;
	margin-top:10px;padding:9px 14px;
	font-size:13.5px;color:#41504d;
	background:#f7fbf9;border:1px solid #dbe9e5;border-radius:10px;
	outline:none;transition:.25s;
}
.jushoujigzh20260911zdnr-plyxinput:focus{background:#fff;border-color:#2a8c77;box-shadow:0 0 0 3px rgba(42,140,119,.13);}
.jushoujigzh20260911zdnr-ali-comment-post-wrap-action{margin-top:12px;}
.jushoujigzh20260911zdnr-ali-comment-sub{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.jushoujigzh20260911zdnr-ali-comment-sub-button,
.jushoujigzh20260911zdnr-ali-comment-sub-buttonqk{
	border:none;cursor:pointer;
	font-size:14px;line-height:1.6;font-family:inherit;
	padding:9px 26px;border-radius:999px;
	transition:.25s;
}
.jushoujigzh20260911zdnr-ali-comment-sub-button{
	background:linear-gradient(135deg,#2a8c77,#38b092);
	color:#fff;font-weight:600;
	box-shadow:0 4px 14px rgba(42,140,119,.30);
}
.jushoujigzh20260911zdnr-ali-comment-sub-button:hover{
	background:linear-gradient(135deg,#1f6b5c,#2a8c77);
	box-shadow:0 6px 18px rgba(42,140,119,.40);
	transform:translateY(-1px);
}
.jushoujigzh20260911zdnr-ali-comment-sub-buttonqk{
	background:#f2f7f5;color:#7b8b88;border:1px solid #dbe9e5;
}
.jushoujigzh20260911zdnr-ali-comment-sub-buttonqk:hover{background:#e7f2ef;color:#2a8c77;border-color:#2a8c77;}
.jushoujigzh20260911zdnr-ali-comment-box{margin-top:22px;}
.jushoujigzh20260911zdnr-ali-comment-box-tit{
	font-size:15px;font-weight:700;color:#1f3b35;
	padding-left:10px;border-left:3px solid #2a8c77;line-height:1.3;
}
.jushoujigzh20260911zdnr-ali-comment-box-tit strong{font-weight:700;}
.jushoujigzh20260911zdnr-c_clear_10{height:12px;clear:both;}

/* 评论列表 */
.jushoujigzh20260911zdnr-ali-c-block-box{
	padding:14px 0;
	border-bottom:1px dashed #e6efec;
}
.jushoujigzh20260911zdnr-ali-c-block-box:last-child{border-bottom:none;}
.jushoujigzh20260911zdnr-ali-wrap-user-gw{
	display:flex;align-items:center;gap:8px;flex-wrap:wrap;
	margin-bottom:8px;
}
.jushoujigzh20260911zdnr-ali-user-name_pic{position:relative;display:inline-block;line-height:0;}
.jushoujigzh20260911zdnr-ali-user-name_pic img.jushoujigzh20260911zdnr-user_avatar{
	width:38px;height:38px;border-radius:50%;
	border:2px solid #eaf6f2;object-fit:cover;
}
.jushoujigzh20260911zdnr-avatarBgDiv{display:none;}
.jushoujigzh20260911zdnr-user_grade{
	display:inline-block;
	font-size:11px;line-height:1.6;
	padding:1px 9px;border-radius:999px;
	background:#eaf6f2;color:#2a8c77;font-weight:600;
}
.jushoujigzh20260911zdnr-ali-user-address-gw{font-size:12.5px;color:#96a5a2;}
.jushoujigzh20260911zdnr-s_content{
	font-size:14px;color:#41504d;line-height:1.8;
	word-break:break-all;
}
.jushoujigzh20260911zdnr-ali-evt-reply{
	display:inline-block;margin-left:8px;
	font-size:12.5px;color:#2a8c77;text-decoration:none;
	transition:.2s;
}
.jushoujigzh20260911zdnr-ali-evt-reply:hover{color:#1f6b5c;text-decoration:underline;}
.jushoujigzh20260911zdnr-p-p-wrfy{
	text-align:center;font-size:13.5px;color:#96a5a2;
	padding:26px 10px;margin:0;
	background:#f9fcfb;border-radius:10px;
}

/* ---------- 相似网站 ---------- */
.jushoujigzh20260911zdnr-loglist{
	list-style:none;margin:0;padding:0;
	gap:12px;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-con{
	gap:12px;
	padding:12px;
	background:#f7fbf9;
	border:1px solid rgba(42,140,119,.08);
	border-radius:12px;
	transition:.28s;
	height:100%;
	box-sizing:border-box;
	width: 100%;
	display: block;
	grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
	word-break: break-all;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-con:hover{
	background:#fff;
	border-color:rgba(42,140,119,.28);
	box-shadow:0 8px 20px rgba(42,140,119,.14);
	transform:translateY(-2px);
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-pic{
	flex:0 0 56px;width:56px;height:56px;
	border-radius:12px;overflow:hidden;
	background:#fff;border:1px solid rgba(42,140,119,.12);
	display:flex;align-items:center;justify-content:center;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-pic img{width:100%;height:100%;object-fit:cover;display:block;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-des{flex:1;min-width:0;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-des h4{
	font-size:14.5px;font-weight:700;margin:0 0 5px;line-height:1.4;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-des h4 a{color:#1f3b35;text-decoration:none;transition:.2s;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-des h4 a:hover{color:#2a8c77;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-text{
	font-size:12.5px;color:#7b8b88;line-height:1.7;
	margin:0 0 6px;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
	overflow:hidden;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-attr{
	font-size:12px;color:#96a5a2;margin:0 0 6px;line-height:1.7;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-attr a{color:#2a8c77;text-decoration:none;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-attr i{margin-right:3px;}
.jushoujigzh20260911zdnr-biaoqiannr{
	font-size:12px;color:#96a5a2;margin:0 0 8px;line-height:1.9;
}
.jushoujigzh20260911zdnr-biaoqianny{
	display:inline-block;
	font-size:11.5px;color:#2a8c77;
	background:#eaf6f2;
	padding:1px 8px;border-radius:999px;
	margin:0 4px 4px 0;
	text-decoration:none;transition:.2s;
}
.jushoujigzh20260911zdnr-biaoqianny:hover{background:#2a8c77;color:#fff;}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-more{
	display:inline-block;
	font-size:12.5px;color:#2a8c77;
	padding:3px 14px;
	border:1px solid rgba(42,140,119,.3);
	border-radius:999px;
	text-decoration:none;transition:.25s;
}
.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-more:hover{background:#2a8c77;color:#fff;border-color:#2a8c77;}

/* ---------- 底部标签云 ---------- */
.jushoujigzh20260911zdnr-tagsdiv{
	display:flex;flex-wrap:wrap;align-items:center;gap:8px;
	padding:14px 18px;
}
.jushoujigzh20260911zdnr-tagsdivxspan{
	font-size:13px;color:#8a9996;
	display:inline-flex;align-items:center;gap:4px;
}
.jushoujigzh20260911zdnr-tagsa{
	display:inline-block;
	font-size:12.5px;color:#2a8c77;
	background:#eaf6f2;
	padding:3px 12px;border-radius:999px;
	text-decoration:none;transition:.25s;
}
.jushoujigzh20260911zdnr-tagsa:hover{background:#2a8c77;color:#fff;transform:translateY(-1px);}

/* ---------- 打卡提示 ---------- */
.jushoujigzh20260911zdnr-jytwxts{
	display:inline-block;
	font-size:13px;line-height:1.7;
	color:#1f6b5c;
	background:linear-gradient(135deg,#eaf6f2,#f4fbf9);
	border:1px solid rgba(42,140,119,.22);
	border-left:4px solid #2a8c77;
	border-radius:9px;
	padding:9px 16px;
	margin:12px 0;
	box-shadow:0 2px 10px rgba(42,140,119,.10);
}

/* ---------- 双端适配 ---------- */
@media (max-width:991px){
	.jushoujigzh20260911zdnr-part-main{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));}
}
@media (max-width:768px){
	.jushoujigzh20260911zdnr-gamecard_pc{padding:14px;gap:12px;border-radius:12px;}
	.jushoujigzh20260911zdnr-gameimg{flex:0 0 64px;width:64px;height:64px;border-radius:14px;}
	.jushoujigzh20260911zdnr-title-sitebt{font-size:17px;}
	.jushoujigzh20260911zdnr-fx{font-size:13px;}
	.jushoujigzh20260911zdnr-part-main{grid-template-columns:1fr 1fr;gap:8px;font-size:12.5px;}
	.jushoujigzh20260911zdnr-part-main>span{padding:8px 10px;}
	.jushoujigzh20260911zdnr-jsjlljxtable{font-size:11.5px;}
	.jushoujigzh20260911zdnr-jsjlljxtable .jushoujigzh20260911zdnr-jsjlljxtd{padding:6px 4px;}
	.jushoujigzh20260911zdnr-loglist{grid-template-columns:1fr;}
	.jushoujigzh20260911zdnr-counter{padding:13px 6px;margin-bottom:12px;}
	.jushoujigzh20260911zdnr-counter-icon{font-size:18px;}
	.jushoujigzh20260911zdnr-counter-value{font-size:18px;}
	.jushoujigzh20260911zdnr-counter .jushoujigzh20260911zdnr-title{font-size:12px;}
	.jushoujigzh20260911zdnr-n_xgbbs{padding:14px;border-radius:12px;}
	.jushoujigzh20260911zdnr-card-body{padding:14px;}
	.jushoujigzh20260911zdnr-shangyipian,
	.jushoujigzh20260911zdnr-xiayipian{padding:5px 14px;font-size:12.5px;margin:10px 6px 0;}
}
@media (max-width:480px){
	.jushoujigzh20260911zdnr-part-main{grid-template-columns: repeat(auto-fill,minmax(40%,1fr));}
	.jushoujigzh20260911zdnr-btn a{flex:1 1 auto;text-align:center;padding:8px 12px;font-size:12.5px;}
	.jushoujigzh20260911zdnr-ali-comment-sub-button,
	.jushoujigzh20260911zdnr-ali-comment-sub-buttonqk{flex:1 1 auto;padding:9px 14px;font-size:13.5px;}
	.jushoujigzh20260911zdnr-loglist .jushoujigzh20260911zdnr-pic{flex:0 0 48px;width:48px;height:48px;border-radius:10px;}
	.jushoujigzh20260911zdnr-card>.jushoujigzh20260911zdnr-title{font-size:15px;padding:11px 14px;}
}
