.referr-header {
  height: 40rem;
  background: url("/images/referral/bg-head.svg") center/cover no-repeat;
  position: relative;
}
.referr-header__bglt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.5rem;
}
.referr-header__bgrt {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.4rem;
}
.referr-header__bgstar {
  position: absolute;
  top: 20%;
  left: 48%;
}
.referr-menu {
  width: 66rem;
  margin: 0 auto;
}
.referr-header__logo {
  width: 11.9rem;
  margin: 2rem 0;
}
.referr-header__cont {
  width: 66rem;
  margin: 0 auto;
  display: flex;
  margin-top: 4.2rem;
  justify-content: space-between;
}
.referr-header__rt {
  position: absolute;
  width: 33.3rem;
  top: 7.6rem;
  right: 6.1rem;
}
.referr-header__mrt,
.referr-mid__star {
  display: none;
}
.referr-header__title {
  color: #fff;
  font-size: 2.4rem;
  line-height: normal;
  width: 33.2rem;
}
.referr-header__info {
  color: #eaecf6;
  width: 33.2rem;
  margin-top: 1.4rem;
  line-height: 1.6rem;
}
.referr-header__acts {
  display: flex;
  margin-top: 2.3rem;
  position: relative;
}
.referr-header__btn {
  border-radius: 2.4rem;
  width: 7.7rem;
  height: 2.4rem;
  cursor: pointer;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referr-header__btn:hover {
  opacity: 0.86;
}
.referr-header__btn1 {
  border-radius: 2.4rem;
  background: linear-gradient(
    96deg,
    #5ab3f9 -58.87%,
    #3c8afe 25.09%,
    #5e4cff 101.06%
  );
}
.referr-header__btn2 {
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-left: 1.2rem;
}
.referr-cont {
  overflow: hidden;
  background: url("/images/referral/bg-cont-1.svg") center/cover no-repeat;
}
.referr-mid {
  width: 66rem;
  margin: 7.5rem auto;
}
.referr-mid > h1 {
  color: #020826;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.referr-mid__head {
  color: #020826;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.referr-mid__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.referr-mid__block {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 1.2rem;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 1.2rem 3.7rem 0 rgba(0, 0, 0, 0.07);
  padding: 2rem 2rem 0;
  box-sizing: border-box;
}
.referr-mid__width33 {
  width: calc((100% - 2.4rem) / 3);
  aspect-ratio: 1.19;
}
.referr-mid__width50 {
  width: calc((100% - 1.2rem) / 2);
  aspect-ratio: 2.17;
}
.referr-mid__bg {
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-bottom-right-radius: 1.2rem;
}
.referr-mid__icon {
  width: 3rem;
  height: 3rem;
}
.referr-mid__title {
  color: #020826;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1rem;
}
.referr-mid__text {
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 1rem;
}
.mt24 {
  margin-top: 1.2rem;
}
.referr-start {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  margin-top: 7.5rem;
  height: 12.6rem;
  background: url("/images/referral/bg-foot-1.svg") center/cover no-repeat;
}
.referr-start__lt {
  margin-left: 5.45rem;
}
.referr-start__star {
  position: absolute;
  top: 24%;
  left: 28%;
}
.referr-start__title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.referr-start__text {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem; /* 133.333% */
  width: 88%;
}
.referr-start__rt {
  border-radius: 2.4rem;
  background: linear-gradient(
    96deg,
    #5ab3f9 -58.87%,
    #3c8afe 25.09%,
    #5e4cff 101.06%
  );
  margin-right: 5.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 2.4rem;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}
.referr-start__rt:hover {
  opacity: 0.86;
}
.footer {
  margin-top: 0;
  height: unset;
  padding: 4rem 0 3rem;
  overflow: unset;
}
.footer-menu-item-list > a {
  margin-bottom: 0.6rem;
}
.blog-frame1000007067 {
  align-items: flex-end;
}
html {
  font-family: Manrope;
}

@media (max-width: 1580px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1320px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 20px;
  }
  .referr-header__bgrt,
  .referr-header__rt {
    display: none;
  }
  .referr-menu {
    padding-left: 20px;
  }
  .referr-header__bgstar {
    top: 14%;
    left: 70%;
  }
  .referr-header__cont {
    padding: 0 20px;
    width: unset;
    margin-top: 20px;
  }
  .referr-header__title {
    font-size: 36px;
  }
  .referr-header__title,
  .referr-header__info {
    width: 100%;
  }
  .referr-header__info {
    font-size: 16px;
    font-weight: 400;
    color: #eaecf6;
  }
  .referr-header__acts {
    margin-top: 30px;
    justify-content: center;
  }
  .referr-header__btn2 {
    background: #fff;
    color: #020826;
  }
  .referr-header__mrt {
    display: inherit;
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  .referr-header {
    height: 52rem;
  }
  .referr-mid {
    margin: 2.5rem auto 4rem;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .referr-mid > h1 {
    font-size: 24px;
    line-height: normal;
  }
  .referr-mid__head {
    font-size: 32px;
    position: relative;
  }
  .referr-mid__star {
    position: absolute;
    display: inherit;
    right: 17%;
    top: -10px;
  }
  .referr-mid__block {
    margin-bottom: 32px;
  }
  .referr-mid__width33,
  .referr-mid__width50 {
    width: 100%;
    aspect-ratio: 1;
  }
  .referr-start {
    flex-direction: column;
    border-radius: 24px;
    height: unset;
    align-items: flex-start;
    background-image: url("/images/referral/bg-foot-1.svg");
    background-position: center; /* 水平靠右，垂直居中 */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .referr-start__star {
    display: none;
  }
  .referr-start__lt {
    padding: 32px 24px;
    margin-left: unset;
  }
  .referr-start__title {
    font-size: 36px;
  }
  .referr-start__text {
    font-size: 19px;
    width: 100%;
    line-height: 1.2rem;
  }
  .referr-start__rt {
    margin-left: 24px;
    margin-bottom: 60px;
  }
  .footer{
    padding: 1rem 0 3rem;
  }
  .footer-center,.footer-left,.footer-menu-item-list,.blog-frame1000007067{
    align-items: flex-start;
  }
  .footer-menu-item-title{
    text-align: left;
  }
}
