<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*初始化*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	font-size: calc(100vw/7.5);
}
html, body {
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 750px;
	margin: 0 auto;

}
body {
 font: .24rem "Microsoft YaHei", Heiti SC, Helvetica, Arial, sans-serif;
	color: #666;
	background: #f5f5f5;
}
table {
	border-collapse: collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.w100, .w100 img {
	width: 100%;
}
.weui-input, .weui-textarea {
	font-family: Arial;
}
.weui-cells {
	font-size: 14px;
}
.weui-label {
	width: 3rem;
}
.weui-vcode-btn, .weui-vcode-img {
	height: 40px;
}
.weui-article {
	padding: 15px 10px 25px;
	font-size: 14px;
	line-height: 1.715;
}
.weui-article td {
	padding: 3px;
	word-break: break-all;
}
.weui-article td p {
	margin-bottom: 0;
}
.weui-loadmore {
	width: 98%;
}
.page-load-status {
	display: none; /* hidden by default */
	text-align: center;
	color: #999;
}
.page-load-status {
	position: relative;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}
.weui-tabbar__icon&gt;i, i.weui-tabbar__icon {
	color: #515457;
}
.weui-tabbar__label {
	color: #515457;
}
/*自动隐藏文字*/
.hx-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hx-ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hx-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-direction-column {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}/* 设置弹性布局的方向，子元素按照在源文档中声明的顺序从上到下显示 */
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}/* 子元素自动占据剩余的空间 */
.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}/* 水平布局下的子元素 水平居中 */
.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
} /* 水平布局下的子元素 垂直居中 */
.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
} /* 水平布局下的子元素 2端对齐 */
.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/************************************************/
/** 头部 **/
.hx-header {
	position: relative;
	padding: 3px 0;
	box-sizing: border-box;
	background-color: #000
}
.hx-header .hx-header-title {
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff
}
.hx-header-title-area, .hx-header .hx-header-title {
	margin: 0 88px;
	height: 40px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.hx-header .hx-header-title&gt;span {
	display: inline-block
}
.hx-header .hx-header-left, .hx-header .hx-header-right {
	position: absolute;
	top: 14px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #ccc
}
.hx-header .hx-header-left a, .hx-header .hx-header-left button, .hx-header .hx-header-right a, .hx-header .hx-header-right button {
	float: left;
	margin-right: 8px;
	color: #ccc
}
.hx-header .hx-header-left a:active, .hx-header .hx-header-left button:active, .hx-header .hx-header-right a:active, .hx-header .hx-header-right button:active {
	opacity: .5
}
.hx-header .hx-header-left {
	left: 18px
}
.hx-header .hx-header-left .hx-header-back {
	padding-left: 16px
}
.hx-header .hx-header-right {
	right: 15px
}
.hx-header .hx-header-right a, .hx-header .hx-header-right button {
	margin-left: 8px;
	margin-right: 0
}

.download {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #494949 url(/mobiles/images/downtips.png) no-repeat left center;
	height: 1.37rem;
	background-size: 2.26rem auto;
}

	.download .tips {
		padding-left: 2.5rem;
		padding-top: 0.3rem;
	}

		.download .tips p {
			color: #fff;
			font-size: 0.26rem;
			font-weight: bold;
		}

			.download .tips p:last-child {
				padding-left: 3em;
				padding-top: 0.1rem;
			}

	.download .down-btn {
		display: inline-block;
		color: #fff;
		font-size: 0.26rem;
		font-weight: bold;
		background: #1779e6;
		padding: 10px 18px;
		position: absolute;
		right: 0.4rem;
		top: 0.35rem;
	}
</pre></body></html>