
	.menu_search{ padding: 0; position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;width: 100%;}
	.menu_search .close_btn{ width: 27px; height: 40px; position: relative; }
	.menu_search .close_btn i{ font-size: 12px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
	.menu_search .form{ width: calc( 100% - 27px );width: 100%; height: 40px; line-height: 40px; position: relative; }
	.menu_search .form .text{ padding: 0 60px 0 10px; box-sizing: border-box; width: 100%; height: 100%; background-color: #efefef; border-radius: 5px; font-style: italic; font-size: 14px; color: #787878; }
	.menu_search .form .button{ width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background-color: transparent; }
	.menu_search .form .button i{ position: absolute; top: 50%; left: 38%; transform: translate(-50%, -50%); }
	body .ajax_search{display: none;}
