@font-face {
    font-family: "HYQiHei";
    src: url("https://res.zulong.com/cms/mystyle/fonts/HanQiHei.otf");
}

html {
    background: #17294d;
}

body {
    font-family: "HYQiHei";
    background-color: #FFFFFF;
    /* font-family: "나눔고딕", "NanumGothic", "malgun gothic", "돋움", "dotum"; */
    background: url(../images/bg.jpg) no-repeat 0 0;
    background-size: 100% auto;
    /* background-attachment: fixed; */
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    -webkit-overflow-scrolling: touch;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 97% center transparent;
    background-size: 0.22rem 0.12rem;
    padding-right: 0.14rem;
}

select:focus-visible,
select:focus,
select:active {
    border: 1px solid #7C0000;
    outline: none;
}

header {
    height: 0.7rem;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0.2rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 0.4rem);
    z-index: 99;
}

.header_right {
    display: flex;
}

.curArea,
.areaitems,
.curLang,
.langitems {
    position: relative;
    width: 0.8rem;
    text-align: center;
    cursor: pointer;
}

.curLang,
.curArea {
    padding: 0 0.2rem;
}

.curArea {
    width: auto;
    min-width: 1.9rem;
    margin-right: 0.1rem;
}

.areaitems {
    width: 100%;
}

.curLang::after,
.curArea::after {
    position: absolute;
    right: 0rem;
    top: 0.12rem;
    content: ' ';
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-top-color: #FFFFFF;
}

.langitems,
.areaitems {
    display: none;
    position: absolute;
    left: 0;
    top: 0.47rem;
    z-index: 9;
    width: 100%;
}

.langitem,
.areaitem {
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2rem 0;
}

.langitem:hover,
.areaitem:hover {
    background: rgba(0, 0, 0, 0.8);
}

header .relation {
    display: none;
    margin-left: 0.2rem;
}

header .userInfos {
    display: none;
    align-items: center;
    margin-left: 0.2rem;
}

.hide {
    display: none !important;
}

.back {
    display: none;
    width: 0.18rem;
    height: 0.32rem;
    background: url(../images/back.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.bj_logo {
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 1.292rem;
    height: 0.885rem;
    background: url('../images/logo1.png') no-repeat center center;
    background-size: 100% 100%;
}

.center {
    text-align: center;
}

.w-s-p-w {
    white-space: pre-wrap;
}

.t-a-l {
    text-align: left !important;
}

.m-h-50 {
    max-height: 50vh;
}

.icon-doubt {
    margin-left: 0.2rem;
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.21rem;
    color: #7C0000;
    font-weight: 400;
    border: 1px solid #7C0000;
    border-radius: 50%;
}

.baseBtn {
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    /* background: #7C0000; */
    background: url(../images/btn.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 2px;
    cursor: pointer;
    width: 3.41rem;
    height: 0.62rem;
}

.baseBtn2 {
    width: 4.54rem;
    height: 0.45rem;
    background: url(../images/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
}

.line {
    height: 1px;
    background: rgba(0, 0, 0, 0.18)
}

.overlayer {
    /* display: none; */
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    overflow-y: auto;
    transition: background-color .1s;
    background-color: rgba(0, 0, 0, .4);
    -webkit-overflow-scrolling: touch;
}

.usn {
    user-select: none;
}

.page-loader {
    background: rgba(255, 255, 255, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.page-loader .loader {
    display: flex;
    width: 4rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    top: 50%;
    margin-top: -1.5rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    justify-content: center;
    align-items: center;
}

/* .page-loader img {
    width: 4rem;
    height: 3rem;
} */

.pointer {
    cursor: pointer;
}

.modal {
    position: fixed;
    /* width: 10.6071rem; */
    width: 9rem;
    height: 9.5rem;
    max-height: 90vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    z-index: 101;
    overflow: auto;
    border-radius: 8px;
}

.modal::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3.6rem;
    height: 2.9rem;
    background: url(../images/pop_star.png) no-repeat top left;
    z-index: -1;
}

.close {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 0.43rem;
    height: 0.47rem;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    /* background-color: #905D2B;
    color: #FFFFFF; */
    background: url(../images/x.png) no-repeat center center;
    background-size: 100%;
}

.scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #FFFFFF;
}

/*定义滚动条轨道内阴影+圆⾓*/
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(212, 207, 204, 1);
    border-radius: 10px;
    background-color: #D4CFCC;
}

/*定义滑块内阴影+圆⾓*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(124, 0, 0, 1);
    background-color: #7C0000;
}

.buyTips {
    /* max-height: 45vh; */
    text-align: left;
    overflow: auto;
    width: 75vw;
    margin: auto;
    padding: 0 0.4rem
}

.buyTips_title {
    margin: 0.8rem 0.1rem 0.3rem;
    font-size: 0.45rem;
    text-align: center;
}

.buyTips_content {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
}

/* sweetalert */
.swal2-container {
    padding: 0.5rem !important;
}

.swal2-popup {
    padding: 0.5rem 0.7rem !important;
    border-radius: 10px !important;
}

.swal2-container .swal2-title {
    font-size: 0.38rem;
    margin: 0.15rem 0;
}

.swal2-container #swal2-content {
    /* text-align: left; */
    font-size: 0.3rem;
    color: #121214;
    font-weight: 400;
    line-height: 0.44rem;
    opacity: 0.73;
    /* max-height: min(calc(100vh - 2.8rem), 5rem); */
    overflow: auto;
}

.swal2-container .swal2-actions {
    margin: 10px auto 0;
}

.swal2-styled {
    font-size: 0.28rem !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.relationModal {
    font-size: 0.25rem;
    padding: 0.8rem;
    width: calc(95% - 1.6rem);
    height: fit-content;
    overflow: initial;
}

.relation_title {
    font-size: 0.4rem;
    margin: 0.1rem 0 0.4rem;
}

.relation_part {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    min-height: 1rem;
}

.relation_part .servers,
.relation_part .roleid {
    width: 5rem;
    height: 0.5rem;
    border: 1px solid #D4CFCC;
    border-radius: 2px;
    /* padding-left: 0.3rem; */
    font-size: 0.25rem;
    font-weight: 400;
    color: #21252F;
    padding: 0 0.2rem 0 0.3rem;
}

.relation_part .roleid {
    width: calc(4.5rem - 2px);
}

.relation_part .icon-doubt {
    background-color: #5163b8;
    color: #FFFFFF;
    margin: 0 0.1rem;
    border: none;
}

.relation_part>div {
    margin: 0.1rem 0;
}

.relation_img {
    width: 6rem;
    display: none;
    position: fixed;
    right: calc(4.7rem - 50%);
    top: calc(50% - 0.45rem);
}

.relationBtns {
    margin-top: 0.8rem;
}

.relatonConfirmBtn {
    border: none;
    color: #FFFFFF;
    font-weight: 400;
    /* background: #7C0000; */
    background: #5163b8;
    border-radius: 2px;
    cursor: pointer;
    padding: 0.1rem 1rem;
    margin: 0.2rem auto;
    font-size: 0.3rem;
}

.relatonBtn {
    width: 90%;
    height: auto;
    padding: 0.24rem;
    font-size: 0.25rem;
}

.user_server,
.user_name {
    margin-right: 0.1rem;
}

.changeRelation {
    text-decoration: underline;
}

.main {
    position: relative;
    padding: 1.5rem 0 0.5rem;
}

.main_title {
    margin-top: 0.7rem;
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
    color: #FFFFFF;
    height: 1.4rem;
}

.main_title.main_zh {
    background: url('../images/title_zh.png') no-repeat center top;
    background-size: 3.9225rem 1.395rem;
}

.main_title.main_en {
    background: url('../images/title_en.png') no-repeat center top;
    background-size: 3.9225rem 1.395rem;
}

.main_title.main_kr {
    background: url('../images/title_kr.png') no-repeat center top;
    background-size: 3.9225rem 1.395rem;
}

.user_colon {
    display: none;
}

.footer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    background: #3b3b3b;
    overflow: hidden;
    padding: 0.4rem 0.8rem;
    box-sizing: border-box;
    font-size: 0.22rem;
    color: #a2a2a2;
    text-align: center;
}

.footer .des {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.footer .des .des_tip,
.footer .des .des_tip2 {
    margin-top: 0.05rem;
    font-size: 0.14rem;
}

.footer .des .des_tip2 {
    color: #f00;
    text-decoration: none;
}

.footer img {
    width: 1.98rem;
    margin-bottom: 0.2rem;
}

@media screen and (max-width:750px) {

    body {
        min-height: 100vh;
        position: relative;
    }

    .user_server_title,
    .user_name_title {
        display: none;
    }

    .user_colon {
        display: block;
    }

    .footer .des .des_tip2 {
        width: 100%;
    }

}


@media screen and (min-width: 750px) {

    body.swal2-shown .footer {
        padding-right: 15px;
    }

    .swal2-popup.swal2-modal {
        /* max-width: 500px; */
        /* width: 7.5rem; */
        font-size: 0.2rem;
    }

    .swal2-container #swal2-content {
        font-size: 0.2rem;
    }

    .swal2-styled {
        font-size: 0.17rem !important;
    }

    body {
        min-height: 100vh;
        position: relative;
    }

    header {
        height: 0.7rem;
        font-size: 0.2rem;
    }

    /* .curLang,
    .langitems {
        width: 1rem;
    } */

    .curLang {
        position: relative;
        margin-right: 0.3rem;
    }

    .curLang::after,
    .curArea::after {
        top: 0.1rem;
    }

    .footer {
        flex-flow: row wrap;
    }

    .footer img {
        margin: 0 0.4rem 0 0;
    }

    .relationModal {
        font-size: 0.25rem;
        padding: 0.8rem;
        width: 9rem;
        height: 4rem;
        transform: scale(0.6);
    }

    .relation_label {
        width: 1.7rem;
    }

    .relatonConfirmBtn {
        padding: 0.1rem 0.1rem;
    }

    .relation_img {
        width: 6rem;
        right: calc(50% - 8.2rem);
        top: 42%;
    }

    .bj_logo {
        width: 1.68rem;
        height: 1.15rem;
        left: 0.5rem;
        top: 0.7rem;
    }

    .main_title {
        margin-top: 0;
    }
}