body .tip-dialog {
  border-radius: 4px;
  background-image: url(/uploads/image/srimages/remindertip_back.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
body .tip-dialog .layui-layer-title {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: none;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
body .tip-dialog .layui-layer-title:after {
  position: absolute;
  content: " ";
  height: 1px;
  bottom: 0;
  right: 20px;
  left: 20px;
  border-top: 1px dashed #d8d8d8;
}
body .tip-dialog .layui-layer-setwin {
  right: 20px;
}
body .tip-dialog .layui-layer-content {
  padding: 30px 50px 0 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  height: auto !important;
  text-align: center;
}
body .tip-dialog .layui-layer-btn {
  padding: 25px 20px 25px 20px;
  text-align: center;
  margin-top: 50px;
}
body .tip-dialog .layui-layer-btn a {
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 11px;
  padding: 0 86px;
}
body .tip-dialog .layui-layer-btn .layui-layer-btn0 {
  background: #0d71fa;
  color: #ffffff;
}
body .tip-dialog .layui-layer-btn .layui-layer-btn0:hover {
  color: #ffffff !important;
}
body .tip-dialog .layui-layer-btn .layui-layer-btn1 {
  background: #fff;
  color: #0d71fa;
  border: 1px solid #0d71fa;
}
body .tip-dialog .layui-layer-btn .layui-layer-btn1:hover {
  color: #0d71fa !important;
}
body .tip-dialog .layui-layer-setwin .layui-layer-ico {
  background: url(/uploads/image/srimages/icon-close.png) no-repeat;
  width: 19px;
  height: 19px;
}
.reminder-tip .tip-box h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.reminder-tip .tip-box p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-top: 15px;
}
