@charset "UTF-8";
/* 中等 */
@font-face {
  font-family: StolzlRegular;
  src: url("/font/StolzlRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: StolzlBook;
  src: url("/font/StolzlBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes resetBg {
  99% {
    background: #fff;
  }
}
@keyframes resetBg {
  99% {
    background: #fff;
  }
}
@media (min-width: 750px) {
  .mobile {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media (max-width: 751px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
}
[v-cloak] {
  display: none;
}

input,
button {
  border: none;
  outline: none;
}

li,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  /* 禁止文字被选中 */
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-family: StolzlRegular, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica, Arial, monospace, sans-serif;
}

.mobile-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .toast-panel {
    position: fixed;
    top: 49%;
    left: 50%;
    z-index: 999;
    padding: 0.4rem 0.48rem;
    background-color: #54545b;
    border-radius: 0.16rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 4.78rem;
    min-height: 2.32;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .toast-panel.no-icon {
    width: auto;
    min-height: unset;
  }
  .toast-panel .i-warn {
    width: 0.6rem;
    height: 0.6rem;
    background: url("../images/i-warn.png") no-repeat;
    background-size: contain;
    margin-bottom: 0.08rem;
  }
  .toast-panel .text {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .input-wrap {
    line-height: 1.2;
    border: 1px solid #cdd4e5;
    border-radius: 0.08rem;
    position: relative;
  }
  .input-wrap.borBt {
    border: 1px solid #e0e0e0;
  }
  .input-wrap.active {
    border-color: #1b39e6;
  }
  .input-wrap .label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 0.24rem;
    padding: 0 5px;
    color: #7f818c;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .input-wrap .label.not-empty {
    color: #0b0b14;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    -webkit-transform: scale(0.9) translateY(-256%);
        -ms-transform: scale(0.9) translateY(-256%);
            transform: scale(0.9) translateY(-256%);
    background: #fff;
    font-size: 0.22rem;
  }
  .input-wrap .label.active {
    -webkit-transform: scale(0.9) translateY(-256%);
        -ms-transform: scale(0.9) translateY(-256%);
            transform: scale(0.9) translateY(-256%);
    z-index: 90;
    color: #1b39e6;
    background: #fff;
    font-size: 0.22rem;
  }
  .input-wrap .input {
    width: 100%;
    font-size: 0.28rem;
    height: 0.96rem;
    padding-left: 5px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
            box-shadow: 0 0 0px 1000px white inset;
  }
  .loading {
    width: 20px;
    height: 20px;
    background: url("https://www.hsb.co.id/images/loading.gif") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .head-panel {
    width: 100%;
    margin: 0 auto;
    padding: 0.32rem 0;
    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;
  }
  .head-panel .head-logo {
    width: 2.61rem;
    height: 0.47rem;
    background: url("https://www.hsb.co.id/images/login/head-logo.png") no-repeat;
    background-size: contain;
  }
  .head-panel .head-logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .head-panel .custom-select {
    position: relative;
    display: inline-block;
    width: 1.6rem;
    font-size: 0.28rem;
    cursor: pointer;
  }
  .head-panel .custom-select .select-trigger {
    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;
    padding: 0.1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
  .head-panel .custom-select .select-trigger.active .i-row {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .head-panel .custom-select .select-trigger .i-row {
    width: 0.11rem;
    height: 0.06rem;
    background: url("../images/i-row-down.png") no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .head-panel .custom-select .options {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0; /* 初始透明度 */
    max-height: 0; /* 初始高度为0 */
    overflow: hidden; /* 隐藏内容 */
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -o-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease; /* 添加过渡效果 */
  }
  .head-panel .custom-select .options.show {
    opacity: 1; /* 完全可见 */
    max-height: 1.5rem; /* 展开时的最大高度 */
  }
  .head-panel .custom-select .options .option {
    padding: 0.1rem;
    cursor: pointer;
  }
  .head-panel .custom-select .options .option:hover {
    color: #1E00FF;
    background-color: #f0f0f0;
  }
  .footer {
    width: 100%;
    text-align: center;
    padding-top: 0.6rem;
  }
  .footer.abs {
    position: absolute;
    padding: 0 0.48rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .t1 {
    font-size: 0.26rem;
    color: #595959;
    margin-bottom: 0.24rem;
    text-align: center;
  }
  .footer .certificate {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.2rem auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .certificate .c1 {
    width: 1.82rem;
    height: 0.6rem;
    background: url("/images/login/i-t1.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c2 {
    width: 1.58rem;
    height: 0.6rem;
    background: url("/images/login/i-t2.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c3 {
    width: 1.17rem;
    height: 0.6rem;
    background: url("/images/login/i-t3.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c4 {
    width: 1.12rem;
    height: 0.6rem;
    background: url("/images/login/i-t4.png") no-repeat;
    background-size: contain;
  }
  .footer .t2 {
    font-size: 11px;
    color: #121212;
    padding: 0.2rem 0;
    border-top: 1px solid #c4c4c4;
  }
  .top-back {
    height: 0.9rem;
    padding-left: 0.2rem;
  }
  .top-back .i-back {
    width: 0.52rem;
    height: 0.52rem;
    background: url("https://www.hsb.co.id/register/images/i-back.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .forget-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    padding: 0.16rem 0.32rem 0.32rem 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .forget-wrap.fromNews .title {
    font-size: 0.32rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.32rem;
    position: relative;
  }
  .forget-wrap.fromNews .title .back {
    position: absolute;
    left: -30px;
    bottom: -3px;
    cursor: pointer;
  }
  .forget-wrap.fromNews .title .back .i-back {
    width: 25px;
    height: 25px;
    background: url("https://www.hsb.co.id/register/images/i-back.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .forget-wrap.fromNews .cell {
    margin-bottom: 0.4rem;
  }
  .forget-wrap.fromNews .sumbit-panel {
    margin: 20px 0 32px;
  }
  .forget-wrap .title {
    font-size: 0.48rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.32rem;
  }
  .forget-wrap .desc {
    font-size: 0.24rem;
    margin-bottom: 0.64rem;
    color: #0b0b14;
  }
  .forget-wrap .desc span {
    font-weight: bold;
  }
  .forget-wrap .mobile-panel {
    width: 100%;
    background: #fff;
  }
  .forget-wrap .code-cont {
    margin-bottom: 64px;
  }
  .forget-wrap .code-cont.error .code-ipt {
    border-color: #e03440;
  }
  .forget-wrap .code-cont.error .code-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .forget-wrap .code-cont .code-ipt {
    width: 48px;
    height: 54px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e1e3ea;
    margin-bottom: 12px;
  }
  .forget-wrap .code-cont .code-ipt:not(:first-child) {
    margin-left: 10px;
  }
  .forget-wrap .code-cont .code-info {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .forget-wrap .code-cont .code-info .error {
    color: #e03440;
  }
  .forget-wrap .code-cont .code-info .c-time {
    color: #b3bad0;
    text-align: right;
  }
  .forget-wrap .code-cont .code-info .c-time span {
    color: #0b0b14;
  }
  .forget-wrap .cell {
    position: relative;
    margin-bottom: 0.64rem;
  }
  .forget-wrap .cell.error .input-wrap {
    border-color: #f4270b;
  }
  .forget-wrap .cell.error .label {
    color: #f4270b;
    z-index: 99;
    -webkit-transform: scale(0.9) translateY(-256%);
        -ms-transform: scale(0.9) translateY(-256%);
            transform: scale(0.9) translateY(-256%);
    background: #fff;
  }
  .forget-wrap .cell.error .mobile-cell.isCode .label {
    -webkit-transform: scale(0.9) translateY(-256%);
        -ms-transform: scale(0.9) translateY(-256%);
            transform: scale(0.9) translateY(-256%);
  }
  .forget-wrap .cell .input-wrap .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .forget-wrap .cell .input {
    width: 100%;
    font-size: 0.28rem;
    height: 0.96rem;
    padding-left: 0.32rem;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
            box-shadow: 0 0 0px 1000px white inset;
  }
  .forget-wrap .cell .mobile-cell.isCode .input-wrap {
    margin-left: 0;
    padding-right: 100px;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    color: #1b39e6;
    font-size: 0.28rem;
    z-index: 9;
    cursor: pointer;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code:active {
    opacity: 0.8;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code:disabled {
    opacity: 0.9;
    background: #fff;
    border-color: #fff;
    color: #999;
  }
  .forget-wrap .cell .mobile-cell .area-code {
    width: 2.1rem;
    height: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cdd4e5;
    border-radius: 6px;
    color: #858589;
    font-size: 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;
  }
  .forget-wrap .cell .mobile-cell .area-code .i-inda {
    vertical-align: middle;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background: url("../images/i-inda.png") no-repeat;
    background-size: contain;
  }
  .forget-wrap .cell .mobile-cell .input-wrap {
    position: relative;
    margin-left: 0.32rem;
    width: 100%;
  }
  .forget-wrap .cell .mobile-cell .input-wrap .flex-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .forget-wrap .cell .error {
    color: #ee2d3a;
    font-size: 0.2rem;
    padding-top: 0.12rem;
    height: 0.2rem;
  }
  .forget-wrap .cell .error.ml {
    margin-left: 1.7rem;
  }
  .forget-wrap .cell .icon-wrap {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    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;
  }
  .forget-wrap .cell .icon-wrap .clear {
    width: 0.32rem;
    height: 0.32rem;
    background: url("../images/i-clear.png") no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
  }
  .forget-wrap .cell .icon-wrap .eye {
    width: 0.48rem;
    height: 0.48rem;
    background: url("../images/i-eye-o.webp") no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
  }
  .forget-wrap .cell .icon-wrap .eye.close {
    background: url("../images/i-eye-c.webp") no-repeat;
    background-size: contain;
  }
  .forget-wrap .sumbit-panel {
    margin: 40px 0 32px;
    text-align: center;
  }
  .forget-wrap .sumbit-panel .btn {
    width: 100%;
    height: 0.96rem;
    background: #1b39e6;
    border-radius: 0.16rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-family: StolzlRegular;
  }
  .forget-wrap .sumbit-panel .btn.disabled {
    color: #b3bad0;
    background: #eff1f6;
    cursor: no-drop;
  }
}
@media (min-width: 751px) {
  .toast-panel {
    position: fixed;
    top: 49%;
    left: 50%;
    z-index: 999;
    padding: 20px 24px;
    background-color: #54545b;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 239px;
    min-height: 116px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .toast-panel.no-icon {
    width: auto;
    min-height: unset;
  }
  .toast-panel .i-warn {
    width: 50px;
    height: 50px;
    background: url("../images/i-warn.png") no-repeat;
    background-size: contain;
    margin-bottom: 4px;
  }
  .toast-panel .text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .input-wrap {
    height: 56px;
    line-height: 1.2;
    border: 1px solid #e1e3ea;
    border-radius: 4px;
    padding: 0 16px;
    position: relative;
  }
  .input-wrap.borBt {
    border: 1px solid #e1e3ea;
  }
  .input-wrap.active {
    border-color: #1b39e6;
  }
  .input-wrap .label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    color: #7f818c;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .input-wrap .label.not-empty {
    color: #0b0b14;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    -webkit-transform: scale(0.9) translateY(-215%);
        -ms-transform: scale(0.9) translateY(-215%);
            transform: scale(0.9) translateY(-215%);
    background: #fff;
    font-size: 12px;
  }
  .input-wrap .label.active {
    -webkit-transform: scale(0.9) translateY(-215%);
        -ms-transform: scale(0.9) translateY(-215%);
            transform: scale(0.9) translateY(-215%);
    z-index: 90;
    color: #1b39e6;
    background: #fff;
    font-size: 12px;
  }
  .loading {
    width: 20px;
    height: 20px;
    background: url("https://www.hsb.co.id/images/loading.gif") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .head-panel {
    width: 1150px;
    margin: 0 auto;
    padding: 32px 0;
    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;
  }
  .head-panel .head-logo {
    width: 261px;
    height: 47px;
    background: url("https://www.hsb.co.id/images/login/head-logo.png") no-repeat;
    background-size: contain;
  }
  .head-panel .head-logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .head-panel .custom-select {
    position: relative;
    display: inline-block;
    width: 160px;
    cursor: pointer;
  }
  .head-panel .custom-select .select-trigger {
    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;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  }
  .head-panel .custom-select .select-trigger.active .i-row {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .head-panel .custom-select .select-trigger .i-row {
    width: 11px;
    height: 5.5px;
    background: url("../images/i-row-down.png") no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .head-panel .custom-select .options {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0; /* 初始透明度 */
    max-height: 0; /* 初始高度为0 */
    overflow: hidden; /* 隐藏内容 */
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -o-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease; /* 添加过渡效果 */
  }
  .head-panel .custom-select .options.show {
    opacity: 1; /* 完全可见 */
    max-height: 150px; /* 展开时的最大高度 */
  }
  .head-panel .custom-select .options .option {
    padding: 10px;
    cursor: pointer;
  }
  .head-panel .custom-select .options .option:hover {
    color: #1E00FF;
    background-color: #f0f0f0;
  }
  .footer {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
  }
  .footer.abs {
    position: absolute;
    padding: 0 0.48rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .t1 {
    font-size: 12px;
    color: #595959;
    margin-bottom: 24px;
  }
  .footer .certificate {
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 22px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .certificate .c1 {
    width: 121px;
    height: 40px;
    background: url("/images/login/i-t1.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c2 {
    width: 105px;
    height: 40px;
    background: url("/images/login/i-t2.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c3 {
    width: 78px;
    height: 40px;
    background: url("/images/login/i-t3.png") no-repeat;
    background-size: contain;
  }
  .footer .certificate .c4 {
    width: 75px;
    height: 40px;
    background: url("/images/login/i-t4.png") no-repeat;
    background-size: contain;
  }
  .footer .t2 {
    font-size: 11px;
    color: #121212;
    padding: 20px 0;
    border-top: 1px solid #c4c4c4;
  }
  .forget-wrap {
    width: 560px;
    height: auto;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .forget-wrap .title {
    font-size: 28px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 16px;
    position: relative;
  }
  .forget-wrap .title .back {
    position: absolute;
    left: -40px;
    bottom: 0;
    cursor: pointer;
  }
  .forget-wrap .title .back .i-back {
    width: 32px;
    height: 32px;
    background: url("https://www.hsb.co.id/register/images/i-back.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .forget-wrap .desc {
    font-size: 14px;
    margin-bottom: 64px;
    font-family: StolzlBook;
  }
  .forget-wrap .desc span {
    font-weight: bold;
  }
  .forget-wrap .mobile-panel {
    width: 100%;
    background: #fff;
  }
  .forget-wrap .code-cont {
    margin-bottom: 64px;
  }
  .forget-wrap .code-cont.error .code-ipt {
    border-color: #e03440;
  }
  .forget-wrap .code-cont.error .code-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .forget-wrap .code-cont .code-ipt {
    width: 48px;
    height: 54px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e1e3ea;
    margin-bottom: 12px;
  }
  .forget-wrap .code-cont .code-ipt:not(:first-child) {
    margin-left: 10px;
  }
  .forget-wrap .code-cont .code-info {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .forget-wrap .code-cont .code-info .error {
    color: #e03440;
  }
  .forget-wrap .code-cont .code-info .c-time {
    color: #b3bad0;
    text-align: right;
  }
  .forget-wrap .code-cont .code-info .c-time span {
    color: #0b0b14;
  }
  .forget-wrap .cs-info {
    font-size: 12px;
  }
  .forget-wrap .cs-info a {
    color: #1b39e6;
  }
  .forget-wrap .cell {
    position: relative;
    margin-bottom: 32px;
  }
  .forget-wrap .cell.error .input-wrap {
    border-color: #f4270b;
  }
  .forget-wrap .cell.error .label {
    color: #f4270b;
    z-index: 99;
    -webkit-transform: scale(0.9) translateY(-215%);
        -ms-transform: scale(0.9) translateY(-215%);
            transform: scale(0.9) translateY(-215%);
    background: #fff;
  }
  .forget-wrap .cell.error .mobile-cell.isCode .label {
    -webkit-transform: scale(0.9) translateY(-215%);
        -ms-transform: scale(0.9) translateY(-215%);
            transform: scale(0.9) translateY(-215%);
  }
  .forget-wrap .cell .input {
    width: 100%;
    font-size: 16px;
    height: 54px;
    padding-left: 0;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
            box-shadow: 0 0 0px 1000px white inset;
  }
  .forget-wrap .cell .tips {
    position: absolute;
    padding: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 6px 6px 6px 6px;
    right: -277px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
  }
  .forget-wrap .cell .tips .t1 {
    font-size: 15px;
    color: #595959;
    margin-bottom: 8px;
    width: 100%;
    padding-left: 16px;
  }
  .forget-wrap .cell .tips .t1 .i-error {
    width: 18px;
    height: 18px;
    background: url("../images/i-error.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .forget-wrap .cell .tips .t1 .i-correct {
    width: 18px;
    height: 18px;
    background: url("../images/i-correct.png") no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  .forget-wrap .cell .mobile-cell.isCode .input-wrap {
    margin-left: 0;
    padding-right: 100px;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    color: #1b39e6;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code:active {
    opacity: 0.8;
  }
  .forget-wrap .cell .mobile-cell .getVerify-code:disabled {
    opacity: 0.9;
    background: #fff;
    border-color: #fff;
    color: #999;
  }
  .forget-wrap .cell .mobile-cell .area-code {
    width: 90px;
    height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e1e3ea;
    border-radius: 6px;
    color: #858589;
    font-size: 14px;
    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;
  }
  .forget-wrap .cell .mobile-cell .area-code .i-inda {
    vertical-align: middle;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background: url("../images/i-inda.png") no-repeat;
    background-size: contain;
  }
  .forget-wrap .cell .mobile-cell .input-wrap {
    position: relative;
    margin-left: 20px;
    width: 100%;
  }
  .forget-wrap .cell .error {
    color: #ee2d3a;
    font-size: 12px;
    padding-top: 8px;
  }
  .forget-wrap .cell .error.ml {
    margin-left: 100px;
  }
  .forget-wrap .cell .icon-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    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;
  }
  .forget-wrap .cell .icon-wrap .clear {
    width: 16px;
    height: 16px;
    background: url("../images/i-clear.png") no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
  }
  .forget-wrap .cell .icon-wrap .eye {
    width: 24px;
    height: 24px;
    background: url("../images/i-eye-o.webp") no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
  }
  .forget-wrap .cell .icon-wrap .eye.close {
    background: url("../images/i-eye-c.webp") no-repeat;
    background-size: contain;
  }
  .forget-wrap .sumbit-panel {
    margin: 40px 0 32px;
    text-align: center;
  }
  .forget-wrap .sumbit-panel .btn {
    width: 100%;
    height: 56px;
    background: #1b39e6;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-family: StolzlRegular;
  }
  .forget-wrap .sumbit-panel .btn.disabled {
    color: #b3bad0;
    background: #eff1f6;
    cursor: no-drop;
  }
}