.module-title {
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.8rem;
}
.title-desc {
  padding: 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.title-desc .sub-title-price {
  color: #e50038;
}
.franchise-list .item {
  padding: 3rem 1.2rem;
  margin-bottom: 1.5rem;
}
.franchise-list .item-header {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.franchise-list .item-content {
  color: #666;
  font-size: 12px;
}
.tips {
  padding: 0 1.2rem;
  margin-top: 3rem;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
}
.tips.strong {
  color: #c30d23;
  margin-bottom: 8rem;
}
