.toast {
  position: fixed;
  padding: 4px 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  z-index: 9999;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  display: none;
}
.homePage_banner {
  height: 840px;
  background-image: url("../common/img/home-bg/home-banner-bg.png");
}
.homePage_banner-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 204px;
}
.homePage_banner-container .left {
  flex: 1;
  position: relative;
}
.homePage_banner-container .left .title {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
}
.homePage_banner-container .left .title span {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_banner-container .left .title span b {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_banner-container .left .sub_title {
  color: #666;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  margin-top: 20px;
}
.homePage_banner-container .left .gas_station {
  width: 942px;
  height: 592px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: -149px;
  background-image: url(../common/img/home_banner_bg.png);
}
.homePage_banner-container .right.form-wrap {
  width: 500px;
  height: 540px;
  border-radius: 26px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  padding: 50px 40px 60px;
}
.homePage_banner-container .right.form-wrap .form-title {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
  margin-bottom: 30px;
}
.homePage_banner-container .right.form-wrap .form-subtitle {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 222.222% */
}
.homePage_banner-container .right.form-wrap .form-item {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.homePage_banner-container .right.form-wrap .form-item input {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.homePage_banner-container .right.form-wrap .form-item input::-webkit-input-placeholder {
  opacity: 0.5;
}
.homePage_banner-container .right.form-wrap .iAgree {
  margin-top: 16px;
  color: #8C8C8C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}
.homePage_banner-container .right.form-wrap .iAgree .icon-check {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.homePage_banner-container .right.form-wrap .iAgree .icon-check.active {
  background: url(https://nl-frontend-test-1305297355.cos.ap-beijing.myqcloud.com/website-qifu/checked.png) no-repeat center center;
  background-size: contain;
  border: none;
}
.homePage_banner-container .right.form-wrap .iAgree a {
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.homePage_banner-container .right.form-wrap .btn {
  width: 420px;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: #EE4743;
  margin-top: 24px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
.homePage_banner-container .right.form-wrap .btn:disabled {
  opacity: 0.7;
}
.homePage_scene {
  height: 800px;
  background-image: url("../common/img/home-bg/home-scene-bg.png");
  background-size: contain;
  background-color: #EBF0FA;
}
.homePage_scene-container .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
  padding-top: 80px;
}
.homePage_scene-container .title span {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_scene-container .title span b {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_scene-container .popup-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 45px;
}
.homePage_scene-container .popup-title .popup-item {
  display: inline-flex;
  padding: 19px 36px;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(204, 210, 223, 0.12);
  color: #FD1616;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.homePage_scene-container .popup {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 16px;
}
.homePage_scene-container .popup.popup-two {
  justify-content: space-between;
}
.homePage_scene-container .popup span {
  display: inline-flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.5);
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}
.homePage_scene-container .popup span:hover {
  background: #FD1616;
  color: #FFF;
  cursor: pointer;
  opacity: 1;
}
.homePage_painPoint {
  height: 370px;
  background-image: url("../common/img/home-bg/home_painPoint-bg.png");
  background-size: contain;
  background-color: #E9EEF7;
}
.homePage_painPoint .title {
  padding-top: 80px;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
}
.homePage_painPoint .title span {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_painPoint .painPoint-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.homePage_painPoint .painPoint-list dl {
  width: 430px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
  display: flex;
  padding: 0 20px 0 40px;
  justify-content: space-between;
  align-items: center;
}
.homePage_painPoint .painPoint-list dl dd .painPoint-title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 125% */
  letter-spacing: 3.52px;
}
.homePage_painPoint .painPoint-list dl dd .desc {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 125% */
  text-align: center;
  margin-top: 12px;
}
.homePage_painPoint .painPoint-list dl dd .desc span {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
.homePage_painPoint .painPoint-list dl dt img {
  width: 120px;
  height: 120px;
}
.homePage_getDone {
  height: 800px;
  background-image: url("../common/img/home-bg/home_getDone-bg.png");
  background-size: contain;
  background-color: #F0F3F9;
}
.homePage_getDone .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  padding-top: 80px;
}
.homePage_getDone .title span {
  color: #111;
  font-style: normal;
  font-weight: 900;
}
.homePage_getDone .title span b {
  color: #EE4743;
  font-style: normal;
  font-weight: 900;
}
.homePage_getDone .content-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.homePage_getDone .content-list dl {
  width: 430px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.homePage_getDone .content-list dl:nth-child(2) .icon-charging {
  background-image: url("../common/img/get-done-title2.png");
}
.homePage_getDone .content-list dl:nth-child(3) .icon-charging {
  width: 267px;
  height: 36px;
  background-image: url("../common/img/get-done-title3.png");
}
.homePage_getDone .content-list dl dd {
  padding: 40px 50px 0;
}
.homePage_getDone .content-list dl dd .icon-charging {
  width: 223px;
  height: 36px;
  background-image: url("../common/img/get-done-title1.png");
  display: inline-block;
}
.homePage_getDone .content-list dl dd .content-title {
  color: #111;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 117.647% */
  margin: 12px 0;
}
.homePage_getDone .content-list dl dd .content {
  color: #666;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}
.homePage_getDone .content-list dl dt {
  width: 400px;
  height: 240px;
  position: relative;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
.homePage_getDone .content-list dl dt img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.homePage_cover {
  height: 800px;
  background-image: url("../common/img/home-bg/home_cover-bg.png");
  background-size: contain;
  background-color: #F9FBFF;
}
.homePage_cover .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
  padding-top: 80px;
}
.homePage_cover .title span {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_cover .title span b {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_cover .sub-title {
  margin-top: 30px;
  color: #666;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  letter-spacing: 4.8px;
}
.homePage_cover .content-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.homePage_cover .content-list dl {
  width: 660px;
  height: 460px;
  flex-shrink: 0;
  border-radius: 26.4px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
  overflow: hidden;
}
.homePage_cover .content-list dl dt {
  height: 320px;
  width: 100%;
}
.homePage_cover .content-list dl dt img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.homePage_cover .content-list dl dd {
  padding: 25px 40px;
}
.homePage_cover .content-list dl dd .content-title {
  color: #111;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 117.647% */
}
.homePage_cover .content-list dl dd .content-subtitle {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
  margin-top: 12px;
}
.homePage_efficient {
  height: 800px;
  background-image: url("../common/img/home-bg/home_efficient-bg.png");
  background-size: contain;
  background-color: #EEF2FA;
}
.homePage_efficient .title {
  padding-top: 100px;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
}
.homePage_efficient .title span {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.homePage_efficient .content-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homePage_efficient .content-list dl {
  display: flex;
  justify-content: space-between;
  width: 670px;
  height: 250px;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  padding: 30px 40px;
  border-radius: 20px;
  background: #FAFAFD;
  margin-bottom: 20px;
}
.homePage_efficient .content-list dl.active {
  background: #EE4743;
}
.homePage_efficient .content-list dl.active .content-title {
  background: #fff;
  color: #EE4743;
}
.homePage_efficient .content-list dl.active .content-num {
  color: #fff;
}
.homePage_efficient .content-list dl.active .content-desc {
  color: #fff;
  opacity: 0.7;
}
.homePage_efficient .content-list dl dd {
  flex: 1;
}
.homePage_efficient .content-list dl dd .content-title {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  background: #EE4743;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}
.homePage_efficient .content-list dl dd .content-num {
  margin-top: 8px;
  color: #111;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  /* 107.143% */
}
.homePage_efficient .content-list dl dd .content-desc {
  margin-top: 8px;
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}
.homePage_efficient .content-list dl dt {
  width: 162px;
  height: 162px;
  flex-shrink: 0;
}
.homePage_efficient .content-list dl dt img {
  width: 100%;
  height: 100%;
}
.homePage_cooperation {
  height: 800px;
  background-image: url("../common/img/home-bg/home_cooperation-bg.png");
  background-size: contain;
  background-color: #F9FBFF;
}
.homePage_cooperation .title {
  padding-top: 80px;
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
.homePage_cooperation .title span {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  /* 125% */
}
.homePage_cooperation .title span b {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: 60px;
}
.homePage_cooperation .enterprise-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.homePage_cooperation .enterprise-list dl {
  display: flex;
  width: 440px;
  height: 170px;
  padding: 20px 24px;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
}
.homePage_cooperation .enterprise-list dl dt {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.homePage_cooperation .enterprise-list dl dt img {
  width: 100%;
  height: 100%;
}
.homePage_cooperation .enterprise-list dl dd .content-title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  /* 100% */
}
.homePage_cooperation .enterprise-list dl dd .content-desc {
  margin-top: 5px;
  overflow: hidden;
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.homePage_cooperation .enterprise-logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.homePage_cooperation .enterprise-logos img {
  width: 100px;
  height: 50px;
  margin-right: 13px;
  margin-bottom: 14px;
}
.homePage_shareholder {
  height: 720px;
  background-image: url("../common/img/home-bg/home_sharegolder-bg.png");
  background-color: #F2F5FA;
}
.homePage_shareholder .title {
  padding-top: 80px;
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
.homePage_shareholder .title span {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  /* 125% */
}
.homePage_shareholder .shareholder-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 75px;
}
.homePage_shareholder .shareholder-list img {
  width: 19%;
  margin-bottom: 14px;
  margin-right: 1%;
}
.homePage_shareholder .shareholder-list img:nth-child(5n) {
  margin-right: 0;
}
