
/* 防止双击缩放和触摸缩放 */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* 允许输入框选择文本 */
input, textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* 防止双击缩放 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* 防止触摸缩放 */
body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  /* font-family: Inter, Inter;
  font-weight: 400; */
  font-family: Inter-Medium, Inter;
  font-size: 13px;
  line-height: 13px;
  max-width: 600px;
  margin: 0 auto;
  /* background: #F8F8F8; */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  min-height: 100vh;
  position: relative;
  padding-bottom: 90px; /* 为固定的limited-offer留出空间 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container img {
  max-width: 100%;
}

p {
  margin: 0;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 10px 0;
  background: -webkit-gradient(linear, right top, left top, from(#EEF3FF), to(#FEF2E6));
  background: linear-gradient(270deg, #EEF3FF 0%, #FEF2E6 100%);
}

.brand .logo {
  height: 23px;
  margin: 0 8px;
  border-radius: 6px;
  padding: 2px 6px;
}

.brand .x {
  height: 12px;
  margin: 0 8px;
}

.container h2 {
  font-family: Inter-Medium, Inter;
  text-align: center;
  font-size: 19px;
  margin: 20px 0 13px 0;
  font-weight: 600;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px auto;
  background: -webkit-gradient(linear, right top, left top, from(#FFE7FC), to(#FEF2E6));
  background: linear-gradient(270deg, #FFE7FC 0%, #FEF2E6 100%);
  border-radius: 15px;
  height: 24px;
  width: 292px;
}

.promo-love {
  display: inline-block;
  height: 13px;
}

.promo-title {
  font-family: Inter-Medium, Inter;
  background: -webkit-linear-gradient(0deg, #F57700 0%, #FE0DE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #fff; */
  border-radius: 12px;
  padding: 2px 0 2px 4px;
  margin-right: 8px;
}

.promo-cashback {
  background: -webkit-gradient(linear, right top, left top, from(#FD0FDD), to(#F57800));
  background: linear-gradient(270deg, #FD0FDD 0%, #F57800 100%);
  ;
  color: #fff;
  border-radius: 12px;
  padding: 2px 8px;
}

.bg1 {
  border-radius: 12px;
  margin: 16px;
  padding: 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEF3FF), to(#FFF8E0));
  background: linear-gradient(180deg, #EEF3FF 0%, #FFF8E0 100%);
  border: 1px solid #FFFFFF;
}

.phone-input {
  font-family: Inter-Medium, Inter;
  font-weight: bold;
  font-size: 38px;
  color: #506BBA;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  letter-spacing: 1px;

  margin-bottom: 9px;
  padding: 8px 0;
  background: #f7f7fa;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#phoneCursor {
  width: 2px;
  height: 38px;
  background: #2778FF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.code-inputs {
  display: none;
  margin: 10px 0;
}

.code-inputs-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.code-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.code-cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 38px;
  background: #2778FF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
  z-index: 2;
}

.code-input-wrap.active .code-cursor {
  display: block;
  -webkit-animation: blink-cursor 1s steps(1) infinite;
          animation: blink-cursor 1s steps(1) infinite;
}

@-webkit-keyframes blink-cursor {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

@keyframes blink-cursor {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.code-input {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  padding: 0;

  font-family: Inter-Medium, Inter;
  font-weight: bold;
  font-size: 38px;
  color: #506BBA;
  line-height: 1.2;
  text-align: center;
  font-style: normal;
  caret-color: transparent;
  /* 隐藏原生光标 */
}

.code-input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.keypad {
  padding: 8px 8px 1px;
  border-radius: 8px;
  background: rgba(2, 59, 254, 0.09);
  -webkit-box-shadow: 0px 1 3px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 1 3px 0px rgba(255, 255, 255, 0.5);
}

.keypad .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.keypad button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 60px;
  font-size: 34px;
  color: #333333;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  background: #FFFFFF;
  -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.05);
}

.keypad .zero {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(((100% - 20px) / 3) * 2 + 10px);
          flex: 0 0 calc(((100% - 20px) / 3) * 2 + 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.keypad .del {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  
}

.keypad .del img {
  height: 18px !important;
}

.referral {
  font-family: Inter, Inter;
  color: #506BBA;
  text-align: center;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referral i {
  font-style: normal;
  font-family: Inter-Medium, Inter;
  font-weight: bold;
}

.referral .radio {
  height: 13px;
  margin: 0 3px;
}

.credit-process,
.loan-info,
.trust-info {
  background: #fff;
  border-radius: 8px;
  margin: 16px;
  padding: 16px 6px;
}

.credit-process h3,
.loan-info h3,
.trust-info h3 {
  font-family: Inter-Medium, Inter;
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 0;
  color: #212121;
  text-align: center;
}

.loan-info .love {
  height: 16px;
  position: relative;
  top: 4px;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 16px;
  position: relative;
}

.steps.steps-nums {
  margin-top: 9px;
}

.steps.steps-subTitles {
  margin-top: 5px;
}

.step {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.step:first-of-type {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}

/* 添加连接线 */
.steps.steps-nums::before {
  content: '';
  position: absolute;
  top: 9px;
  /* 调整到数字图片的中心位置 */
  left: 18%;
  right: 16%;
  height: 2px;
  background: #EEF3FF;
  /* 蓝色连接线 */
  z-index: 1;
}

.step img.num {
  position: relative;
  z-index: 2;
  background: #fff;
  /* 确保数字图片背景是白色，覆盖连接线 */
  border-radius: 50%;
  /* 可选：让数字图片变成圆形 */
}

.step img {
  width: 90px;
  height: 90px;
}

.step:first-of-type img {
  width: 106px;
  height: 90px;
}

.step img.num {
  width: 18px;
  height: 18px;
}

.step p {
  font-size: 11px;
  color: #506BBA;
  line-height: 15px;
  text-align: center;
}

.loan-info p,
.trust-info p {
  font-family: Inter-Medium, Inter;
  font-weight: bold;
  font-size: 15px;
  color: #212121;
  line-height: 15px;
  text-align: center;
  margin: 15px 0;
}

.loan-features,
.trust-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 12px;
  color: #FF5722;
  line-height: 17px;
  text-align: center;
}

.trust-features div {
  color: #506BBA;
}

.loan-features div img,
.trust-features div img {
  width: 44px;
  height: 44px;
}

.loan-info .highlight,
.trust-info .highlight {
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  font-size: 22px;
  color: #FF5722;
  line-height: 20px;
}

.trust-info .highlight {
  color: #016AED;
}

.text-box {
  position: relative;
}

.tag-upto {
  position: absolute;
  width: 30px;
  height: 13px;
  top: -10px;
  left: -20px;
}

.tag-growing {
  position: absolute;
  width: 43px;
  height: 13px;
  top: -10px;
  right: -25px;
}

.unit {
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
}

/* footer */

.contact {
  margin: 15px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact img {
  height: 16px;
  margin-right: 4px;
}

.contact a {
  color: #547EFF;
  text-decoration: none;
}

.copyright {
  font-family: Inter-Regular, Inter;
  text-align: center;
  font-size: 11px;
  color: #9E9E9E;
  line-height: 15px;
  margin-bottom: 15px;
}

.bottom-box {
  /* height: 82px;  +34 */
  height: calc(48px + env(safe-area-inset-bottom));
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  width: 100%;
  max-width: 600px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bottom {
  height: 42px;
  -webkit-box-shadow: 0 -2px 4px rgba(245, 119, 0, 0.3), 0 -2px 2px rgba(254, 13, 226, 0.2);
          box-shadow: 0 -2px 4px rgba(245, 119, 0, 0.3), 0 -2px 2px rgba(254, 13, 226, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#F57700), to(#FE0DE2));
  background: linear-gradient(90deg, #F57700 0%, #FE0DE2 100%);
  border-radius: 15px 15px 0 0;
  position: relative;
  padding: 2px;
}


/* 为圆弧部分添加渐变效果 */
.bottom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(245, 119, 0, 0.1) 0%, rgba(254, 13, 226, 0.1) 50%, rgba(39, 120, 255, 0.1) 100%);
  border-radius: 15px 15px 0 0;
  z-index: -1;
}

.bottom .limited-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  font-size: 12px;
  color: #212121;
  line-height: 12px;
  padding: 15px 17px 15px 18px;
  background: #fff;
  border-radius: 13px 13px 0 0;
  margin: 0;
  height: 62px;
}

.bottom .limited-offer .right {
  background: -webkit-linear-gradient(0deg, #F57700 0%, #FE0DE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom .limited-offer .love {
  height: 11px;
  position: relative;
  top: 2px;
  left: -2px;
}



.code-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 0 0;
  gap: 12px;
  font-size: 12px !important;
}

.code-actions button {
  padding: 4px 6px;
  border-radius: 14px;
  border: none;
  background: #FFFFFF;
  color: #547EFF;
  cursor: pointer;
  font-family: Inter-Medium, Inter;
}

.code-actions .resend-code-btn {
  background: #547EFF;
  color: #FFFFFF;
  font-size: 12px !important;
}

.code-actions .resend-code-btn.disabled {
  color: #BDBDBD;
  background: #F8F8F8;
  cursor: not-allowed;
}

.code-actions .resend-code-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  /* background: url('../img/down-active.png') no-repeat center/contain; */
  margin-left: 4px;
  position: relative;
  top: 50%;

  background: url('../img/up-active.png') no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.code-actions .resend-code-btn.up::after {
  background: url('../img/up-active.png') no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.code-actions .resend-code-btn.disabled.up::after {
  background: url('../img/up.png') no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.code-actions .resend-code-btn.disabled::after {
  background: url('../img/down.png') no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.modify-mobile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-family: Inter-Medium, Inter;
}

.modify-mobile-btn::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/left.png') no-repeat center/contain;
  margin-right: 4px;
}

.resend-code-disabled-tips,
.resend-code-tips {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEF3FF;
  margin-top: 8px;
  padding: 8px 12px;
  line-height: 1.2;
  font-size: 14px;
  color: #BDBDBD;
  display: none;
}

.resend-code-disabled-tips .resend-content,
.resend-code-tips .resend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resend-code-disabled-tips .first {
  font-size: 13px;
}

.resend-code-disabled-tips .second {
  font-size: 12px;
  color: #757575;
}
.resend-code-disabled-tips .second span {
  color: #506BBA;
}
.resend-code-tips .resend-content img {
  height: 10px;
}

.resend-code-disabled-tips .count-down {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 11px;
}

.resend-code-tips .first {
  /* font-family: 'Inter-Regular'; */
  font-size: 13px;
  color: #212121;
  margin-bottom: 2px;
}
.resend-code-tips .second {
  font-size: 12px;
  color: #757575;
}
.resend-code-tips .second span {
  color: #506BBA;
}





/* .regist-success */
.regist-success {
  display: none;
}
.sms-area,
.browser-area,
.qrcode-area,
.openApp-step-area {
  padding: 15px;
}

.sms-area .title,
.browser-area .title,
.qrcode-area .title{
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  font-size: 15px;
  color: #506BBA;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

.sms-area .title img,
.browser-area .title img,
.qrcode-area .title img{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}


.sms-area .warning,
.browser-area .warning,
.qrcode-area .warning,
.openApp-step-area .warning{
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  font-size: 12px;
  color: #F41313;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sms-area .warning img,
.browser-area .warning img,
.qrcode-area .warning img,
.openApp-step-area .warning img {
  height: 12px;
  margin-right: 2px;
}

.sms-area button,
.browser-area button,
.qrcode-area button,
.openApp-step-area button,
.openApp-area button {
  margin: 15px auto 5px;
  width: 159px;
  height: 45px;
  background: #FFD600;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;

  font-family: Inter-Medium, Inter;
  font-weight: 600;
  font-size: 15px;
  color: #212121;
  line-height: 17px;
}

.sms-area button.large,
.browser-area button.large,
.qrcode-area button.large,
.openApp-step-area button.large,
.openApp-area button.large {
  border-radius: 8px;
  width: 100%;
}

.url-sms-area {
  margin: 15px;
  padding: 12px;
  background: #EEF3FF;
  border-radius: 12px;
}

.browser-area,
.qrcode-area {
  margin: 15px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 12px;
}

.url-sms-area .title,
.browser-area .title,
.qrcode-area .title{
  margin-bottom: 0;
}

.url-sms-area.open ,
.browser-area.open,
.qrcode-area.open {
  background: -webkit-gradient(linear, left top, left bottom, from(#EEF3FF), to(#FFF8E0));
  background: linear-gradient(180deg, #EEF3FF 0%, #FFF8E0 100%);
  border: 1px solid #FFFFFF;
}

.url-sms-area.open .title,
.browser-area.open .title,
.qrcode-area.open .title{
  margin-bottom: 9px;
}

.url-sms-area .detail,
.browser-area .detail,
.qrcode-area .detail{ 
  display: none;
}

.url-sms-area.open .detail,
.browser-area.open .detail,
.qrcode-area.open .detail{ 
  display: block;
}

.openApp-step-area {
  padding: 0;
}
.openApp-step-area .openApp-step {
  padding: 18px;
}

.openApp-step-area button {
  font-size: 18px;
}

.openApp-step-area button.primary2 {
  background: #FFFFFF;
  border: 1px solid #FFD600;
}

.openApp-step-area .warning {
  padding-bottom: 16px;
}

/* .openApp-step-area button:last-of-type {
  margin-bottom: 10px;
} */

.sms-area button.disabled {
  background: #F5F5F5;
  color: #BDBDBD;
}

.openApp-area .openApp-logo {
  width: 56px;
  height: 48px;
  margin-bottom: 10px;
}

.other-title {
  width: 138px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 8px;
  display: inline-block;
  margin: auto;
  color: #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .browser-item,
.qrcode-item {
  font-family: Inter-Medium, Inter;
  font-size: 15px;
  color: #506BBA;
  line-height: 15px;

  height: 45px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 12px;
  display: flex;
  align-items: center;
}

.browser-item img,
.qrcode-item img {
  width: 24px;
  height: 24px;
  margin: 0 6px 0 12px;
} */


.openApp-step-area button {
  margin: 5px 0;
}
.openApp-step:nth-of-type(2) {
  margin-top: 2px;
  padding-bottom: 8px;
  border-top: 1px solid #fff;
}
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  font-size: 13px;
  color: #506BBA;
  line-height: 12px;
  margin-bottom: 8px;
}

.step-item .num {
  display: inline-block;
  background: #506BBA;
  color: #FFFFFF;
  text-align: center;
  width: 15px;
  height: 15px;
  font-family: Inter, Inter;
  font-size: 11px;
  line-height: 15px;
  border-radius: 100%;
  margin-left: 3px;
}

.step-item >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-item .countDown{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: linear-gradient( 206deg, #FF948A 0%, #E9153E 100%);
  border-radius: 5px;

  font-family: 'Montserrat-Regular';
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  margin: 0 2px;
  text-align: center;
}

.google-play-icon {
  height: 23px;
  margin-left: 8px;
}
