<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * /* 取消默认点击的背景色
 *
 * @format
 */

* {
	box-sizing: border-box;
}
[contenteditable='true'],
input,
textarea {
	-webkit-user-select: auto !important;
	-khtml-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	-o-user-select: auto !important;
	user-select: auto !important;
}
#cnzz_stat_icon_1260232169 {
	display: none;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}
/* 禁止缩放表单 */
input[type='submit'],
input[type='reset'],
input[type='button'],
input {
	resize: none;
	border: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}
/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* 图片自适应 */
img {
	width: 100%;
	height: auto;
	width: auto\9;
	object-fit: cover;
	/* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
body {
	font-size: 0.24rem !important;
	font-family: 'PingFangSC-Regular', 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif !important;
	color: #555;
	background-color: #fff;
	height: 100%;
}
html {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
em,
i {
	font-style: normal;
}
ul,
li {
	list-style-type: none;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #969696;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}
img {
	border: none;
}
@font-face {
	font-family: 'iconfont'; /* Project id 3716203 */
	src: url('//at.alicdn.com/t/c/font_3716203_aq2mkotlvze.woff2?t=1666171347773') format('woff2'),
		url('//at.alicdn.com/t/c/font_3716203_aq2mkotlvze.woff?t=1666171347773') format('woff'),
		url('//at.alicdn.com/t/c/font_3716203_aq2mkotlvze.ttf?t=1666171347773') format('truetype');
}

.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bjgengduo:before {
	content: '\e620';
}

.icon-bjsearch:before {
	content: '\e608';
}

.section {
	width: 100%;
	display: block;
	over-flow: hidden;
	background: #fff;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}
.tap {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.weui-loadmore__tips {
	font-size: 0.24rem !important;
}
.bar {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	border-top: 1px solid #f5f5f5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-touch-callout: none;
	display: flex;
	background: #fff;
}
.bar .tab-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	/* overflow: hidden; */
	height: 100%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}

.bar .tab-item img {
	position: relative;
	top: -0.4rem;
	z-index: 99;
}
.bar .tab-item .tab-label {
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.bar .tab-item .icon {
	display: inline-block;
	width: 0.56rem;
	height: 0.56rem;
}
.bar .tab-item .icon-home {
	background: url('/imgs/tabbar/home@2x.png') no-repeat;
	background-size: contain;
}
.bar .tab-item .icon-news {
	background: url('/imgs/tabbar/information@2x.png') no-repeat;
	background-size: contain;
}
.bar .tab-item .icon-map {
	background: url('/imgs/tabbar/map@2x.png') no-repeat;
	background-size: contain;
}
.bar .tab-item .icon-phone {
	background: url('/imgs/tabbar/feedback@2x.png') no-repeat;
	background-size: contain;
}
.bar .tab-item .icon-person {
	background: url('/imgs/tabbar/mine@2x.png') no-repeat;
	background-size: contain;
}
/* .bar .tab-item.active {
  color: #e60012;
}
.bar .tab-item.active .icon-home {
  background: url('/imgs/tabbar/home_press@2x.png') no-repeat;
  background-size: contain;
}
.bar .tab-item.active .icon-news {
  background: url('/imgs/tabbar/information_press@2x.png') no-repeat;
  background-size: contain;
}
.bar .tab-item.active .icon-map {
  background: url('/imgs/tabbar/map_press@2x.png') no-repeat;
  background-size: contain;
}
.bar .tab-item.active .icon-phone {
  background: url('/imgs/tabbar/feedback_press@2x.png') no-repeat;
  background-size: contain;
}
.bar .tab-item.active .icon-person {
  background: url('/imgs/tabbar/mine_press@2x.png') no-repeat;
  background-size: contain;
} */
.page {
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.header {
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 0.3rem;
	position: relative;
	text-align: center;
}
.header .back-btn {
	position: absolute;
	left: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: url('/imgs/back.png') no-repeat;
	background-size: contain;
}
.header .head-name {
	width: 100%;
	font-size: 13px;
	line-height: 44px;
	text-align: center;
}
.search-div {
	height: 1rem;
	margin-bottom: 0.2rem;
}
.search-box {
	height: 1rem;
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 99;
	padding: 0 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-box .icon-back {
	width: 0.32rem;
	height: 0.32rem;
	background: url('/imgs/icons/back_1@2x.png') no-repeat;
	background-size: contain;
	margin-right: 0.2rem;
}
.search-box .search-bg {
	flex: 1;
	height: 0.56rem;
	background: #f2f2f2;
	margin: 0.16rem 0;
	color: #b2b2b2;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-box .search-bg i.icon-search {
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.1rem;
	background: url('/imgs/search@2x.png') no-repeat;
	background-size: contain;
}
.placeholder {
	font-size: 0.26rem;
	line-height: 0.56rem;
	color: #b2b2b2;
}
.content {
	/* width: 100%; */
	padding: 0.3rem 0.3rem 0 0.3rem;
	background: #fff;
}
.section-title {
	font-size: 0.32rem;
	line-height: 0.32rem;
	margin-bottom: 0.2rem;
}

.classes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3rem;
	height: 0.88rem;
}
.classes .classified {
	display: inline-block;
	cursor: pointer;
	height: 100%;
	padding: 0.2rem 0;
	font-size: 0.28rem;
	position: relative;
	color: #353535;
}
.classes .classified.on {
	color: #c80009;
}
.classes .classified.on::after {
	content: '';
	width: 80%;
	height: 0.04rem;
	background: #c80009;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.container {
	width: 100%;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	color: #353535;
	font-size: 24rpx;
	font-family: 'PingFangSC-Regular';
	background: #fff;
	padding-bottom: 0.98rem;
}
.container .q-box {
	padding: 0 0.3rem;
}
.container .q-box .q {
	width: 100%;
	height: 3rem;
	border-radius: 0.2rem;
	position: relative;
	margin-bottom: 0.4rem;
}
.container .q-box .q img {
	width: 100%;
	height: 3rem;
	border-radius: 0.2rem;
}
.container .q-box .q .q-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.36rem;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(3, 0, 0, 0.5);
	text-align: center;
}
.container .q-box .q .copyright {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.2rem;
	font-size: 0.2rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(3, 0, 0, 0.5);
}
.classes-items {
	display: none;
}
.classes-items.on {
	display: block;
}
.classes-items.on .classes-item {
	margin-bottom: 0.3rem;
}
.classes-items.on .classes-item .classes-item-title {
	font-size: 0.28rem;
	color: #353535;
	margin-bottom: 0.3rem;
}
.classes-items.on .classes-item .classes-item-pic {
	width: 100%;
	height: 2.9rem;
	border-radius: 0.16rem;
}
.classes.isFixed {
	position: fixed;
	background-color: #fff;
	top: 0.88rem;
	left: 0;
	padding: 0 0.3rem;
	z-index: 99;
	width: 100%;
}
.weui-loadmore {
	margin: 0.4rem auto !important;
}
.icon-right {
	/* flex: 1; */
	width: 0.34rem;
	height: 0.34rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
}
.icon-right .icon-filter {
	display: inline-block;
	background: url('/imgs/filter.png') no-repeat;
	background-size: contain;
	width: 0.34rem;
	height: 0.34rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.icon-right .icon-filter.on {
	display: inline-block;
	background-image: url('/imgs/filter_on.png');
}
.icon-right .select-box {
	display: none;
	width: 2.3rem;
	/* height: 460px; */
	background-color: #ffffff;
	box-shadow: 0px 8px 8px 0px rgba(3, 0, 0, 0.2);
	border-radius: 0.1rem;
	position: absolute;
	right: -0.3rem;
	top: 0.4rem;
	z-index: 99;
}
.icon-right .select-title {
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.34rem;
	padding: 0.12rem 0 0.16rem 0;
}
.icon-right .select-list .select-item {
	float: left;
	text-align: center;
	/* margin-bottom: 0.08rem; */
	margin-bottom: 0.1rem;
}
.icon-right .select-list .select-item.active span {
	color: #e60012;
	border: solid 1px #e60012;
}
.icon-right .select-list .region-item {
	width: 50%;
}
.icon-right .select-list span {
	box-sizing: border-box;
	border-radius: 0.1rem;
	border: solid 1px #4c4c4c;
	font-size: 0.2rem;
	padding: 0.05rem 0.1rem;
	cursor: pointer;
}
.icon-right .select-list .level-item {
	width: 33.33%;
}
.icon-right .select-btn {
	border-top: 2px solid #e6e6e6;
	/* height: 0.54rem; */
	padding: 0.1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.1rem;
}
.icon-right .select-btn span {
	border-radius: 0.1rem;
	font-size: 0.2rem;
	padding: 0.06rem 0.15rem;
	cursor: pointer;
}
.icon-right .select-btn .reset {
	background-color: #eeeeee;
	color: #4d4d4d;
	margin-right: 0.3rem;
}
.icon-right .select-btn .done {
	background-color: #fa5053;
	color: #fff;
}
.icon-dis {
	background: url(/imgs/dis.png) no-repeat;
	background-size: contain;
	width: 0.2rem;
	height: 0.24rem;
	margin-right: 0.1rem;
	display: inline-block;
}
.nav-header {
	height: 0.88rem;
}
.nav-bar-title {
	width: 100%;
	height: 0.88rem;
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#10aeff, #10aeff);
	background-blend-mode: normal, normal;
	border-bottom: 1px solid #d6d6db;
	position: fixed;
	z-index: 101;
	display: flex;
	align-items: center;
}
.nav-bar-title .icon-back {
	width: 0.32rem;
	height: 0.32rem;
	background: url('/imgs/icons/back_1@2x.png') no-repeat;
	background-size: contain;
	margin-left: 0.2rem;
}
.nav-bar-title .nav-title {
	font-size: 0.3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333;
	text-align: center;
	flex: 1;
	padding: 0 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab {
	display: flex;
	align-items: center;
	height: 0.92rem;
	justify-content: center;
	color: #000000;
}
.tab-item {
	width: 50%;
	text-align: center;
	font-size: 0.28rem;
}

.tab-item:last-of-type {
	border-right: none;
}

.tab-item &gt; div {
	margin: 0 auto;
	padding: 0.32rem 0;
	position: relative;
}

.tab-item .active {
	color: #87c3ec;
	position: relative;
}
.tab-item .active:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #87c3ec;
	width: 50%;
	height: 0.06rem;
	border-radius: 10px;
}

.load-img-box {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background: #f5f5f5;
}
.load-img-box::after {
	content: '';
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	background: url('/imgs/img_icon.png') no-repeat;
	background-size: 100%;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	margin: auto;
	z-index: 0;
}
.loaded-img {
	background: initial;
}
.loaded-img::after {
	display: none;
}

.load-img-box .load-img-box--img {
	visibility: hidden;
}
.load-img-box .loaded-show {
	visibility: visible;
}
</pre></body></html>