.top_search_form {
	position: relative;
}
.top_search_form form {
	height: 4.6rem;
	margin: 0;
}
.top_search_form input[type="text"] {
	background-color: #fff;
	border: .1rem solid #00077e;
	height: 4.6rem;
	line-height: 4.6rem;
	margin: 0;
	outline: none;
	font-size: 1.6rem;
	color: #6f6f6f;
	padding: 0 4rem 0 1rem;
	width: 100%;
	box-sizing: border-box;
}
.top_search_form .header_search_submit {
	background: url("/rr_images/icons/icon_loupe.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	height: 2.4rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 1.4rem;
	text-indent: -9999px;
	top: 1.2rem;
	width: 2.4rem;
	outline: none;
}
@media only screen and(max-width: 479px) {

}
@media only screen and (min-width: 480px) and (max-width: 639px){

}
@media only screen and (min-width: 640px) and (max-width: 959px){

}
@media only screen and (min-width: 960px) and (max-width: 1199px){

}
@media only screen and (min-width: 1200px) and (max-width: 1439px){

}
@media only screen and (min-width: 1440px) {

}