/* ===================== 思政教育学科资源平台 - 首页 ===================== */
.shx-home,
.shx-home * {
	box-sizing: border-box;
}

.shx-home {
	background: #fdf4f1;
	padding-bottom: 40px;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.shx-home ul,
.shx-home ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shx-home h1,
.shx-home h3,
.shx-home h4{
	margin: 0;
}

.shx-home a {
	color: inherit;
}

.shx-container {
	width: 1200px;
	margin: 20px auto 0;
}

.shx-card {
	border-radius: 16px;
}
.shx-recommend{
	box-shadow: 0 4px 20px rgba(178, 42, 26, .06);
}
/* 公共小标题 */
.shx-section-title {
	font-size: 22px;
	font-weight: 600;
	color: #b3261e;
	display: flex;
	align-items: center;
	gap: 8px;
}

.shx-section-sub {
	font-size: 14px;
	color: #666;
	margin: 12px 0 20px;
}

.shx-section-title-sm {
	font-size: 22px;
	font-weight: 600;
	color: #CA140D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px !important;
}

.shx-more {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	text-decoration: none;
}

.shx-tag-new {
	background: #CA140D;
	color: #fff;
	font-size: 10px;
	margin-left: 6px;
	padding: 1px 6px;
	border-radius: 4px;
	font-weight: 600;
	flex-shrink: 0;
}

.shx-btn-orange {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(90deg, #ff7a3d, #ef4123);
	color: #fff !important;
	padding: 10px 22px;
	border-radius: 22px;
	font-size: 13px;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(239, 65, 35, .28);
}

.shx-btn-orange-sm {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: linear-gradient(180deg, #f38b4b 0%, #e51c1c 100%);
	color: #fff !important;
	font-size: 12px;
	padding: 6px 16px;
	border-radius: 16px;
	text-decoration: none;
}

.shx-btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: linear-gradient(180deg, #f38b4b 0%, #e51c1c 100%);
	color: #fff !important;
	font-size: 12px;
	padding: 6px 16px;
	border-radius: 16px;
	text-decoration: none;
}

.shx-btn-white {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: #fff;
	color: #c0281c !important;
	padding: 9px 20px;
	border-radius: 20px;
	font-size: 13px;
	text-decoration: none;
	margin-top: 16px;
	font-weight: 600;
}

/* ===================== Hero 区域 ===================== */
.shx-hero {
	width: 100%;
	background-image: url(../images/sz_home/szhome_head.png);
    background-size: 100% 100%;
	padding: 28px 0 34px;
	position: relative;
	overflow: hidden;
}

.shx-hero-inner {
	display: flex;
	align-items: stretch;
	gap: 20px;
	position: relative;
	z-index: 2;
}

/* AI 助手卡片 */
.shx-ai-card {
	width: 387px;
	height: 380px;
	flex-shrink: 0;
	background-image: url(../images/sz_home/szhome1.png);
    background-size: 100% 100%;
	border-radius: 16px;
	padding: 22px 20px 24px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
}

.shx-ai-card::before {
	content: '';
	position: absolute;
	right: -40px;
	top: -40px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 158, 92, .45) 0%, rgba(255, 158, 92, 0) 70%);
	pointer-events: none;
}

.shx-ai-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	line-height: 1.3;
	margin-bottom: 12px;
}

.shx-ai-badge {
	font-size: 32px;
	font-weight: 600;
	color: #ef5a2a;
	white-space: nowrap;
}

.shx-ai-name {
	font-size: 32px;
	font-weight: 600;
	color: #7a2e1a;
	white-space: nowrap;
}

.shx-ai-sub {
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-weight: 500;
	color: #e2432b;
	line-height: 1.3;
	margin-bottom: 15px !important;
}

.shx-ai-desc {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-bottom: 27px !important;
	max-width: 178px;
}

.shx-ai-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(180deg, #f38b4b 0%, #e51c1c 100%);
	color: #fff !important;
	padding: 4px 6px 4px 20px;
	border-radius: 22px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(239, 65, 35, .3);
	align-self: flex-start;
}

.shx-ai-btn .shx-arrow {
	width: 26px;
	height: 26px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	transform: none;
	position: relative;
	flex-shrink: 0;
}

.shx-ai-btn .shx-arrow::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-65%, -50%) rotate(-45deg);
}

.shx-ai-mascot {
	position: absolute;
	right: 10px;
	top: 36px;
	width: 184px;
	pointer-events: none;
	z-index: 0;
}

.shx-ai-icons {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.shx-ai-icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #777;
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 10px;
}
.shx-ai-icon-item span {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.shx-ai-icon-item img {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	box-shadow: 0 6px 14px rgba(210, 90, 40, .16);
}

/* 中间标题 + 搜索 */
.shx-hero-center {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	min-width: 0;
}

.shx-hero-title {
	width: 458px;
	height: 54px;
	background-image: url(../images/sz_home/szhome3.png);
	background-size: 100% 100%;
	margin-bottom: 10px !important;
	overflow: hidden;
	text-indent: -9999px;
}

.shx-hero-slogan {
	font-size: 24px;
	font-weight: 600;
	color: #333 !important;
	margin-bottom: 22px;
	letter-spacing: 2px;
}

.shx-search-box {
	display: flex;
	align-items: center;
	width: 480px;
	background: #fff;
	border-radius: 24px;
	padding: 5px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.shx-search-box input {
	flex: 1;
	border: none;
	outline: none;
	padding: 0 18px;
	font-size: 14px;
	height: 38px;
	border-radius: 20px;
	color: #333;
	min-width: 0;
}

.shx-search-btn {
	background: linear-gradient(90deg, #ff7a3d, #ef4123);
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 0 22px;
	height: 38px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	cursor: pointer;
	flex-shrink: 0;
}

.shx-search-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	position: relative;
}

.shx-search-icon::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.shx-search-icon::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 6px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transform: rotate(45deg);
	transform-origin: 0 50%;
}

/* 通用箭头 / 闪光 图标（避免特殊符号在不同环境下缺字型） */
.shx-arrow {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	margin-left: 2px;
	vertical-align: 1px;
}

.shx-sparkle {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	margin-left: 3px;
	vertical-align: 1px;
}

.shx-sparkle::before,
.shx-sparkle::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 10px;
	background: #fff;
	border-radius: 1px;
	transform: translate(-50%, -50%);
}

.shx-sparkle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.shx-hot-search {
	margin-top: 14px;
	font-size: 13px;
	color:#CA140D;
}

.shx-hot-search a {
	color: #333;
	margin: 0 6px;
	text-decoration: none;
}

.shx-hot-search a:hover {
	text-decoration: underline;
}

/* 平台动态 */
.shx-dynamic-card {
	width: 285px;
	height: 380px;
	flex-shrink: 0;
	background: #fff;
	border-radius: 20px;
	padding: 18px 20px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
	background-image: url(../images/sz_home/szhome2.png);
    background-size: 100% 100%;
}

.shx-dynamic-title {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	color: #CA140D;
	margin-bottom: 10px !important;
	position: relative;
}


.shx-dynamic-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #555;
	padding: 12px 0;
	cursor: pointer;
	border-bottom: 1px dashed #f0f0f0;
	overflow: hidden;
}

.shx-dynamic-list li a {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.shx-dynamic-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	flex: 1;
}

.shx-dynamic-stats {
	display: flex;
	margin-top: 14px;
	background: #fff6f2;
	border-radius: 12px;
	padding: 12px 0;
}

.shx-stat-item {
	flex: 1;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.shx-stat-item:first-child::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 34px;
	background: #f0d5c8;
}

.shx-stat-num {
	font-size: 36px;
	font-weight: bold;
	color: #ef4123;
	margin-bottom: 10px;
}

.shx-stat-label {
	font-size: 12px;
	color: #666;
	margin-top: 2px;
	margin-bottom: 10px;
}

.shx-stat-sub {
	font-size: 11px;
	color: #aaa;
}

/* ===================== 思政实践地图 ===================== */
.shx-map-card {
	display: flex;
	gap: 20px;
	padding: 24px 20px;
	background: linear-gradient(90deg, #fff 0%, #FEEBDE 50%, #fff 100%);
}

.shx-map-left {
	width: 230px;
	flex-shrink: 0;
}

.shx-feature-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	align-items: flex-start;
}

.shx-feature-list img {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 8px;
}

.shx-feature-list h4 {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 4px;
}

.shx-feature-list p {
	font-size: 12px;
	color: #999;
}

.shx-map-center {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 524px;
	height: 393px;
}

.shx-map-canvas {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.shx-map-right {
	width: 367px;
	flex-shrink: 0;
}

.shx-route-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.shx-route-item img {
	width: 100px;
	height: 70px;
	border-radius: 10px;
	object-fit: cover;
	flex-shrink: 0;
}

.shx-route-info {
	flex: 1;
	min-width: 0;
}

.shx-route-info h4 {
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shx-route-tags span {
	font-size: 11px;
	color: #ef4123;
	background: #fdece3;
	padding: 1px 6px;
	border-radius: 4px;
	margin-right: 4px;
}

.shx-route-btn {
	font-size: 12px;
	color: #fff !important;
	text-decoration: none;
	flex-shrink: 0;
	background: linear-gradient(180deg, #f38b4b 0%, #e51c1c 100%);
	padding: 5px 10px;
	border-radius: 14px;
	white-space: nowrap;
}

/* ===================== 热点思政 + 热门资讯 ===================== */
.shx-row-flex {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.shx-hot-card {
	position: relative;
	width: 590px;
	height: 340px;
	border-radius: 20px;
	flex-shrink: 0;
	overflow: hidden;
}
.shx-section-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 590px;
	padding-top: 20px;
	z-index: 99999;
}

.shx-hot-card .shx-section-title,
.shx-hot-card .shx-section-sub {
	padding: 0 20px;
}

.shx-hot-media {
	position: relative;
	margin-top: 14px;
}

.shx-hot-media .swiper-slide img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.shx-hot-info {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 285px;
	height: 189px;
	border-radius: 20px;
	padding: 20px 20px 18px;
	background: linear-gradient(90deg, #fff4ed 0%, #ffffff 100%);
	color: #333;
	box-sizing: border-box;
}

.shx-hot-info h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shx-hot-info p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shx-hot-tags span {
	font-size: 11px;
	background: linear-gradient(90deg, #fff4ed 0%, #ffffff 100%);
	padding: 2px 8px;
	border-radius: 4px;
	margin-right: 6px;
	color: #B3853F;
}

.shx-hot-actions {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}

.shx-hot-pagination {
	position: absolute !important;
	right: 20px !important;
	left: auto !important;
	bottom: 40px !important;
	width: auto !important;
	text-align: right;
	z-index: 5;
}

.shx-hot-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
	width: 20px !important;
	height: 4px !important;
	border-radius: 8px !important;
	margin: 0 4px 0 0 !important;
}

.shx-hot-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ef4123;
}

.shx-news-combined {
	flex: 1;
	min-width: 0;
	padding: 20px;
	display: flex;
	gap: 16px;
}

.shx-news-main {
	flex: 1;
	min-width: 0;
}

.shx-news-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 0;
	border-bottom: 1px dashed #f0f0f0;
	font-size: 13px;
	overflow: hidden;
}

.shx-news-list li a {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.shx-news-list li:last-child {
	border-bottom: none;
}

.shx-news-title {
	flex: 1;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.shx-news-date {
	color: #bbb;
	font-size: 12px;
	flex-shrink: 0;
}

.shx-tag {
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
	flex-shrink: 0;
}

.shx-tag-blue {
	background: linear-gradient(90deg, #fff4ed 0%, #ffffff 100%);
	color: #B3853F;
}

.shx-tag-orange {
	background: linear-gradient(90deg, #fff4ed 0%, #ffffff 100%);
	color: #B3853F;
}

.shx-tag-video {
	background: #eaf1ff;
	color: #3b82f6;
}

.shx-tag-doc {
	background: #fdece3;
	color: #ef4123;
}

.shx-tag-ppt {
	background: #fff3e0;
	color: #f0a020;
}

.shx-tag-audio {
	background: #e9f9f0;
	color: #12b76a;
}

.shx-tag-pic {
	background: #f3ecff;
	color: #8b5cf6;
}

.shx-tag-other {
	background: #f0f1f3;
	color: #888;
}

.shx-news-mascot-panel {
	width: 150px;
	flex-shrink: 0;
	padding: 20px 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fdf1e9;
	border-radius: 12px;
}

.shx-news-mascot-panel img {
	width: 120px;
	margin-bottom: 8px;
}

.shx-news-mascot-panel h4 {
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
}

.shx-news-mascot-panel p {
	font-size: 12px;
	color: #999;
	margin-bottom: 14px;
}

/* ===================== 8宫格导航 ===================== */
.shx-nav-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.shx-nav-item {
	width: 285px;
	height: 120px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(178, 42, 26, .05);
	transition: transform .2s;
}
.shx-nav-item1{
	background-image: url(../images/sz_home/bj1.png);
    background-size: 100% 100%;
}
.shx-nav-item2{
	background-image: url(../images/sz_home/bj2.png);
    background-size: 100% 100%;
}
.shx-nav-item3{
	background-image: url(../images/sz_home/bj3.png);
    background-size: 100% 100%;
}
.shx-nav-item4{
	background-image: url(../images/sz_home/bj4.png);
    background-size: 100% 100%;
}
.shx-nav-item5{
	background-image: url(../images/sz_home/bj5.png);
    background-size: 100% 100%;
}
.shx-nav-item6{
	background-image: url(../images/sz_home/bj6.png);
    background-size: 100% 100%;
}
.shx-nav-item7{
	background-image: url(../images/sz_home/bj7.png);
    background-size: 100% 100%;
}
.shx-nav-item8{
	background-image: url(../images/sz_home/bj8.png);
    background-size: 100% 100%;
}

.shx-nav-item:hover {
	transform: translateY(-3px);
}

.shx-nav-item img {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 12px;
}

.shx-nav-item h4 {
	font-size: 20px;
	font-weight: 500;
	color: #601C19;
	margin-bottom: 6px;
}

.shx-nav-item p {
	font-size: 12px;
	color: #601C19;
}

/* ===================== 红色全景 ===================== */
.shx-panorama {
	display: flex;
	background-image: url(../images/sz_home/szhome6.png);
	background-size: 100% 100%;
	border-radius: 16px;
	height:220px;
	gap: 92px;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.shx-panorama-left {
	width: 285px;
	height: 220px;
	flex-shrink: 0;
	padding: 20px;
	color: #fff;
	background: linear-gradient(90deg, #ca140d 0%, #ca140d00 100%);
}

.shx-title-white {
	color: #fff;
}

.shx-sub-white {
	color: #ffe1d3;
	line-height: 20px;
}

.shx-panorama-slider {
	width: 720px;
	height: 130px;
	flex: 0 0 auto;
	position: relative;
}

.shx-panorama-swiper .shx-panorama-item {
	width: 168px;
	height: 130px;
	border-radius: 10px;
	padding-top: 4px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.shx-panorama-swiper .shx-panorama-item img {
	width: 160px;
	height: 90px;
	border-radius: 10px 10px 0px 0px;
	object-fit: cover;
	margin-left: 4px;
	display: block;
}

.shx-panorama-cap {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	/* background: rgba(0, 0, 0, .45); */
	color: #601C19;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shx-panorama-prev,
.shx-panorama-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 6;
	user-select: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.shx-panorama-prev:hover,
.shx-panorama-next:hover {
	background: #fff2ea;
}

.shx-panorama-prev::before,
.shx-panorama-next::before {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #c0281c;
	border-bottom: 2px solid #c0281c;
}

.shx-panorama-prev::before {
	transform: rotate(135deg);
	margin-left: 4px;
}

.shx-panorama-next::before {
	transform: rotate(-45deg);
	margin-right: 4px;
}

.shx-panorama-prev {
	left: 385px;
}

.shx-panorama-next {
	left: 1158px;
}

/* ===================== 专题学习 / 思政测评 / 推荐资源 ===================== */
.shx-bottom-row {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.shx-topics {
	width: 620px;
	flex-shrink: 0;
	padding: 20px;
}

.shx-topics-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.shx-topic-item {
	height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background-size: cover;
	background-position: center;
	line-height: 22px;
}

.shx-topic-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shx-topic-1 {
	background: linear-gradient(135deg, #d0342a, #7c1410);
}

.shx-topic-2 {
	background: linear-gradient(135deg, #c23a2a, #7a1e12);
}

.shx-topic-3 {
	background: linear-gradient(135deg, #e08a4c, #b0472a);
}

.shx-topic-4 {
	background: linear-gradient(135deg, #7c1410, #3d0a08);
}

.shx-topic-5 {
	background: linear-gradient(135deg, #d94a2b, #8f2313);
}

.shx-topic-6 {
	background: linear-gradient(135deg, #a02318, #5c1210);
}

.shx-quiz {
	width: 190px;
	flex-shrink: 0;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shx-quiz-sub {
	font-size: 12px;
	font-weight: 500;
	color: #FC5D28;
	margin: 16px 0 10px;
}
.shx-quiz-box {
	width: 183px;
	height: 222px;
	border-radius: 10px;
	background-image: url(../images/sz_home/cp.png);
    background-size: 100% 100%;
}
.shx-quiz-feats {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 120px;
}

.shx-quiz-feats span {
	font-size: 11px;
	background: #fdece3;
	color: #ef4123;
	padding: 3px 8px;
	border-radius: 10px;
}

.shx-quiz-img {
	width: 80px;
	height: 80px;
	margin: 8px 0 14px;
}

.shx-recommend {
	flex: 1;
	min-width: 0;
	padding: 20px;
}

.shx-recommend-tabs {
	font-size: 12px;
	font-weight: 400;
	margin-left: auto;
	display: flex;
	gap: 12px;
}

.shx-recommend-tabs a {
	color: #999;
	text-decoration: none;
}

.shx-recommend-tabs a.active {
	color: #ef4123;
	font-weight: 600;
}

/* ===================== 友情链接 ===================== */
.shx-links-section {
	padding-bottom: 4px;
}

.shx-links-grid {
	display: flex;
	gap: 16px;
	margin-top: 14px;
}

.shx-link-item {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.shx-link-item img {
	max-width: 80%;
	max-height: 60%;
}
