/* reset webkit search input browser style */
/* 通用样式 */
.sch-box{ float:right; margin-top:15px;}
.search-f {
	position:relative; 
}
.search-f input {
	outline: none;
}
.search-f input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search-f .sch-btn{ 
	position:absolute;
	left:8px;
	top:4px; 
	border:none;
	width:25px;
	height:25px; 
	cursor:pointer;
	background:none;
	display:none;
}
.search-f input::-webkit-search-decoration,
.search-f input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

.search-f input[type=search] {
	background: #ededed url(../imges/sch001-1.png) no-repeat 9px center; 
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-f input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
 

/* placeholder */
.search-f input:-moz-placeholder {
	color: #999;
}
.search-f input::-webkit-input-placeholder {
	color: #999;
}
/* 样式1 */
.sch-1 input[type=search] {
	background: #ededed url(../imges/sch001-4.png) no-repeat 9px center;
	background-size:22px 22px;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
}

/* 样式2 */
.sch-2 input[type=search]{
	background: #ededed url(../imges/64.png) no-repeat 95% center; 
	background-size:22px 22px;
	border: solid 1px #ccc;
	width: 175px;
	height:12px;
	padding: 9px 38px 9px 9px;
}
.sch-2 input[type=search]:focus {
	width: 230px;
	margin-left:-55px;
}

/* 样式3 */
.sch-3 input[type=search] {
	background: #ededed url(../imges/sch001-13.png) no-repeat 5px center;
	background-size:22px 22px;
	width: 15px;
	height: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
.sch-3 input[type=search]:hover {
	background-color: #fff;
}
.sch-3 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.sch-3 input:-moz-placeholder {
	color: transparent;
}
.sch-3 input::-webkit-input-placeholder {
	color: transparent;
}

/* 样式3 */
.sch-4 input[type=search] {
	background: #ededed url(../imges/sch001-13.png) no-repeat 5px center;
	background-size:22px 22px;
	width: 15px;
	height: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
.sch-4 input[type=search]:hover {
	background-color: #fff;
}
.sch-4 input[type=search]:focus {
	width: 130px;
	margin-left:-135px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.sch-4 input:-moz-placeholder {
	color: transparent;
}
.sch-4 input::-webkit-input-placeholder {
	color: transparent;
}