.labelP{
	display:none
}
.search {
	position: relative;
	width: calc(100% - 0px);
}
input:focus {
	outline: none;
}
.search-input {
	width: 100%;
	border: 0px solid #c4c7ce;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 0px;
	background-color:transparent;
}
.search-input>input {
	width: 100% !important;
	border: none;
}
.search-show {
	position: absolute;
	left: 0px;
	z-index: 999;
	width: 100%;
	padding: 0px;
	background-color: white;
	opacity: 0;
	margin-top: -1.5px;
	border: 0px #D6D6D7 solid;
}
.search-show>ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	border: 1px #D6D6D7 solid;
	width: 100%;
	border-radius: 4px;
}
.search-show>ul>li {
	margin: 0px auto;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border-bottom: 1px rgba(0,0,0,0.10) dashed;color: #333333;
	line-height: 1.5;
	width: 100%;
}
.search-show>ul>li:hover {
	color: #ffffff;background-color:#1967d2
}
