input{
	border-radius:0;
}
.search_input{
	position:relative;
	background: none;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	background: #f9f9f9;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	padding-right:2em;
}
.search_input > input {
	background: none;
	width: 100%;
	padding: 0.8em;
	box-sizing: border-box;
	height:40px;
	line-height:40px;
}
.search_input .search_icon{
	background:url(http://m.cncn.com/static/img/v2.0/m_icon.png?20140414) no-repeat -158px -109px;
	width:13px;
	height:16px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:12px;
	background-size:800px 300px;
}
.search_input_2{
	position:relative;
	background: #efefef;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
	color: #333;
}
.search_input_2 > input {
	background: #fff;
	width: 100%;
	padding: 0.8em;
	box-sizing: border-box;
	text-indent:20px;
}
.search_input_2 .search_icon{
	background:url(http://m.cncn.com/static/img/v2.0/m_icon.png?20140414) no-repeat -158px -109px;
	width:13px;
	height:16px;
	display:inline-block;
	position:absolute;
	left:20px;
	top:20px;
	background-size:800px 300px;
}

.search_input_3{
	position:relative;
	background: #efefef;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	overflow:hidden;
}
.search_input_3 > input {
	background: #fff;
	width: 66%;
	float:left;
	padding: 0.8em;
	box-sizing: border-box;
	text-indent:20px;
}
.search_input_3 > .btn {
	padding:3px 14px;
	float:right;
	display:inline;
	min-width:0;
	width:30%;
}
	
.search_input_3 .search_icon{
	background:url(http://m.cncn.com/static/img/v2.0/m_icon.png?20140414) no-repeat -158px -109px;
	width:13px;
	height:16px;
	display:inline-block;
	position:absolute;
	left:20px;
	top:20px;
	background-size:800px 300px;
}

.input_group{
	background:#fff;
	padding:10px;
}
.input_group .begin_input,.input_group .destination_input{
	position:relative;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	background: #f4f4f4;
}
.input_group .label{
	position:absolute;
	left:15px;
	top:14px;
	color:#777;
}
.input_group input {
	background: none;
	width: 95%;
	padding: 0.8em 25px 0.8em 0.8em;
	box-sizing: border-box;
	height:45px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align: right;
}
.input_group .input_group_input{
	background: none;
	width: 100%;
	padding: 0.8em 10px 0.8em 0.8em;
	box-sizing: border-box;
	height:45px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align: left;
}
.input_group p{
	height:40px;
	line-height:40px;
	position:relative;
	font-size:14px;
	color:#777;
}
/*
.input_group .destination_icon{
	background:url(/static/img/v2.0/m_icon.png?20140414) no-repeat -498px -65px;
	background-size:800px 300px;
	display:inline-block;
	width:25px;
	height:22px;
} 
.input_group .begin_icon{
	background:url(/static/img/v2.0/m_icon.png?20140414) no-repeat -551px -65px;
	background-size:800px 300px;
	display:inline-block;
	width:28px;
	height:22px;
} 
*/