
  .guarantee-box {
    background-color: #f0fdf4; /* 浅绿色背景 */
    border: 2px solid #22c55e; /* 绿色边框 */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }
  .guarantee-title {
    color: #15803d;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #bbf7d0;
    padding-bottom: 10px;
  }
  .guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .guarantee-item {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    display: flex;
    align-items: start;
  }
  .icon-check {
    margin-right: 10px;
    font-size: 18px;
  }
  .highlight-text {
    font-weight: bold;
    color: #000;
  }
