﻿
/* CSS Document */
body {
	margin:0;
	padding:0;
		font-weight:500;
	font-family:"Microsoft YaHei","宋体","Segoe UI","Lucida Grande",Helvetica,Arial,sans-serif,FreeSans,Arimo;
}
* {
	box-sizing:border-box;
}

div.search {
	padding:10px 0;
}
form {
	position:relative;
	margin:0 auto;
}
input,button {
	border:none;
	outline:none;
}
input {
	width:100%;
	height:28px;
	padding-left:0px;
}
button {
	width:53px;
          height:28px;
	cursor:pointer;
	position:absolute;
}
/*搜索框6*/
     
.bar6 input {
	border:1px solid #c5464a;
	border-radius:5px;
	background:transparent;
	top:0;
	right:0;
           font-size:13px;

          }
.bar6 button {
	background:#c5464a;
	border-radius:0 5px 5px 0;
	width:50px;
	top:0;
	right:0;
}
.bar6 button:before {
	content:"搜索";
	font-size:13px;
	color:#F9F0DA;
}