.newBrand-nav>div{
	position: relative;
	overflow: inherit;
}
#searchbox1{
	display: none;
	float: right;
	width: 272px;
    /* height: 40px; */
	margin: 10px 0;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    box-sizing: unset;
	right: 0;
	top: 0;
	z-index: 9999;
}
#searchbox1 form{
	line-height: 0px;
}
#searchbox1 .searchq-nav{
	outline: none;
	float: left;
    width: 200px;
    height: 28px;
	margin-left: 8px;
    padding: 0 10px 0 4px;
    border: 0;
    background: #fff;
    outline: none;
	background: none;
    box-sizing: unset;
}
#searchbox1 .searchbtt-nav{
	outline: none;
	border: none;
	background: none;
	width: 50px;
	height: 30px;
}
#searchbox1 .iconfont{
	position: absolute;
    right: 4px;
    top: 1px;
    font-size: 26px;
    color: #bababa;
    margin-top: 0px;
    vertical-align: middle;
    padding: 0 2px;
    font-weight: normal;
    display: inline-block;
	line-height: 30px;
}
#searchq-result1{
    width: 100%;
	/* margin-left: -2px; */
    box-sizing: border-box;
}
#searchq-result1 .blocklay{
	width: 272px;
	/* border: 2px #E00B0B solid; */
	background: #fff;
	border-top: 1px #eee solid;
	box-shadow: 0px 4px 4px #e3e3e3;
}
#searchq-result1 .searchresult{
    padding: 5px 25px;
    line-height: 26px;
    /* height: 28px; */
    overflow: hidden;
    font-size: 14px;
    color: #555ba6;
	}
#searchq-result1 .searchresult a{
	color: #333;
}
