img {
  max-width: 100%;
}

a,
a:visited {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

.main__cover {
  margin: auto;
  display: flex;
  flex-direction: column;
  flex: auto;
  position: relative;
}

/* 数字输入框 */
.main__code-block {
  text-align: center;
}

.main__error-text {
  font-weight: 400;
  font-size: 0.75rem;
  color: #FD6A56;
  text-align: center;
  line-height: 1.5;
  text-align: left;
}

.main__error-text,
.main__code-block {
  width: 280px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.main__code-block>form {
  display: flex;
}

form input {
  text-align: center;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 600;
  color: #12121D;
  padding: 0;

  border-radius: 4px;
  width: 40px;
  height: 54px;
  font-size: 24px;
  line-height: 29px;
  margin-right: 8px;
}

form input:last-child {
  margin-right: 0;
}

form input:focus {
  border: 1px solid #26D174;
  box-shadow: 0px 0px 2px 2px rgba(38, 209, 116, 0.2);
  background-color: #fff;
  transition: all 0.3s;
}

form.is-code-error input {
  border: 1px solid #26D174;
  background-color: #fcefed;
  color: #FD6A56;
  transition: all 0.3s;
}


.border-error {
  border: 1px solid #00000000;
  background-color: #fcefed;
  color: #FD6A56;
  transition: all 0.3s;
}

.border-error:focus {
  border: 1px solid #00000000;
  transition: all 0.3s;
}


form input::-webkit-inner-spin-button,
form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.display-none {
  display: none !important;
}

.flex-auto {
  flex: auto;
}

.main-code-panel {
  /* max-width: 960px; */
  min-height: 338px;
  position: relative;
}

.main-text {
  font-size: 1.09375rem;
  line-height: 1.40625rem;
  color: #12121D;
}

.qr-coder-wrapper {
  padding: 16px;
  display: flex;
  border-radius: 16px;
  border: 1px solid #E7E7E8;
  /* max-width: 160px;
  max-height: 160px; */
  width: 272px;
  height: 272px;
  max-width: 272px;
  max-height: 272px;
  margin: 1.5rem 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(14, 94, 96, 0.631372549);
  z-index: 11;
  backdrop-filter: blur(5px);
  display: flex;
  top: 0;
  left: 0;
  border-radius: 1rem;
}

.loading-animation {
  width: 100px;
  margin: auto;
}


@media only screen and (min-width: 768px) {
  .qr-coder-wrapper {
    max-width: 272px;
    max-height: 272px;
  }

  .main-code-panel {
    max-width: 960px;
    min-height: 672px;
  }

  form input {
    border-radius: 8px;
    width: 80px;
    height: 108px;
    margin-right: 20px;
    font-size: 48px;
    line-height: 58px;

  }

  .main-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .main__error-text {
    font-size: 1rem;
  }

  .main__error-text,
  .main__code-block {
    width: 580px;
    max-width: 580px;
  }
}

.main__text-success {
  color: #7fcd72;
  margin-bottom: 12px;
  text-align: center;
}




.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.dflex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-icon-success {
  width: 104px;
  height: 104px;
  margin: 6rem auto 3rem;
}

.main-icon-success>img {
  width: 100%;
}

.main-icon-finish {
  margin: auto;
  max-width: 400px;
  /* height: 240px; */
}

.main-icon-finish>img {
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/*** 第几步 ***/
.steps-panel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
  margin-bottom: 36px;
}

.steps-panel .step-item {
  width: 40px;
  height: 68px;
}

.step-line {
  background: #E7E7E8;
  /* background: #26D174; */
  height: 2px;
  border-radius: 2px;
  width: 168px;
  margin: 19px 8px;
  transition: all 0.3s;
}

.step-item .step-lbl {
  width: 40px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  color: #A0A0A5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s;
}


.step-item .step-icon {
  height: 40px;
  /* background-color: #26d17426; */
  /* background-color: #F5F5F5; */
  border-radius: 100%;
  padding: 8px;
  color: #A0A0A5;
  transition: all 0.3s;
}

.step-item .step-icon>.step-icon-nu {
  height: 24px;
  background-color: #F5F5F5;
  border-radius: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s;
}

.step-item.step-done .step-icon {
  background-color: #26d17426;
  color: #ffffff;
}

.step-item.step-done .step-icon>.step-icon-nu {
  background-color: #26D174;
}

.step-item.step-isok .step-lbl,
.step-item.step-done .step-lbl {
  color: #26D174;
}

.step-line.step-done {
  background: #26D174;
  height: 2px;
}

.step-icon-ok {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-image: url('./ic-isok.svg');
  display: none;
}

.step-item.step-isok .step-icon-ok {
  display: block;
}

.step-item.step-isok .step-icon-nu {
  display: none;
}

@media only screen and (max-width: 769px) {
  .steps-panel {
    margin-bottom: 32px;
    padding: 16px 32px 0;
  }
  .step-line {
    margin: 19px 12px;
  }

  .steps-panel .step-item .step-lbl {
    width: 40px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
  }

  .text-white-space-normal-md {
    white-space: normal !important;
  }
}


.main__qr-code {
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.whatsapp-guide-ani {
  width: 296px;
  height: 224px;
}

.whatsapp-guide-ani>img {
  width: 100%;
}


.bg-for-safe {
  position: relative;
  background: linear-gradient(180deg, rgba(64, 198, 255, 0.21) 0%, rgba(238, 254, 249, 0.28) 100%), #6AC6F9;
  padding-top: 3.5rem;
}

.part1-info {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 769px) {
  .bg-for-safe {
    padding-top: 1.25rem;
  }
  .part1-info {
    margin-bottom: 1.25rem;
  }
}

.bg-img-safe {
  pointer-events: none;
  position: absolute;
  /* background: #ff000033; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://images.wondershare.com/drfone/2023/wa2-vip/safe-word-1x.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: 50%;
  width: 100%;
  height: 100%;
  max-width: 1382px;
  max-height: 675px;
}