.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;
}
.common_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #FFF;
  backdrop-filter: blur(15px);
  /* 背景模糊 */
  -webkit-backdrop-filter: blur(15px);
  /* Safari 兼容 */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.8) 54.04%, rgba(255, 255, 255, 0.44) 99.47%);
}
.common_header-container {
  display: flex;
  justify-content: space-between;
}
.common_header .left {
  display: flex;
  align-items: center;
}
.common_header .left .logo {
  width: 115px;
  height: 48px;
  background-image: url("../common/img/website-logo.png");
}
.common_header .left .tabs {
  margin-left: 48px;
}
.common_header .left .tabs.active {
  width: 120px;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.common_header .left .tabs.active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #EE4743;
}
.common_header .right {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 20px;
  font-weight: 400;
}
.common_header .right .icon-phone {
  width: 32px;
  height: 32px;
  background-image: url("../common/img/icon-phone.png");
  margin-right: 10px;
}
.common_header .right span {
  margin-left: 8px;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.common_footer {
  height: 300px;
  width: 100%;
  background-color: #fff;
}
.common_footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.common_footer-container .left {
  position: relative;
}
.common_footer-container .left .taskUs {
  display: flex;
  align-items: center;
}
.common_footer-container .left .taskUs dl {
  display: flex;
  align-items: center;
  margin-right: 138px;
}
.common_footer-container .left .taskUs dl:last-child dt {
  background-image: url(../common/img/home-clockpic/mail.png);
}
.common_footer-container .left .taskUs dl dt {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 20px;
  background-image: url(../common/img/home-clockpic/phone.png);
}
.common_footer-container .left .taskUs dl dd {
  margin-left: 20px;
}
.common_footer-container .left .taskUs dl dd .title {
  color: rgba(17, 17, 17, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
.common_footer-container .left .taskUs dl dd .desc {
  color: #111;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
  margin-top: 12px;
}
.common_footer-container .right .down_code {
  width: 160px;
  height: 160px;
  background-image: url(../common/img/home-clockpic/qrcode.jpg);
}
.common_footer-container .right p {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  margin-top: 16px;
}
.common_footer .txt {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.common_footer .txt .common_footer_direction {
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.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 .btn {
  width: 420px;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: #EE4743;
  margin-top: 40px;
  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;
}
.homePage_submit {
  height: 720px;
  background-image: url("../common/img/home-bg/home_submit-bg.png");
  background-size: contain;
  background-color: #EEF2FA;
}
.homePage_submit .title {
  text-align: center;
  padding-top: 80px;
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  /* 166.667% */
}
.homePage_submit .title span {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
}
.homePage_submit .content {
  margin: 40px auto 0;
  width: 1120px;
  height: 460px;
  flex-shrink: 0;
  padding: 34px 60px;
  border-radius: 26.4px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
}
.homePage_submit .content .content-title {
  color: rgba(17, 17, 17, 0.8);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
}
.homePage_submit .content .form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.homePage_submit .content .form .form-item {
  width: 240px;
  height: 60px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.homePage_submit .content .form .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_submit .content .form .form-item input::-webkit-input-placeholder {
  opacity: 0.5;
}
.homePage_submit .content .form .submitBtn {
  border-radius: 10px;
  background: #EE4742;
  width: 240px;
  height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 83.333% */
}
.homePage_submit .content .form .submitBtn:disabled {
  opacity: 0.7;
}
.homePage_submit .content .line {
  width: 100%;
  height: 1px;
  background: rgba(138, 148, 169, 0.1);
  margin: 40px 0;
}
.homePage_submit .content .line::before {
  content: "2025中国民营企业500强";
  padding: 0 18px;
  text-align: center;
  color: #111;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 177.778% */
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.homePage_submit .content .our-story {
  color: rgba(17, 17, 17, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
.homePage_submit .content .our-story span {
  display: inline-block;
  width: 122.377px;
  height: 35px;
  background-image: url(../common/img/home-clockpic/logo.png);
  position: relative;
  bottom: -4px;
}
.nav {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 240px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 14px 0 rgba(144, 154, 197, 0.1);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.nav.active {
  border-left: none;
  border-radius: 0 50px 50px 0;
}
.nav.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: url('../common/img/nav-line.png') center center no-repeat;
  background-size: cover;
}
.nav .tel-phone {
  display: flex;
  width: 255px;
  position: absolute;
  right: 95px;
  top: 0;
  height: 100%;
  align-items: start;
  padding: 50px 0 0 40px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #FFF;
  border-right: none;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 14px 0 rgba(144, 154, 197, 0.1);
  backdrop-filter: blur(15px);
  flex-direction: column;
  color: rgba(17, 17, 17, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
.nav .tel-phone.hidden {
  display: none;
}
.nav .tel-phone .icon-phone {
  width: 60px;
  height: 60px;
  background-image: url("../common/img/nav-tel.png");
  margin-bottom: 12px;
  display: block;
  border-radius: 20px;
  border: 1px solid #f48d8a;
}
.nav .tel-phone a {
  margin-top: 12px;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.nav dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.nav dl:last-child dt {
  background: url("../common/img/nav-free.png") no-repeat center center;
}
.nav dl dt {
  width: 56px;
  height: 56px;
  background: #f00;
  background: url("../common/img/nav-iphone.png") no-repeat center center;
}
.nav dl dd {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin-top: 6px;
}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.dialog .dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-container .close-btn {
  width: 35px;
  height: 35px;
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url("../common/img/home-clockpic/close.png");
}
.dialog .dialog-container .form-wrap {
  width: 500px;
  height: 540px;
  border-radius: 26px;
  border: 1px solid #FFF;
  background: #ffffff;
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  padding: 50px 40px 60px;
}
.dialog .dialog-container .form-wrap .form-title {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
  margin-bottom: 30px;
}
.dialog .dialog-container .form-wrap .form-subtitle {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 222.222% */
}
.dialog .dialog-container .form-wrap .form-item {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  border: 1px solid #eee;
}
.dialog .dialog-container .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;
}
.dialog .dialog-container .form-wrap .form-item input::-webkit-input-placeholder {
  opacity: 0.5;
}
.dialog .dialog-container .form-wrap .btn {
  width: 420px;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: #EE4743;
  margin-top: 40px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
.dialog .dialog-container .form-wrap .btn:disabled {
  opacity: 0.7;
}
.success-toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.success-toast .dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 540px;
  border-radius: 26px;
  border: 1px solid #FFF;
  background: #ffffff;
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  padding: 50px 40px 60px;
}
.success-toast .dialog-container .close-btn {
  width: 35px;
  height: 35px;
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url("../common/img/home-clockpic/close.png");
}
.success-toast .dialog-container .success-icon {
  width: 120px;
  height: 120px;
  background-image: url(../common/img/success-icon.png);
  margin: 24px auto 36px;
}
.success-toast .dialog-container .success-tip {
  color: #EE4742;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 85.714% */
  text-align: center;
  margin-bottom: 34px;
}
.success-toast .dialog-container .success-desc {
  width: 360px;
  color: #666;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin: 0 auto;
}
.success-toast .dialog-container .success-desc span {
  color: #111;
  font-weight: 600;
}
.success-toast .dialog-container .btn {
  width: 360px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background: #F0F4FC;
  margin: 70px auto 0;
  color: #111;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
