
:root {
    --fontColor: #8ca2b2;
    --fontColor2: #ffffff;
    --fontColor3: #a09f9b;
    --fontColor4: #c0c0c0;
    --activeColor: #ea8b55;
    --orange: #d35930;
}

@font-face {
    font-family: "RefrigeratorDeluxe";
    src: url(./font/RefrigeratorDeluxe.otf);
}

@font-face {
    font-family: "RefrigeratorDeluxeBold";
    src: url(./font/RefrigeratorDeluxeBold.otf);
}

@font-face {
    font-family: "hyykh";
    src: url(./font/hyykh.ttf);
}

.activeColor {
    color: var(--activeColor);
}

html {
    background: #000;
}

html, body {
    overflow-x: hidden;
    font-size: 0.3rem;
    color: var(--fontColor);
    font-family: "RefrigeratorDeluxe";
    /*overflow: hidden;*/

}

body {
    background: url("../img/bg.png") no-repeat center center/100% 100%;
    min-height: 100vh;

}

.pc body, .pc .head, .pc .bottom_tab, .pc .shopPage {
    max-width: 750px;
    margin: auto;
}

img {
    display: block;
}


#a2_1, #a3_1, #changeRoles {
    color: var(--activeColor);
    border-bottom: 1px solid;
}

#changeRoles {
    margin-right: 0.1rem;
}


.btn_box {
    background: url("../img/btn_light.png") no-repeat center center/100% 100%;
    width: 1.9rem;
    height: 0.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: var(--fontColor2);
    cursor: pointer;
    /*padding-bottom: 0.01rem;*/
}


.zh-TW .btn_box {
    font-size: 0.3rem;
}


/*换服*/
.login-role-popup {
    width: 8.6rem;
    background: #191922;
    border-radius: 0.12rem;
    margin: 0 auto;
    padding: 0 0 0.32rem;
    position: fixed;
    /*display: none;*/
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: scale(1) translate(-50%, -50%);
    overflow: hidden;
    font-family: Lato;
}

.login-role-popup h3 {
    height: 0.7rem;
    background: #000 url(https://test-common-web.intlgame.com/li-pass/static/li_logo.png) no-repeat 50% 50%/auto 90%;
}

.login-role-content {
    padding: 0.5rem 0.4rem;
}

.login-role-content ul {
    padding: 0.2rem 0 0;
    color: #6D68F6;
}

.login-role-content ul span {
    padding: 0.2rem 0;
    color: #fff;
}

.login-role-popup p {
    font-size: 0.16rem;
    color: #ffffffe6;
}

.login-role-popup .ant-form-item-row {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    gap: 0.14rem;
}

.login-role-btn {
    width: 2.4rem;
    height: 0.9rem;
    background-color: #7064FF;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.18rem;
    color: #fff;
    padding: 0;
}

.close-btn {
    color: #fff;
    position: absolute;
    top: -0.3rem;
    right: 0.3rem;
    font-size: 0.8rem;
}

.no_click {
    background: #a5a5a5 !important;
    pointer-events: none !important;
    color: #4c4c4c;
}

.contain_text {
    display: table-cell;
    height: 1.5rem;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 0.5rem;
}


.privacy {
    margin-top: 1.5rem;
}

.privacy span {
    color: #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 2px;
}

@keyframes shine {
    0% {
        filter: brightness(0.8);
    }
    100% {
        filter: brightness(1.2);

    }
}


.footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0.5rem 0 1.4rem 0;
    background: #10151b;
}

.f_box {
    width: 100%;
    font-size: 0.2rem;
    color: #9f9f9f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f_logo {
    height: 0.8rem;
    text-align: center;
}

.f_logo img {
    height: 100%;
    width: auto;
    vertical-align: top;
}

.f_txt {
    padding-top: 0.2rem;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.foot-agreement {
    width: 100%;
}

.foot-agreement div {
    display: inline;
}

.f_box a {
    color: #9f9f9f;
}

.foot-agreement div span {
    padding: 0 0.5em;
}

.ot-sdk-show-settings {
    background: none !important;
    border: none !important;
    display: inline-block !important;
    padding: 0 !important;
    color: #9f9f9f !important;
}

.detail {
    max-height: 1.2rem;
    overflow: auto;
    padding-right: 0.1rem;
}

/**/
.top_title {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #8ca2b2;
    text-align: center;
    font-size: 0.4rem;
    font-family: "RefrigeratorDeluxeBold";
}

.top_title span {
    font-size: 0.34rem;
    font-family: hyykh;
    vertical-align: bottom;
    color: #ea8b55
}

.title1 {
    font-size: 0.3rem;
    font-weight: 800;
    margin: 0 0.35rem 0 0.1rem;
    white-space: nowrap;
    vertical-align: middle;
}

.sign_sub {
    font-size: 0.28rem;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #000;
}

.container {
    padding-bottom: 4rem;
    margin-top: 1.06rem;
}

.bottom_tab {
    background: url("../img/bottom_bg.png") no-repeat center center/100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 199;
}

.bottom_tab li {
    cursor: pointer;
}

.bottom_tab li:first-child {
    margin-right: 3.5rem;
}

.bottom_tab li p {
    font-size: 0.35rem;
    margin-top: 0.2rem;
}

.bottom_tab ul {
    display: flex;
}

.bottom_tab li:first-child img {
    width: 0.74rem;
}

.bottom_tab li:nth-of-type(2) img {
    width: 0.95rem;
}

.bottom_tab li.active {
    color: #d35930;

}


.bottom_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sign_date {
    background: url("../img/bg_light.png") no-repeat center center/100% 100%;
    padding: 0.1rem 0.2rem;
}

.sign_date span:first-child {
    color: var(--activeColor);
    font-weight: bold;
    font-size: 0.35rem;
}

.sign_date span:nth-of-type(2) {
    color: var(--activeColor);
    font-size: 0.28rem;

}

.sign_box li {
    width: 1.3rem;
}

.gift_box {
    background: url("../img/gift_bg0.png") no-repeat center center/100% 100%;
    width: 1.3rem;
    height: 1.3rem;
}


.on .gift_box {
    background: url("../img/gift_bg.png") no-repeat center center/100% 100%;
}

.gift_box img {
    position: absolute;
    width: 1.06rem;
    height: 0.82rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gift_box .goods_name, .gift_box > span {
    position: absolute;
    font-size: 0.28rem;
    bottom: 0.1rem;
    right: 0.1rem;
    text-align: right;
    word-break: break-word;
}

.ja .gift_box .goods_name {
    transform: scale(0.7);
    transform-origin: right bottom;
}

.sign_box p, .pop_signbox p {
    text-align: center;
    width: 1.3rem;
}

.on p, .on .gift_box span, .on .goods_name, .box2 .on + p {
    color: var(--activeColor);
}

.sign_box {
    background: url("../img/box1.png") no-repeat center center/100% 100%;
    padding: 0.12rem 0.14rem 0.14rem;
}

.line {
    width: 0.05rem;
    height: 0.34rem;
    background: var(--activeColor);
    margin-right: 0.06rem;
}

.title2 {
    font-size: 0.35rem;
    font-weight: 800;
    color: #92abbd;
}

.tr .title2 {
    font-size: 0.32rem;
}

.box2, .box3 {
    height: 3.3rem;
    padding-top: 0.2rem;
}

.ru .box2, .ru .box3 {
    height: 3.6rem;
}

.th .box2, .ru .box3 {
    height: 3.6rem;
}

.ru .btn_box {
    width: 1.9rem;
    height: 0.8rem;
}


.ko .btn_box, .de .btn_box {
    width: 2.5rem;
    height: 0.9rem;
}

.vi .btn_box {
    width: 2.5rem;
    padding-top: 0.1rem;
}

.th .btn_box {
    width: 2.9rem;
    height: 0.95rem;
}

.zh-TW .box2, .zh-TW .box3 {
    height: 2.6rem;
}

.box2 {
    background: url("../img/box2.png") no-repeat center center/100% 100%;
    width: 3.33rem;
}

.tips_bottom {
    font-size: 0.3rem;
    text-align: center;
}

.box3 {
    background: url("../img/box3.png") no-repeat center center/100% 100%;
    width: 6.82rem;

}

.label_bg {
    background: var(--orange);
    color: #fff;
    padding: 0.08rem 0.33rem;
    margin-right: 0.3rem;
    white-space: nowrap;
}

.view {
    background: url("../img/btn_large.png") no-repeat center center/100% 100%;
    width: 9.77rem;
    height: 1.27rem;
    font-size: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box4 {
    background: url("../img/box4.png") no-repeat center center/100% 100%;
    padding: 0.34rem 0.26rem 0.2rem;
}

.popTitle {
    color: #fff;
    font-size: 0.55rem;
    margin: 0.68rem auto 0.5rem;
    text-align: center;
    position: relative;
    padding: 0 0.2rem;
}

.popTitle::after {
    content: '';
    background: url("../img/divide.png") no-repeat center center/100% 100%;
    width: 3.34rem;
    height: 0.06rem;
    position: absolute;
    bottom: -0.20rem;
    left: 50%;
    transform: translateX(-50%);
}

.pop_btn {
    /*background: url("../img/btn_large.png") no-repeat center center/100% 100%;*/
    width: 5rem;
    height: 0.8rem;
    font-size: 0.4rem;
    margin: 0.34rem auto 0.57rem;
}

.pop_signbox {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.33rem;
    row-gap: 0.2rem;
    background: #000;
    padding: 0.4rem 0;
    margin: 0 0.5rem;
    border: 1px solid #303030;
}

.btn_large_grey {
    background: url("../img/btn_large_grey.png") no-repeat center center/100% 100%;
    color: #e5e5e5;
}

.btn_grey {
    background: url("../img/btn_grey.png") no-repeat center center/100% 100%;
    color: #e0dfdf
}

.notice_icon {
    width: 0.66rem;
    display: inline;
    vertical-align: middle;
    margin: -0.01rem 0.05rem 0 0;
}

.shopPage {
    /*background: url("../img/shop_bg.jpg") no-repeat center center/100% auto;*/
    /*height: calc(100vh - 1.06rem);*/
    background: #000;
    position: fixed;
    top: 1.06rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    /*overflow: hidden;*/
}

.limited_box {
    right: 0rem;
    bottom: 0.2rem;
}

.limited_text {
    background: url("../img/limited_bg.png") no-repeat center center/100% 100%;
    padding: 0.1rem 0.8rem;
    display: inline-block;
}

.limited_text img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.1rem;
}

.limited_text span {
    color: #fff;
    font-size: 0.28rem;
    vertical-align: middle;
}

.limited_time {
    font-size: 0.7rem;
    color: var(--orange);
}

.title_bg {
    background: url("../img/title_bg.jpg") no-repeat center center/103% 100%;
    height: 0.85rem;
    width: 100%;
    padding: 0 0.37rem
}

.items_box li {
    width: 4.91rem;
    cursor: pointer;
}

.items_name {
    font-size: 0.35rem;
    top: 0.18rem;
    left: 0.28rem;
    right: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase_limit {
    color: #505255;
    font-size: 0.24rem;
    top: 0.75rem;
    left: 0.28rem;
}

.purchase_limit span {
    color: var(--activeColor);
}

.items {
    width: 4.26rem;
    height: 1.7rem;
    object-fit: contain;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.items_num {
    font-size: 0.35rem;
    bottom: 0.18rem;
    left: 0.28rem;
}

.bullet_box {
    border: 1px solid #505154;
    padding: 0.16rem 0.08rem;
}

.bullet {
    width: 0.46rem;
    height: 0.32rem;
}

.right_bottom_bullet {
    right: 0.15rem;
    bottom: 0.15rem;
    gap: 0.06rem;
}

.bullet_num {
    right: 0.05rem;
    bottom: 0.05rem;
    font-size: 0.18rem;
}

.items_box_bg {
    background: url("../img/items_box_bg.jpg") no-repeat center center/100% 100%;
    padding: 0.36rem 0.32rem 4rem;
    height: calc(100vh - 4.54rem);;
    overflow: auto;
}

.items_box {

    flex-wrap: wrap;
    row-gap: 0.3rem;
}

.items_bg {
    width: 4.91rem;
    cursor: pointer;
}

.detail_title > span {
    font-size: 0.4rem;
    color: var(--fontColor);
    max-width: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_title > p {
    font-size: 0.25rem;
}

.detail_contain {
    padding: 0.5rem 0.5rem 0;
}

.detail_pic {
    background: #000;
    border: 1px solid #303030;
    padding: 0.2rem 0.2rem 0.4rem;
    margin-top: 0.2rem;
}

.detail_pic img {
    width: 5.33rem;
    height: 2.13rem;
    margin: 0.16rem auto;
    object-fit: contain;
}

.detail_desc {
    color: #747474;
    font-size: 0.3rem;
    margin: 0.24rem 0;
}

.divider {
    border-bottom: 1px solid #333;
    padding-bottom: 0.24rem;
}

.update_detail {
    width: 2.34rem;
    height: 0.64rem;
}

.avatar {
    width: 1.31rem;
    height: 1.31rem;
    margin-right: 0.2rem;
}

#common_s2_1 {
    max-width: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.top_box {

}

.userbox {
    display: flex;
}

.userid {
    color: #757575;
    font-size: 0.3rem;
    margin-top: 0.1rem;
}

.rank_icon {
    width: 2.55rem;
}

.star_icon {
    width: 0.38rem;
}

.rank_name {
    color: #8e8e8e;
    background: url("../img/my/rank_bg.png") no-repeat center center/100% 100%;
    padding: 0.1rem 0.9rem;
    margin-top: 0.2rem;
    font-weight: 800;
}

.dataList1 li p:first-child {
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 800;
}

.funds li p:first-child {
    color: var(--orange);
    font-size: 0.5rem;
}

.dataList1 li p:nth-of-type(2) {
    color: #c0c0c0;
    margin-top: 0.1rem;
}

.funds li p:nth-of-type(2) {
    color: var(--fontColor);
}

.dataList1 li {
    position: relative;
    text-align: center;
}

.dataList1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 0.39rem;
    margin-top: 0.42rem;
}

.dataList1 li:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.01rem;
    height: 1rem;
    background: #5f5f5d;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.top_bg {
    background: url("../img/my/top_bg.jpg") no-repeat center center/100% 100%;
    padding: 0.6rem 0.68rem 0.43rem;
}

.tabList {
    display: flex;
    justify-content: space-evenly;
    background: url("../img/title_bg.jpg") no-repeat center center/100% 100%;
    padding-top: 0.2rem;
    cursor: pointer;
}

.tabList li {
    font-size: 0.4rem;
}

.tabList li.on {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    padding-bottom: 0.2rem;
}

table {
    border-collapse: collapse; /* 合并相邻边框 */

}

.table1 {
    margin: auto;
    border-collapse: separate;
    border-spacing: 0 0.23rem;
    width: 100%;
}

.table1 th {
    font-size: 0.34rem;
    padding: 0.34rem 0;
}

.table1 td {
    font-size: 0.28rem;
    border-bottom: 1px solid #4e4e4e;
    border-top: 1px solid #4e4e4e;
}

.table1 td:first-child {
    border-left: 1px solid #4e4e4e;
}

.table1 td:last-child {
    border-right: 1px solid #4e4e4e;
}

.table1 tr:not(:first-child) {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #4e4e4e;
}

.table1 tr:not(:first-child) td {
    padding: 0.82rem 0;
}

.table1 td, .table1 th {
    /*border-right: 1px solid #35383b*/
    position: relative;
    min-width: 2.5rem;
    text-align: center;
}

.table1 th::after, .table1 td::after {
    content: "";
    width: 1px;
    height: 0.3rem;
    background: rgb(53, 56, 59);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.table1 th:last-child::after, .table1 td:last-child::after {
    content: none
}

.state_icon {
    width: 0.29rem;
    display: inline;
    vertical-align: middle;
    margin-right: 0.08rem;
}

.table1 td span {
    vertical-align: middle;
}

.fail_color {
    color: #c62f49
}

.success_color {
    color: #34c644
}

.unusual_color {
    color: #ca4d31
}

.login {
    margin-top: 0.2rem;
}


.money_icon {
    width: 0.49rem;
    display: inline;
    vertical-align: middle;
}

.my_container {
    padding: 0.28rem 0.42rem
}

.funds {
    padding: 0.54rem 0.8rem;
    background: url("../img/my/box_bg.png") no-repeat center center/100% 100%;
}

.select_box img {
    width: 0.15rem;
    display: inline-block;
}

.dline {
    width: 1px;
    height: 0.34rem;
    display: inline-block;
    background: #3b3b3b;
    margin: 0 0.2rem;
}

.dline2 {
    width: 1px;
    height: 3.5rem;
    display: inline-block;
    background: rgba(59, 59, 59, 0.41);
    margin: 0 0.1rem;
}

.select_box * {
    vertical-align: middle;
}

.select_box {
    color: #575d63;
    background: #16181b;
    display: inline-block;
    border: 1px solid #454545;
    cursor: pointer;
    padding: 0.08rem 0.3rem;
}

.select_box span {
    max-width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.select_list {
    top: 0.63rem;
    left: 0;
    right: 0;
    background: #000000;
    color: #646464;
    z-index: 99;
}

.select_list li {
    text-align: center;
    padding: 0.14rem 0;
    font-size: 0.28rem;
    border-bottom: 1px solid #4e4e4e;
}

.hasselect {
    background: #4e4e4e;
    color: #ececec;
}

.net_earnings p:first-child {
    color: var(--orange);
    font-size: 1rem;
}

.net_earnings p:nth-of-type(2) {
    color: var(--fontColor4);
    font-size: 0.3rem;
    margin-top: 0.4rem;
}

.dataList2 {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-template-areas:
            "a1 a1 a2 a3 a4"
            "a1 a1 a5 a6 a7";
    background: url("../img/my/box_bg.png") no-repeat center center/100% 100%;
    padding: 0.03rem 0;
    margin-top: 0.25rem;
}

.dataList2 li {
    padding: 0.3rem 0.2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(68 68 68 / 31%);

}

.dataList2 li:first-child {
    grid-area: a1;
}

.dataList2 li p:first-child {
    color: var(--fontColor);
    font-size: 0.5rem;
    font-weight: 600;
}

.dataList2 li p:nth-of-type(2) {
    color: var(--fontColor4);
    font-size: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
}

.dataList2 li:first-child p:first-child {
    font-size: 1.2rem;
    color: var(--orange);
}

.recent_icon {
    width: 0.26rem;
    display: inline-block;
    vertical-align: middle;
}

.recent_battle img {
    width: 0.39rem;
}

.recent_battle span {
    font-size: 0.38rem;
    vertical-align: middle;
}


.recent_detail li p {
    font-size: 0.35rem;
    text-align: center;
}

.recent_detail li span {
    font-size: 0.26rem;
    color: #86919a;
    background: #35393c;
    padding: 0.05em 0.15rem;
    min-width: 1.3rem;
    display: block;
    text-align: center;
    margin-top: 0.27rem;
}

.recent_detail li:first-child span {
    margin-top: 0.1rem;
}

.recent_battle {
    background: #0b0c0f;
    padding: 0.28rem 0.6rem 0.23rem;
    border-bottom: 1px solid #2f3133;
}

.recent_detail {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-top: 0.5rem;
}

.recent_box {
    background: url("../img/my/box_bg.png") no-repeat center center/100% 100%;
    padding: 0.05rem 0.05rem 0.57rem;
    margin-top: 0.38rem;
}

.table1 tr:first-child {
    position: sticky;
    top: 0;
    z-index: 100;
}

.th_bg {
    background: #181c21;

}

.table_box {
    max-height: 14rem;
    overflow: auto;
    padding: 0 0 0.5rem;
    width: 100%;
}

#table_box {
    padding: 0 0.4rem 0.5rem;

}

#chart1 {
    width: 5.2rem;
    height: 4.4rem;
}

.echarts_box {
    margin-top: 0.3rem;
    background: url("../img/my/box_bg.png") no-repeat center center/100% 100%;
    padding: 0.6rem 0.4rem;
}

.game_length p {
    text-align: center;
}

.game_length {
    padding: 0 0.2rem;
    color: var(--orange);
    margin-top: 0.2rem;
    font-size: 0.4rem;
    text-align: center;
}

#s96_1 {
    font-size: 0.3rem;
    color: #757575;
    margin-right: 0.1rem;
}

#s96_2 {
    font-size: 0.4rem;
    /*font-weight: 600;*/
    /*margin-top: 0.1rem;*/
}

.m .showLanguage {
    top: 0.6rem;
    left: 0;
    right: 0;
    position: absolute;
    height: 9.7rem;
    overflow: auto;
}

.box3_1 {
    justify-content: center;
    align-items: baseline;
}

.box3_1 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box3_1 > div p {
    margin-top: 0.1rem;
    /*white-space: nowrap;*/
}

.back {
    width: 0.38rem;
    position: absolute;
    top: -0.7rem;
    left: 0.2rem;
    cursor: pointer;
}

.es .title2 {
    font-size: 0.26rem;
}


.fix_lang {
    margin: 0 0.67rem 0 0.33rem;
}

.es .fix_lang {
    margin: 0 0.6rem 0 0.2rem;
}

.box3_title {
    margin-left: 0.3rem
}

.es .box3_title {
    margin-left: 0.2rem
}

/*.es .btn_box {
    width: 1.82rem;
    height: 0.65rem;
}*/
.es .btn_box {
    width: 3.4rem;
    height: 0.7rem;
}

.ja #signBox {
    width: 3.4rem;
    height: 0.77rem;
    /*margin-top: -0.3rem;*/

}

.es .btn_grey {
    width: 3.6rem;
    height: 0.8rem;
}

.es .box3_1 {
    margin-top: 0.3rem;
}

.box2_1 {
    column-gap: 0.15rem;
    justify-content: center;
}

.box2_1, .box3_1 {
    margin: 0.26rem 0 0.1rem 0;
    padding: 0 0.3rem;
}

.es .box2, .es .box3 {
    height: 3.3rem;
}

.ja .box2, .ja .box3 {
    height: 3.8rem;
}

@media screen and (max-width: 400px) {
    .es .box2, .es .box3 {
        height: 3.6rem;
    }
}

.rank_icon2 {
    width: 1.8rem;
}

.rank_name2 {
    padding: 0.05rem 0.9rem;
    margin-top: 0.1rem;
}

.changelang_pc {
    position: fixed;
    top: 0.2rem;
    right: 0.2rem;
}

.pc .showLanguage {
    top: 0.6rem;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-top: 0;
    width: 100%;
}

.download_btn img {
    width: 2.5rem;
    cursor: pointer;
}

.download_btn {
    top: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.download_btn img:first-child {
    margin-right: 0.5rem;
}

#common_a1_1, #common_a2_1 {
    color: var(--activeColor);
}

.loading_bg {
    position: absolute;
    top: 4.7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #171c22;
    z-index: 9900999999;
    display: flex;

}

.loading_icon {
    width: 0.4rem;
    margin: auto;
}

.animate_circle {
    animation: circle 1s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    width: 0.04rem !important; /* 设置滚动条的宽度 */
    display: block !important;
    height: 0.2rem !important;
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #5e6165 !important; /* 设置滑块的背景颜色 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
    /*border-left: 1px solid #4E5B5AFF !important;*/
    background: #2c3339;
    margin-top: 0.1rem;
}

.ant-message {
    top: 2rem !important;
}