<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
::after,
::before {
	box-sizing: border-box;
	user-select: none;
}
.text_overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.elips-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}
.elips-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}
.elips-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	-webkit-line-clamp: 4;
}
.elips-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	-webkit-line-clamp: 5;
}
.wire_block::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #ffcf67;
	vertical-align: middle;
}

.clear:after {
	content: '\20';
	clear: both;
	*zoom: 1;
	display: block;
	height: 0;
}

/* page_list */
.layui-box {
	/* margin-left: 270px; */
	/* margin-left: 350px; */
	/* width: 500px; */
	/* margin: 0 auto; */
	display: inline-block;
	padding: 20px 0;
	overflow: hidden;
}
.layui-box &gt; * {
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #666666;
	height: 24px;
	line-height: 24px;
	color: #003b82;
	cursor: pointer;
}

.page_list_num &gt; span {
	float: left;
	color: #003b82;
	margin-right: 30px;
	cursor: pointer;
}
.layui-box .layui-laypage-curr {
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #003b82;
	color: #fff;
}
.layui-laypage-spr {
	display: none;
}

.image-viewer__wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-viewer__mask,
.load-viewer__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #000;
}

.load-viewer__wrapper .load-viewer__mask {
	background: rgba(0, 0, 0, 0.1);
}

.image-viewer__close {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	background: #606266 url('../image/close.png') center/cover;
}

.image-viewer__canvas {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-viewer__btn {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
}

/** è¡¨æ&nbsp;¼ **/
.publicity .layui-table {
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
	color: #666;
}
.publicity .layui-table tr {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.publicity .layui-table th {
	text-align: left;
	font-weight: 400;
}

.publicity .layui-table thead tr,
.publicity .layui-table-header,
.publicity .layui-table-tool,
.publicity .layui-table-total,
.publicity .layui-table-total tr,
.publicity .layui-table-patch,
.publicity .layui-table-mend,
.publicity .layui-table[lay-even] tr:nth-child(even),
.publicity .layui-table tbody tr:hover,
.publicity .layui-table-hover,
.publicity .layui-table-click,
.publicity tr:nth-child(even) {
	background-color: #f5f7fb;
}
.publicity .layui-table thead tr {
	color: #333;
}

.publicity .layui-table th,
.publicity .layui-table td {
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

#publicity_table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* è®¾ç½®æ»šåŠ¨æ¡çš„æ&nbsp;·å¼ */
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

/* æ»šåŠ¨æ¡æ»‘å— */
::-webkit-scrollbar-thumb {
	background-color: #666 !important;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #666 !important;
}
::-webkit-scrollbar-track {
	background: #ccc !important;
}
</pre></body></html>