﻿.part {
  padding: 0.7rem 0 0.5rem 0;
}
.commonTitle {
  text-align: center;
}
.commonTitle h1 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: bold;
}
.commonTitle span {
  display: inline-block;
  width: 0.74rem;
  height: 0.07rem;
  background: #ff81aa;
  border-radius: 4px;
  margin-top: 0.2rem;
}
.commonTitle p {
  margin-top: 0.2rem;
  font-size: 0.27rem;
  color: #333333;
}
.partimg {
  padding: 0 0.24rem;
}
/* banner */
.banner {
  background: url(../images/rfm/bannerBg.png) no-repeat center;
  background-size: cover;
  height: 9.91rem;
  text-align: center;
  color: #fff;
}
.banner .banner-logo {
  width: 1.4rem;
  height: 0.66rem;
  margin-top: 0.54rem;
  margin-bottom: 0.29rem;
}
.banner h1 {
  font-size: 0.6rem;
  letter-spacing: 2.4px;
  text-shadow: 0px 3px 6px 0px #d8325b;
  font-weight: bold;
  line-height: 0.73rem;
}
.banner p {
  margin-top: 0.23rem;
  font-size: 0.25rem;
  letter-spacing: 2.05px;
  text-shadow: 0px 3px 6px 0px rgba(39, 39, 39, 0.16);
}
.banner a {
  display: inline-block;
  margin-top: 0.6rem;
  width: 1.7rem;
  height: 0.51rem;
  text-align: center;
  line-height: 0.51rem;
  background: #ffffff;
  border-radius: 0.25rem;
  color: #ff567f;
  font-size: 0.28rem;
  letter-spacing: 0.56px;
}
.partAgroup {
  padding: 0 0.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.partAitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.39rem;
  height: 4.83rem;
  background: linear-gradient(180deg, #ffaaaa, #f24e86);
  border-radius: 0.19rem;
  margin-top: 0.24rem;
}
.partAimage {
  width: 2.51rem;
  height: 2.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partAdesc {
  color: #fff;
  text-align: center;
  padding: 0 0.17rem;
}
.partAdesc p {
  font-size: 0.33rem;
  text-shadow: 0px 2px 3px 0px rgba(180, 37, 56, 0.47);
  font-weight: bold;
}
.partAdesc span {
  margin-top: 0.2rem;
  display: inline-block;
  font-size: 0.24rem;
  letter-spacing: 1.08px;
  line-height: 0.32rem;
}
.partB {
  background: rgba(249, 249, 249, 0.97);
}
.partC {
  padding-bottom: 0.2rem;
}
.partC .partimg {
  margin-top: 0.45rem;
}
.partD {
  background: rgba(249, 249, 249, 0.97);
}
.partD .partimg {
  margin-top: 0.45rem;
}
.partE .partimg {
  margin-top: 0.36rem;
}
.partF {
  background: rgba(249, 249, 249, 0.97);
}
.partFgroup {
  display: flex;
  flex-direction: column;
  padding: 0 0.24rem;
  margin-top: 0.43rem;
}
.partFitem {
  background: linear-gradient(105deg, #fb90a0 8%, #f35388 80%);
  border-radius: 0.12rem;
  box-shadow: 0px 0px 6px 0px #ffafb2;
  text-align: center;
  margin-top: 0.34rem;
}
.partFitem p {
  padding: 0.19rem 0;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
  font-size: 0.3rem;
  font-weight: bold;
}
.partFdesc {
  height: 1.5rem;
  background: linear-gradient(180deg, #ffffff, #ffeeef);
  border-radius: 0.12rem;
  box-shadow: 0px 0px 6px 0px #ffafb2;
  padding: 0.31rem 0.34rem 0 0.6rem;
}
.partFdesc text {
  text-align: left;
  display: inline-block;
  color: #595a5a;
  line-height: 0.36rem;
  letter-spacing: 0.96px;
  font-size: 0.24rem;
}
