* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}

.renty-content {
  padding-left: 112px;
  padding-right: 13px;
  display: flex;
}

.renty-left {
}

.renty-title {
  display: flex;
  align-items: center;
}

.renty-img {
  width: 102px;
  height: 102px;
}

.renty-text {
  position: relative;
}

.renty-text div {
  width: 955px;
  height: 18px;
  background: #e4f5aa;
}

.renty-text span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 27px;
  color: #12af7b;
  position: absolute;
  top: -20px;
  white-space: nowrap;
}

.renty-tips {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #343237;
  margin-left: 132px;
  margin-top: -25px;
}

.step-content {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.step-title {
  width: 427px;
  background: #c8ee4e;
  border-radius: 24px;
  padding: 20px 25px 19px 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #343237;
  line-height: 28px;
  margin-right: 32px;
}

.step-info {
  max-width: 688px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #8f8f8f;
  line-height: 28px;
}

.brand-box {
  margin-left: 139px;
  padding-right: 151px;
}
.brand-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 27px;
  color: #7b4aff;
  margin-bottom: 19px;
}

.brand-tips {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin-bottom: 22px;
}

.brand-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #5c5c5d;
  line-height: 29px;
}

.contact-box {
  margin-top: 55px;
  padding-left: 139px;
}

.contact-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 27px;
  color: #7b4aff;
  margin-bottom: 19px;
}

.contact-email {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
}

.footer {
  width: 100%;
  height: 117px;
  background: #e4f5aa;
  margin-top: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #0b4904;
}

.phone {
  width: 617px;
  height: 860px;
}
