.layui-layer {
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  color: #333;
}

.layui-layer-title {
  min-height: 44px;
  padding: 0 16px;
  line-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.layui-layer-content {
  padding: 16px;
  line-height: 1.7;
  color: #333;
}

.layui-layer-btn {
  padding: 0 16px 16px;
  text-align: right;
}

.layui-layer-btn a {
  display: inline-block;
  min-width: 72px;
  margin-left: 8px;
  padding: 0 14px;
  line-height: 34px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #ea5d5d;
  background: #ea5d5d;
  color: #fff;
}

.layui-layer-setwin {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
}

.layui-layer-setwin a {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-decoration: none;
}

.layui-layer-close1::before,
.layui-layer-close2::before {
  content: 'x';
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #999;
  text-align: center;
}

.layui-layer-dialog .layui-layer-content {
  min-width: 240px;
}

.layui-layer-loading {
  min-width: 120px;
  min-height: 80px;
}

.layui-layer-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}