.my_xiala_div{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	width: 80px;
	text-align: center;
	z-index: 2;
	position: relative;
	display: inline-block;
	margin-right: 35px;
}
.last_value_div{
	border: 1px solid #E7E7E7;
	/*border-bottom: 0px;*/
	width: 100px;
	/*border-radius: 4px;*/
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	height: 30px;
	line-height: 28px;
	color: #888888;
	padding-left: 10px;
	text-align: left;
	position: relative;
	cursor: pointer;
}
.last_value_div .last_value_icon{
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 18px;
}

/*.last_value_div .lang_fengefu{
	color: #DCDCDC;
}*/

.main_sou_gzjy ul.other_value_ul{
	position: absolute;
	top: 31px;
	left: 5px;
	border: 1px solid #DCDCDC;
	/* border-top: 0px; */
	display: none;
	background: #FFFFFF;
	width: 100px;
}
.main_sou_gzjy ul.other_value_ul .other_value_li{
	text-align: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	/*border-bottom: 1px solid #DCDCDC;*/
	cursor: pointer;
}

.main_sou_gzjy ul.other_value_ul .other_value_li:nth-child(1){
	/*border-bottom: 1px dashed #DCDCDC;*/
}

/*激活状态*/
.last_value_div_active{
	border: 1px solid #aaa;
}
.last_value_div_active .last_value_span{
	color: #666;
}

.main_sou_gzjy ul.other_value_ul .other_value_li_init{
	background: #f2f2f2;
	color: #FF6600;
}
.main_sou_gzjy ul.other_value_ul .other_value_li_hover{
	background: #f2f2f2;
	color: #FF6600;
}