.hhh {
  height: 40px;
}

.ProductFigure-mobile-container {
  flex-direction: column;
}

.ProductFigure-title {
  margin: auto;
  height: 3.5rem;
  width: 22rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  color: var(--title-color-top);
  background-color: rgb(255, 247, 238);
  font-size: 1.2rem;
}

.ProductFigure-pc {
  display: none;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.ProductFigure-mobile {
  display: block;
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ProductFigure-mobile-lift {
  padding: 15px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.delete-account-left-gap{
  max-width: 407px;
  width: 100%;
  margin-right: 76px;
  /* padding-left: 0px; */
}

.ProductFigure-mobile-title {
  font-family: Montserrat-ExtraBold, Montserrat;
  font-weight: 800;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.ProductFigure-mobile-img {
  flex: 0 0 auto;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00DBAC;
  border-radius: 24px;
  opacity: 1;

  font-size: 16px;
  font-weight: var(--font-medium);
  color: #06161F;
  text-align: center;
  overflow: hidden;
}

.ProductFigure-mobile-list {
  float: right;
  width: 93%;
  font-size: 1.1rem;
  color: var(--text-color-666);
  margin-left: 5px;
}

.ProductFigure-mobile-right {
  padding-right: 0%;
  box-sizing: border-box;
}

.ProductFigure-mobile0 {
  width: 100%;
  overflow: hidden;
}

.ProductFigure-mobile0-2 {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.btm-gap-0{
  margin-bottom: 0rem;
}

.btm-gap{
  margin-bottom: 2rem;
}

.ProductFigure-mobile0-1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ProductFigure-mobile-lift-img {
  width: 100%;
}

.ProductFigure-mobile-right-img {
  width: 100%;
}

.ProductFigure-mobile-but {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  color: #521b00;
  line-height: 3rem;
  background-image: linear-gradient(
    to top,
    rgb(251, 194, 68),
    rgb(253, 223, 125)
  );
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1.2rem;
  border-radius: 5px;
  font-family: Montserrat-ExtraBold, Montserrat;
  border: 2px solid rgb(253, 210, 113);
  transition: color 0.3s;
}

.ProductFigure-mobile-but:hover {
  transition: color 0.3s;
  color: #7a2901;
  background-image: linear-gradient(
    to top,
    rgb(249, 201, 96),
    rgb(249, 226, 153)
  );
  border: 2px solid rgb(249, 220, 153);
}

/* Media queries */

@media screen and (min-width: 768px) {

  
  .ProductFigure-pc {
    display: block;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .ProductFigure-mobile {
    width: 50%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .ProductFigure-mobile-lift {
    /* padding-left: 7%; */
    box-sizing: border-box;
    position: relative;
  }

  .ProductFigure-mobile-title {
    font-family: Montserrat-ExtraBold, Montserrat;
    font-weight: 800;
    color: #000;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .ProductFigure-mobile-list {
    float: right;
    width: 93%;
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }

  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }

  .ProductFigure-mobile0-2 {
    width: 100%;
    display: flex;
    margin-bottom: 1.3rem;
  }
  .btm-gap-0{
    margin-bottom: 0rem;
  }
  .btm-gap{
    margin-bottom: 2rem;
  }

  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .ProductFigure-mobile-lift-img {
    width: 100%;
  }

  .ProductFigure-mobile-right-img {
    width: 100%;
  }

  .ProductFigure-mobile-but {
    display: inline-block;
    font-size: 1.15rem;
    color: #521b00;
    line-height: 3.5rem;
    background-image: linear-gradient(
      to top,
      rgb(251, 194, 68),
      rgb(253, 223, 125)
    );
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1rem;
    border-radius: 5px;
    font-family: Montserrat-ExtraBold, Montserrat;
    border: 2px solid rgb(253, 210, 113);
  }

  .home .app-card {
    width: 94%;
    min-height: 70%;
    padding-bottom: 32px;
    border-radius: 32px;
    background: #ECF6F2;
  }
}

@media screen and (min-width: 992px) {
  .hhh {
    height: 60px;
  }
  .ProductFigure-mobile-container {
    flex-direction: row;
  }
  .ProductFigure-mobile-list {
    float: right;
    width: 93%;
    font-size: 1.3rem;
    margin-left: 5px;
  }

  .ProductFigure-mobile-lift {
    /* padding: 25px 50px; */
    padding: 40px 0px 25px 0px;
  }

  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }

  .ProductFigure-mobile-img {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }

  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }

  .ProductFigure-mobile0-2 {
    width: 100%;
    display: flex;
    margin-bottom: 1.3rem;
  }
  .btm-gap-0{
    margin-bottom: 0rem;
  }
  .btm-gap{
    margin-bottom: 2rem;
  }

  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .ProductFigure-mobile-lift-img {
    width: 100%;
  }

  .ProductFigure-mobile-right-img {
    width: 100%;
  }

  .ProductFigure-mobile-but {
    display: inline-block;
    font-size: 1.3rem;
    color: #521b00;
    line-height: 4rem;
    background-image: linear-gradient(
      to top,
      rgb(251, 194, 68),
      rgb(253, 223, 125)
    );
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1.2rem;
    border-radius: 5px;
    font-family: Montserrat-ExtraBold, Montserrat;
    border: 2px solid rgb(253, 210, 113);
  }
}

/** Home page */

.home .form-item .form-item-content {
  flex: 1 1 auto;
  height: 44px;
  background: #ffffff;
  border-radius: 44px;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.home .form-item:focus-within .form-item-content-vcode,
.home .form-item:focus-within .form-item-content {
  border: 1px solid var(--input-focus-color);
}

.home .form-item .form-item-content-vcode {
  flex: 1 1 auto;
  height: 44px;
  background: #ffffff;
  /* left top right bottom */
  /* border-radius: 44px 0px 0px 44px; */
  border-radius: 44px;
  opacity: 1;
  /* border: 1px solid var(--input-border-color); */
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#mobile:focus, #vCode:focus, #smsCode:focus {
  background-color: #fff; /* 背景色改为白色 */
  outline: none; /* 移除默认的聚焦边框 */
}
.home .form-item input {
  border: 0;
  font-size: 15px;
  height: 40px;
}

.home .form-item input::placeholder {
  color: var(--input-placeholder-color);
  font-weight: var(--font-medium);
}

/** Success page */

.home .app-status-icon {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-success .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-incomplete-order .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-repeat-apply .app-card {
  text-align: center;
}

/** Terminate deletion page  */

.home-terminate-deletion .app-card {
  text-align: center;
}

ul,
li {
  margin: 0;
  /* list-style: none; */
}

input {
  outline: none;
  width: 100%;
}

button {
  border: 0;
  outline: none;
  background-color: transparent;
}

/* Reset swal button */
.swal-button {
  background-color: var(--primary);
}

.swal-button:not([disabled]):hover {
  background-color: var(--primary-hover);
  opacity: 0.87;
}

.swal-text {
  display: block;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #616566;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 35px;
  padding: 0
}
.swal-modal{
  width: 541px;
  /* height: 452px; */
  background: #ECF6F2;
  border-radius: 32px;

}

/* Custom swal button */
.swal-footer{
  text-align: center;
  margin-top: 27px;
  padding-bottom: 50px;
}
.swal-button-cancel {
  width: 222px;
  height: 74px;
  background: rgba(255,255,255,0);
  border-radius: 39px;
  border: 2px solid #18191A;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-style: normal;
}

.swal-button-cancel:not([disabled]):hover {
  background-color: white;
}


.swal-button-confirm {
  width: 223px;
  height: 74px;
  background: #F5EA4C;
  border-radius: 39px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  color: #06161F;
  line-height: 26px;
  text-align: center;
  font-style: normal;
}
.swal-button-confirm:not([disabled]):hover {
  background-color: #F5EA4C;
}
.swal-icon {
  width: 140px;
  height: 140px;
  border-width: 0px;
  margin: 5px auto;

  background-size: 100% 100%;
  background-image: url(../images/delete-account-error.png);
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: transparent;
}

.home {
  /* height: 100vh; */
  width: 100vw;
}

.home .col-left {
  display: flex;
  align-items: center;
}

.home .col-right {
  padding: 0;
  display: none;
}

.app-card {
  /* top right bottom left */
  /* top&bottom left&right */
  /* padding: 24px 12px; */
  display: flex;
  flex-direction: column;

  opacity: 1;
  gap: 12px;
}

.container-primary {
  background-color: var(--container-color-primary);
}

/** Home page */

.home .row {
  /* width: 100%; */
}

.home .app-card {
  width: 78%;
  min-height: 70%;
  /* padding: 0 40px; */
    padding-bottom: 32px;
    border-radius: 32px;
    background: #ECF6F2;
  /* justify-content: center; */
}

.home .app-card__header {
  padding: 20px 38px;
}

.home .app-card__header h1 {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
}

.home .app-card__header p {
  font-size: 18px;
  margin: 0;
}

.home .app-card__header ul {
  margin-left: -32px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home .app-card__header ul li::before {
  /* content: "•"; */
  /* color: red; */
}

.home .app-card__footer--padding {
  /* padding: 0 10%; */
}

.home .app-card .app-text-strong {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
}

.home .app-card .app-text-light {
  color: var(--text-color);
  font-weight: var(--font-semi-bold);
}

.home .app-card__body {
  display: flex;
  flex-direction: column;
}

.home .app-card__body--gap {
  gap: 20px;
}

.home .form-item {
  display: flex;
  align-items: center;
}

.home .form-item-input {
  flex: 1 1 auto;
  display: flex;
  gap: 1rem;
  line-height: 1.1;
  align-items: center;
}

.home .send-sms-button {
  color: #00C298;
  font-weight: var(--font-medium);
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
  display: inline-flex;
  margin-left: auto;
  font-size: 14px;
}

.home #vCodeButton {
  background-color: #fff;
  border-left: 0;
  border-radius: 0px 44px 44px 0px;
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.home .app-card {
  padding: 0 40px;
  padding-bottom: 32px;
  border-radius: 32px;
  background: #ECF6F2;
}

.home .app-confirm-button {
  border: 0;
  height: 74px;
  width: 100%;
  background: #F5EA4C;
  border-radius: 74px;
  cursor: pointer;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  color: #06161F;
  
}

.home .app-confirm-button:disabled,
.home .app-confirm-button[disabled] {
  background: #F5EA4C;
  opacity: 0.55;
  cursor: not-allowed;
}

.home .app-card-image {
  /* margin-right: calc(var(--bs-gutter-x) * .5); */
}

/** Success page */

.home .app-status-icon {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-success .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-incomplete-order .app-card {
  text-align: center;
}

/** Incomplete order page  */

.home-repeat-apply .app-card {
  text-align: center;
}

/** Terminate deletion page  */

.home-terminate-deletion .app-card {
  text-align: center;
}

.delete-account-title-icon {
  margin-top: 5px;
  width: 32px;
  height: 32px;
}

.delete-account-circle-left {
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
}

.delete-account-circle-right {
  height: 92%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.delete-account-title {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 36px;
  color: #06161F;
  line-height: 46px;
  text-align: left;
  font-style: normal;
  /* font-size: 24px; */
  /* color: var(--primary); */
  /* font-weight: var(--font-medium); */
  margin-bottom: 0;
}

.delete-account-title-sub {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #929899;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}

.delete-account-left {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #616566;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.3rem;
}

.delete-account-trash-tips {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color-333);
  margin-bottom: 4px;
  font-style: normal;
  font-family: MiSans, MiSans;
}

.delete-account-mobile-prefix {
  font-size: 14px;
  color: #00C298 ;
  font-weight: var(--font-medium);
}

.delete-account-check {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  margin-top: 28px;
  margin-bottom: 6px;

}

.delete-account-check.active .delete-account-check-radio {
  background-image: url(../images/delete-account-checked.png);
}

.delete-account-check-radio {
  display: inline-block;
  background-image: url(../images/delete-account-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  width: 20px;
  height: 20px;
}

.delete-account-check-tips {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #929899 ;
  font-family: MiSans, MiSans;
}

.delete-account-status-img {
  width: 140px;
}

.delete-account-error-tips {
  margin-top: 34px;
  font-size: 16px;
  color: #616566;
  text-align: center;
  font-family: MiSans, MiSans;
  margin-bottom: 36px;
}
.delete-account-error-tips-title{
  font-weight: 600;
  font-size: 18px;
  color: #17191A;
  text-align: center;
  font-style: normal;
  margin-bottom: 12px;
}
.delete-account-error-tips-again{
  font-weight: 600;
  font-size: 18px;
  color: #17191A;
  text-align: center;
  font-style: normal;
  margin-bottom: 12px;
}
.delete-account-error-tips-remind{
  font-weight: 400;
  font-size: 16px;
  color: #616566;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}
.delete-account-margin-top-10 {
  margin-top: 10px;
}
.delete-account-cancel-margin-top-10{
  margin-top: 0px;
}

.delete-account-margin-top-50 {
  margin-top: 32px;
}

.delete-account-cancel {
  margin-bottom: 69px;
}

.delete-account-done {
  margin-bottom: 128px;
}

.delete-account-doing-date-wrap {
  line-height: 2;
  margin-top: 34px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.delete-account-doing-date-left {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 18px;
  color: #17191A;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}


.delete-account-doing-tips {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #616566;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-bottom: 36px;
}

.delete-account-doing-bottom {
  margin-top: 13px;
  margin-bottom: 28px;
  display: flex;
  /* vertical -> all sub views */
  align-items: center;
  /* horizontal -> all sub views */
  justify-content: left;
}

.delete-account-doing-bottom-img {
  width: 13px;
  height: 13px;
}

.delete-account-doing-bottom-tips {
  margin-left: 6px;
  font-size: 12px;
  color: var(--primary);
  line-height: 12px;
}

.horizontal_left {
  justify-content: left;
}

.margin_left_30 {
  margin-left: 30px;
}

.footer__delete-account {
  color: var(--primary-hover) !important;
}

@media screen and (min-width: 992px) {
  .home .app-confirm-button {
    height: 66px;
    border-radius: 66px;
    font-size: 20px;
  }

  .home #vCodeButton {
    border-radius: 0px 66px 66px 0px;
    height: 66px;
    /* line-height: 66px; */
  }
  .home .app-card {
    padding: 0 40px;
    padding-bottom: 32px;
    border-radius: 32px;
    background: #ECF6F2;
  }

  .home .col-right {
    display: block;
  }

  .home .form-item .form-item-content {
    height: 66px;
    border-radius: 66px;
  }

  .home .form-item .form-item-content-vcode {
    height: 66px;
    /* border-radius: 66px 0 0 66px; */
     border-radius: 66px;
  }
  #mobile:focus, #vCode:focus, #smsCode:focus {
    background-color: #fff; /* 背景色改为白色 */
    outline: none; /* 移除默认的聚焦边框 */
  }

  .delete-account-mobile-prefix {
    font-size: 14px;
    color: #00C298 ;
  }
  .home .form-item input {
    height: 60px;
    font-size: 14px;
    color: #929899;
    font-family: MiSans, MiSans;
    font-weight: 400;
  }

  .delete-account-title {
    font-size: 36px;
  }

  .delete-account-title-sub {
    font-size: 16px;
  }

  .delete-account-left {
    font-size: 16px;
  }
}
