body,
html,
div,
ul,
li,
h1,
h2,
h3,
h4,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%;
}

body {
    overflow-x: hidden;
}

table {
    border-spacing: 0
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}

input,
textarea,
select {
    font-size: 100%
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    display: block;
    width: 100%;
    border: 0
}

.t {
    text-indent: -9999em;
}

.hide {
    display: none;
}

/* 登录弹窗 */
.login_con,
.pop6_con {
    background-color: white;
    border-radius: .15rem;
    position: relative;
    width: 7rem;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: .25rem;
}

.login_logo {
    width: 2.1rem;
    margin-top: 24px;
    margin-bottom: 8px;
}

.pop_close {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .32rem;
    height: .32rem;
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/close_black.png') no-repeat 100% /100% 100%;
}

.input_box {
    width: 6rem;
    height: .9rem;
    border: 1px solid rgb(231, 232, 238);
    border-radius: .08rem;
    margin-top: .2rem;
    position: relative;
    letter-spacing: 1em;
    font-size: .22rem;
}

.input_box.redBorder {
    border: 1px solid rgb(255, 94, 66);
}

.input_box input {
    width: 92%;
    height: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
    background: transparent;
}

.agree {
    width: 6rem;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    margin-top: .2rem;
}

.error {
    width: 6rem;
    color: rgb(252, 79, 78);
    font-size: .2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin: 4px 0px 0px;
    text-align: left;
    display: none;
}

.css-ifjbzj {
    display: flex;
    margin-top: 8px;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

.delete {
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/close-red.png') no-repeat 100% /100% 100%;
    width: .4rem;
    height: .4rem;
    display: none;
}

.eye {
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/pwd-hide.png') no-repeat 100% /100% 100%;
    width: .4rem;
    height: .4rem;
}

.eye.on {
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/pwd-show.png') no-repeat 100% /100% 100%;
}

.select {
    width: .38rem;
    height: .38rem;
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/uncheck_2.png') no-repeat 100% /100% 100%;
    margin-right: .1rem;
    flex: 0 0 auto;
}

.select:checked {
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/checked_2.png') no-repeat 100% /100% 100%;
}

.agree_con {
    color: rgb(126, 126, 126);
    text-align: left;
    font-size: .24rem;
}

.login {
    width: 6rem;
    height: .9rem;
    background-color: rgb(247, 110, 64);
    border-radius: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: .3rem;
    margin: .2rem 0;
}

.btns {
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btns a {
    color: rgb(247, 110, 64);
    font-size: .24rem;
}

.btns .createA {
    margin-right: .6rem;
}

.logins {
    display: flex;
    margin-top: .2rem;
}

.logins .googleLogin>div,
.logins a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}

.logins .googleLogin {
    position: relative;
}

.logins .googleLogin .google_login_zz {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.logins .apple {
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/apple_2.png') no-repeat 100% /100% 100%;
    margin: 0 .4rem;
}

.logins .cr_circel {
    background: url('https://res.17996cdn.net/bpsr/reflow/jp/img/cr_circel_logo.png') no-repeat 100% /100% 100%;
}

.pop6_con {
    color: #000;
    overflow: hidden;
}

.pop6_con h2 {
    font-size: .4rem;
    margin: .5rem auto .2rem;
    font-weight: bold;
}

.pop6_con ul {
    max-height: 4rem;
    overflow-y: auto;
    width: 6rem;
}

.pop6_con ul li {
    border-radius: .1rem;
    padding: .1rem;
    margin-bottom: .2rem;
    border: 2px solid #eeeeee;
    background-color: #f5f5f5;
    cursor: pointer;
}

.pop6_con ul li.act {
    border: 2px solid #f76e40;
}

.pop6_con ul li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirm {
    width: 6rem;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f76e40;
    border-radius: .1rem;
    font-size: .3rem;
    margin-top: .4rem;
}

/* Apple-like server picker */
#pop9 .pop6_con {
    width: 6.2rem;
    border-radius: .28rem;
    padding: .2rem 0 .24rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 .12rem .32rem rgba(15, 23, 42, .18);
}

#pop9 .pop6_con h2 {
    margin: .16rem auto .2rem;
    font-size: .3rem;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: .01rem;
}

#pop9 .server_list {
    width: 5.5rem;
    max-height: 4.6rem;
    overflow-y: auto;
    padding-right: .04rem;
}

#pop9 .server_list::-webkit-scrollbar {
    width: .08rem;
}

#pop9 .server_list::-webkit-scrollbar-thumb {
    border-radius: .08rem;
    background: rgba(60, 60, 67, .28);
}

#pop9 .server_list li {
    margin-bottom: .12rem;
    padding: .16rem .18rem;
    border-radius: .2rem;
    border: 1px solid #e5e5ea;
    background: #f8f8fa;
    transition: all .2s ease;
}

#pop9 .server_list li:last-child {
    margin-bottom: 0;
}

#pop9 .server_list li div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#pop9 .server_list li div:first-child span:last-child {
    font-size: .24rem;
    color: #1d1d1f;
    font-weight: 600;
}

#pop9 .server_list li div:nth-child(2) {
    margin-top: .08rem;
}

#pop9 .server_list li div span:first-child {
    color: #8e8e93;
    font-size: .18rem;
}

#pop9 .server_list li div span:last-child {
    color: #3a3a3c;
    font-size: .2rem;
}

#pop9 .server_list li.act {
    border-color: #0071e3;
    background: #f0f7ff;
    box-shadow: 0 .06rem .16rem rgba(0, 113, 227, .18);
}

#pop9.is-single-server .server_single_role_host,
#pop9.is-single-server .server_single_role_host.act {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#pop9.is-single-server .server_role_section {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

#pop9 .server_role_section {
    margin-top: .14rem;
    border-top: 1px solid #d8e6fb;
    padding-top: .12rem;
        width: 100%;
}

#pop9 .server_role_list {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    width: 100%;
}

#pop9 .server_role_item {
    display: block;
    padding: .12rem .14rem;
    border-radius: .14rem;
    border: 1px solid #e5e5ea;
    background: #fff;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#pop9 .server_role_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .24rem;
    line-height: 1.45;
    padding: .04rem 0;
}

#pop9 .server_role_row + .server_role_row {
    margin-top: .06rem;
}

#pop9 .server_role_label {
    flex: 0 0 auto;
    color: #8e8e93;
    font-size: .18rem;
}

#pop9 .server_role_value {
    flex: 1 1 auto;
    text-align: right;
    color: #1d1d1f;
    font-size: .2rem;
    font-weight: 600;
    word-break: break-all;
}

#pop9 .server_role_item.act {
    border-color: #0071e3;
    background: #f0f7ff;
    box-shadow: 0 .04rem .12rem rgba(0, 113, 227, .16);
}

#pop9 .server_role_item.act .server_role_label {
    color: #5a8fd6;
}

#pop9 .server_role_item.act .server_role_value {
    color: #0066cc;
}

#pop9 .server_confirm {
    width: 5.5rem;
    height: .78rem;
    margin-top: .18rem;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0a84ff 0%, #006ee6 100%);
    color: #fff;
    font-size: .24rem;
    font-weight: 600;
    letter-spacing: .01rem;
}

#pop9 .server_confirm.is-disabled {
    pointer-events: none;
    background: #d1d1d6;
    color: #f9f9fb;
}

#pop9 .server_switch_account {
    width: 5.5rem;
    height: .72rem;
    margin-top: .12rem;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d7;
    background: #fff;
    color: #3a3a3c;
    font-size: .22rem;
    font-weight: 500;
}

/* Apple-like final confirm dialog */
#pop10 .server_confirm_con {
    width: 5.8rem;
    border-radius: .26rem;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 .12rem .3rem rgba(15, 23, 42, .2);
    overflow: hidden;
}

#pop10 .server_confirm_con h3 {
    margin: .28rem .24rem .14rem;
    text-align: center;
    font-size: .3rem;
    font-weight: 600;
    color: #1d1d1f;
}

#pop10 .server_confirm_desc {
    margin: 0 .28rem .22rem;
    font-size: .2rem;
    line-height: 1.5;
    color: #3a3a3c;
    text-align: center;
    word-break: break-word;
}

#pop10 .server_confirm_actions {
    display: flex;
    border-top: 1px solid #e5e5ea;
}

#pop10 .server_confirm_actions a {
    flex: 1;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 500;
}

#pop10 .server_confirm_cancel {
    color: #3a3a3c;
    border-right: 1px solid #e5e5ea;
}

#pop10 .server_confirm_ok {
    color: #0071e3;
    font-weight: 600;
}
.pnsdk-modal{
    position: fixed;
    z-index: 9999 !important;
}
.notify__text{
    font-size: 12px !important;
}
.notify.notify-autoclose{
    padding: 10px !important;
}

body.global-loading {
    overflow: hidden;
}

.global-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    opacity: 1;
    transition: opacity .28s ease;
}

.global-loader.is-hide {
    opacity: 0;
    pointer-events: none;
}

.global-loader__spinner {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, .28);
    border-top-color: #fff;
    border-radius: 50%;
    animation: global-loader-spin .82s linear infinite;
}

@keyframes global-loader-spin {
    to {
        transform: rotate(360deg);
    }
}
