#nomSuggest{

display:none;

position:fixed;

background:#fff8e8;

border:2px solid #7a4b23;

border-radius:10px;

padding:8px;

z-index:999999;

box-shadow:0 2px 10px #777;

max-width:95vw;

}



.nomChar{

display:inline-block;

font-size:32px;

padding:8px 12px;

cursor:pointer;

font-family:"Times New Roman","Noto Serif CJK",serif;

}



.nomChar:hover{

background:#ead8b7;

}