@charset "utf-8";

[data-v-573485ef].dropdown .dropdown-menu { border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px; padding-top: 0px; top: 50px; transition: 0.3s; }

.select-label[data-v-573485ef] { border: 1px solid rgb(229, 229, 229); border-radius: 4px; display: flex; height: 42px; padding: 0px 12px; width: 100%; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; cursor: pointer; justify-content: space-between; }

.select-label.is_new[data-v-573485ef] { background: rgb(246, 246, 248); border: none; border-radius: 4px; }

.select-label.is_new[data-v-573485ef]:not(:disabled):focus { background: linear-gradient(0deg, rgba(25, 25, 26, 0.04), rgba(25, 25, 26, 0.04)), rgb(246, 246, 248); border: 1px solid rgb(112, 112, 112); }

.select-label.is_new[data-v-573485ef]:not(:disabled):hover { background: linear-gradient(0deg, rgba(25, 25, 26, 0.04), rgba(25, 25, 26, 0.04)), rgb(246, 246, 248); }

.select-label.is_new:not(:disabled):hover .iconfont[data-v-573485ef] { color: rgb(112, 112, 112); }

.select-label.is_new:not(:disabled).active[data-v-573485ef] { background: linear-gradient(0deg, rgba(25, 25, 26, 0.04), rgba(25, 25, 26, 0.04)), rgb(246, 246, 248); }

.select-label.is_new .iconfont[data-v-573485ef] { font-size: 16px; }

.select-label.active[data-v-573485ef], .select-label[data-v-573485ef]:focus { border: 1px solid rgb(25, 25, 26); outline: none; }

.select-label.active.is_new[data-v-573485ef], .select-label:focus.is_new[data-v-573485ef] { border: 1px solid rgb(112, 112, 112) !important; }

.select-label.active.is_new .iconfont[data-v-573485ef], .select-label:focus.is_new .iconfont[data-v-573485ef] { color: rgb(25, 25, 26) !important; }

.select-label.active .iconfont[data-v-573485ef] { color: rgb(25, 25, 26); transform: rotateX(180deg); }

.select-label .code-label[data-v-573485ef] { color: rgb(25, 25, 26); font-size: 13px; line-height: 20px; overflow: hidden; padding-right: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select-label .iconfont[data-v-573485ef] { display: flex; -webkit-box-align: center; align-items: center; color: rgb(112, 112, 112); font-size: 16px; height: 16px; transition: 0.3s; width: 16px; }

.select-label:hover .iconfont[data-v-573485ef] { color: rgb(25, 25, 26); }

.select-menu[data-v-573485ef] { position: relative; width: 100%; }

.select-menu .search-input[data-v-573485ef] { border-radius: 4px; color: rgb(25, 25, 26); padding: 12px 12px 0px; }

.select-menu .search-input input[data-v-573485ef] { background-color: rgb(250, 250, 251); padding-right: 40px; }

.select-menu .search-input input.is_new[data-v-573485ef] { background-color: rgb(246, 246, 248); }

.select-menu .search-input input[data-v-573485ef]::-webkit-input-placeholder { color: rgb(112, 112, 112); font-size: 13px; line-height: 20px; }

.select-menu .search-input input[data-v-573485ef]:focus { border: 1px solid rgb(25, 25, 26); }

.select-menu .search-input .search-box[data-v-573485ef] { position: relative; }

.select-menu .search-input .clear[data-v-573485ef], .select-menu .search-input .searchIcon[data-v-573485ef] { display: flex; height: 28px; padding: 6px; position: absolute; right: 7px; width: 28px; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; color: rgb(112, 112, 112); cursor: pointer; font-size: 16px; justify-content: center; top: 50%; transform: translateY(-50%); }

.select-menu .search-input .clear[data-v-573485ef]:hover, .select-menu .search-input .searchIcon[data-v-573485ef]:hover { background: rgba(25, 25, 26, 0.04); border-radius: 3px; color: rgb(25, 25, 26); }

@media (max-width: 768px) {
  .select-menu .search-input .clear[data-v-573485ef], .select-menu .search-input .searchIcon[data-v-573485ef] { height: 100%; padding: 13px 12px; right: 0px; width: 40px; }
  .select-menu .search-input .clear[data-v-573485ef]:hover, .select-menu .search-input .searchIcon[data-v-573485ef]:hover { background: none; border-radius: 0px; }
}

@media (min-width: 1025px) {
  .select-menu .search-input .searchIcon[data-v-573485ef] { display: none; }
}

.select-menu .menu-list[data-v-573485ef] { margin-top: 8px; max-height: 290px; overflow-y: auto; }

.select-menu .menu-list[data-v-573485ef]::-webkit-scrollbar { background: linear-gradient(rgba(252, 252, 252, 0), rgb(247, 247, 247) 10%); border-image: linear-gradient(rgba(247, 247, 247, 0), rgb(239, 239, 239) 10%) 1 / 1 / 0 stretch; border-left: 1px solid; box-sizing: border-box; width: 10px; }

.select-menu .menu-list[data-v-573485ef]::-webkit-scrollbar-thumb { background: content-box rgb(222, 224, 227); border: 2px solid transparent; border-radius: 4px; width: 6px; }

.select-menu .menu-list > li[data-v-573485ef] { display: flex; -webkit-box-align: start; align-items: flex-start; color: rgb(25, 25, 26); cursor: pointer; font-size: 13px; line-height: 20px; padding: 8px 12px; transition: 0.3s; }

.select-menu .menu-list > li.active[data-v-573485ef], .select-menu .menu-list > li[data-v-573485ef]:hover { background: rgb(246, 246, 248); }

.select-menu > p[data-v-573485ef] { color: rgb(112, 112, 112); font-size: 13px; line-height: 20px; margin: 4px 0px; padding: 7px 24px; }