.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-alerts.dialog {
  height: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  flex: none;
  position: fixed;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.md-alerts.dialog.hidden {
  z-index: -100;
  display: block;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
}

.md-alerts.dialog.active {
  display: block;
}

.md-alerts.dialog .alerts-border {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 36px;
  vertical-align: middle;
  z-index: 1;
  background: #fff;
}

.md-alerts.dialog .alerts-center {
  position: relative;
  margin: auto;
  z-index: 1;
  max-width: 300px;
  z-index: 1;
  background-color: #ffffff;
  background-color: #fff;
}

.md-alerts.dialog .alerts-header {
  padding-right: 24px;
  padding-left: 24px;
}

.md-alerts.dialog .alerts-header-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 0 0 0;
  text-align: center;
  color: #111111;
}

.md-alerts.dialog .alerts-close {
  cursor: pointer;
  z-index: 10;
  border: 0;
  background: none;
  position: absolute;
  top: 9px;
  right: 9px;
  height: 24px;
  width: 24px;
}

.md-alerts.dialog .alerts-close:hover .icon-x.dark {
  background: url("../../../static/images/icon/ico-x-dark-hover.svg") no-repeat center center;
}

.md-alerts.dialog > .alerts-border > .alerts-body {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 36px;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 400;
  min-height: 44px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

.md-alerts.dialog > .alerts-border > .alerts-body > .flex-clear {
  white-space: normal;
  max-width: 100%;
}

.md-alerts.dialog > .alerts-border > .alerts-body > .flex-clear > p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

.md-alerts.dialog > .alerts-border > .alerts-body .row + .row.grid-form {
  margin-top: 25px;
}

.md-alerts.dialog > .alerts-border > .alerts-body .grid-form .md-alerts .alerts-body {
  padding-top: 6px;
}

.md-alerts.dialog > .alerts-border > .alerts-body a {
  color: #000;
  font-size: 16px;
}

.md-alerts.dialog > .alerts-border > .alerts-body a:hover {
  text-decoration: underline;
}

.md-alerts.dialog > .alerts-border > .alerts-footer {
  padding: 0 0 0 0;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .row.grid-actions {
  margin-top: 0;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions {
  margin-top: 0;
  padding-top: 0;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center {
  font-size: 0;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .element-btn {
  border-color: #e7e7e7;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .element-btn + .element-btn {
  margin: 0;
  border-left: 1px solid #e7e7e7;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .element-btn .btn-txt {
  padding-left: 20px;
  padding-right: 20px;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .element-btn.bg-primary:first-child {
  width: 100%;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .btn-cancel .btn-txt {
  color: #333333;
  font-weight: normal;
}

.md-alerts.dialog > .alerts-border > .alerts-footer .module-actions .actions-center .btn-ok .btn-txt {
  font-weight: 700;
  color: #000000;
}

.md-alerts.dialog > .alerts-border > .alerts-header + .alerts-body {
  flex: none;
  vertical-align: top;
  display: block;
  padding-top: 10px;
}

.md-alerts.dialog > .alerts-border > .alerts-header + .alerts-body p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.md-alerts.dialog.modal::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #000000;
}

.md-alerts.dialog .el-list.hyp .list-item-text {
  text-align: left;
}

.md-alerts.dialog .el-list.hyp .list-item-text::before {
  top: 8px;
}

.md-dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 800;
}

.md-dialog.active {
  display: flex;
}

.md-dialog.modal::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #000000;
}

.md-dialog .dialog-center {
  position: relative;
  max-height: 100%;
  text-align: left;
  z-index: 1;
  background-color: #ffffff;
  background-color: #fff;
  max-height: 100%;
}

.md-dialog .dialog-border {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
  background: #fff;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.md-dialog .dialog-header {
  border-bottom: 1px solid #dddddd;
  min-height: 50px;
  box-sizing: border-box;
}

.md-dialog .dialog-header .dialog-title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: normal;
  font-weight: bold;
  font-weight: 700;
  padding: 0px 0 0 0;
  line-height: 22px;
  padding-right: 70px;
  padding-top: 13px;
  padding-left: 24px;
  padding-bottom: 12px;
}

.md-dialog .dialog-body {
  min-height: 94px;
  height: 100%;
  flex: 1;
  padding: 20px 32px 32px 32px;
}

.md-dialog .dialog-body.clear {
  padding-bottom: 0;
}

.md-dialog .dialog-body .scroll {
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
}

.md-dialog .dialog-body .scroll::-webkit-scrollbar {
  display: none;
}

.md-dialog .dialog-body .scroll::-moz-scrollbar {
  display: none;
}

.md-dialog .dialog-body .scroll .fr-view p:first-child {
  margin-top: 0;
}

.md-dialog .dialog-body p {
  font-size: 13px;
  color: #303133;
  line-height: normal;
  line-height: 18px;
}

.md-dialog .dialog-body.body-white {
  background: #fff;
}

.md-dialog .dialog-footer {
  min-height: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.md-dialog .dialog-footer .el-column {
  margin-top: 18px;
  margin-bottom: 23px;
}

.md-dialog .dialog-footer .module-actions {
  margin-top: 0;
}

.md-dialog .dialog-footer .module-actions-center .element-btn.bg-primary:first-child {
  width: 100%;
}

.md-dialog .dialog-footer .footer-notopen {
  height: 38px;
  padding-left: 24px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #666666;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 15px;
  color: #303133;
  line-height: normal;
}

.md-dialog .dialog-footer .footer-notopen .element-checkbox .blind {
  font-size: 13px;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  padding-top: 0;
  vertical-align: top;
}

.md-dialog .dialog-footer .footer-notopen .element-checkbox .blind::before {
  top: 2px;
}

.md-dialog .dialog-close {
  border: 0;
  background: none;
  position: absolute;
  top: 12px;
  right: 24px;
  z-index: 1;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
}

.md-dialog .dialog-close .el-svg {
  display: block;
}

.md-dialog .dialog-close:hover .icon-x.dark {
  background: url("../../../static/images/icon/ico-x-dark-hover.svg") no-repeat center center;
}

.md-dialog .dialog-scrollable-bar {
  right: -24px;
  width: 4px;
}

.md-dialog .dialog-scrollable-track {
  width: 4px;
}

.md-dialog .dialog-scrollable-face {
  width: 4px;
}

.md-dialog .body-terms {
  font-size: 13px;
  line-height: 18px;
}

.md-dialog .module-detail {
  width: 100%;
  display: flex;
  min-height: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.md-dialog .module-detail .detail-header {
  height: 9.74513vh;
}

.md-dialog .module-detail .detail-content {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
  padding-bottom: 0;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  flex: 1;
  font-size: 13px;
}

.md-dialog .module-detail .detail-content .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.module-dialog.full-screen {
  height: 100%;
  background-color: #f5f5f5;
}

.module-dialog.full-screen .dialog-border {
  vertical-align: top;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.module-dialog.full-screen .dialog-header {
  background: #fff;
  height: 52px;
  border-bottom: 1px solid #eee;
}

.module-dialog.full-screen .dialog-header .addon {
  position: absolute;
  top: 12px;
  right: 16px;
}

.module-dialog.full-screen .dialog-header .addon a {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  color: #999999;
}

.module-dialog.full-screen .dialog-body {
  padding-bottom: 0;
  padding-top: 10px;
  height: 100%;
  display: flex;
  flex: 1;
}

.module-dialog.full-screen .dialog-body.size-scroll {
  overflow-y: auto;
}

.module-dialog.full-screen .dialog-body .module-form:first-child {
  margin-top: 0;
}

.module-dialog.full-screen .dialog-center {
  display: flex;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.md-popover {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #333333;
  background-color: #ffffff;
  width: 340px;
  z-index: 10;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}

.md-popover .popover-header {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  line-height: 14px;
  padding-bottom: 10px;
}

.md-popover .el-list .list-item-text {
  margin-top: 10px;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
}

.md-popover .el-list .list-item-text:first-child {
  margin-top: 0;
}

.md-popover .el-list.hyp .list-item-text::before {
  top: 6px;
}

.md-alerts .el-list.hyp .list-item-text {
  margin-top: 16px;
}