@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) {
  #app {
    padding: 0.14rem 0.24rem;
  }
  .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 #e1e3ea;
    border-radius: 6px;
    padding: 0 0.22rem;
    position: relative;
  }
  .input-wrap.borBt {
    border: 1px solid #e1e3ea;
  }
  .input-wrap.active {
    border-color: #1b39e6;
  }
  .input-wrap .flex-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .input-wrap .label {
    position: absolute;
    top: 50%;
    left: 0.11rem;
    font-size: 0.24rem;
    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(-205%);
        -ms-transform: scale(0.9) translateY(-205%);
            transform: scale(0.9) translateY(-205%);
    background: #fff;
    font-size: 0.2rem;
  }
  .input-wrap .label.active {
    -webkit-transform: scale(0.9) translateY(-205%);
        -ms-transform: scale(0.9) translateY(-205%);
            transform: scale(0.9) translateY(-205%);
    z-index: 90;
    color: #1b39e6;
    background: #fff;
    font-size: 0.2rem;
  }
  .input {
    width: 100%;
    font-size: 0.28rem;
    height: 1rem;
    padding-left: 0;
    -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;
  }
  .login-wrap {
    width: 100%;
    margin: 0.72rem auto 0;
    background: #fff;
    border-radius: 4px;
  }
  .login-wrap.fromNews {
    margin: 0 auto;
  }
  .login-wrap.fromNews .cell {
    margin-bottom: 0.24rem;
  }
  .login-wrap.fromNews .sumbit-panel {
    margin: 0.6rem 0 0.3rem;
  }
  .login-wrap .title {
    font-size: 0.48rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.32rem;
  }
  .login-wrap .desc {
    font-size: 0.26rem;
    color: #121212;
    margin: 0.32rem 0;
  }
  .login-wrap .mobile-panel {
    width: 100%;
    background: #fff;
  }
  .login-wrap .tabs-panel {
    margin-bottom: 0.64rem;
    border-bottom: 1px solid #e1e3ea;
  }
  .login-wrap .tabs-panel .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login-wrap .tabs-panel .tabs li {
    font-size: 14px;
    padding: 14px 0;
    color: rgba(11, 11, 20, 0.5);
    cursor: pointer;
    position: relative;
  }
  .login-wrap .tabs-panel .tabs li:last-child {
    margin-left: 0.64rem;
  }
  .login-wrap .tabs-panel .tabs li.active {
    color: #0b0b14;
    font-weight: bold;
  }
  .login-wrap .tabs-panel .tabs li.active::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #1b39e6;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .login-wrap .cell {
    position: relative;
    margin-bottom: 0.64rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-wrap .cell.error .input-wrap {
    border-color: #f4270b;
  }
  .login-wrap .cell.error .label {
    color: #f4270b;
    z-index: 90;
    background: #fff;
    -webkit-transform: scale(0.9) translateY(-205%);
        -ms-transform: scale(0.9) translateY(-205%);
            transform: scale(0.9) translateY(-205%);
  }
  .login-wrap .cell.error .mobile-cell .area-code {
    border-color: #ee2d3a;
  }
  .login-wrap .cell .forget {
    font-size: 0.24rem;
    position: absolute;
    bottom: -24px;
    right: 0;
    font-family: StolzlBook;
  }
  .login-wrap .cell .forget a {
    color: #1b39e6;
  }
  .login-wrap .cell .icon-wrap {
    position: absolute;
    top: 0.35rem;
    right: 0.2rem;
    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;
  }
  .login-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;
  }
  .login-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;
  }
  .login-wrap .cell .icon-wrap .eye.close {
    background: url("../images/i-eye-c.webp") no-repeat;
    background-size: contain;
  }
  .login-wrap .cell .getVerify-code {
    position: absolute;
    right: 0.2rem;
    top: 0.98rem;
    text-align: center;
    line-height: 1.2;
    background: #ffffff;
    color: #1b39e6;
    font-weight: 600;
    font-size: 0.26rem;
    cursor: pointer;
  }
  .login-wrap .cell .getVerify-code:active {
    opacity: 0.8;
  }
  .login-wrap .cell .getVerify-code:disabled {
    opacity: 0.9;
    background: #fff;
    border-color: #fff;
    color: #999;
  }
  .login-wrap .cell .error {
    color: #ee2d3a;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .login-wrap .sumbit-panel {
    margin: 1rem 0 0.3rem;
    text-align: center;
  }
  .login-wrap .sumbit-panel .btn {
    width: 100%;
    height: 0.96rem;
    background: #1b39e6;
    border-radius: 0.16rem;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.64rem;
    font-family: StolzlRegular;
  }
  .login-wrap .sumbit-panel .btn.disabled {
    color: #b3bad0;
    background: #eff1f6;
    cursor: no-drop;
  }
  .login-wrap .sumbit-panel .other-register {
    text-align: center;
    font-size: 0.24rem;
    font-family: StolzlBook;
  }
  .login-wrap .sumbit-panel .other-register a {
    color: #1b39e6;
  }
  .login-wrap .mobile-cell .c-input {
    border-radius: 0 6px 6px 0;
    border-left: none;
  }
  .login-wrap .mobile-cell .area-code {
    width: 1.8rem;
    height: 1.04rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cdd4e5;
    border-radius: 6px 0 0 6px;
    color: #b8b8b8;
    font-size: 0.26rem;
    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;
  }
  .login-wrap .mobile-cell .area-code .i-inda {
    vertical-align: middle;
    margin-right: 6px;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/i-inda.png") no-repeat;
    background-size: contain;
  }
  .login-wrap .mt5-login-suc .top-back {
    height: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login-wrap .mt5-login-suc .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;
  }
  .login-wrap .mt5-login-suc .mt5-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.62rem;
    position: relative;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc {
    position: absolute;
    bottom: -1.2rem;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc .title {
    font-size: 0.56rem;
    margin: 0 auto 0.12rem;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc .info {
    font-size: 0.28rem;
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-img {
    width: 4.02rem;
    height: 4.14rem;
    background: url("../images/mt5-bg.webp") no-repeat;
    background-size: contain;
    margin-left: auto;
  }
  .login-wrap .mt5-login-suc .mt5-cont {
    padding: 0.16rem 0.32rem;
    background: #f4f6fc;
    border-radius: 8px;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li {
    font-size: 0.24rem;
    height: 1rem;
    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;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .t1 {
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .t2 {
    font-size: 0.24rem;
    font-weight: bold;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .copyBtn {
    width: 0.48rem;
    height: 0.48rem;
    background: url("../images/i-copy.webp") no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .telValHidden {
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    overflow: hidden;
  }
  .login-wrap .mt5-login-suc .mt5-info {
    font-size: 0.2rem;
    color: #858589;
    border-bottom: 1px solid #f4f6fc;
    padding: 0.2rem 0;
    line-height: 1.2;
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-btn {
    width: 4.38rem;
    height: 0.96rem;
    background: #eff1f6;
    border-radius: 0.16rem;
    margin: 0.6rem auto;
    font-size: 0.24rem;
    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;
    cursor: pointer;
  }
  .login-type {
    margin: 0.86rem auto 0 auto;
    text-align: center;
  }
  .login-type .other-or {
    border-bottom: 1px solid #e6e8fb;
    position: relative;
  }
  .login-type .other-or span {
    position: absolute;
    left: 50%;
    top: -0.15rem;
    color: #e6e8fb;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #fff;
    padding: 0 0.16rem;
    margin: 0 auto;
    font-size: 0.24rem;
  }
  .login-type .other-login {
    margin: 40px 0;
  }
  .login-type .other-login ul li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #c6c7c8;
    text-align: center;
    border-radius: 0.16rem;
    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;
    cursor: pointer;
    margin-bottom: 16px;
    font-size: 0.24rem;
  }
  .login-type .other-login ul li img {
    width: 0.48rem;
    margin-right: 0.32rem;
  }
  .login-type .other-login ul li.google {
    background: #fff;
  }
  .login-type .other-login ul li.fb {
    color: #fff;
    background-color: #000;
  }
  .login-type .other-login .other-register {
    text-align: center;
    font-size: 12px;
    font-family: StolzlBook;
  }
  .login-type .other-login .other-register a {
    color: #1b39e6;
  }
  .login-type .create-hsbAccount {
    color: #1b39e6;
    text-decoration: underline;
    font-size: 0.3rem;
  }
}
@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 .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;
  }
  .input-wrap.borBt {
    border: 1px solid #e1e3ea;
  }
  .input-wrap.active {
    border-color: #1b39e6;
  }
  .input-wrap .label {
    position: absolute;
    top: 50%;
    left: 11px;
    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;
  }
  .login-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;
  }
  .login-wrap.fromNews {
    margin: 0 auto;
  }
  .login-wrap .title {
    font-size: 28px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .login-wrap .tabs-panel {
    margin-bottom: 42px;
    border-bottom: 1px solid #e1e3ea;
  }
  .login-wrap .tabs-panel .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .login-wrap .tabs-panel .tabs li {
    font-size: 14px;
    padding: 14px 0;
    color: rgba(11, 11, 20, 0.5);
    cursor: pointer;
    position: relative;
  }
  .login-wrap .tabs-panel .tabs li:last-child {
    margin-left: 42px;
  }
  .login-wrap .tabs-panel .tabs li.active {
    color: #0b0b14;
    font-weight: bold;
  }
  .login-wrap .tabs-panel .tabs li.active::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #1b39e6;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .login-wrap .desc {
    font-size: 14px;
    color: #121212;
    margin: 32px 0;
  }
  .login-wrap .mobile-panel {
    width: 100%;
    background: #fff;
  }
  .login-wrap .cell {
    position: relative;
    margin-bottom: 32px;
  }
  .login-wrap .cell.error .input-wrap {
    border-color: #f4270b;
  }
  .login-wrap .cell.error .label {
    color: #f4270b;
    -webkit-transform: scale(0.9) translateY(-215%);
        -ms-transform: scale(0.9) translateY(-215%);
            transform: scale(0.9) translateY(-215%);
    z-index: 99;
    background: #fff;
  }
  .login-wrap .cell.error .mobile-cell .area-code {
    border-color: #f4270b;
  }
  .login-wrap .cell .forget {
    font-size: 14px;
    position: absolute;
    bottom: -28px;
    right: 0;
    font-family: StolzlBook;
  }
  .login-wrap .cell .forget a {
    color: #1b39e6;
  }
  .login-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;
  }
  .login-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;
  }
  .login-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;
  }
  .login-wrap .cell .icon-wrap .eye.close {
    background: url("../images/i-eye-c.webp") no-repeat;
    background-size: contain;
  }
  .login-wrap .cell .error {
    color: #ee2d3a;
    font-size: 12px;
    margin-top: 8px;
  }
  .login-wrap .sumbit-panel {
    margin: 64px 0;
    text-align: center;
  }
  .login-wrap .sumbit-panel .btn {
    width: 100%;
    height: 56px;
    background: #1b39e6;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 24px;
    font-family: StolzlRegular;
  }
  .login-wrap .sumbit-panel .btn.disabled {
    color: #b3bad0;
    background: #eff1f6;
    cursor: no-drop;
  }
  .login-wrap .sumbit-panel .other-register {
    text-align: center;
    font-size: 14px;
    font-family: StolzlBook;
  }
  .login-wrap .sumbit-panel .other-register a {
    color: #1b39e6;
  }
  .login-wrap .mobile-cell .c-input {
    border-radius: 0 6px 6px 0;
    border-left: none;
  }
  .login-wrap .mobile-cell .area-code {
    width: 106px;
    height: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cdd4e5;
    border-radius: 6px 0 0 6px;
    color: #b8b8b8;
    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;
  }
  .login-wrap .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;
  }
  .login-wrap .mt5-login-suc {
    color: #0b0b14;
    position: relative;
  }
  .login-wrap .mt5-login-suc .top-back {
    height: 50px;
    position: absolute;
    left: -40px;
  }
  .login-wrap .mt5-login-suc .top-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;
    cursor: pointer;
  }
  .login-wrap .mt5-login-suc .mt5-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc {
    margin-bottom: 32px;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc .title {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-desc .info {
    font-size: 16px;
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-bg .mt5-img {
    width: 265px;
    height: 271px;
    background: url("../images/mt5-bg-pc.webp") no-repeat;
    background-size: contain;
    margin-left: auto;
  }
  .login-wrap .mt5-login-suc .mt5-cont {
    padding: 16px;
    background: #f4f6fc;
    border-radius: 8px;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li {
    font-size: 14px;
    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;
    height: 60px;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .t1 {
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .t2 {
    font-size: 16px;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .copyBtn {
    width: 32px;
    height: 32px;
    background: url("../images/i-copy.webp") no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
  }
  .login-wrap .mt5-login-suc .mt5-cont ul li .telValHidden {
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    overflow: hidden;
  }
  .login-wrap .mt5-login-suc .mt5-info {
    font-size: 12px;
    color: #858589;
    border-bottom: 1px solid #f4f6fc;
    padding: 16px 0;
    font-family: StolzlBook;
  }
  .login-wrap .mt5-login-suc .mt5-btn {
    width: 100%;
    height: 56px;
    background: #eff1f6;
    border-radius: 8px;
    margin: 40px auto;
    font-size: 16px;
    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;
    cursor: pointer;
  }
  .login-type {
    width: 527px;
    margin: 0 auto;
    text-align: center;
  }
  .login-type .other-or {
    border-bottom: 1px solid #e6e8fb;
    position: relative;
    color: #e6e8fb;
  }
  .login-type .other-or span {
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-color: #fff;
    padding: 0 16px;
    margin: 0 auto;
    font-size: 14px;
  }
  .login-type .other-login {
    margin: 32px 0;
  }
  .login-type .other-login ul li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #c6c7c8;
    text-align: center;
    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;
    cursor: pointer;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .login-type .other-login ul li img {
    width: 32px;
    margin-right: 15px;
  }
  .login-type .other-login ul li.google {
    background: #fff;
  }
  .login-type .other-login ul li.fb {
    color: #fff;
    background-color: #000;
  }
  .login-type .other-login .other-register {
    text-align: center;
    font-size: 12px;
    font-family: StolzlBook;
  }
  .login-type .other-login .other-register a {
    color: #1b39e6;
  }
}