.select-wrapper{
	font:14px;
	width:240px;
	height:34px;
	position:relative;
	cursor:pointer;
	display:inline-block;
	*
	display:inline;
	*
	float:left;
	*
	margin-right:10px;
	/* background:#fff; */
	/* border-radius:3px; */
	border:1px solid #e3e3e3;
}
.select-wrapper.focus{
	border:1px solid #94abc3;
}
.select-button{
	font-size:1.5rem;
	width:238px;
	height:34px;
	border:0;
	border-radius:0;
	background: none;
	cursor:pointer;
	padding: 0 3rem 0 3rem;
	overflow:hidden;
	text-align:left;
	outline:none;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	color: #3e3e3e;
	/*border:1px solid #e3e3e3;
	*/background: #f4f8fd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
}
.select-down{
	position:absolute;
	top:21px;
	right:3rem;
	height:0;
	width:0;
	overflow:hidden;
	font-size:0;
	border-color:transparent transparent transparent transparent !important;
	border-style:solid;
	border-width:0px; background:url(/static/style/pc/images/select_arrow.svg) center no-repeat; background-size: .75rem !important;
}  
.disabled{
	color:#cccccc;
}
.select-list{
	width:238px;
	background:#fff;
	border:1px solid #e8e8e8;
	box-shadow:0 0 3px #ddd;
	border-radius:3px;
	display:none;
	z-index:2;
	position:absolute;
	left:0;
	top:35px;
	overflow:hidden;
}
.select-list ul{
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
	line-height:34px;
	max-height:240px;
}
.select-list ul li{
	width:auto;
	height:3rem;
	padding-left:3rem;
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	color:  #777;
	font-size: 1.125rem;
}
.select-list ul li.selected,
.select-list ul li:hover{
	color:#fff;
	background: #94abc3;
}

/* ä¸‹æ‹‰åˆ—è¡¨ä¸å¯ç”¨æ ·å¼ */
.select-button-disable{
	color:#ccc;
	width:238px;
	height:34px;
	/* border:1px solid #e3e3e3; */
	background: #f4f8fd;
	border-radius:3px;
	cursor:pointer;
	padding-left:10px;
	overflow:hidden;
	text-align:left;
	outline:none;
}
.select-down-disable{
	color:#ccc;
	font-size:18px;
	position:absolute;
	top:0;
	right:10px;
	line-height:34px;
}

.select-wrapper{ height: 50px !important;}
.select-button{ width: 100% !important; height: 50px !important;}
.select-list{ width: 100% !important; top: 50px !important;}
.select-down{ top: 21px !important;}
.select-wrapper{ border: 0 !important; position: relative; z-index: 1; background: #fff !important;} 
/* .select-wrapper:before{ content: ""; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 1px solid #ededed; z-index: -1;} */
<!--ʱ1758037512.5764-->