<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mask{
  background:#666;
  opacity:0.4;
  z-index: 10000;
}
.dialog_body{
  width:100%;
  height:100%;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.dialog_top{
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #2E2E33;
  text-align: center;
  line-height: 24px;
  padding: 30px 0 16px;
}

.dialog_main{
  color:#333;
  margin: 0 30px;
}

.dialog_main p {
  font-weight: 400;
  color: #2E2E33;
  line-height: 24px;
  font-size: 12px;
}

.dialog_main p.txt_r{
  text-align: right;
}

.dialog_bottom{
  padding:0 15px;
  color:#333;
}
.dialog_bottom span{
  float:right;
}

.closeDialog {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/dialogClose.png) no-repeat;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
</pre></body></html>