._htools-selec-box {
	width: 500px;
	height: auto;
	margin: 100px auto 0;
}

._htools-select {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

._htools-select * {
	margin: 0;
	padding: 0;
	outline: none;
}

._htools-select:hover ._select-selectbtn {}

._htools-select:hover {
	/*border: 1px solid #F1F1F1;*/
	border-radius: 3px;
}

._htools-select ._select-input {
	display: inline-block;
	font-family: "冬青黑体简体中文";
	font-size: 3.5vw;
}



._htools-select ._select-selectbtn {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #999999;
	display: inline-block;
}

._htools-select ._select-select-ul {
	background-color: #FFFFFF;
	outline: none;
	position: relative;
	z-index: 10;
	display: none;
	border: 1px solid #EDEDED;
}
._htools-select ._select-select-ul li:last-child{border-bottom: 1px solid #e3e3e3;}
._htools-select ._select-select-ul li {
	border-bottom: 1px solid #f1f1f1;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 3.6vw;
	font-family: "冬青黑体简体中文";
	padding: 2px 6px;
	cursor: pointer;
	list-style-type: none;
	transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	/* Firefox 4 */
	-webkit-transition: color 0.5s, background-color 0.5s;
	/* Safari 和 Chrome */
	-o-transition: color 0.5s, background-color 0.5s;
}

._htools-select ._select-select-ul li._select-li-selected {
	color: #C7000B;
}

._htools-select ._select-select-ul li:hover {}