﻿.section {
  padding: 4rem 0;
}
.section-title {
  text-align: center;
}
.section-title p {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
}
.section-title text {
  display: inline-block;
  width: 3.7rem;
  height: 0.35rem;
  background: #ff81aa;
  border-radius: 4px;
  margin-top: 1rem;
}
.section-title span {
  display: block;
  margin-top: 1rem;
  font-size: 1.35rem;
  color: #333333;
}
/* 内容0 */
.section-0 {
  height: 32.5rem;
  background: url(/images/scheme/marketing_scheme/rfm/section-0-bg.png)
    no-repeat;
  background-size: cover;
}
.section-banner {
  padding: 8.6rem 0 0 19.25rem;
  color: #fff;
}
.section-banner p {
  font-size: 2.1rem;
  letter-spacing: 0.84px;
  text-shadow: 0px 3px 6px 0px rgba(168, 0, 73, 0.67);
  font-weight: bold;
  margin-bottom: 0.9rem;
}
.section-banner text {
  display: inline-block;
  margin-bottom: 3.6rem;
  font-size: 1.35rem;
  letter-spacing: 0.54px;
  text-shadow: 0px 2px 2px 0px #b83160;
}
.section-banner a {
  display: block;
  width: 8.5rem;
  height: 2.55rem;
  text-align: center;
  line-height: 2.55rem;
  background: #ffffff;
  border-radius: 1.25rem;
  font-size: 1.2rem;
  color: #ff3b6b;
  letter-spacing: 0.48px;
}
/* 内容1 */
.section-1 .section-group {
  margin-top: 2.7rem;
  padding: 0 19.25rem;
  display: flex;
  justify-content: space-between;
}
.section-1 .section-group .section-item {
  width: 13.1rem;
  height: 19.3rem;
  background: linear-gradient(180deg, #ffaaaa, #f24e86);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-1 .section-group .section-item .section-image {
  width: 10rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1 .section-group .section-item .section-desc {
  color: #fff;
  padding: 0 0.8rem;
  text-align: center;
}
.section-1 .section-group .section-item .section-desc p {
  font-size: 1.25rem;
  text-shadow: 0px 2px 3px 0px rgba(180, 37, 56, 0.47);
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.section-1 .section-group .section-item .section-desc span {
  font-size: 0.85rem;
  letter-spacing: 0.77px;
}
/* 内容2 */
.section-2 {
  background: rgba(249, 249, 249, 0.97);
  padding-bottom: 0;
}
.section-2 .section-image {
  text-align: center;
  margin-top: -3.5rem;
}
.section-2 .section-image img {
  width: 58.5rem;
  height: 28.6rem;
}
/* 内容3 */
.section-3 {
  padding-bottom: 0;
}
.section-3 .section-image {
  text-align: center;
  margin-top: 2.25rem;
}
.section-3 .section-image img {
  width: 58.8rem;
  height: 34.05rem;
}
/* 内容4 */
.section-4 {
  padding-bottom: 1rem;
  background: rgba(249, 249, 249, 0.97);
}
.section-4 .section-image {
  text-align: center;
}
.section-4 .section-image img {
  width: 57.5rem;
  height: 24.55rem;
}
/* 内容5 */
.section-5 {
  padding-bottom: 2.7rem;
}
.section-5 .section-image {
  text-align: center;
  margin-top: 1.5rem;
}
.section-5 .section-image img {
  width: 58.4rem;
  height: 21.35rem;
}
/* 内容6 */
.section-6 {
  background: rgba(249, 249, 249, 0.97);
}
.section-6 .section-group {
  margin-top: 1rem;
  padding: 0 19.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-6 .section-group .section-item {
  margin-top: 1.35rem;
  width: 27.5rem;
  background: linear-gradient(105deg, #fb90a0 8%, #f35388 80%);
  border-radius: 0.6rem;
  box-shadow: 0px 0px 6px 0px #ffafb2;
  text-align: center;
}
.section-6 .section-group .section-item p {
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
  font-size: 1.25rem;
  padding: 0.75rem;
}
.section-6 .section-group .section-item .section-desc {
  width: 27.5rem;
  height: 5.5rem;
  background: linear-gradient(180deg, #ffffff, #ffeeef);
  border-radius: 0.6rem;
  box-shadow: 0px 0px 6px 0px #ffafb2;
}
.section-6 .section-group .section-item .section-desc text {
  font-size: 0.9rem;
  color: #595a5a;
  line-height: 1.3rem;
  letter-spacing: 0.72px;
  display: inline-block;
  margin-top: 1rem;
  padding: 0 2.8rem;
  text-align: left;
}
