body {
  margin: 0;
  padding-top: 44px;
}

.service-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff7e6;
  border-bottom: 1px solid #f2d39b;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);

  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.service-notice-inner {
  width: 100%;
  max-width: 1440px;
  height: 44px;
  padding: 0 24px;

  display: flex;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}

.service-notice-text {
  flex: 1;
  min-width: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 14px;
  color: #4a3b22;
}

.service-notice-title {
  font-weight: 700;
  color: #8a5416;
}

.service-notice-button {
  flex-shrink: 0;

  height: 30px;
  padding: 0 14px;

  display: flex;
  align-items: center;

  background: #172A88;
  color: #FFFFFF;
  text-decoration: none;

  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.service-notice-button:hover {
  background: #0F1E66;
}
