.downorder {
	width: 32%;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	text-indent: 12px;
	background: url("../img/down_arrow.png") no-repeat center;
	background-position: 98%;
	background-size: 10px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-right: 1.17%;
	color: #3D3F99;
	float: left;
	border: 1px solid #eee;
	position: relative;
}

.downtext {
	width: 100%;
	max-height: 320px;
	border-radius: 4px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #eee;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
	transform: translateY(-102%);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3)
}
.downtext::-webkit-scrollbar{
	width: 4px;
	height: 0px;
	background-color: transparent;
}
.downtext::-webkit-scrollbar-thumb{
	background-color: #1D96FF;
	border-radius: 4px;
  }
.downtext a {
	float: left;
	width: 50%;
	height: 32px;
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
.downtext a:hover{
	background-color: #1D96FF20;
    text-decoration: none;
}