.phoenix-popconfirm {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  min-width: 260px;
  max-width: 340px;
  max-height: 220px;
  padding: 12px 0px 10px 16px;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phoenix-popconfirm__childrenWrapper {
  display: inline-block;
}

.phoenix-popconfirm__contentScrollWrapper {
  display: block;
  max-height: 162px;
  text-align: justify;
  padding-right: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.phoenix-popconfirm__contentScrollWrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.phoenix-popconfirm__contentScrollWrapper::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: transparent;
}

.phoenix-popconfirm__contentScrollWrapper::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: rgba(14, 17, 20, 0.1);
  background-clip: content-box;
}

.phoenix-popconfirm__contentScrollWrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(14, 17, 20, 0.3);
}

.phoenix-popconfirm__content {
  position: relative;
  padding-left: calc(18px + 4px);
  font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, Helvetica, "Helvetica Neue", "Microsoft YaHei", Tahoma;
  overflow: hidden;
}

.phoenix-popconfirm__messageIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}

.phoenix-popconfirm__message {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0e1114;
  word-break: break-all;
}

.phoenix-popconfirm__description {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #33383d;
}

.phoenix-popconfirm__description a {
  text-decoration: none;
}

.phoenix-popconfirm__footer {
  flex-shrink: 0;
  margin-top: 10px;
  margin-right: 16px;
  text-align: right;
}

.phoenix-popconfirm__footerButton {
  display: inline-block;
  margin-right: 8px;
}

.phoenix-popconfirm__footerButton:nth-last-child(1) {
  margin-right: 0;
}
