<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.fix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.header-inner{
	width: 1200px;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
	margin: 0 auto;
}
.header .logo {
    width: 85px;
    height: 50px;
    background: url(../img/logo.png) 0 no-repeat;
    background-size: contain;
}
.header-nav {
    margin: 0 50px;
}

    .header-nav a {
        height: 50px;
        line-height: 50px;
    }
.header .publish{
    order:1;
}
.header .publish, .header .app {
    float: right;
    font-size: 15px;
    display: block;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    background: #c42545;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 8px 10px auto;
}
.header .publish i{
	margin-right: 5px;
}


.header-nav a,
.login a {
	display: inline-block;
    width: 55px;
    text-align: center;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	transition: background .5s;
}
.header-nav a:hover,
.header-nav a.active{
	background: #C42545;
	color: #fff;
}
.search {
	flex:1;
	line-height: 50px;
	position: relative;
	float: left;
}
.search #k {
	height: 35px;
	width: 100%;
	padding: 0px 80px 0 15px;
	border: 1px solid #ccc;
	border-radius: 30px;
	outline: none;
}
.search #k:focus{
	border-color: #aaa;
}
.search .sbtn{
    width: 70px;
    height: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    background: #c42545;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search .sbtn input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    line-height: 35px;
    justify-content: center;
    align-items: center;
}
.header .login {
	height: 50px;
	font-size: 0;
	display: flex;
	align-items: center;
    order:2;
}
.header .login img {
	width: 30px;
	height: 30px;
}
.header .login a {
	font-weight: normal;
	cursor: pointer;
}
.header .login a:hover,
.header .login a.active{
	color: #C42545;
}
.header .notice{
	position: relative;
	font-size: 25px;
	color: #c42545;
	padding: 0;
}
.header .ellipsis{
	position: absolute;
    font-size: 12px;
    top: -4px;
    right: -4px;
}
.header .user {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
}
.header .user img {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	vertical-align: middle;
}

.headerline {
	height: 50px;
}</pre></body></html>