.elementor-8596 .elementor-element.elementor-element-d5902a0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b38cf83 */.ikagoo-cpu-module.big-img {
  max-width: 1100px;
  margin: 40px auto 44px auto;
  background: #faf8fe;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.cpu-flex-main {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 370px;
}

.cpu-info-block {
  flex: 1.08;
  padding: 48px 40px 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 330px;
}

.cpu-title {
  font-size: 2.15rem;
  color: #7C3AED;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.cpu-desc {
  font-size: 1.13rem;
  color: #232336;
  margin-bottom: 32px;
  line-height: 1.6;
}

.cpu-spec-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 36px;
}
.cpu-spec-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e2fa;
  padding: 15px 28px 12px 18px;
  min-width: 120px;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 1.03rem;
  color: #22233c;
  box-sizing: border-box;
}
.cpu-label {
  font-weight: 700;
  font-size: 1rem;
  color: #7C3AED;
  margin-bottom: 5px;
}
.cpu-value {
  font-size: 1.18rem;
  color: #232336;
  font-weight: 800;
  letter-spacing: 0.03em;
}

/* 右侧CPU图片区加蓝色边框 */
.cpu-image-block.cpu-image-bordered {
  flex: 1.18;
  min-width: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e7fc;
  border: 4px solid #2562ea; /* 这里设置蓝色边框，粗细可调 */
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.cpu-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  border-radius: 0 16px 16px 0;
  display: block;
}

@media (max-width: 1000px) {
  .cpu-flex-main {
    flex-direction: column;
    min-height: unset;
  }
  .cpu-info-block {
    padding: 38px 6vw 10px 6vw;
    min-width: unset;
  }
  .cpu-image-block.cpu-image-bordered {
    min-width: unset;
    height: 210px;
    border-radius: 0 0 20px 20px;
    border-width: 4px 0 4px 0;
  }
  .cpu-image-block img {
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 600px) {
  .ikagoo-cpu-module.big-img {
    max-width: 99vw;
    border-radius: 12px;
  }
  .cpu-title { font-size: 1.12rem; }
  .cpu-desc { font-size: 0.98rem; }
  .cpu-spec-card { font-size: 0.95rem; min-width: 48vw; }
  .cpu-image-block.cpu-image-bordered { height: 132px; }
}/* End custom CSS */