
  .neofuns-partner-reasons,
  .neofuns-partner-reasons * {
    box-sizing: border-box;
  }

  /* 白色背景铺满整行，内容宽度跟随网站全局设置 */
  .neofuns-partner-reasons {
    width: 100%;
    margin: 0;
    padding: 32px 0 30px;
    overflow-x: hidden;
    background-color: #FFFFFF;
    color: #111111;
  }

  /* 使用Ueeshop全局wide宽度 */
  .neofuns-partner-reasons__inner {
    margin: 0 auto;
  }

  /* H2标题位于正文上方 */
  .neofuns-partner-reasons__title {
    margin: 0 0 30px;
    padding: 0;
    color: #111111;
    font-family: inherit;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  /* 下方正文区域 */
  .neofuns-partner-reasons__content {
    margin: 0;
    padding: 0;
  }

  .neofuns-partner-reasons__item {
    margin: 0 0 25px;
    padding: 0;
  }

  .neofuns-partner-reasons__item:last-child {
    margin-bottom: 0;
  }

  .neofuns-partner-reasons__item h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #111111;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
  }

  .neofuns-partner-reasons__item p {
    margin: 0;
    padding: 0;
    color: #111111;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
  }

  /* 移动端自适应 */
  @media screen and (max-width: 767px) {
    .neofuns-partner-reasons {
      width: 100%;
      padding-top: 28px;
      padding-bottom: 28px;
      overflow-x: hidden;
    }

    .neofuns-partner-reasons__title {
      margin-bottom: 25px;
      font-size: 30px;
      line-height: 1.3;
      overflow-wrap: anywhere;
    }

    .neofuns-partner-reasons__item {
      margin-bottom: 22px;
    }

    .neofuns-partner-reasons__item h3 {
      margin-bottom: 7px;
      font-size: 17px;
      line-height: 1.4;
    }

    .neofuns-partner-reasons__item p {
      font-size: 15px;
      line-height: 1.65;
      overflow-wrap: anywhere;
    }
  }
