.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}
.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div {
  margin: 0;
  padding: 0;
}
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
h6::-webkit-scrollbar,
p::-webkit-scrollbar,
th::-webkit-scrollbar,
td::-webkit-scrollbar,
dl::-webkit-scrollbar,
dd::-webkit-scrollbar,
form::-webkit-scrollbar,
fieldset::-webkit-scrollbar,
legend::-webkit-scrollbar,
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
h1::-webkit-scrollbar-thumb,
h2::-webkit-scrollbar-thumb,
h3::-webkit-scrollbar-thumb,
h4::-webkit-scrollbar-thumb,
h5::-webkit-scrollbar-thumb,
h6::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
dl::-webkit-scrollbar-thumb,
dd::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb,
fieldset::-webkit-scrollbar-thumb,
legend::-webkit-scrollbar-thumb,
input::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
ol:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb,
h1:hover::-webkit-scrollbar-thumb,
h2:hover::-webkit-scrollbar-thumb,
h3:hover::-webkit-scrollbar-thumb,
h4:hover::-webkit-scrollbar-thumb,
h5:hover::-webkit-scrollbar-thumb,
h6:hover::-webkit-scrollbar-thumb,
p:hover::-webkit-scrollbar-thumb,
th:hover::-webkit-scrollbar-thumb,
td:hover::-webkit-scrollbar-thumb,
dl:hover::-webkit-scrollbar-thumb,
dd:hover::-webkit-scrollbar-thumb,
form:hover::-webkit-scrollbar-thumb,
fieldset:hover::-webkit-scrollbar-thumb,
legend:hover::-webkit-scrollbar-thumb,
input:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
select:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-thumb {
  background: #e9edf1;
}
ol:hover::-webkit-scrollbar-track,
ul:hover::-webkit-scrollbar-track,
h1:hover::-webkit-scrollbar-track,
h2:hover::-webkit-scrollbar-track,
h3:hover::-webkit-scrollbar-track,
h4:hover::-webkit-scrollbar-track,
h5:hover::-webkit-scrollbar-track,
h6:hover::-webkit-scrollbar-track,
p:hover::-webkit-scrollbar-track,
th:hover::-webkit-scrollbar-track,
td:hover::-webkit-scrollbar-track,
dl:hover::-webkit-scrollbar-track,
dd:hover::-webkit-scrollbar-track,
form:hover::-webkit-scrollbar-track,
fieldset:hover::-webkit-scrollbar-track,
legend:hover::-webkit-scrollbar-track,
input:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
select:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track {
  background: transparent;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mk-paas__transfer-select-name-list {
  overflow: hidden;
  padding-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #3c3f42;
}

.mk-paas__transfer-select-name-item:not(:first-child) {
  margin-left: 4px;
}

.mk-paas__arrow-transfer-icon {
  position: absolute;
  right: 11px;
}

.mk-paas__transfer-select-modal .ant-modal-header {
  border: none;
}
.mk-paas__transfer-select-modal .ant-modal-footer {
  border: none;
  padding: 12px 16px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn {
  background: #f7f7f7;
  border: none;
  color: #0670ff;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  width: 63px;
}
.mk-paas__transfer-select-modal .ant-modal-footer .ant-btn-primary {
  background: #0670ff;
  color: #fff;
}

.mk-paas__transfer-select {
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 30px;
}

.mk-paas__transfer-select-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-radio-wrapper .ant-radio,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-checkbox,
.mk-paas__transfer-select-modal-content .ant-checkbox-wrapper .ant-radio {
  top: 0;
}

.mk-paas__transfer-select-modal-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.mk-paas__transfer-select-modal-content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 8px;
  line-height: 22px;
}

.mk-paas__transfer-select-modal-content-item-title__select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0670ff;
}
.mk-paas__transfer-select-modal-content-item-title__select-all:hover {
  background: #f4f9ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item {
  color: #6a6f75;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mk-paas__transfer-select-modal-content-item-bread-item.canClick {
  color: #0670ff;
  cursor: pointer;
}

.mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-paas__transfer-select-modal-content-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  height: 30px;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input-affix-wrapper-focused {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mk-paas__transfer-select-modal-content-item-container .ant-input {
  background: #f9f9f9;
}

.mk-paas__transfer-select-modal-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
}

.mk-paas__transfer-select-modal-search__box-tip {
  background: #fffae9;
  color: #8a6e3c;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  padding: 0 14px;
  width: 100%;
}

.mk-paas__transfer-select-modal-select__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mk-paas__transfer-select-modal-select__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #6a6f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px 6px 4px;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item.isModalSearch {
  padding: 3px 4px;
}

.mk-paas__transfer-select-modal-select__item-select__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mk-paas__transfer-select-modal-select__item-action {
  color: #0670ff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.mk-paas__transfer-select-modal-select__item-action:hover {
  background: #f2f8ff;
}

.mk-paas__transfer-select-modal-select__item-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mk-paas__transfer-select-modal-select__item-select__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mk-paas__transfer-select-modal-select__item-select__name.cannotCheck {
  color: #555;
  font-size: 14px;
  padding-left: 24px;
}

.mk-paas__transfer-select-modal-select__item-select__name-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6f75;
  max-width: 446px;
}

.mk-paas__transfer-select-modal-select__item-select__name-path {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 478px;
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 18px;
}

.mk-paas__transfer-select-modal-select__item-select__name-stateIcon {
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  text-align: center;
  min-width: 40px;
  padding: 0 3px;
}

.rootSpan {
  font-size: 11px;
  color: #0670ff;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.disabled {
  color: #bcbcbc;
}

.mk-paas__transfer-select-modal__popover .ant-popover-inner-content {
  padding: 0;
}
.mk-paas__transfer-select-modal__popover .popover-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 2px;
}

.mk-paas__dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  color: #696e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 4px;
  border-radius: 2px;
}

.mk-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
}

.mk-empty__icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.type-checkbox .mk-paas__transfer-select-modal-content-item-title {
  border-bottom: 2px solid #eee;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item-bread-item-name {
  max-width: 75px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 156px;
}
.type-checkbox .type-checkbox__left-list .mk-paas__transfer-select-modal-select__item-select__name-path {
  max-width: 234px;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover {
  background: #f7f7f7;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item:hover .delIcon {
  display: block !important;
}
.type-checkbox .type-checkbox__right-list .mk-paas__transfer-select-modal-select__item-select__name-title {
  max-width: 224px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(1) {
  margin-right: 20px;
}
.type-checkbox .mk-paas__transfer-select-modal-content-item:nth-child(2) {
  margin-left: 20px;
}

.mk-paas__transfer-section {
  background-color: #fff;
}

.mk-paas__transfer-select-section-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 16px 0;
}

.mk-paas__transfer-select-section-btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}