#dialogBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important; 
  height: 100vh !important;
  background-color: #00000080;
  z-index: 100;
}
#dialog {
  position: fixed;
  z-index: 105;
  background: linear-gradient(180deg, #efbaba 0%, #ff4f4f 100.7%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 14px;
  width: max-content;
  text-align: center;
  font-variant-numeric: tabular-nums;
  border:none;
}
.van-dialog {
  position: relative;
}

.dialog-content {
  width: 94%;
  padding: 10px;
  text-align: left;
  font-variant-numeric: tabular-nums;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px auto;
}
.countdown {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 14px;
  color: #e74c3c;
  font-weight: bold;
}
.text-content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.content-group {
  margin-bottom: 20px;
}
.content-group:last-child {
  margin-bottom: 0;
}
.group-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
  text-align: center;
}
.group-title .title-text {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  background-color: #e74c3c;
  color: #fff;
}
.aomen .title-text {
  background-color: #02785e;
}
.data-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.qishu {
  font-weight: bold;
  color: #555;
}
.text {
  color: #666;
}
.zhong {
  color: #e74c3c;
  font-weight: bold;
}
.kai {
  color: #3498db;
}
.van-dialog__header{
    margin: 10px 0;
}
.close-icon {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -10px;
}
.suggesiton {
  text-align: center;
  color: #e74c3c;
}
.ui-dialog .ui-dialog-buttonpane button {
  background-color: #807b01;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #6b6801;
}
.van-dialog__footer {
  text-align: center;
}
.van-button__text {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #0fb92e;
  color: #fff;
}
