.menu{
	height:44px;
	padding: 10px 5px;
	background: url(../images/menu_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.am-u-sm-4{
	text-align:center;	
}
.typeName{
	display:inline;
	padding: 2px 20px 2px 10px;
	background:url(../images/icon_select.png) no-repeat 100% 45%;
	background-size: 10px 9px;
	border: 1px solid transparent;;
	border-radius:25px;
	font-size:1.5rem;
}
.actType{
	display:inline;
	padding: 2px 20px 2px 10px;
	background:url(../images/icon_select.png) no-repeat 100% 45%;
	background-size: 10px 9px;
	border: 1px solid transparent;;
	border-radius:25px;
	font-size:1.5rem;
}
.search-button-sign{
	/*设置元素绝对定位*/
    position:absolute;
	/*top 50%*/
    top: 50%;
	/*left 50%*/
    left: 57%;
	/*css3   transform 实现*/
    transform: translate(76%,-50%);
	width:25%;
	height:70%;
	border-radius:6px;
	background-image:url(../images/search.png);
	background-position:center;
	background-repeat: no-repeat;
	background-color:rgb(237,206,57);
	border:0px;
	box-shadow:-4px -4px 5px #c6ac30f0 inset;
}
.content-search{
	width:100%;
	padding:3px 20px 3px 20px;
	border: 1px solid #ebebeb;
	border-radius:10px;
	
	background: #fff;
}
.search_bg{
	background: url(../images/search_bg.png) no-repeat center center;
	background-size:235px;
	height:200px;
}
.selected{
	background-color: #fc9a13;
}
h1{
	font-size: 0.5em;
}
.bg_rq{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 4px;
	top: 4px;
}