.search-icon-box{
	.list-wrapper-open{
	    width:340px;
	    height:70px;
	    max-height:70px;
	}
	.form-input{
		height: 27px;
		width:310px;
		margin:20px 15px;
		border-bottom:1px solid $M4;
		position:relative;
		&:after{
			display:block;
			position: absolute;
			content:"";
			left: 50%;
			top:26px;
			width:0;
			height:2px;
			background-color:#1b85d6;
			@include transition((left $Spring .15s ,width $Spring .15s));
		}
		input{
			display: block;
			width: 100%;
			height:20px;
			margin: auto;
			line-height: 20px;
			border:none;
			outline: none;
			font-size: 14px;
			color:$M1;
			font-family:$font-family-H;
		}
	}
	.form-input-active{
		&:after{
			width:100%;
			left:0;
			@include transition((left $Spring .35s ,width $Spring .35s));
		}
	}
}
