@charset "utf-8";

.fsSelectSearch[data-v-4b80b43a] { position: relative; width: 100%; }

.fsSelectSearch .fsSelectSearch__input[data-v-4b80b43a] { height: 42px; padding: 10px 79px 10px 12px; width: 100%; }

@media (max-width: 768px) {
  .fsSelectSearch .fsSelectSearch__input[data-v-4b80b43a] { padding: 0px 52px 0px 12px; }
}

.fsSelectSearch .fsSelectSearch__box[data-v-4b80b43a] { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; cursor: pointer; justify-content: center; position: absolute; right: 7px; top: 7px; }

.fsSelectSearch .fsSelectSearch__box[data-v-4b80b43a]:hover { background: rgba(25, 25, 26, 0.04); border-radius: 3px; }

.fsSelectSearch .fsSelectSearch__box:hover .iconfont[data-v-4b80b43a] { color: rgb(25, 25, 26); }

@media (max-width: 768px) {
  .fsSelectSearch .fsSelectSearch__box[data-v-4b80b43a] { display: none; }
}

.fsSelectSearch .fsSelectSearch__placeholder[data-v-4b80b43a] { color: rgb(112, 112, 112); font-size: 12px; height: 20px; left: 13px; line-height: 20px; pointer-events: none; position: absolute; top: 11px; z-index: 0; }

.fsSelectSearch .fsSelectSearch__box__clear[data-v-4b80b43a] { right: 39px; }

.fsSelectSearch .iconfont[data-v-4b80b43a] { color: rgb(112, 112, 112); display: inline-flex; font-size: 16px; height: 28px; padding: 6px; width: 28px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; z-index: 1; }

.fsSelectSearch .iconfont[data-v-4b80b43a]:hover { background: rgb(255, 255, 255); border-radius: 4px; color: rgb(25, 25, 26); }

.fsSelectSearch .fsSelectSearch__box__mobile[data-v-4b80b43a] { cursor: pointer; display: none; }

@media (max-width: 768px) {
  .fsSelectSearch .fsSelectSearch__box__mobile[data-v-4b80b43a] { display: flex; height: 100%; width: 40px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: absolute; right: 0px; top: 0px; }
}