.investor-hero {
  position: relative;
  margin-top: 72px;
  min-height: 360px;
  overflow: hidden;
}
.performance-section {
  padding: 0 0 80px;
  background-color: #fff;
}
.investor-hero .hero-bg {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.investor-hero .hero-content {
  position: absolute;
  top: 148px;
  left: 10%;
  bottom: 18%;
  transform: none;
  color: #ffffff;
  min-width: 569px;
  background: rgba(10, 36, 99, 0.45);
  padding: 1.5rem 2rem;  
  border-radius: 4px;
}
.investor-hero .line {
  width: 473px;      
  height: 6px;
  background: linear-gradient(
    to right,
    #FABE00 18%,   /* 黄 */
    #6FBA2C 36%, /* 浅绿 */
    #008842 54%, /* 绿 */
    #005195 72%, /* 深蓝 */
    #006FBC 90%, /* 蓝 */
    #00A0E9 100%  /* 浅蓝 */
  );
  margin-bottom: 16px; 
}

.investor-hero h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}

.investor-hero .eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.8;
}



.dividend-summary {
  padding: 80px 0 120px;
  background-color: #fff;
}

.performance-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #181D27;
}

.section-header p {
  color: #77829e;
  margin-top: 8px;
}

.performance-content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.release-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.release-block {
  display: flex;
  flex-direction: column;
}

.block-header {
  margin-bottom:16px;
	
}

.block-header h3 {
  font-size: 18px;
	line-height:26px;
 color:#0086C9;
  font-weight: 600;
  margin: 0;

 
}

.release-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 2px solid #edf0f5;
	box-sizing: border-box;
    height: 72px;
	margin-bottom:16px;

}

.release-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ff4d4f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.release-info a {
  font-size: 24px;
	line-height:32px;
  color: #181D27;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release-info {
  flex: 1;
}

.release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #7a849a;
}

.release-meta span {
  position: relative;
  padding-left: 16px;
}

.release-meta span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0c6db;
}

.release-link {
  margin-left: auto;
  font-size: 22px;
 
	color: inherit;text-decoration: none;
}
.release-link:hover {
	color: #0086C9;
}

.release-visual {
  flex: 0.9;
  display: flex;
  justify-content: center;

}

.device-frame {
  width: 100%;
  max-width: 520px;
 
  padding:5px;
  border-radius: 22px;
  box-shadow: 0 30px 45px rgba(10, 21, 44, 0.25);
}

.device-screen {
  background: #000;
  border-radius: 14px;
  overflow: hidden;
}

.device-screen img {
  width: 100%;
  display: block;
}

.device-base {
  height: 16px;
  margin: 0 auto;
  margin-top: 8px;
  width: 65%;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(180deg, #b6becd 0%, #8d95a8 100%);
}

.dividend-header {
  text-align: center;
  margin-bottom: 36px;
}

.dividend-header h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #181D27;
  margin: 0;
}

.dividend-card {
  background: #fff;
  border-radius: 26px;
  padding: 36px 40px;
  box-shadow: 0 24px 55px rgba(8, 23, 56, 0.1);
}

.dividend-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
 
}

.dividend-card-head h3 {
  font-size: 20px;
  color: #0a1836;
  margin: 0;
}

.dividend-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f7fb;
  border-radius: 999px;
  padding: 4px;
}

.dividend-switch button {
  border: none;
  background: transparent;
  padding: 8px 28px;
  border-radius: 999px;
  font-size: 14px;
  color: #6f7a93;
  font-weight: 600;
}

.dividend-switch button.active {
  background: #fff;
  color: #0a1f44;
  box-shadow: 0 6px 14px rgba(9, 30, 66, 0.18);
}

.dividend-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  font-size: 14px;
  color: #5c6788;
  margin-bottom: 12px;
}

.legend-dot {
  position: relative;
  padding-left: 18px;
}

.legend-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-a-end::before {
  background: #1f6bff;
}

.legend-a-mid::before {
  background: #3a8dff;
}

.legend-a-special::before {
  background: #53a8ff;
}

.legend-h-end::before {
  background: #79b4ff;
}

.legend-h-mid::before {
  background: #9dcaff;
}

.legend-yield::before {
  background: #bcc4d9;
}

.dividend-chart {
  position: relative;
  border-radius: 20px;
  padding: 18px;
  background: #fff;
}

.dividend-chart img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.chart-marker {
  position: absolute;
  top: 32%;
  left: 40%;
  transform: translate(-50%, -50%);
  background: #111b2f;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 10px 18px rgba(17, 27, 47, 0.3);
}

.chart-marker .value {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

.chart-marker .year {
  opacity: 0.8;
}

.dividend-note {
  margin-top: 16px;
  font-size: 12px;
  color: #7c869e;
}

.dividend-note sup {
  font-size: 10px;
}

@media (max-width: 992px) {
  .performance-content {
    flex-direction: column;
  }

  .release-visual {
    width: 100%;
  }
}

@media (max-width: 576px) {
	.performance-content,
	.release-list,
	.release-block,
	.release-card,
	.release-info {
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

  .release-card {
		width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    height: auto !important;
    min-height: 84px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

	.release-card img {
		flex: 0 0 32px;
	}

	.release-info {
		min-width: 0;
		flex: 1 1 auto;
	}

	.release-info a,
	.release-info a > div {
		display: block;
		min-width: 0;
		max-width: 100%;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: clip !important;
		word-break: break-word;
		overflow-wrap: anywhere;
		line-height: 1.35;
	}
	
  .release-link {
    margin-left: 0;
  }

  .dividend-card {
    padding: 28px 24px;
  }

  .dividend-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .dividend-switch {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .investor-hero h1 {
  font-size: 40px;
  font-weight: 700;   /* notice 默认 700，对应 bold */
  letter-spacing: 2px;
  margin: 0;
}
}
