.ala-pl.desc {
  --base-pl: 159px;
  width: 50%;
}
.article-title {
  --base-size: 36px;
  --base-lh: 48px;
  --base-mb: 34px;
  color: #000;
  font-weight: 700;
  flex: 1;
}
.article-time {
  --base-size: 32px;
  --base-lh: 42px;
  --base-mb: 47px;
  color: #999;
}
.more-article-button {
  --base-height: 100px;
  --base-mt: 100px;
  --base-mb: 220px;
  text-align: center;
  font-size: 0;
}
.more-article-button img {
  height: 100%;
}
.more-article-button-mobile {
  width: 100%;
  padding: 32px 24px 0px 24px;
  display: flex;
}
.more-article-button-mobile img {
  margin: 0 auto;
}
.articles-list-wrap {
  width: 100%;
  box-sizing: border-box;
  --base-pl: 133px;
  --base-pr: 133px;
  display: flex;
  --base-gap: 56px;
  justify-content: space-between;
  align-items: stretch;
  --base-mt: 100px;
}
.article-tag {
  width: fit-content;
  --base-height: 50px;
  --base-lh: 50px;
  color: #294bff;
  --base-pl: 20px;
  --base-pr: 21px;
  background: url("../img/home-article-tag.png") no-repeat;
  background-size: 100% 100%;
  --base-mb: 21px;
  font-family: "Roboto-Bold";
}
.article-item {
  flex: 1;
  position: relative;
  background-color: #f3f4f9;
  --base-padding-top: 62px;
  --base-padding-bottom: 284px;
  --base-padding-left: 62px;
  --base-padding-right: 62px;
  --base-width: 513px;
  overflow: hidden;
  border-radius: 36px;
}
.article-item:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}
.article-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-item:hover .article-img img {
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out 0.2s;
}
.article-item:hover .article-title {
  /* color: #294bff; */
}
.article-item:hover .article-time {
}
.article-img {
  position: absolute;
  width: 100%;
  --base-height: 284px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-img img {
  width: 100%;
  height: auto;
}
.swiper-faq-container {
  position: relative;
}
.swiper-faq-navigtion {
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.swiper-faq-navigtion .swiper-faq-navigtion-left,
.swiper-faq-navigtion .swiper-faq-navigtion-right {
  border: 0;
  background-color: transparent;
}
.swiper-faq-navigtion .swiper-faq-navigtion-right,
.swiper-faq-navigtion .swiper-faq-navigtion-left {
  background: url("../img/swiper1-arrow.png");
  background-size: cover;
}
.swiper-faq-navigtion .swiper-faq-navigtion-left {
  transform: rotateZ(180deg);
}
.faq-title {
  color: #1b1e28;
  --base-size: 48px;
  --base-lh: 64px;
  font-weight: 700;
}
.faq-des {
  color: #666666;
  --base-size: 36px;
  --base-lh: 48px;
  --base-mt: 36px;
}
.faq-swiper-wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Roboto";
}
.faq-swiper-slide {
  --base-padding-top: 160px;
  --base-padding-left: 160px;
  --base-padding-right: 270px;
  --base-gap: 170px;
  width: 100%;
  --base-height: 888px;
  background: url("../img/home-faq-bg.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.faq-swiper-slide-left {
  flex: 1;
}

.calculator-amount-range {
  display: flex;
  justify-content: space-between;
  --base-size: 32px;
  color: #5f6168;
  --base-lh: 36px;
  margin-top: 20px;
  --base-mb: 64px;
}
.calculator-current-amount {
  margin-bottom: 15px;
  --base-size: 48px;
  --base-lh: 48px;
  font-weight: 700;
  color: #000000;
  font-family: "Roboto";
}
.calculator-title {
  --base-mb: 36px;
  --base-mt: 64px;
  --base-size: 36px;
  --base-lh: 40px;
  font-weight: 700;
  color: #000000;
  font-family: "Roboto";
}
.calculator-stage-list-wrap {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  /* --base-height: 69px; */
  --base-gap: 26px;
  overflow-x: auto;
  /* flex-wrap: nowrap; */
  max-width: 100%;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

.calculator-stage-litem {
  flex: 0 0 auto;
  background-color: #fff;
  --base-size: 40px;
  font-weight: 700;
  --base-lh: 69px;
  --base-height: 72px;
  --base-width: 190px;
  text-align: center;
  --base-radius: 18px;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #ffffff;
}
.calculator-stage-litem.calculator-stage-litem-active {
  background-color: #eff3ff;
  border: 2px solid #5782ff;
}
.calculator-right-wrap {
  background-color: #294bff;
  --base-padding-top: 105px;
  --base-padding-left: 52px;
  --base-padding-right: 52px;
  border-radius: 36px;
  color: #ffffff;
  font-family: "Roboto";
}
.calculator-right-title {
  --base-size: 40px;
  font-weight: 700;
  --base-lh: 46px;
  --base-mb: 48px;
}
.calculator-right-des {
  --base-size: 32px;
  --base-lh: 40px;
  --base-mb: 21px;
  --base-mt: 40px;
}
.calculator-right-value {
  width: 100%;
  --base-height: 100px;
  background-color: #386bff;
  --base-mb: 42px;
  --base-size: 56px;
  --base-lh: 100px;
  padding-left: 30px;
  border-radius: 18px;
  font-family: "Roboto-Bold";
}
.safe-card-ala {
  --base-padding-top: 50px;
  --base-padding-bottom: 50px;
  --base-padding-left: 47px;
  --base-padding-right: 63px;
  border-radius: 36px;
  color: #fff;
  font-family: "Roboto";
}
.safe-card-ala.safe-card-avtive {
  background-color: #386bff;
}
.safe-card-ala .card-header {
  border: none;
  background-color: transparent;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.safe-card-ala .card-header-title {
  --base-lh: 48px;
  --base-size: 40px;
  font-weight: 700;
  padding-right: 25px;
}

.safe-card-ala .card-header .icon-safe {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.safe-card-ala .card-header .icon-arrow {
  width: 25px;
  height: 13px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 15px;
  transform: rotateZ(-90deg);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.safe-card-ala.safe-card-avtive .icon-arrow {
  transform: rotateZ(0deg);
  transition: transform 0.3s ease-in-out;
}
.safe-card-ala .ala-collapse .card-body {
  line-height: 1.3;
  padding: 0;
  --base-mt: 32px;
  padding-left: 56px;
  width: 90%;
  --base-size: 36px;
  color: rgba(255, 255, 255, 0.75);
}
.safe-card-ala .btn.btn-link {
  border: none;
  opacity: 1;
  color: #ffffff !important;
}
.safe-card-ala .btn.btn-link:hover {
  color: inherit;
  background: none;
  text-decoration: none;
}
.safe-box-wrap {
  background-color: #294bff;
  display: flex;
  --base-padding-top: 107px;
  --base-padding-bottom: 139px;
  --base-padding-left: 135px;
  --base-padding-right: 160px;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.safe-box-right {
  flex: 1;
  --base-ml: 84px;
}
.safe-box-left img {
  height: auto;
  width: 100%;
}
.home-calculator-wrap {
  box-sizing: border-box;
  --base-padding-top: 93px;
  --base-padding-bottom: 93px;
  --base-padding-left: 103px;
  --base-padding-right: 83px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home-box-des-card-list {
  display: flex;
  --base-pl: 160px;
  --base-pr: 160px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.home-box-des-card-item {
  flex: 1 1 calc(50% - 12px);
  min-width: 0;
  box-sizing: border-box;
  background: rgb(243, 244, 249);
  border-radius: 36px;
  display: flex;
  align-items: center;
  --base-padding-top: 23px;
  --base-padding-bottom: 23px;
  --base-padding-left: 60px;
  --base-padding-right: 60px;
  font-weight: 500;
  color: #000000;
}
.home-box-des-card-item img {
  width: 140px;
  height: 140px;
  font-size: 0;
}
.home-box-time {
  box-sizing: border-box;
  --base-padding-top: 90px;
  --base-padding-bottom: 82px;
  --base-padding-left: 110px;
  --base-padding-right: 621px;
  --base-mt: 100px;
  background-color: rgb(243, 244, 249);
  border-radius: 48px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 83%;
  margin: auto;
}
.home-box-time .home-box-title {
  --base-size: 48px;
  --base-lh: 64px;
  font-family: "Roboto-Bold";
}
.home-box-time .home-box-text {
  --base-size: 36px;
  --base-mt: 42px;
  --base-lh: 48px;
  color: #666666;
}
.home-24-img {
  position: absolute;
  --base-width: 500px;
  --base-height: 500px;
  --base-right: 60px;
  --base-top: 45px;
}
.home-24-img img {
  height: 100%;
  width: 100%;
}
.swiper2-navigtion {
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.swiper2-navigtion .swiper2-navigtion-left,
.swiper2-navigtion .swiper2-navigtion-right {
  border: 0;
  background-color: transparent;
}
.swiper2-navigtion .swiper2-navigtion-right,
.swiper2-navigtion .swiper2-navigtion-left {
  background: url("../img/home-swiper2-arrow.png");
  background-size: cover;
}
.swiper2-navigtion .swiper2-navigtion-left {
  transform: rotateZ(180deg);
}
.swiper2-pagination {
  position: absolute;
  bottom: 103px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  z-index: 10;
  width: 50% !important;
  right: 0 !important;
  left: auto !important;
}
.swiper2-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 30px;
  opacity: 1;
  background-color: #ffffff;
  margin-left: 1.6rem !important;
}
.swiper2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 16px;
  border-radius: 8px;
  background-color: rgb(255, 186, 0);
}
.des-wrap {
  margin: auto;
  color: rgba(27, 30, 40, 0.7);
  --base-size: 40px;
  --base-lh: 56px;
  text-align: center;
}
.des-img-wrap {
  --base-mt: 100px;
  --base-ml: 160px;
  --base-mr: 160px;
  background-color: #f3f4f9;
  color: #1E1F22;
  position: relative;
  border-radius: 48px;
  padding: 90px;
  --base-pr: 495px;
  --base-size: 36px;
  --base-lh: 48px;
  font-family: "Roboto";
  box-sizing: border-box;
}
.des-img-wrap img {
  position: absolute;
  --base-width: 288px;
  bottom: 8px;
  right: 116px;
}
.title-wrap {
  text-align: center;
  --base-size: 81px;
  --base-lh: 90px;
  font-family: "Roboto-Bold";
}
.title-wrap i {
  font-style: normal;
  color: #294bff;
}
.download-button-wrap img {
  height: 100%;
  width: auto;
  cursor: pointer;
}
.mainTopBg .top-desc {
  font-family: Roboto-Bold;
}
.mainTopBg .download-button-wrap {
  --base-mt: 131px;
  --base-height: 90px;
  font-size: 0;
}
.mainTopBg .money {
  padding-top: 8px;
}
.money.top-desc {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    #ffa247 0,
    #ff9023 13%,
    #ffba00 50%,
    #ffe752 70%
  );
  color: transparent;
  font-weight: 700;
}
.message-swiper-container {
  width: 100%;
  overflow: hidden;
}
.message-swiper {
  display: flex;
  align-items: stretch;
}
.message-swiper-slide {
  background-color: #f3f4f9;
  --base-padding-top: 52px;
  --base-padding-bottom: 52px;
  --base-padding-left: 52px;
  --base-padding-right: 52px;
  border-radius: 36px;
  height: auto;
}
.message-navigtion {
  text-align: center;
  align-items: center;
  --base-mt: 100px;
}
.message-navigtion .message-navigtion-right,
.message-navigtion .message-navigtion-left {
  border: none;
  background: url("../img/swiper1-arrow.png");
  background-size: cover;
}
.message-navigtion .message-navigtion-right.message-navigtion-isabled,
.message-navigtion .message-navigtion-left.message-navigtion-isabled {
  background: url("../img/swiper1-disable-arrow.png");
  background-size: cover;
}
.message-navigtion .message-navigtion-left,
.message-navigtion .message-navigtion-right.message-navigtion-isabled {
  transform: rotateZ(180deg);
}
.message-navigtion .message-navigtion-left.message-navigtion-isabled {
  transform: rotateZ(0deg);
}
.message-item-info {
  display: flex;
}
.message-item-avatar {
  overflow: hidden;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.message-item-avatar img {
  height: 100%;
  width: 100%;
  font-size: 0;
}
.swiper-container-wrapper2 {
  width: 100%;
  overflow: hidden;
}
.swiper-container-wrapper2 .swiper2-title-wrap {
  display: flex;
  align-items: center;
}
.swiper-container-wrapper2 .swiper2-title {
  font-family: "Roboto-Bold";
}

.swiper-container-wrapper2 .swiper-container2 {
  height: 100%;
  position: relative;
  --swiper-theme-color: #ffffff !important;
  --swiper-pagination-color: rgb(255, 186, 0); /* 两种都可以 */
}
.swiper-container-wrapper2 .swiper-slide {
  display: flex;
}
.swiper-container-wrapper2 .swiper-left,
.swiper-container-wrapper2 .swiper-right {
  width: 50%;
  height: 100%;
}
.swiper-container-wrapper2 .swiper-left {
  background: url("../img/home-swiper2-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-container-wrapper2 .swiper-left img {
  position: absolute;
  max-width: 84%;
  height: auto;
  max-height: 95%;
  bottom: 0;
  right: 0;
}
.swiper-container-wrapper2 .swiper-right {
  background-color: #294bff;
}

.progress-wrap {
  position: relative;
  width: 100%;
}
.progress-wrap-slef {
  --base-mt: 21px;
}

.progress-wrap .progress-bar {
  transition: none;
}
.progress-wrap .progress-bar.bg-success {
  background-color: #294bff !important;
}
#increaseBtn,
#increaseBtn2 {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 40px;
  background: url("../img/progressBtn.png");
  background-size: cover;
  border: none;
}
.progress-bar {
  transition: width 0.5s ease;
}
.swiper1-navigtion .swiper1-navigtion-right,
.swiper1-navigtion .swiper1-navigtion-left {
  background: url("../img/swiper1-arrow.png");
  background-size: cover;
}
.swiper1-navigtion .swiper1-navigtion-right.swiper1-navigtion-isabled,
.swiper1-navigtion .swiper1-navigtion-left.swiper1-navigtion-isabled {
  background: url("../img/swiper1-disable-arrow.png");
  background-size: cover;
}
.swiper1-navigtion .swiper1-navigtion-left,
.swiper1-navigtion .swiper1-navigtion-right.swiper1-navigtion-isabled {
  transform: rotateZ(180deg);
}
.swiper1-navigtion .swiper1-navigtion-left.swiper1-navigtion-isabled {
  transform: rotateZ(0deg);
}

/* swiper1 */
.swiper-container-wrapper .swiper-slide-prev {
  transform: scale(0.9) !important;
}

.swiper-container-wrapper .swiper-slide-next {
  transform: scale(0.9) !important;
}
.swiper-container-wrapper {
  padding-left: 100px;
}
.swiper-container-wrapper .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-wrapper .swiper-wrapper {
  justify-content: flex-start; /* 左对齐 */
}
.swiper-container-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.swiper-container-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: transform 0.3s ease-in-out 0.3s;
}

.swiper-container-wrapper .item-con {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  --base-pr: 70px;
}
.swiper-container-wrapper .item-con img {
  height: 90%;
}
.swiper-container-wrapper .swiper-slide:last-child {
  width: 100%;
}
.swiper-container-wrapper .swiper-slide-prev {
  transform: scaleY(0.87) scaleX(0.93);
}

.swiper-container-wrapper .swiper-slide-next {
  transform: scaleY(0.87) scaleX(0.93);
}

.swiper-container-wrapper .swiper-slide-active {
  transform: scale(1);
}

.swiper-container-wrapper .text-con {
  font-family: "Roboto";
  box-sizing: content-box;
}
.swiper-container-wrapper .text-con-title {
  font-family: "Roboto-Bold";
}
.swiper-container-wrapper .swiper1-navigtion {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 125px;
}
.swiper-container-wrapper .swiper1-navigtion button {
  background-color: transparent;
  border: none;
}
.swiper-container-wrapper .swiper-slide {
  background-image: url("../img/home-applying-bg.webp");
  background-size: cover;
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.swiper-container-wrapper .img-con {
  position: relative;
  height: 90%;
}
.swiper-container-wrapper .img-con img {
  height: 100%;
}

.swiper-container-wrapper .text-con:nth-child(3) {
  background: rgb(255, 116, 59);
}

.swiper-container-wrapper .text-con .wraper {
  position: absolute;
  z-index: 1;
}

.swiper-container-wrapper .swiper-slide-active,
.swiper-container-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
}
/* swiper1 */

.mainTopBg {
  background-image: url(../img/home-top-bg.webp);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  min-height: 400px;
  width: 100%;
  --base-pt: 233px;
}

@keyframes scaleTo1 {
  0% {
    transform: scaleY(0.87) scaleX(0.93);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.moboile-download {
  display: none;
}

@media screen and (max-width: 992px) {
  .carousel-container {
    display: none;
  }
  .des-img-wrap{
    font-size: 16px;
    line-height: 22px;
  }
  .des-img-wrap i{
    font-size: 16px !important;
    font-family: 'Roboto-Bold';
  }
  .afe-card-ala{
    padding: 24px;
  }
  .safe-card-ala img{
    width: 12px !important;
    height: 6px !important;
        margin-right: 0 !important;

  }
  .mainTopBg {
    padding-top: 92px;
    background: none;
    color: #1e1f22;
    padding-bottom: 36px;
  }
  .money.top-desc {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(
      90deg,
      #ffa247 0,
      #ff9023 30%,
      #ffba00 70%,
      #ffe752 90%
    );
  }
  .mobile-main-img {
    background-image: url(../img/home-top-bg.webp);
    background-size: cover;
    background-position: left 90% center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
  }
  .ala-pl.desc {
    width: 82.93% !important;
    padding-left: 0 !important;
    margin: auto;
  }
  .ala-pl.desc .ala-size {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .ala-pl.desc .money.top-desc {
    font-size: 58px;
    line-height: 68px;
  }
  .ala-pl.desc .top-desc-tasa {
    color: #7e7e8a;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 10px !important;
  }
  .download-button-wrap {
    display: none;
    margin-top: 24px !important;
  }
  .download-button-wrap.moboile-download {
    display: flex;
    height: 48px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .moboile-download>img{
     margin: 0;
  }
  .title-wrap {
    margin-top: 72px !important;
    font-size: 27px;
    line-height: 1.1;
  }
  .title-wrap span {
    width: 78.66% !important;
    text-align: center;
  }

  .title-wrap-comment {
    margin-bottom: 32px !important;
  }

  .des-img-wrap {
    margin-top: 32px !important;
  }
  .des-wrap {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
    color: #1b1e28b3;
  }
  /*  */
  .home-box-time {
    display: block;
    width: 100%;
    padding: 0 24px;
    background-color: #fff;
    border-radius: 0px;
    margin-top: 32px !important;
  }
  .home-box-time .home-box-title {
    font-size: 21px;
    line-height: 1.1;
    font-family: "Roboto-Medium";
    padding: 32px 24px 0px 24px;
    background-color: #f3f4f9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .home-box-time .home-box-text {
    background-color: #f3f4f9;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 24px 0px 24px;
    margin-top: 0 !important;
  }
  .home-box-time .home-24-img {
    position: static;
    width: 100% !important;
    background-color: #f3f4f9;
    padding: 0;
    padding-bottom: 12px;
    width: auto !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .home-24-img img {
    width: 220px;
    height: 220px;
  }
  .home-box-des-card-list {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-box-des-card-item {
    display: block;
  }
  .des-img-wrap {
    padding-left: 24px;
    padding-right: 24px !important;
    padding-top: 24px;
    padding-bottom: 32px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 20px;
  }
  .des-img-wrap img {
    position: static;
    display: block;
    margin: 0 auto;
    width: 120px !important;
    height: 158px;
    margin-top: 28px;
  }
  /* 24h */
  .home-box-des-card-list {
    margin-top: 32px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .home-box-des-card-list > .home-box-des-card-item {
    margin-top: 16px;
    border-radius: 20px;
    padding: 18px 29px;
    display: flex;
  }
  .home-box-des-card-list:not(:first-child) {
  }
  .home-box-des-card-item img {
    width: 80px;
    height: 80px;
  }
  .home-box-des-card-item .des-card-item {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium';
  }
  .safe-box-wrap {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-top: 0;
    height: 100% !important;
    display: block;
  }
  .safe-box-left {
    margin: 0 auto;
    width: 100% !important;
  }
  .safe-box-right {
    margin-left: 0;
  }
  .safe-card-avtive {
    border-radius: 20px;
  }
  .safe-box-wrap .icon-safe {
    display: none;
  }
  .safe-box-wrap .card-header-title {
    font-size: 20px;
    line-height: 1.1;
  }
  .safe-box-wrap .icon-arrow {
    width: 12px !important;
    height: 6px !important;
  }
  .safe-box-wrap .card-body {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 12px !important;
    font-size: 16px;
    line-height: 22px;
  }
  /* shi suan */
  .home-calculator-wrap {
    width: 90% !important;
    border-radius: 20px !important;
    padding: 0px 24px 24px 24px;
    /* display: block; */
    display: flex;
    flex-direction: column;
  }
  .home-calculator-wrap .calculator-left-wrap {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 16px;
  }

  .home-calculator-wrap .calculator-right-wrap {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 16px;
    padding: 24px;
  }
  .home-calculator-wrap .calculator-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
    margin-top: 32px;
  }
  .home-calculator-wrap .calculator-current-amount {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px !important;
  }

  .home-calculator-wrap .calculator-right-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
  }
  .home-calculator-wrap .calculator-right-des {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
  }
  .home-calculator-wrap .calculator-right-value {
    font-size: 28px;
    line-height: 54px;
    height: 54px;
    border-radius: 8px;
    padding-left: 20px;
  }
  .home-calculator-wrap .progress {
    height: 0.6rem;
  }
  #increaseBtn,
  #increaseBtn2 {
    width: 37px;
    height: 23px;
    background: url("../img/progressBtn-mobile.png") no-repeat;
    background-size: contain;
  }
  .home-calculator-wrap {
    overflow: hidden;
  }
  .calculator-stage-list-wrap .calculator-stage-litem {
    width: 60px !important;
    height: 50px !important;
    border-radius: 8px;
    line-height: 48px;
  }
}
