.notice-modal {
  --bs-modal-width: 720px;
  --bs-body-bg: #fff2;
  --bs-modal-header-border-color: transparent;
  --bs-modal-footer-border-color: transparent;
  display: block;
  background-color: #0001;
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
}

.notice-modal .modal-content {
  padding: 55px 32px 48px;
  background-color: #1c1c1c;
}

.notice-modal .modal-dialog {}

.notice-modal .modal-header {
  position: absolute;
  top: -40px;
  flex-shrink: 0;
  width: 700px;
  display: flex;
  align-items: center;
  grid-area: 15px;
}

.notice-modal .modal-header .xtgg {
  height: 60px;
}

.notice-modal .modal-header .si {
  height: 25px;
}

.notice-modal .modal-header .ar {
  margin-top: 15px;
  height: 13px;
}

.notice-modal .line-point {
  display: flex;
  gap: 32px;
}

.notice-modal .line-point::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #FEBD2B;
}

.notice-modal .line-point .point {
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #FEBD2B;
}

.notice-modal .modal-body {}

.notice-modal .modal-body {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 32px 17px;
  border-radius: 8px;
  background-color: #fff2;
}

.notice-modal .modal-body>* {}

.notice-modal .domainBox {
  width: 622px;
  margin: 0;
  align-items: flex-start;
  gap: 24px;
}

.notice-modal .notice-tips {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  font-size: 18px;
}

.notice-modal .notice-tips span {
  color: #FEBD2B;
}

.notice-modal .modal-body span {
  color: #FF9860;
}

.notice-modal .modal-body strong {
  font-size: 20px;
}

.notice-modal .modal-dialog .logo {
  height: 52px;
  width: 100%;
  object-fit: contain;
}

.notice-modal .modal-footer {
  padding: 37px 0 0;
  gap: 32px;
  justify-content: flex-start;
}

.notice-modal .modal-footer button {
  flex: 1;
  height: 60px;
  border-radius: 8px;
  background-color: #FEBD2B;
  color: #292929;
  font-size: 20px;
  margin: 0;
}

.notice-modal .modal-footer .disagree {
  background-color: #fff2;
  color: #fff;
}

@media screen and (max-width: 824px) {
  .notice-modal {
    --bs-modal-margin: 0 5%;
  }

  .notice-modal .modal-dialog .logo {
    height: 32px;
  }

  .notice-modal .modal-content {
    padding: 24px 16px;
  }

  .notice-modal .modal-dialog {
    width: 100%;
  }

  .notice-modal .modal-content {
    width: auto;
  }

  .notice-modal .modal-body {
    width: auto;
    font-size: 12px;
    padding: 11px;
    border-radius: 6px;
    border: 0.5px solid rgba(254, 189, 43, 0.50);
    background: rgba(254, 189, 43, 0.03);
  }

  .notice-modal .modal-body>* {
    margin: 8px 0;
  }
  
  .notice-modal .modal-body .sep {
    width: 100%;
    margin: 12px 0;
    border-bottom: 1px #fff6 dashed;
  }


  .notice-modal .modal-body strong {
    font-size: 14px;
  }

  .notice-modal .domainBox {
    width: auto;
    border: none;
    padding: 0;
    gap: 12px;
    background-color: transparent;
  }

  .notice-modal .domainBox p {
    font-size: 11px;
  }

  .notice-modal .modal-footer {
    padding-top: 24px;
    gap: 14px;
  }

  .notice-modal .xiantiao {
    display: none;
  }

  .notice-modal .notice-tips {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .notice-modal .modal-header {
    width: auto;
    gap: 15px;
    top: -30px;
  }

  .notice-modal .modal-header .xtgg {
    height: 25px;
  }

  .notice-modal .modal-header .si {
    height: 12px;
  }

  .notice-modal .modal-header .line-point {
    display: none;
  }

  .notice-modal .modal-footer button {
    width: 200px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
  }
}