@charset "utf-8";


* {
	box-sizing: border-box;
	
}

.fromdiv {
	position: relative;
	width: 300px;
	margin: 0 auto;
	margin-left:53%;
	top:41px;
}

input, button {
	border: none;
	outline: none;
}

input {
	width: 100%;
	height: 32px;
}

button {
	height: 32px;
	width: 32px;

	position: absolute;
}

.bar6 input {
	border: 1px solid #c5464a;
	border-radius: 5px;
	background: transparent;
	top: 0;
	right: 0;
	padding-left: 13px;
	padding-right: 70px;

	
}
.bar6 button {
	background: #c5464a;
	border-radius: 0 5px 5px 0;
	width: 60px;
	top: 34px;
	right: 0;
	position: absolute;
	line-height: 0px;
}
.bar6 button:before {
	content: "搜索";
	font-size: 13px;
	color: #F9F0DA;
}

::-webkit-input-placeholder { /* WebKit browsers */
color:#999;font-size:12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#999;font-size:12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#999;font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#999;font-size:12px;
}