/* 为什么商家都在用 */
.feature-section {
  padding: 98px 116px;
  background-color: #f8fcff;
}

.feature-section .section-title {
  margin-bottom: 90px;
}

.feature-section .feature-card {
  background-color: #f8fbff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 43px 36px 60px;
  box-shadow: 0 6px 30px rgba(90, 131, 178, 0.12);
  transition: .25s;
}

.feature-section .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(90, 131, 178, 0.22);
}

.feature-section .feature-card .feature-title {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #3A4861;
}

.feature-section .feature-card .feature-icon {
  margin-bottom: 34px;
  height: 163px;
}

.feature-section .feature-card .feature-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #999FAA;
}

/* 多种营销工具 */
.marketing-section {
  background-color: #ffffff;
  padding: 75px 0 100px;
}

.marketing-section .section-title {
  margin-bottom: 100px;
}

.marketing-section .left {
  padding-right: 3%;
}

.marketing-section .title {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.marketing-section .desc {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 62px;
}

/* 多元应用场景模块 */
.scenario-section {
  padding-top: 92px;
  background-color: #f8fcff;
}

.scenario-section .right {
  padding-left: 10%;
}

.scenario-section .scenario-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scenario-section .scenario-list li {
  position: relative;
  margin-bottom: 45px;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.scenario-section .scenario-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  background-color: #0C7BFF;
  border-radius: 50%;
  z-index: 1;
}

.scenario-section .scenario-list li:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 26px;
  bottom: -60px;
  width: 1px;
  background-color: #0C7BFF;
  z-index: 0;
}

.scenario-section .scenario-list li:last-child::after {
  display: none;
}

.scenario-section .scenario-list strong {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-right: 20px;
}

.scenario-section .scenario-list span {
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
  letter-spacing: 4px;
}

/* 小投入 = 大回报模块 */
.return-section {
  padding-top: 78px;
  min-height: 300px;
  background-image: url('../images/pyp/return/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.return-section .left {
  padding-left: 4%;
}

.return-section .title {
  font-size: 40px;
  font-weight: bold;
  color: #2F63FF;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.return-section .desc {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}

.return-section .features {
  display: flex;
  gap: 20px;
}

.return-section .feature-item {
  font-size: 16px;
  color: #2F63FF;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  margin-top: 4px;
}

.return-section .feature-item::after {
  content: "|";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #2F63FF;
}

.return-section .feature-item:last-child::after {
  display: none;
}

.return-section .feature-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* 3步开启智能营销模块 */
.process-section {
  padding: 80px 0 90px;
  background-color: #ffffff;
}

.process-section .section-title {
  margin-bottom: 77px;
}

.process-section .process-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.process-section .process-container::before {
  content: "";
  position: absolute;
  top: 157px;
  left: 0;
  right: 0;
  border-top: 2px dashed #007bff;
  z-index: 0;
}

.process-section .process-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-section .step-icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.process-section .step-icon img {
  width: 67%;
}

.process-section .step-dot {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #007bff;
  border-radius: 50%;
  margin: 45px auto;
  position: relative;
  z-index: 2;
}

.process-section .step-title {
  font-size: 28px;
  font-weight: 400;
  color: #0166FD;
  margin-bottom: 12px;
}

.process-section .step-description {
  font-size: 22px;
  color: #333333;
  line-height: 1.2;
   max-width: 230px;
   margin: 0 auto;
}

/* 不只是台卡，更是您的智能营销助手模块 */
.assistant-section {
  padding: 90px 0;
  background-color: #F8FCFF;
}

.assistant-section .section-title {
  margin-bottom: 50px;
}

.assistant-section .feature-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  transition: .25s;
  text-align: center;
}

.assistant-section .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(90, 131, 178, 0.22);
}

.assistant-section .feature-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}

.assistant-section .feature-icon {
  margin-bottom: 0;
}

.assistant-section .icon {
  height: 46px;
}

.assistant-section .feature-title {
  font-size: 28px;
  font-weight: 400;
  color: #2A2A2A;
  margin-left: 10px;
}

.assistant-section .feature-desc {
  text-align: left;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
}

.assistant-section .feature-desc span {
  font-size: 14px;
}

/* 呼吁 */
.call-section {
  min-height: 254px;
  background-image: url("../images/pyp/call/bg.png");
  background-size: cover;
  padding-top: 76px;
  text-align: center;
  color: #ffffff;
}

.title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 36px;
}

.subtitle {
  font-weight: bold;
  font-size: 36px;
}