.transaction-content-inner {
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 60px 40px;
}
.notice-header {
  width: 735px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.notice-title {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 32px;
}
.notice-meta {
  font-family: OPPO Sans 4;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
.notice-meta-item {
  display: flex;
  align-items: center;
}
.notice-meta-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #999999;
}
.notice-content {
  width: 1080px;
  margin: 0 auto;
  margin-top: 30px;
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 18px;
}
.investor-greeting {
  margin-bottom: 15px;
}
.para {
  margin-bottom: 15px;
  text-indent: 2em;
}
.section {
  margin-bottom: 20px;
}
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-item {
  margin-bottom: 8px;
  text-indent: 2em;
}
.notice-footer {
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .notice-header {
    width: 100%;
    max-width: 735px;
  }
  .notice-content {
    width: 100%;
    max-width: 1080px;
  }
}
@media (max-width: 768px) {
  .notice-meta {
    flex-direction: column;
    gap: 25px;
  }
  .notice-title {
    color: var(--Grey-30, rgba(51, 51, 51, 1));
    font-family: OPPO Sans 4;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .notice-meta {
    gap: 20px;
  }
  .notice-title {
    color: var(--Grey-30, rgba(51, 51, 51, 1));
    font-family: OPPO Sans 4;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
    text-align: left;
  }
  .transaction-content-inner {
    margin-top: 40px;
    padding: 30px 30px;
  }
  .notice-content {
    font-size: 16px;
  }
}
