#mkp-common-tools-portal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal {
  box-sizing: border-box;
  padding: 32px;
  position: relative;
  border-radius: 16px;
  background: #fff;
  z-index: 1051;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .title {
  width: 100%;
  color: #252b3a;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .confirm-btn span {
  height: 40px;
  border-radius: 20px;
  padding: 0 32px;
  border: 1px solid #181818;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  color: #181818;
  font-weight: 700;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .confirm-btn span:hover {
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
}
#mkp-common-tools-portal-wrapper #mkp-common-tools-portal .content {
  color: #626262;
  font-size: 14px;
  word-break: break-all;
  line-height: 20px;
  margin: 12px 0 28px 0;
}

