/* 模块4：我适合学吗 — 对齐 Pixso 12:60 */
.airobot-mobile-module4 {
  position: relative;
  padding: 0.7rem 0.28rem 0.8rem;
  background: #ebf9ff;
  overflow: hidden;
}

/* 标题 */
.airobot-mobile-module4 .module4-title {
  text-align: center;
}
.airobot-mobile-module4 .module4-title p {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  color: #1a3bab;
}
.airobot-mobile-module4 .module4-title .title-sub {
  margin-top: 0.04rem;color: #253747;
}

/* 痛点区 */
.airobot-mobile-module4 .module4-pain {
  position: relative;
  margin-top: 0.36rem;
}
.airobot-mobile-module4 .pain-badge {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 5.64rem;
  height: 0.88rem;
  margin: 0 auto;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
  background: url("/pc/module/airobot/module3/images/title_bg.png")
    no-repeat center;
  background-size: 100% 100%;
}
.airobot-mobile-module4 .pain-badge em {
  font-style: normal;
  color: #00fff2;
}
.airobot-mobile-module4 .pain-body {
  position: relative;
  width: 100%;
  max-width: 7.3rem;
  height: 4rem;
  margin: 0.08rem auto 0;
}
.airobot-mobile-module4 .pain-robot {
  position: absolute;
  left: 50%;
  top: 0.08rem;
  z-index: 22;
  width: 3rem;
  height: 3rem;
  margin-left: -1.16rem;
  object-fit: contain;
  pointer-events: none;
}
.airobot-mobile-module4 .pain-bubble {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 0.12rem 0.18rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.airobot-mobile-module4 .pain-bubble1 {
  left: 0.08rem;
  top: 0.02rem;
  width: 4.1rem;
  height: 0.66rem;
  padding-top: 0.14rem;
  background-image: url("/mobile/subject/airobot/assets/images/moudle4/bubble1.svg");
}
.airobot-mobile-module4 .pain-bubble2 {
  right: 0rem;
  top: 0.14rem;
  width: 2rem;
  height: 1.02rem;
  background-image: url("/mobile/subject/airobot/assets/images/moudle4/bubble2.svg");
}
.airobot-mobile-module4 .pain-bubble3 {
  right: 0.16rem;
  top: 1.4rem;
  width: 2.04rem;
  height: 1.21rem;
  background-image: url("/mobile/subject/airobot/assets/images/moudle4/bubble3.svg");
}
.airobot-mobile-module4 .pain-bubble4 {
  left: 0.2rem;
  top: 0.82rem;
  width: 2.42rem;
  height: 1.02rem;
  background-image: url("/mobile/subject/airobot/assets/images/moudle4/bubble4.svg");
}
.airobot-mobile-module4 .pain-bubble5 {
  left: 0;
  top: 2.02rem;
  width: 3.2rem;
  height: 0.67rem;
  padding-top: 0.14rem;
  background-image: url("/mobile/subject/airobot/assets/images/moudle4/bubble5.svg");
}
.airobot-mobile-module4 .pain-solution {
  position: absolute;
  left: 50%;
  bottom: -.22rem;
  z-index: 3;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 6.58rem;
  min-height: 1.16rem;
  padding: 0.16rem 0.18rem 0.16rem 0.16rem;
  border-radius: 1.4rem;
  background: linear-gradient(118deg, #ef444a 0%, #fd5c9a 100%);
  color: #ffffff;
}
.airobot-mobile-module4 .pain-target {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.02rem;
  flex-shrink: 0;
  object-fit: contain;
}
.airobot-mobile-module4 .pain-solution p {
  flex: 1;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.airobot-mobile-module4 .pain-solution span {
  font-weight: bold;
  color: #FFFE8C;
}

/* 六大人群 2x3 */
.airobot-mobile-module4 .module4-crowd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.14rem;
  width: 100%;
  max-width: 7.14rem;
  margin: 0.48rem auto 0;
  list-style: none;
  padding: 0;
}
.airobot-mobile-module4 .crowd-card {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 2.08rem;
  padding: 0.14rem 0.23rem;
  border-radius: 0.12rem;
  background: #ffffff;
  overflow: hidden;
}
.airobot-mobile-module4 .crowd-card img {
  display: block;
  width: 1.08rem;
  height: 1.8rem;
  flex-shrink: 0;
  object-fit: cover;
  object-position: top center;
}
.airobot-mobile-module4 .crowd-info {
  flex: 1;
  min-width: 0;
  padding-left: 0.12rem;
}
.airobot-mobile-module4 .crowd-reverse {
  flex-direction: row-reverse;
}
.airobot-mobile-module4 .crowd-reverse .crowd-info {
  padding-left: 0;
}
.airobot-mobile-module4 .crowd-info h4 {
  font-size: 0.21rem;
  font-weight: bold;
  line-height: 0.32rem;
}
.airobot-mobile-module4 .crowd-info .c-blue {
  color: #0a62c6;
}
.airobot-mobile-module4 .crowd-info .c-purple {
  color: #7032c5;
}
.airobot-mobile-module4 .crowd-sub {
  margin-top: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #999999;
}
.airobot-mobile-module4 .crowd-gain {
  margin-top: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #333333;
}

/* CTA */
.airobot-mobile-module4 .module4-cta {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.airobot-mobile-module4 .cta-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-width: 3.24rem;
  height: 0.76rem;
  padding: 0 0.36rem;
  border-radius: 0.76rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(118deg, #ed4242 0%, #ff569c 100%);
  cursor: pointer;
}
.airobot-mobile-module4 .cta-arrow {
  display: inline-block;
  width: 0.12rem;
  height: 0.2rem;
  background: url("/mobile/subject/airobot/assets/images/moudle4/cta-arrow.svg")
    no-repeat center;
  background-size: contain;
}
