.referral  {
  width: 100%;
  height: 100%;
}
.referral .content  {
  width: 100%;
}
.referral .content .section  {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.referral .content .section .section__img  {
  width: 100%;
  height: 100%;
}
.referral .content .section .section_flot_text  {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.referral .content .section .section_flot_text div  {
  font-size: 0.32rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.referral .content .section .section_flot_text div:last-child {
  font-size: 0.16rem;
  margin-top: 0.16rem;
}
.referral .content .section2  {
  position: relative;
  width: 10.52rem;
  margin: 0 auto;
  padding: 0.7rem 0;
  background-color: #fff;
}
.referral .content .section2 .section2_list  {
  display: flex;
  justify-content: space-between;
}
.referral .content .section2 .section2_list .section2_list_item  {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.referral .content .section2 .section2_list .section2_list_item .img  {
  width: 3.2rem;
  height: 2.9rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
}
.referral .content .section2 .section2_list .section2_list_item .img:hover {
  transform: scale(1.4);
}
.referral .content .section2 .section2_list .section2_list_item .section2_list_item_float  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.5rem;
  color: #FFFFFF;
  line-height: 0.5rem;
}
.referral .content .section2 .section2_list .section2_list_item .section2_list_item_float div:last-child {
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.2rem;
}
.referral .content .section2 .section2_list .section2_list_item .section2_list_item_float img  {
  width: 0.63rem;
  height: auto;
}
.referral .content .section3  {
  width: 100%;
  padding: 0.5rem 0;
  background: #F8F8F8;
}
.referral .content .section3 .section3_midle  {
  margin: 0 auto;
  width: calc(100% - 7.2rem);
}
.referral .content .section3 .section3_midle .section3_title  {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
  padding-bottom: 0.12rem;
}
.referral .content .section3 .section3_midle .section3_midle_list  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item:hover {
  box-shadow: 0px 6px 15px rgba(172, 172, 172, 0.5);
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item  {
  width: 2.94rem;
  height: 1.8rem;
  margin-top: 0.69rem;
  background: #FFFFFF;
  position: relative;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  padding: 0 0.4rem 0 0.3rem;
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item .float_img  {
  width: 0.62rem;
  height: 0.64rem;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  position: absolute;
  top: -0.32rem;
  right: 0.4rem;
  z-index: 3;
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item .float_img img  {
  width: 0.27rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item .section3_midle_list_item_title  {
  font-size: 0.16rem;
  font-weight: 400;
  color: #000000;
  padding: 0.4rem 0 0.12rem;
}
.referral .content .section3 .section3_midle .section3_midle_list .section3_midle_list_item .section3_midle_list_item_dec{
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.25rem;
  color: #7B7B7B;
}