@font-face {
    font-family: "nav_all";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/all.ttf");
}

@font-face {
    font-family: "nav_tr";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/tr.otf");
}

@font-face {
    font-family: "nav_ar";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/ar.ttf");
}

@font-face {
    font-family: "nav_ru";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/ru.ttf");
}

@font-face {
    font-family: "nav_th";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/th.ttf");
}

@font-face {
    font-family: "nav_vi";
    src: url("https://www.pubgmobile.com/act/resource/long_cache_30d/fonts/vi.ttf");
}

.login-popbox,
.nav-login-box {
    --login-font: "nav_all", system-ui, Helvetica, arial;
}

.tr .login-popbox,
.tr .nav-login-box,
.lang_tr .login-popbox,
.lang_tr .nav-login-box {
    --login-font: "nav_tr", Arial, Helvetica, sans-serif;
}

.ar .login-popbox,
.ar .nav-login-box,
.lang_ar .login-popbox,
.lang_ar .nav-login-box {
    --login-font: "nav_ar", Arial, Helvetica, sans-serif;
    direction: rtl;
    /* letter-spacing: 0; */
}

.ru .login-popbox,
.ru .nav-login-box,
.lang_ru .login-popbox,
.lang_ru .nav-login-box {
    --login-font: "nav_ru", Arial, Helvetica, sans-serif;
}

.th .login-popbox,
.th .nav-login-box,
.lang_th .login-popbox,
.lang_th .nav-login-box {
    --login-font: "nav_all", Arial, Helvetica, sans-serif;
    /* letter-spacing: 0; */
}

.vi .login-popbox,
.vi .nav-login-box,
.lang_vi .login-popbox,
.lang_vi .nav-login-box {
    --login-font: "nav_vi", Arial, Helvetica, sans-serif;
    /* letter-spacing: 0; */
}

.HK .nav-login-box,
.TW .nav-login-box,
.HK .login-popbox,
.TW .login-popbox,
.lang_hk .nav-login-box,
.lang_tw .nav-login-box,
.lang_hk .login-popbox,
.lang_tw .login-popbox {
    --login-font: "Noto Sans TC", "Microsoft JhengHei", "PingFangTC-Regular", sans-serif;
    /* letter-spacing: 0; */
}

.zh .nav-login-box,
.zh .login-popbox,
.lang_zh .nav-login-box,
.lang_zh .login-popbox {
    --login-font: "Noto Sans SC", "Microsoft JhengHei", "PingFangTC-Regular", sans-serif;
    /* letter-spacing: 0; */
}

/* 
.ar .nav .nav_list {
  direction: ltr;
}
.ar .nav_list span {
  direction: rtl;
} */

.login-popbox {

    --login-size-base: 1920;
    --login-font-l: 20px;
    --login-font-m: 16px;
    --login-font-base: 14px;
    --login-font-s: 12px;
    --login-color-text: #313131;
}

.login-popbox a,
.login-popbox:link,
.login-popbox:visited,
.login-popbox:hover,
.login-popbox:active {
    text-decoration: none;
    color: var(--login-color-text);
}

.login-popbox * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.login-popbox {
    font-size: var(--login-font-base);
    font-family: var(--login-font);
    position: fixed;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--login-color-text);
    display: none;
}

.login-popbox.login-show {
    display: flex;
}

.login-popbox.login-hide {
    display: none;
}

.login-popbox-content {
    width: 614px;
    background: url("../images/login-header-bg.png") no-repeat 100% 0;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}

.login-popbox-content-step {
    min-height: 446px;
    position: relative;
}

.login-popbox-mask {
    position: absolute;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.login-popbox-head {
    height: 48px;
    background-color: #363636;
    position: relative;
}

.login-popbox-back {
    height: 48px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.login-popbox-back::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background: url("../images/login-icon-back.png") no-repeat 100% 0;
    background-size: 100% 100%;
    margin-left: 10px;
}

.login-popbox-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 10;
}

.login-popbox-close::after {
    content: "";
    position: absolute;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    background: url("../images/login-icon-close.png") no-repeat 50% 50%;
    background-size: contain;
    opacity: 0.7;
    transition: opacity 0.2s linear;
}

.login-popbox-close:hover::after {
    opacity: 1;
}

.login-content-head {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.step-guide.login-step-show .login-content-head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffd519;
    bottom: 0;
}

.login-head-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    display: block;
    background: url("../images/login-app-icon.png") no-repeat 50% 50%;
    background-size: contain;

}

.login-head-info {
    width: 100%;
    flex: 1;
    overflow: hidden;
    ;
}

.login-head-title {
    color: var(--login-color-text);
    font-size: var(--login-font-l);
    font-weight: bold;
    font-family: var(--login-font);
    padding-bottom: 4px;
}

.login-head-title:last-child {
    padding-bottom: 0;
}

.login-head-desc {
    font-size: var(--login-font-base);
    opacity: 0.7;
}

.login-head-icon {
    margin: 0 16px 0 0;
}

.login-popbox-main {
    padding: 20px 24px 12px 24px;
    height: 406px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}


.login-popbox-main::-webkit-scrollbar {
    height: 8PX;
    width: 8PX;
}

.login-popbox-main::-webkit-resizer,
.login-popbox-main::-webkit-scrollbar {
    background: transparent;
}

.login-popbox-main::-webkit-scrollbar-corner {
    background: transparent;
}

.login-popbox-main::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background-color: rgba(91, 91, 91, 1);
    border: 2.5px solid #323232;
}

.login-popbox-main::-webkit-scrollbar-thumb:hover {
    background-color: rgba(91, 91, 91, 0.8);
    border: 2.5px solid #323232;
}

.login-popbox-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background-color: #313131;
    border-radius: 0;
}

.login-content {
    display: flex;
}

.login-qrcode {
    margin-right: 20px;
}

.login-qrcode-box {
    width: 202px;
    height: 228px;
    background: #2e2e2e;
    padding: 16px;

}

.login-qrcode-element {
    width: 170px;
    height: 170px;
    position: relative;
    margin: 0 auto;
}

.login-qrcode-element img {
    width: 100%;
    height: 100%;
    display: block;
    ;
}

.qrcode-refresh-tips {
    position: absolute;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    background: rgba(0, 0, 0, 0.4) url("../images/login-icon-loading.png") no-repeat 50% 50%;
    background-size: 64px auto;
    cursor: pointer;
    display: none;
}

.qrcode-refresh-tips.show,
.qrcode-refresh-tips.show-refresh {
    display: block;
}

.qrcode-refresh-tips.hide,
.qrcode-refresh-tips.hide-refresh {
    display: none;
}

.login-qrcode-text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;


}

.login-qrcode-text p {
    line-height: 1.2;
    max-height: 40px;
    overflow: hidden;
}

.login-qrcode-tips {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--login-font-s);
    width: 220px;
    margin: 4px 0;
    cursor: pointer;
}

.login-qrcode-tips span {
    line-height: 1.2;
    max-height: 30px;
    overflow: hidden;
}

.login-qrcode-tips::after {
    content: "";
    min-width: 20px;
    width: 18px;
    height: 20px;
    display: block;
    background: url("../images/login-icon-arrow.png") no-repeat 50% 50%;
    background-size: contain;
}

.login-qrcode-refresh {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--login-font-s);
    opacity: 0.5;
    width: 202px;
    margin: 4px 0;
    cursor: pointer;
    transition: opacity 0.2s linear;
    display: none;
}

.login-qrcode-refresh:hover {
    opacity: 1;
}

.login-qrcode-refresh span {
    line-height: 1.2;
    max-height: 30px;
    overflow: hidden;
}

.login-platform-link {
    width: 342px;
    min-height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 0 0 12px 0;
    position: relative;
    padding: 3px 0;
    transition: background-color 0.2s linear;
    user-select: none;
}

.login-platform-link:hover {
    background: #0866ff;
}

.login-platform-link:hover .login-platform-text {
    color: #fff;
}

.login-platform-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.platform-facebook .login-platform-icon {
    display: block;
    background: url("../images/login-icon-facebook.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.platform-google .login-platform-icon {
    display: block;
    background: url("../images/login-icon-google.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.platform-apple .login-platform-icon {
    display: block;
    background: url("../images/login-icon-apple-black.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.platform-apple:hover .login-platform-icon {
    background: url("../images/login-icon-apple.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.platform-twitter .login-platform-icon {
    display: block;
    background: url("../images/login-icon-twitter-black.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.platform-twitter:hover .login-platform-icon {
    background: url("../images/login-icon-twitter.png") no-repeat 50% 50%;
    background-size: 50% 50%;
}

.login-platform-text {
    font-size: var(--login-font-m);
    transition: color 0.2s linear;
    text-align: center;
    flex: 1;
}

.step-guide .login-content {
    padding: 10px 0 0 0;
}

.step-guide .login-content-head {
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.guide-step-group {
    display: flex;
}

.guide-step {
    margin-right: 20px;
    position: relative;
}

.guide-step::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: -18px;
    top: 50%;
    background: url("../images/qrcode-guide/icon-arrow-right.png") no-repeat 50% 50%;
    background-size: contain;
}

.guide-step-3::after {
    display: none;
}

.guide-step-pic {
    display: inline-block;
    position: relative;
}

.guide-step-tips {
    position: absolute;
    right: 0;
    top: 0;
}

.guide-step-1 .guide-step-tips {
    border: 1px solid #FFBE21;
    right: 6px;
    top: 18px;
}

.guide-step-1 .guide-step-tips span {
    padding: 2px 6px 2px 2px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.guide-step-1 .guide-step-tips span::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url("../images/qrcode-guide/login-icon-setting.png") no-repeat 50% 50%;
    background-size: contain;
    margin: 0 2px 0 0;
}


.guide-step-2 .guide-step-tips {
    border: 1px solid #FFBE21;
    right: 6px;
    top: 2px;
}

.guide-step-2 .guide-step-tips span {
    padding: 4px 10px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.guide-step-3 .guide-step-tips span::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url("../images/qrcode-guide/login-icon-scan.png") no-repeat 50% 50%;
    background-size: contain;
    margin: 0 4px 0 0;
}

.guide-step-2 .guide-step-tips::before {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, #C7FFF6 100%);
    opacity: 0.3;
}

.guide-step-2 .guide-step-tips::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 1;
    border-bottom: 1px solid #C7FFF6;
}

.guide-step-3 .guide-step-tips {
    border: 1px solid #FFBE21;
    right: 6px;
    top: 42px;
}

.guide-step-3 .guide-step-tips span {
    padding: 4px 10px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

.guide-step-3 .guide-step-tips::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 1;
    border: 1px solid #D9D9D9;
}


.guide-step-pic img {
    display: block;
    width: 110px;
    height: auto;
}

.guide-step-title {
    color: var(--login-color-text);
    padding-bottom: 8px;
}

.guide-step-title strong {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
}

.guide-step-title p {
    font-size: 12px;
}

.guide-step-2 .guide-step-pic img {
    width: 148px;
}

.guide-step-3 .guide-step-pic img {
    width: 268px;
}

.step-guide {
    display: none;
}

.login-step-hide {
    display: none;
}

.login-step-show {
    display: block;
}



/* moible */
@media screen and (max-width: 680px) {
    .login-popbox-content {
        background: url("../images/login-header-mobile.png") no-repeat 100% 0;
        background-size: 100% 100%;
        width: 86vw;
    }

    .login-popbox-head {
        height: 52px;
    }

    .login-content {
        display: block;
    }

    .login-qrcode {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .login-platform-link {
        width: 100%;
    }

    .guide-step-2::after {
        display: none;
    }

    .guide-step-3 {
        margin-top: 10px;
        margin-right: 0;
    }

    .guide-step-3 .guide-step-pic img {
        width: 100%;
    }

    .login-head-icon {
        min-width: 56px;
        width: 56px;
        height: 56px;
    }

    .login-head-title {
        font-size: 16px;
    }

    .login-head-desc {
        font-size: 12px;
    }

    .login-popbox-main {
        height: 71vh;
    }

    .login-qrcode-box {
        width: 172px;
        height: 200px;
    }

    .login-qrcode-element {
        width: 140px;
        height: 140px;
    }

    .login-qrcode-tips {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .login-head-icon {
        min-width: 48px;
        width: 48px;
        height: 48px;
        margin-right: 8px;
    }

    .login-head-title {
        font-size: 14px;
    }

    .login-head-desc {
        font-size: 10px;
    }
}


.login-step-show.step-login {
    display: block;
}

.login-step-show.step-guide {
    display: block;
}

.login-step-hide.step-login {
    display: none;
}

.login-step-hide.step-guide {
    display: none;
}


.login-step-show .login-content-head {
    animation: fadeInLoginCont 0.26s ease-in-out 0s 1 both;
}

.login-step-show .login-content {
    animation: fadeInLoginCont 0.26s ease-in-out 0s 1 both;
}

@keyframes fadeInLoginCont {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInCont {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


.login-toast {
    position: absolute;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    z-index: 100;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.login-toast-inner {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.login-toast-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 6px 0;
}

.login-toast-desc {
    font-size: 14px;
    opacity: 0.8;
}

.login-toast.show {
    display: flex;
}

.login-toast.show .login-toast-inner {
    animation: showLoginToast 2.6s ease-in-out 0s 1 both;
}

@keyframes showLoginToast {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    15%,
    90% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
}

.login-placholder-tips {
    text-align: center;
}

.login-placholder-wrap {
    --login-font: "custom-font", system-ui, Helvetica, arial;
    position: fixed;
    top: 0;
    /* 上方向偏移为 0 */
    right: 0;
    /* 右方向偏移为 0 */
    bottom: 0;
    /* 下方向偏移为 0 */
    left: 0;
    /* 左方向偏移为 0 */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-placholder-icon {
    width: 200px;
    height: 200px;
    display: block;
    background: url("../images/qrcode-guide/login-page-loading.png") no-repeat 50% 50%;
    background-size: contain;
}

.login-placholder-words {
    font-size: 14px;
    font-family: var(--login-font);
    font-weight: bold;
    opacity: 0.5;
}


.step-loading .login-popbox-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-loading-tips {
    margin-top: -80px;
    text-align: center;
}

.login-loading-icon {
    width: 120px;
    height: 120px;
    display: block;
    background: url("../images/qrcode-guide/login-page-loading.png") no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
}

.login-loading-words {
    font-size: 14px;
    font-family: var(--login-font);
    font-weight: bold;
    opacity: 0.5;
}

.login-popbox-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 90%);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
}

.login-popbox-loading.none {
    display: none;
}



body.ar .login-head-info,
body.lang_ar .login-head-info {
    padding-right: 10px;
}

body.ar .login-qrcode,
body.lang_ar .login-qrcode {
    margin-right: 0;
    margin-left: 0;
}

body.ar .guide-step,
body.lang_ar .guide-step {
    margin-right: 0;
    margin-left: 20px;
}

body.ar .guide-step::after,
body.lang_ar .guide-step::after {
    right: auto;
    left: -18px;
    transform: rotateY(180deg);
}

body.ar .login-popbox-close,
body.lang_ar .login-popbox-close {
    right: auto;
    left: 8px;
}

body.ar .login-popbox-back::before,
body.lang_ar .login-popbox-back::before {
    margin-left: 0;
    margin-right: 10px;
    transform: rotateY(180deg);
}

body.ar .login-qrcode-tips::after,
body.lang_ar .login-qrcode-tips::after {
    transform: rotateY(180deg);
}

.ar .login-popbox p,
.ar .login-popbox span,
.ar .login-popbox,
.ar .login-popbox input,
.ar .login-popbox select,
.ur .login-popbox p,
.ur .login-popbox span,
.ur .login-popbox,
.ur .login-popbox input,
.ur .login-popbox select,
.lang_ar .login-popbox p,
.lang_ar .login-popbox span,
.lang_ar .login-popbox,
.lang_ar .login-popbox input,
.lang_ar .login-popbox select,
.lang_ur .login-popbox p,
.lang_ur .login-popbox span,
.lang_ur .login-popbox,
.lang_ur .login-popbox input,
.lang_ur .login-popbox select {
    direction: rtl;
    font-family: var(--login-font);
}

.ru .login-popbox p,
.ru .login-popbox span,
.ru .login-popbox,
.ru .login-popbox input,
.ru .login-popbox select,
.lang_ru .login-popbox p,
.lang_ru .login-popbox span,
.lang_ru .login-popbox,
.lang_ru .login-popbox input,
.lang_ru .login-popbox select {
    font-family: var(--login-font);
}

.th .login-popbox p,
.th .login-popbox span,
.th .login-popbox,
.th .login-popbox input,
.th .login-popbox select,
.lang_th .login-popbox p,
.lang_th .login-popbox span,
.lang_th .login-popbox,
.lang_th .login-popbox input,
.lang_th .login-popbox select {
    font-family: var(--login-font);
}

.tr .login-popbox p,
.tr .login-popbox span,
.tr .login-popbox,
.tr .login-popbox input,
.tr .login-popbox select,
.lang_tr .login-popbox p,
.lang_tr .login-popbox span,
.lang_tr .login-popbox,
.lang_tr .login-popbox input,
.lang_tr .login-popbox select {
    font-family: var(--login-font);
}

.vi .login-popbox p,
.vi .login-popbox span,
.vi .login-popbox,
.vi .login-popbox input,
.vi .login-popbox select,
.lang_vi .login-popbox p,
.lang_vi .login-popbox span,
.lang_vi .login-popbox,
.lang_vi .login-popbox input,
.lang_vi .login-popbox select {
    font-family: var(--login-font);
}

.uz .login-popbox p,
.uz .login-popbox span,
.uz .login-popbox,
.uz .login-popbox input,
.uz .login-popbox select,
.lang_uz .login-popbox p,
.lang_uz .login-popbox span,
.lang_uz .login-popbox,
.lang_uz .login-popbox input,
.lang_uz .login-popbox select {
    font-family: var(--login-font);
}


@media screen and (orientation: landscape) and (max-height: 680px) {
    .login-popbox {

        --login-size-base: 1920;
        --login-font-l: calc(20 / 1624 * 100vw);
        --login-font-m: calc(16 / 1624 * 100vw);
        --login-font-base: calc(14 / 1624 * 100vw);
        --login-font-s: (12 / 1624 * 100vw);
        --login-color-text: #313131;
    }

    .login-popbox-content {
        width: calc(614 / 1624 * 100vw);
    }
    .login-popbox-close {
        width: calc(32 / 1624 * 100vw);
        height: calc(32 / 1624 * 100vw);
        top: calc(8 / 1624 * 100vw);
        right: calc(8 / 1624 * 100vw);
    }
    .login-popbox-content-step {
        min-height: calc(446 / 1624 * 100vw);
    }
    .login-popbox-head {
        height: calc(48 / 1624 * 100vw);
    }
    .login-popbox-main {
        height: calc(406 / 1624 * 100vw);
        padding: calc(20 / 1624 * 100vw) calc(24 / 1624 * 100vw) calc(12 / 1624 * 100vw) calc(24 / 1624 * 100vw);
    }
    .login-loading-icon {
        width: calc(120 / 1624 * 100vw);
        height: calc(120 / 1624 * 100vw);
    }
    .login-loading-words {
        font-size: calc(14 / 1624 * 100vw);
    }
    .login-content-head {
        padding-bottom: calc(20 / 1624 * 100vw);
        margin-bottom: calc(20 / 1624 * 100vw);
    }
    .login-head-icon {
        margin: 0 calc(16 / 1624 * 100vw) 0 0;
    }
    .login-head-icon {
        width: calc(64 / 1624 * 100vw);
        min-width: calc(64 / 1624 * 100vw);
        height: calc(64 / 1624 * 100vw);
    }
    .login-qrcode {
        margin-right: calc(20 / 1624 * 100vw);
    }
    .login-qrcode-box {
        width: calc(202 / 1624 * 100vw);
        height: calc(228 / 1624 * 100vw);
        padding: calc(16 / 1624 * 100vw);
    }
    .login-qrcode-element {
        width: calc(170 / 1624 * 100vw);
        height: calc(170 / 1624 * 100vw);
    }
    .login-qrcode-text {
        font-size: calc(14 / 1624 * 100vw);
        height: calc(40 / 1624 * 100vw);
    }
    .login-qrcode-text p {
        max-height: calc(40 / 1624 * 100vw);
    }
    .login-qrcode-tips {
        height: calc(34 / 1624 * 100vw);
        width: calc(220 / 1624 * 100vw);
        margin: calc(4 / 1624 * 100vw) 0;
    }
    .login-qrcode-tips span {
        max-height: calc(30 / 1624 * 100vw);
    }
    .login-qrcode-tips::after {
        min-width: calc(20 / 1624 * 100vw);
        width: calc(18 / 1624 * 100vw);
        height: calc(20 / 1624 * 100vw);
    }
    .login-platform-link {
        width: calc(342 / 1624 * 100vw);
        min-height: calc(48 / 1624 * 100vw);
        margin: 0 0 calc(12 / 1624 * 100vw) 0;
        padding: calc(3 / 1624 * 100vw) 0;
    }
    .login-platform-icon {
        width: calc(48 / 1624 * 100vw);
        height: calc(48 / 1624 * 100vw);
    }
    .login-popbox-back {
        height: calc(48 / 1624 * 100vw);
        font-size: calc(24 / 1624 * 100vw);
    }
    .login-popbox-back::before {
        width: calc(32 / 1624 * 100vw);
        height: calc(32 / 1624 * 100vw);
    }
    .step-guide .login-content-head {
        margin-bottom: calc(14 / 1624 * 100vw);
        padding-bottom: calc(14 / 1624 * 100vw);
    }
    .guide-step {
        margin-right: calc(20 / 1624 * 100vw);
    }
    .guide-step-title {
        padding-bottom: calc(8 / 1624 * 100vw);
    }
    .guide-step-title strong {
        font-size: calc(16 / 1624 * 100vw);
        padding-bottom: calc(4 / 1624 * 100vw);
    }
    .guide-step-title p {
        font-size: calc(12 / 1624 * 100vw);
    }
    .guide-step-1 .guide-step-tips {
        right: calc(6 / 1624 * 100vw);
        top: calc(18 / 1624 * 100vw);
    }
    .guide-step-pic img {
        width: calc(110 / 1624 * 100vw);
    }
    .guide-step-2 .guide-step-pic img {
        width: calc(148 / 1624 * 100vw);
    }
    .guide-step-3 .guide-step-pic img {
        width: calc(268 / 1624 * 100vw);
    }
    .guide-step-3 .guide-step-tips {
        right: calc(6 / 1624 * 100vw);
        top: calc(42 / 1624 * 100vw);
    }
    .guide-step-1 .guide-step-tips span {
        padding: calc(2 / 1624 * 100vw) calc(6 / 1624 * 100vw) calc(2 / 1624 * 100vw) calc(2 / 1624 * 100vw);
        font-size: calc(10 / 1624 * 100vw);
    }
    .guide-step-1 .guide-step-tips span::before {
        width: calc(12 / 1624 * 100vw);
        height: calc(12 / 1624 * 100vw);
    }
    .guide-step-2 .guide-step-tips {
        right: calc(6 / 1624 * 100vw);
        top: calc(2 / 1624 * 100vw);
    }
    .guide-step-2 .guide-step-tips span {
        padding: calc(4 / 1624 * 100vw) calc(10 / 1624 * 100vw);
        font-size: calc(10 / 1624 * 100vw);
    }
    .guide-step-3 .guide-step-tips span::before {
        width: calc(12 / 1624 * 100vw);
        height: calc(12 / 1624 * 100vw);
    }
    .guide-step-3 .guide-step-tips span {
        padding: calc(4 / 1624 * 100vw) calc(10 / 1624 * 100vw);
        font-size: calc(10 / 1624 * 100vw);
    }
    body.ar .guide-step,
    body.lang_ar .guide-step {
        margin-left: calc(20 / 1624 * 100vw);
    }
    body.ar .login-popbox-close,
    body.lang_ar .login-popbox-close {
        left: calc(8 / 1624 * 100vw);
    }
    body.ar .login-head-info,
    body.lang_ar .login-head-info {
        padding-right: calc(10 / 1624 * 100vw);
    }
    body.ar .login-popbox-back::before,
    body.lang_ar .login-popbox-back::before {
        margin-right: calc(10 / 1624 * 100vw);
    }
}