body {
	color: #222;
	font-size: 0.75rem;
	background: #f5f5f5;
}
.head-img-zt {
	position: relative;
	max-height: 8rem;
	overflow: hidden;
}
.head-img-zt img {
	width: 100%;
}
.head-img-zt h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	color: #fff;
	z-index: 10;
}
.head-img-zt h1:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -0.5rem;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,0.6));
	background: -moz-linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,0.6));
	background: linear-gradient(top,rgba(0,0,0,0), rgba(0,0,0,0.6));
	z-index: -1;
}
.desc-zt {
	position: relative;
	margin-top: -0.5rem;
	padding: 0.75rem;
	background: #fff;
	border-radius: 0.5rem;
	z-index: 10;
}

.content-zt {
	margin-top: 0.3rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.nav-wrap {
	position: relative;
	/*padding-right: 2rem;*/
	background: #fff;
}
.nav-swiper {
	position: relative;
	padding: 0 0.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 6px 6px rgba(0,0,0,0.05);
}
.nav-swiper .swiper-slide{
	padding: 0 0.5rem;
	width: auto;
}
.swiper-slide.on:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-0.5rem);
	width: 1rem;
	height: 0.2rem;
	background: #01a9f6;
	border-radius: 0.2rem;
}
.more-tab {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 0.6rem;
	width: 3rem;
	height: 2.4rem;
	line-height: 2.5rem;
	text-align: center;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 30%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 30%);
	background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 30%);
	border-radius: 0 0.5rem 0 0;
	z-index: 10;
	overflow: hidden;
}
.icon-next {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: bold;
	transform: rotate(90deg);
}

.subject-list {
	margin-bottom: 0.3rem;
	padding: 0 0.75rem;
	background: #fff;
}
.news-tab {
	padding: 1rem 0 0;
	font-size: 0.85rem;
	color: #222;
}
.open-more {
	padding: 0.75rem 0;
	text-align: center;
	cursor: pointer;
}
.open-more i {
	margin-left: 0.2rem;
}

/* 深色模式 */
:root {
	color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: #1b1b1b;
		color: #ccc;
	}
	.desc-zt, .nav-wrap, .subject-list {
		background-color: #222;
	}
	.bottom-line:before {
		background-color: #333;
	}
	.news-tab {
		color: #fff;
	}
	.news-item {
		color: #ccc;
	}
}


/* 特殊活动 天天陕帮365工会服务零距离*/
.id_101 {
	background: #fff;
}

.id_101 .head-img-zt {
	max-height: none;
}

.id_101 .content-zt {
	margin-top: 0;
}

.id_101 .nav-wrap {
	background: #d1d1d1;
}

.id_101 .nav-wrap.bottom-line:before {
	content: none;
}

.id_101 .nav-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.4rem 0 0.4rem;
  border-color: #fff2c4 transparent transparent transparent;
}

.id_101 .nav-swiper {
	font-size: 0.6rem;
	font-weight: bold;
}

.id_101 .nav-swiper .swiper-slide {
	width: 50%;
	text-align: center;
}

.id_101 .swiper-slide.on:after {
	transform: translate(-50%);
	width: calc(100% - 1rem);
	background: #ffb24e;
}

.id_101 .subject-list {
	padding: 0;
	margin-bottom: 0;
}

.id_101 .news-tab img {
	width: 100%;
}

.id_101 .news-item {
	padding: 0.75rem 0 1.6rem;
}

.id_101 .news-item p:last-child span:last-child {
	display: none;
}

.id_101 .news-item p:last-child {
	position: absolute;
	bottom: 0;
	right: 0.9rem;
	height: 1.6rem;
	line-height: 1.6rem;
}

.id_101 .news-item.bottom-line:before {
	content: none;
}

.id_101 .news-title {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 0.9rem;
	font-size: 0.6rem;
	font-weight: bold;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	background: #e3e3e3;
	border-bottom: 0.05rem solid #c6c6c6;
}

.id_101 .big-img {
	margin-bottom: 0;
}
