.uif-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.uif-popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
}
.uif-popup-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #dbdde2;
  box-shadow: 0 8px 16px rgba(0,0,0,0.16);
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.uif-popup-header {
  padding: 8px;
  position: relative;
  height: 56px;
}
.uif-popup-header .title {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  color: #384048;
  font-weight: bold;
}
.uif-popup-header .uif-i {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  line-height: 32px;
  font-size: 32px;
}
.uif-popup-footer {
  height: 64px;
  text-align: right;
}
.uif-popup-footer .uif-btn {
  margin-top: 16px;
  margin-right: 12px;
}
.uif-popup-content {
  padding: 0 12px;
  overflow: auto;
}
