<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hyth-new-header {
	box-shadow: 0px 1px 3px 0 rgba(0, 34, 77, .1);
	box-sizing: border-box;
	z-index: 1001;
	width: 100%;
	margin: auto;
	min-width: var(--jinsom-width);
	color: #fff;
	height: 85px;
}

.hyth-new-header-content {
	width: var(--jinsom-width);
	margin: auto;
	display: flex;
}

.hyth-new-header-content .logo {
	flex: 1;
	padding: 15px 0;
	
}
.hyth-new-header-content .logo .logo-bg {
	display: none;
}
.theme-dark .hyth-new-header-content .logo .logo-bg.dark {
	display: block;
}

.theme-light .hyth-new-header-content .logo .logo-bg.light {
	display: block;
}

.hyth-new-header-content .logo a {
	height: 55px;
	background-repeat: no-repeat;
	background-size: 200px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left center;
	display: block;
}

.hyth-new-header-content .search {
	flex: 2;
	display: flex;
	padding: 19px 35px;
	position: relative;
}

.hyth-new-header-content .search input {
	padding: 0px 10px 0px 10px;
	height: 45px;
	border-top: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-border-color);
	border-bottom: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-border-color);
	border-left: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-border-color);
	border-right: none;
	background: #0000;
	flex: 1;
	border-radius: var(--hyth-new-header-serach-border-radius) 0 0 var(--hyth-new-header-serach-border-radius);
	color: var(--font-color);
}
.hyth-head-search-content {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}
.hyth-new-header-content .search span {
	cursor: pointer;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	background-color: var(--hyth-new-header-serach-btn-color);
	padding: 0px 15px;
	height: 45px;
	border-bottom: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-btn-color);
	border-top: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-btn-color);
	color: var(--hyth-new-header-serach-btn-icon-color);
	border-radius: 0 var(--hyth-new-header-serach-border-radius) var(--hyth-new-header-serach-border-radius) 0;
}

.hyth-new-header-content .search span:hover {
	background-color: var(--hyth-new-header-serach-btn-hover-color);
	border-bottom: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-btn-hover-color);
	border-top: var(--hyth-new-header-serach-border) solid var(--hyth-new-header-serach-btn-hover-color);
}

.hyth-new-header-content .search .search-show {
	display: none;
}

.hyth-new-header-content .search .search-show.on {
	display: block;
	background-color: var(--main-bg-color);
    color: var(--font-color);
	position: absolute;
	z-index: 1002;
	top: calc(19px + 47px);
	width: calc(100% - 35px - 35px - 50px);
}

.hyth-new-header-content .search .search-show .search-show-title {
	line-height: 32px;
}

.hyth-new-header-content .search .search-show .search-show-title strong {
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding: 0 12px;
	white-space: nowrap;
	color: grey;
	background: var(--body-bg-color);
}

.hyth-new-header-content .search .search-show .search-show-text {
	position: relative;
	font-size: 14px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 12px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color .3s, background-color .3s;
}

.hyth-new-header-content .search .search-show .search-show-text:hover {
	background: var(--local-bg-color);
}

.hyth-new-header-right {
	position: relative;
	z-index: 1004;
	text-align: right;
	padding: 20px 0;
	min-width: 300px;
}

.hyth-new-header-right&gt;li {
	cursor: pointer;
	text-align: center;
	color: var(--font-color);
	position: relative;
	margin-right: 20px;
	width: auto;
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

.hyth-new-header-right&gt;li:last-child {
	margin-right: 0;
}

.hyth-new-header-right&gt;li:hover, .hyth-new-header-right&gt;li:hover p {
	color: var(--jinsom-color);
}

.hyth-new-header-right .login {
	height: 45px;
	color: var(--hyth-new-header-login-btn-color);
	line-height: 45px;
	background: var(--hyth-new-header-login-btn-bg-color);
	padding: 0 20px;
	border-radius: 2px;
	margin-right: 10px;
}

.hyth-new-header-right .reg {
	height: 45px;
	color: var(--hyth-new-header-reg-btn-color);
	line-height: 45px;
	background: var(--hyth-new-header-reg-btn-bg-color);
	padding: 0 20px;
	border-radius: 2px;
}

.hyth-new-header-right .login:hover {
	color: var(--hyth-new-header-login-btn-hover-color);
}

.hyth-new-header-right .reg:hover {
	color: var(--hyth-new-header-reg-btn-hover-color);
}

.hyth-new-header-right .publish i {
	margin-right: 5px;
}
.hyth-new-header-right .hyth-new-header-avatar&gt;p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	max-width: 80px;
	vertical-align: middle;
	color: var(--font-color);
	margin-left: 5px;
	line-height: 20px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;span {
	color: #ffffff;
	font-size: 12px;
	margin-left: 3px;
	background-color: #F44336;
	padding: 0px 4px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;img {
	border-radius: 100%;
	width: 20px;
	height: 20px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul {
	background: var(--main-bg-color);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	padding: 5px 0px;
	text-align: center;
	position: absolute;
	z-index: 9999;
	left: -55px;
	transition: all 0.3s;
	display: none;
	width: 140px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul:before {
	content: "";
	position: absolute;
	margin-left: -5px;
	top: -5px;
	height: 1px;
	width: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-left: 5px solid var(--border-color);
	border-top: 5px solid var(--border-color);
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}

.hyth-new-header-right .hyth-new-header-avatar:hover ul, .hyth-new-header-right&gt;li.language:hover ul {
	display: block;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li {
	display: block;
	float: none;
	width: inherit;
	height: inherit;
	line-height: 25px;
	border-bottom: var(--border-color) 1px solid;
	position: relative;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li a {
	color: var(--font-color);
	height: 35px;
	line-height: 35px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	min-width: 100px;
	border-radius: 2px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li:hover a {
	color: #fff;
	background-color: var(--jinsom-color);
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul {
	position: absolute;
	padding: 5px;
	background-color: #fff;
	left: -97px;
	border-radius: 4px;
	z-index: 99;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
	transition: .15s ease-in-out;
	transform: translateX(-20px);
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language:hover ul {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul&gt;li {
	color: #444;
	padding: 6px;
	position: relative;
	min-width: 70px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul&gt;li.on, .hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul&gt;li:hover {
	color: var(--jinsom-color);
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul:before {
	content: '';
	top: 15px;
	right: -4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	background: #FFFFFF;
	content: "";
	height: 6px;
	position: absolute;
	width: 6px;
	z-index: 999;
	border-left: 1px solid #f4f0f0;
	border-top: 1px solid #f4f0f0;
	border-radius: 2px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul&gt;li.on:before, .hyth-new-header-right .hyth-new-header-avatar&gt;ul li.language ul&gt;li:hover:before {
	content: 'Ã‚Â·';
	font-weight: bold;
	position: absolute;
	left: 4px;
	color: #F44336;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li a m {
	position: relative;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li a span {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 6px;
	height: 6px;
}

.hyth-new-header-right .hyth-new-header-avatar&gt;ul li:last-child {
	border-bottom: 0;
}

.hyth-notice-title {
	border-bottom: 1px solid var(--border-color);
	display: flex;
}

.hyth-notice-title li {
	min-width: 100px;
	height: 40px;
	box-sizing: border-box;
	border-right: 1px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
	padding: 0 15px;
	position: relative;
	text-align: center;
	line-height: 40px;
}

.hyth-notice-title li.on:nth-child(1) i {
	color: var(--jinsom-color);
}
.jinsom-notice-title li.on:nth-child(2) i {
	color: #3096e8;
}

.jinsom-notice-title li.on:nth-child(3) i {
	color: #F44336;
}
.hyth-notice-title li i {
	font-size: 26px;
	color: #a5a5a5;
}

.hyth-notice i {
	color: #a4a4a4;
}

.hyth-notice-title li.on:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	border-bottom-color: #fff;
	box-sizing: border-box;
	pointer-events: none;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid var(--jinsom-color);
	height: 41px;
}

.hyth-notice-content {
	height: 200px;
	overflow: auto;
	padding: 12px 10px 0;
}

.hyth-notice-content li {
	float: inherit;
	width: inherit;
	height: inherit;
	line-height: 18px;
	text-align: left;
	margin-bottom: 6px;
}

.hyth-notice-content li m {
	margin-right: 5px;
	width: 5px;
	height: 5px;
	vertical-align: 2px;
	border-radius: 50%;
	background-color: #FF5722;
	padding: 0;
	display: inline-block;
}

.hyth-notice-content li a.name {
	color: var(--jinsom-color);
	margin-right: 5px;
	overflow: hidden;
	max-width: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	top: 3px;
}

.hyth-notice-content li span {
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 24px;
}

.hyth-notice-bottom {
	padding: 8px 0 8px;
	border-top: 1px solid var(--border-color);
	line-height: 18px;
	text-align: left;
}

.hyth-notice-bottom span {
	cursor: pointer;
	color: #B2B2B2;
	font-size: 12px;
}

.hyth-notice-bottom span:last-child {
	float: right;
}

.hyth-notice-content .bb, .hyth-notice-content .cc {
	display: none;
}

.hyth-notice-empty {
	color: #999;
	margin-top: 90px;
	text-align: center;
}

.hyth-new-header-right-app {
	position: relative;
	height: var(--hyth-new-header-right-text-height);
	float: right;
	line-height: var(--hyth-new-header-right-text-height);
	cursor: pointer;
	color: var(--hyth-new-header-right-text-color-font);
	padding: 0 10px;
	font-size: 18px;
	width: 100px;
}

/*.hyth-new-header-right-app .hyth-new-header-app {
	display: flex;
}*/
.hyth-new-header-right-app:hover {
	border-top: var(--hyth-new-header-right-text-color-bgcolor) 2px solid;
	background-color: var(--hyth-new-header-right-text-color-bgcolor);
	transition: all .2s ease-out;
	color: var(--hyth-new-header-right-text-color-hover);
	height: calc(var(--hyth-new-header-right-text-height) - 2px);
}

.hyth-new-header-right-app .hyth-qrcode {
	display: none;
	position: absolute;
	right: 0;
	top: calc(var(--hyth-new-header-right-text-height) - 2px);
	background: var(--white-color);
	padding: 10px;
}

.hyth-new-header-right-app:hover .hyth-qrcode {
	display: block;
}

.jinsom-header-content {
	width: var(--hyth-new-header-content-menu-width) !important;
}

.hyth-header-search-del {
	position: absolute;
	right: 10px;
	opacity: 0;
	color:#f00;
}
.hyth-new-header-content .search .search-show .search-show-text:hover .hyth-header-search-del {
	opacity: 1;
}

.jinsom-header-content .logo {
	display: none;
}

.jinsom-header-right {
	display: none;
}

.jinsom-menu {
	float: left;
	margin: 0 !important;
}

.jinsom-header-menu-avatar&gt;p {
	display: none !important;
}

.jinsom-header-menu-avatar&gt;i {
	display: none !important;
}

.jinsom-chat {
	z-index: 1005 !important;
}

.jinsom-menu-fixed {
    padding-top: var(--hyth-new-header-right-text-height) !important;
}</pre></body></html>