//過濾搜尋
.input-serch-box{
	margin-right: -36px;
  padding-right: 30px !important;
	@include media-breakpoint-down(sm){
		display: none;
	}
	&+button{
		width: 40px;
		opacity: 0.5;
    padding: 0;
		cursor: auto !important;
		pointer-events: none;
		svg{
			cursor: auto;
		}
		@include media-breakpoint-down(sm){
			display: none;
		}
		&+button{
			display: none;
			@include media-breakpoint-down(sm){
				display: block;
			}
		}
	}
}
.serch-phone-show{
	input{
		width: 100%;
	}
	button{
		width: 40px;
	}
}