 /* btLay.selInput   */
.btLaySelInput_suggestion-box {position: absolute;background: white; border: 1px solid #ddd;max-height: 200px;overflow-y: auto;z-index: 1000;display: none;}
.btLaySelInput_suggestion-item {padding: 8px 10px;cursor: pointer;border-bottom: 1px solid #f6f6f6;}
.btLaySelInput_suggestion-item:hover {background-color: #f2f2f2;}
.btLaySelInput_suggestion-item.active {background-color: #e8f4ff;}