/* ============================================
   数据展示区域样式 (设计稿: 1920px)
   vw = px / 1920 * 100
   ============================================ */

.data-showcase {
  position: relative;
}

.data-showcase-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.data-showcase-image {
  position: relative;
  overflow: hidden;
}

.data-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.data-showcase-right {
  background-color: #f8f5f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5.2083vw 4.4271vw;
  gap: 2.5vw;
}

.data-showcase-header {
  display: flex;
  flex-direction: column;
  gap: 0.4167vw;
}

.data-showcase-title {
  font-size: 3.125vw;
  font-weight: 700;
  color: #636f3d;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}

.data-showcase-subtitle {
  font-size: 1.875vw;
  font-weight: 400;
  color: #636f3d;
  margin: 0;
  text-align: left;
}

.data-list {
  display: flex;
  flex-direction: column;
  gap: 2.6042vw;
  width: 100%;
}

.data-list-item {
  padding: 1.3021vw 0;
  display: flex;
  align-items: flex-end;
  gap: 3.125vw;
  border-bottom: 1px solid #636f3d;
}

.data-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.data-circle img {
  width: 2.3958vw;
  height: 2.3958vw;
  object-fit: contain;
}

.data-circle-blue {
  background: transparent;
}
.data-circle-green {
  background: transparent;
}
.data-circle-dark {
  background: transparent;
}
.data-circle-purple {
  background: transparent;
}
.data-circle-orange {
  background: transparent;
}

.data-circle i {
  font-size: 1.4583vw;
  color: #ffffff;
}

.data-list-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.data-list-num {
  font-size: 2.8646vw;
  font-weight: 700;
  color: #636f3d;
  line-height: 1;
  flex-shrink: 0;
}

.data-list-plus {
  font-size: 2.8646vw;
  font-weight: 700;
  color: #636f3d;
}

.data-list-text {
  font-size: 1.25vw;
  font-weight: 400;
  color: #636f3d;
  line-height: 1;
  text-align: right;
}
