#search_bar {
	/*min-width: 8.24rem;*/
	min-width: 70%;
	height: 0.88rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.11rem 0.14rem 0 rgba(36, 57, 91, 0.17);
	border-radius: 0.10rem 0 0 0.10rem;
	position: absolute;
	right: 0;
	bottom: -0.4rem;
	/* top: -0.44rem; */
	/*margin-top: -0.44rem;*/
	z-index: 33;
	padding: 0 0.34rem;
	display: block!important;
}

#search_bar .search-box {
	/* width: 2.70rem; */
	height: 0.3rem;
	border-radius: 0.15rem;
	border: 1px solid rgba(151, 151, 151, 1);
	margin-top: 0.3rem;
	margin-right: 0.6rem;
	/* margin-left: 1rem; */
}

#search_bar #form-control {
	height: 0.2rem;
	background: none;
	border: none;
	outline: none;
	/*color: #AEADAD;*/
	margin-left: 0.1rem;
	box-shadow: none;
}

#search_bar button .search-icon {
	width: 0.16rem;
	height: 0.16rem;
}

#search_bar .hot-tag {
	/*margin-left: 0.25rem;*/
	height: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.3rem;
}

@media (max-width: 414px) {
	#search_bar {
		height: auto;
		padding: 0.3rem;
		position: relative;
		bottom: 0;
	}
	#search_bar .search-box {
		width: 5.7rem;
		margin-left: 0.3rem;
		padding: 0.35rem 0.1rem;
	}
	.navbar-form .form-group {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#search_bar button .search-icon {
		width: 0.36rem!important;
		height: 0.36rem!important;
	}
}