.hai-bbs .header,
.hai-bbs .header-inner,
.hai-bbs .header-actions {
	overflow: visible;
}

.hai-bbs .header-actions .header-right {
	height: 54px;
	display: flex;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}

.hai-bbs .header-actions .header-searcher {
	display: none;
}

.hai-bbs .ha-portal-search {
	flex: 1;
	max-width: 460px;
	margin-right: auto;
}

.hai-bbs .ha-portal-search .searcher-wrap {
	position: relative;
}

.hai-bbs .ha-portal-search .search-input {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding-left: 12px;
	padding-right: 38px;
	border-radius: 999px;
}

.hai-bbs .ha-portal-search .search-icon {
	top: 50%;
	right: 0;
}

.hai-bbs .header-actions .header-user-login {
	height: 54px;
	margin-left: 0;
}

.hai-bbs .header-actions .header-user-login .login_btn {
	margin-right: 0;
}

.hai-bbs .header-actions .header-notice,
.hai-bbs .header-actions .header-user {
	height: 54px;
}

.hai-bbs .header-actions .header-user-dropdown {
	top: 48px;
	right: 0;
	z-index: 9999;
}

.hai-bbs .header-actions .notice-dropdown {
	top: 48px;
	z-index: 9999;
}

.hai-bbs .header-actions .header-user .user-card {
	max-height: calc(100vh - 78px);
	overflow-y: auto;
}

.hai-bbs .header-actions .header-user .user-card-bottom {
	box-sizing: border-box;
}
