.pdown-head{
	width:100%;
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content:flex-start;
	align-content: center;
	align-items: center;
	flex-grow: 1;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	height:40px;
	line-height:40px;
	color:#666666;
	cursor: pointer;
	border:#bcbcbf 1px solid;
	border-radius: 3px;
}

.pdown-head-error{
	width:100%;
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content:flex-start;
	align-content: center;
	align-items: center;
	flex-grow: 1;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	height:40px;
	line-height:40px;
	color:#666666;
	cursor: pointer;
	border:#ff9999 1px solid;
	border-radius: 3px;
}

.pdown-head-a{
	width:100%;
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content:flex-start;
	align-content: center;
	align-items: center;
	flex-grow: 1;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	height:40px;
	line-height:40px;
	color:#666666;
	cursor: pointer;
	border:#acacff 1px solid;
	border-bottom:0px;
	border-radius: 3px 3px 0px 0px;
}




.pdown-items{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	max-height: 300px;
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	height: 0;
	background-color: #ffffff;
	width: 100%;
	z-index: 100;
}

.pdown-items{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 300px;
	height: 0;
	background-color: #ffffff;
	width: 100%;
	border:0px;
	border-radius: 0px 0px 3px 3px;
}


.pdown-items-a{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	overflow-x: hidden;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 300px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	height: 0;
	background-color: #ffffff;
	width: 100%;
	border:#acacff 1px solid;
	border-top:0px;
	border-radius: 0px 0px 3px 3px;
}

.pdown-items-a::-webkit-scrollbar{
  display: none;
}



.pdown-items-a2{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
	overflow-x: hidden;
	overflow-y:auto;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 300px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	height: 0;
	background-color: #ffffff;
	width: 100%;
	border:#acacff 1px solid;
	border-top:0px;
	border-radius: 0px 0px 3px 3px;
}


.pdown-items-a2::-webkit-scrollbar {
    width: 6px;
	margin-right: 5px;
}
     
.pdown-items-a2::-webkit-scrollbar-track {
   background: #ececef;
   border-radius: 5px;
}
     
.pdown-items-a2::-webkit-scrollbar-thumb {
   background: #999999;
   border-radius: 5px;
}
  



.pdown-sbar{
	position: absolute;
	display: inline-block;
	padding: 0 10px 0px 10px;
	cursor: pointer;
	height: 0px;
	background-color: #ffffff;
	width: 100%;
	z-index: 100;
	border-left:#acacff 1px solid;
	border-right:#acacff 1px solid;
	border-radius: 0px;
	overflow: hidden;
}

.pdown-sbar-input{
	width: 100%;
	background-color:  white;
	height:40px;
	border:#bcbcbf 1px solid;
	border-radius: 3px;
	padding-left: 10px;
	font-size: 1em;
}

