@charset "utf-8";
/* CSS Document */	

/*搜索部分*/
.select {
	position:relative;
	position:absolute;
	right:0;
	top:0;
}

.select-bg {width: 315px;height: 40px; float:right;}

.select-input>input { display: inline-block; outline: none; border: none;
	height: 40px;
}
.select-input>.sinput { 
      margin-left: 4px;
	opacity: 0; 
	width: 0;
	padding-left: 0px;
}
.select-input>.sinputClick { width: 40px;height: 40px;background:url(../2020images/ss.png) no-repeat right;}

.select:hover .sinput{ width: 230px; opacity: 1; }
.select:hover .select-bg { width: 520px; }
