/**
 * @license chowa v1.1.3
 *
 * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.cw-auto-complete-selector {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  font-size: 14px;
  color: #616a6e;
  box-sizing: border-box;
  max-height: 250px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto; }

.cw-auto-complete-option-group {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }
  .cw-auto-complete-option-group + .cw-auto-complete-option-group {
    border-top: 1px solid #e6ecf5; }

.cw-auto-complete-option-group-title-wrapper {
  color: #888da8;
  line-height: 28px;
  margin: 0;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.cw-auto-complete-option-group-extra,
.cw-auto-complete-option-group-title {
  flex: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cw-auto-complete-option {
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  color: #616a6e;
  line-height: 32px;
  padding: 0 22px; }

.cw-auto-complete-option-active {
  background: #f7f6fe; }

.cw-auto-complete-selector-small {
  font-size: 12px; }
  .cw-auto-complete-selector-small .cw-auto-complete-option-group-title-wrapper {
    line-height: 22px; }
  .cw-auto-complete-selector-small .cw-auto-complete-option {
    line-height: 26px;
    padding: 0 16px; }

.cw-auto-complete-selector-large {
  font-size: 16px; }
  .cw-auto-complete-selector-large .cw-auto-complete-option-group-title-wrapper {
    line-height: 34px; }
  .cw-auto-complete-selector-large .cw-auto-complete-option {
    line-height: 38px;
    padding: 0 28px; }
