.selectShop {
  border-radius: 4px;
  min-height: 32px;
}
.selectShop:hover .select-wrap .select-input {
  border-color: var(--color-theme-1);
}
.selectShop .logoBox {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}
.selectShop .logoBox .statusIcon {
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 12px !important;
  height: 12px !important;
  border: 0 !important;
  margin: 0 !important;
}
.selectShop .logoBox .iconyishouquan {
  color: #52c41a;
}
.selectShop .logoBox .iconweishouquan1 {
  color: #dd4b1a;
  display: none;
}
.selectShop .logoBox.isUnauthorized .logo_icon,
.selectShop .logoBox.isUnauthorized .selectedImg {
  opacity: 0.3;
}
.selectShop .logoBox.isUnauthorized .iconyishouquan {
  display: none;
}
.selectShop .logoBox.isUnauthorized .iconweishouquan1 {
  display: block;
}
.selectShop.hasUnauthorized {
  margin-bottom: 30px;
}
.selectShop.hasUnauthorized .select-input {
  border-color: #ff4d4f !important;
}
.selectShop.hasUnauthorized .select-input .errorMessage {
  display: flex !important;
  align-items: center;
  height: 30px;
  font-size: 12px;
  color: #ff4d4f;
  white-space: nowrap;
}
.selectShop .errorMessage {
  display: none;
  cursor: pointer;
}
.selectShop .select-search {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.selectShop .select-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.selectShop .select-wrap .select-input {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.selectShop .select-wrap .select-input .singleInput {
  width: 100%;
}
.selectShop .select-wrap .select-input .iconjiantou_xia {
  font-size: 16px;
  color: var(--color-font-3);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.selectShop .select-wrap .select-input .select-placeholder {
  padding: 0 16px 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  height: 32px;
  display: flex;
  align-items: center;
}
.selectShop .select-wrap .select-input .selected-list {
  padding: 2px 16px 2px 10px;
  display: flex;
  flex-wrap: wrap;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag {
  margin: 2px 2px;
  padding: 0 8px;
  display: flex;
  min-height: 24px;
  align-items: center;
  background: #F9F8F8;
  border-radius: 2px;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag:first-child {
  margin-left: 0;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag:hover {
  background: #F4F4F4;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag .tag-name {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag .delete-icon {
  transform: scale(0.7);
  margin-left: 4px;
}
.selectShop .select-wrap .select-input .selected-list .selected-tag .delete-icon .iconfont {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  vertical-align: middle;
}
.selectShop .select-wrap .select-input .select-search {
  border: none;
}
.selectShop .select-wrap .select-input .singleSelected {
  padding: 0px 42px 0 4px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.selectShop .select-wrap .select-input .singleSelected .selectedImg {
  width: 24px;
  height: 24px;
  margin: 0px 4px 0px 0;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.selectShop .select-wrap .select-input .singleSelected .selectedName {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-font-1);
  line-height: 20px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.selectShop .select-wrap .select-input .singleSelected .selectedDeleteBox {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #e4e4e4;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 6px;
  transform: scale(0.7);
  text-align: center;
  display: none;
}
.selectShop .select-wrap .select-input .singleSelected .selectedDeleteBox .selectedDeleteIcon {
  font-size: 12px;
  color: #ffffff;
}
.selectShop .select-wrap .select-input .singleSelected.allItem .selectedImg {
  width: 24px;
  height: 24px;
}
.selectShop .select-wrap .select-input .singleSelected:hover .selectedDeleteBox {
  display: block;
}
.selectShop .select-wrap.cj-tooltip .select-input {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.selectShop .select-wrap.cj-tooltip .select-input .singleSelected:hover .selectedDeleteBox {
  display: none;
}
.selectShop .select-wrap.cj-tooltip .select-input .singleSelected .selectedName {
  color: var(--color-font-2);
}
.selectShop .select-wrap.cj-tooltip .select-input .selected-list .selected-tag .delete-icon {
  display: none;
}
.selectShop .select-wrap.cj-tooltip .cj-tooltip-padding {
  left: 60px;
  bottom: -38px;
  padding-bottom: 0;
  padding-top: 13px;
}
.selectShop .select-wrap.cj-tooltip .cj-tooltip-padding:after {
  bottom: calc(100% - 13px);
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000000 transparent;
}
.selectShop .options-modal {
  position: relative;
  z-index: 1300;
}
.selectShop .options-modal .select-options {
  position: absolute;
  width: 100%;
  min-width: 320px;
  max-height: 250px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  top: 4px;
  left: 0;
  z-index: 50;
}
.selectShop .options-modal .select-options .select-search-box {
  height: 55px;
  width: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 10;
}
.selectShop .options-modal .select-options .select-search-box .multi-select-search {
  height: 32px;
}
.selectShop .options-modal .select-options .select-option-item {
  height: 32px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px 0 16px;
}
.selectShop .options-modal .select-options .select-option-item:hover {
  background: #fbfbfb;
}
.selectShop .options-modal .select-options .select-option-item.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.selectShop .options-modal .select-options .select-option-item.disabled .label-box {
  max-width: calc(100% - 118px);
}
.selectShop .options-modal .select-options .select-option-item.disabled .name::after {
  content: 'Inactive';
  color: #000;
  /* width: 32px; */
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  border: 1px solid #E4E4E4;
  text-align: center;
  font-size: 12px;
  margin-left: 8px;
}
.selectShop .options-modal .select-options .select-option-item img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.selectShop .options-modal .select-options .select-option-item .name {
  display: flex;
  align-items: center;
  width: calc(100% - 22px);
}
.selectShop .options-modal .select-options .select-option-item .name .erp-tag {
  margin-left: 4px;
  width: 26px;
  display: inline-block;
  flex-shrink: 0;
}
.selectShop .options-modal .select-options .select-option-item .name .erp-tag img {
  width: 100%;
  height: auto;
  border: none;
  margin-right: 0;
}
.selectShop .options-modal .select-options .select-option-item .label-box {
  max-width: calc(100% - 54px);
}
.selectShop .options-modal .select-options .select-option-item .option-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-font-2);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectShop .options-modal .select-options .select-option-item .option-label .filterWord {
  color: var(--color-theme-1);
}
.selectShop .options-modal .select-options .select-option-item .checked-icon {
  transform: scale(0.8);
}
.selectShop .options-modal .select-options .select-option-item .checked-icon .iconfont {
  font-size: 12px;
  color: var(--color-theme-1);
  vertical-align: middle;
}
.selectShop .options-modal .select-options .select-option-item.firstOption .cj-tooltip .cj-tooltip-padding,
.selectShop .options-modal .select-options .select-option-item .cj-tooltip-fixed .cj-tooltip-padding {
  bottom: calc(-200%);
  padding-bottom: 0;
  padding-top: 13px;
  max-width: 300px;
}
.selectShop .options-modal .select-options .select-option-item.firstOption .cj-tooltip .cj-tooltip-padding::after,
.selectShop .options-modal .select-options .select-option-item .cj-tooltip-fixed .cj-tooltip-padding::after {
  bottom: calc(100% - 13px);
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000 transparent;
}
.selectShop .options-modal .select-options .select-empty {
  height: 120px;
  width: 100%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.selectShop .options-modal .select-options .select-empty img {
  width: 64px;
  height: 64px;
}
.selectShop .options-modal .select-options .select-empty span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.selectShop .options-modal .select-options .unauthorizedShop {
  border-top: 1px solid #eeeeee;
  margin-top: 8px;
}
.selectShop .options-modal .select-options .unauthorizedShop .unauthorizedShopTitle {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding: 8px 16px;
}
.selectShop .options-modal .select-options.JustOne {
  overflow: hidden;
}
.selectShop .options-modal .select-options.JustOne .select-option-item {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.selectShop .options-modal .select-options.JustOne .select-option-item .option-label {
  line-height: 14px;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
.selectShop .beauty-scrollbar::-webkit-scrollbar {
  width: 0px;
  border-radius: initial;
}
.selectShop .beauty-scrollbar::-webkit-scrollbar-track {
  width: 0;
  background-color: transparent;
  border-radius: 3px;
}
.selectShop .beauty-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.selectShop .allIcon {
  margin-right: 8px;
  color: #D8D8D8;
  font-size: 24px;
  line-height: 32px;
}
.blackTheme {
  border: 1px solid transparent;
}
.blackTheme:hover {
  border: 1px solid var(--color-theme-1);
}
.blackTheme .select-search {
  background: #494a53;
  color: #ffffff;
}
.blackTheme .select-wrap .select-input {
  background: #494a53;
  color: #ffffff;
  border: none;
}
.blackTheme .select-wrap .select-input .select-placeholder {
  color: #fff;
}
.blackTheme .select-wrap .select-input .singleSelected .selectedName {
  color: #fff;
}
.blackTheme .options-modal .select-options {
  background: #494A53;
}
.blackTheme .options-modal .select-options .select-option-item.selectedBg {
  background: var(--color-theme-1);
}
.blackTheme .options-modal .select-options .select-option-item .option-label {
  color: #fff;
}
.blackTheme .options-modal .select-options .select-option-item .allIcon {
  color: #ffffff;
}
.blackTheme .options-modal .select-options .select-option-item:hover {
  background: inherit;
}
.blackTheme .options-modal .select-options .select-option-item:hover .option-label {
  color: var(--color-theme-1);
}
.blackTheme .options-modal .select-options .select-option-item.selectedBg:hover {
  background: var(--color-theme-1);
}
.blackTheme .options-modal .select-options .select-option-item.selectedBg:hover .option-label {
  color: #fff;
}
.blackTheme .options-modal .select-options .unauthorizedShop {
  border-top-color: #555555;
}
.blackTheme .options-modal .select-options .unauthorizedShop .unauthorizedShopTitle {
  color: #CBCBCB;
}
.vip.selectShop:hover .select-wrap .select-input {
  border-color: var(--color-theme-1-vip);
}
.vip.selectShop .options-modal .select-options .select-option-item .checked-icon .iconfont {
  color: var(--color-theme-1-vip);
}
.vip.selectShop .options-modal .select-options .select-option-item .name .cj-tooltip .option-label .filterWord {
  color: var(--color-theme-1-vip);
}
.vip.blackTheme {
  border: 1px solid transparent;
}
.vip.blackTheme:hover {
  border: 1px solid #F5DDA9;
}
.vip.blackTheme .select-search {
  background: #0E0E0E;
  color: var(--color-theme-2-vip);
}
.vip.blackTheme .select-wrap .select-input {
  background: #0E0E0E;
  color: var(--color-theme-2-vip);
  border: none;
}
.vip.blackTheme .select-wrap .select-input .select-placeholder {
  color: var(--color-theme-2-vip);
}
.vip.blackTheme .select-wrap .select-input .singleInput::placeholder {
  color: rgba(241, 214, 158, 0.65);
}
.vip.blackTheme .select-wrap .select-input .singleSelected .selectedName {
  color: var(--color-theme-2-vip);
}
.vip.blackTheme .select-wrap .select-input .singleSelected .selectedDeleteBox {
  background: var(--color-theme-2-vip);
}
.vip.blackTheme .select-wrap .select-input .singleSelected .selectedDeleteBox .selectedDeleteIcon {
  color: #494A53;
}
.vip.blackTheme .options-modal .select-options {
  background: #262626;
}
.vip.blackTheme .options-modal .select-options .select-option-item .option-label {
  color: #fff;
}
.vip.blackTheme .options-modal .select-options .select-option-item .allIcon {
  color: #ffffff;
}
.vip.blackTheme .options-modal .select-options .select-option-item .checked-icon .iconfont {
  display: none;
}
.vip.blackTheme .options-modal .select-options .select-option-item:hover {
  background: inherit;
}
.vip.blackTheme .options-modal .select-options .select-option-item:hover .option-label {
  color: var(--color-theme-2-vip);
}
.vip.blackTheme .options-modal .select-options .select-option-item.selectedBg {
  background: var(--color-theme-2-vip);
}
.vip.blackTheme .options-modal .select-options .select-option-item.selectedBg .option-label {
  color: #3D1B00;
}
.vip.blackTheme .options-modal .select-options .select-option-item.selectedBg:hover {
  background: var(--color-theme-2-vip);
}
.vip.blackTheme .options-modal .select-options .unauthorizedShop {
  border-top-color: #555555;
}
.vip.blackTheme .options-modal .select-options .unauthorizedShop .unauthorizedShopTitle {
  color: #CBCBCB;
}
