.suggest_list{position:absolute;display:none;background:#fff;color:#000;z-index:100;text-align:center;-webkit-columns:250px 3;-moz-columns:250px 3;columns:250px 3;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;border:none;box-sizing:border-box;padding:10px 0;margin-top:8px;box-shadow:0 0 6px 1px rgb(62 28 131 / 10%);border-radius:20px}.suggest_list a{display:block;font-size:15px;font-weight:400;text-decoration:none;padding:12px 20px;break-inside:avoid;transition:background .2s ease}.suggest_list a:hover{background:#f7f7f7;text-decoration:none}a.current_suggetion{background-color:#d5ddf3}.suggest_list a td{color:#000}.suggest_list a a{display:inline;FONT-WEIGHT:normal;COLOR:#444;FONT-SIZE:12px;TEXT-DECORATION:none;padding:2px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease;-ms-transition:All .5s ease;transition:All .5s ease}.suggest_list a a:hover{TEXT-DECORATION:none;background-color:#eaebdf}.checkbox_list{columns:2;column-gap:10px}.checkbox_list .label,.checkbox_list label,.suggest_list label{display:flex;break-inside:avoid}.suggest_list label{padding:10px 20px}.checkbox_list .label,.checkbox_list label{padding:10px 0}.suggest_list div.suggest_close{column-span:all;text-align:center;padding:20px;border-top:1px solid #ccc;cursor:pointer}.suggest_list div.suggest_close:hover{color:#2e9fff}.suggest_back{display:flex;align-items:center;position:sticky;top:0;background:#fff;height:40px;padding:5px 0;box-shadow:0 1px 5px 0 rgb(41 85 115 / 21%);z-index:1}.suggest_back>div:first-child{cursor:pointer;padding:10px 15px 10px 10px}