
:root {
    --fontColor: #fdfdfd;
    --fontColor2: #e5e5e5;
    --fontColor3: #a09f9b;
    --activeColor: #ff7d00;
}

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

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

.activeColor {
    color: #ff7d00 !important;
}

.activeColor_bg {
    background: #ff7d00 !important;
}

html, body {
    overflow-x: hidden;
    background: #0e1c20;
    font-size: 0.28rem;
    color: var(--fontColor);
    font-family: "RefrigeratorDeluxe";
}

.zh-tw body {
    font-family: "fzltzh";
}

.container {
    background: url("../img/bg.jpg") no-repeat center center/100% 100%;
    min-height: 16.86rem;
    padding-bottom: 1rem;
}

img {
    display: block;
}

.logo {
    width: 2.38rem;
}

.logout_btn {

}

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

#changeRoles {
    margin-right: 0.1rem;
}

.login_box::after {
    content: '';
    width: 1px;
    height: 0.32rem;
    display: inline-block;
    background: #cfcfcf;
    vertical-align: middle;
    margin: 0 0.18rem;
}

.username, #s3_1 {
    margin-right: 0.1rem;
    max-width: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}


.btn_box {
    background: url("../img/btn_bg.png") no-repeat center center/100% 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0.24rem 0.58rem;
    font-size: 0.35rem;
    color: #000;
    display: inline-block;
    animation: toscale 0.9s infinite alternate ease-in-out;
    margin-top: 0.1rem;
    min-width: 3.67rem;
}

.rules_contain {
    max-height: 4rem;
    overflow: auto;
    padding-bottom: 0.5rem;
    /*font-family: auto;*/
    font-size: 0.25rem;
    line-height: 1.7;
    padding-right: 0.13rem;
}

.zh-tw .rules_contain {
    font-family: auto;
}

.team_up {
    animation: none;
    margin-top: 0.4rem;
}

@keyframes toscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.ja .btn_box, .pt .btn_box, .tr .btn_box, .ru .btn_box, .th .btn_box, .ko .btn_box, .de .btn_box {
    padding: 0.24rem 0.5rem;
}

.th .btn_box {
    padding: 0.26rem 0.4rem;
}

.invite {
    min-width: 3.67rem;
}

.linear {
    background: linear-gradient(to bottom, #d6ab68, #bb8403);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_box {
    position: fixed;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 380px) {
    .slide_box {
        top: 50%;
    }
}

@media screen and (min-width: 700px) {
    .slide_box {
        top: 33%;
    }
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/nav_r.png);
    width: 0.38rem;
    height: 0.73rem;
    right: -0.7rem;
    /*top: 2.1rem;*/
    background-size: 100% 100%;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/nav_r.png);
    width: 0.38rem;
    height: 0.73rem;
    left: -0.7rem;
    /*top: 2.1rem;*/
    background-size: 100% 100%;
    right: auto;
    transform: rotate(-180deg);
}


.pop_tips, .pop_tips2 {
    min-height: 3.83rem;
    background: url(../img/pop_bg.png) no-repeat left top / 100% auto;
}


/*换服*/
.login-role-popup {
    width: 6.5rem;
    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.8rem;
    background: #000 url(https://test-common-web.intlgame.com/li-pass/static/li_logo.png) no-repeat 50% 50%/auto 80%;
}

.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.26rem;
    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.1rem;
    background-color: #7064FF;
    border: none;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    padding: 0.05rem 0;
}

.ssstr32 {
    padding: 0.18rem 0;
    font-size: 0.28rem;

}


.close-btn {
    color: #fff;
    position: absolute;
    top: 0.08rem;
    right: 8px;
    font-size: 25px;
}

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

.contain_text {
    display: table-cell;
    height: 2.2rem;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}


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

    }
}

#yu {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

#uy::before {
    content: '';
    position: absolute;
    top: -50%; /* Adjust the position */
    left: -50%; /* Adjust the position */
    width: 200%; /* Adjust the size */
    height: 200%; /* Adjust the size */
    background-color: rgba(255, 255, 255, 0.4); /* Light color for glow */
    opacity: 0; /* Initially invisible */
    border-radius: 50%; /* Circular shape */
    animation: glowAnimation 1.5s infinite alternate; /* Animation */
}

@keyframes glowAnimation {
    from {
        transform: scale(0) rotate(0);
        opacity: 1;
    }
    to {
        transform: scale(2) rotate(360deg);
        opacity: 0;
    }
}

.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;
}


.m .langtext, .login_box {
    font-size: 0.22rem;
    color: #000;
}

.m .langtext::before {
    content: none;
}

.m .langtext::after {
    background: url("../img/caret-bottom.png") no-repeat center center/100% 100%;
    margin-left: 0.05rem;
    width: 0.26rem;
    height: 0.26rem;
}


.top {
    background: url("../img/bg1.png") no-repeat center center/100% 100%;
    padding: 0.2rem 0.2rem 0.5rem;
}

.main1 {
    background: url("../img/bg2.jpg") no-repeat center center/100% 100%;
    min-height: 9.6rem;
    padding-top: 1.04rem;
}

.main2 {
    background: url("../img/bg3.jpg") no-repeat center center/100% 100%;
    min-height: 7.11rem;
}

.earth2 {
    width: 0.26rem;
    display: inline;
    vertical-align: bottom;
}

.rule {
    color: #def8ff;
    font-size: 0.2rem;
    vertical-align: bottom;
    margin-left: 0.08rem;
}

.rule_btn {
    background: url("../img/rule_bg.png") no-repeat center center/100% 100%;
    display: inline-block;
    padding: 0.06rem 0.2rem 0.1rem 0.14rem;
    position: relative;
    z-index: 2;
}

.gift {
    width: 7.24rem;
    margin-top: -0.6rem;
}

.title1 {
    height: 1.7rem;
    margin: 0.28rem auto 0;
}

.zh-tw .title1, .de .title1 {
    height: 1.51rem;
    margin-top: 0.4rem;
}

.pt .title1, .id .title1, .tr .title1 {
    height: 1.6rem;
}

.title2 {
    height: 1.54rem;
    padding-top: 0.2rem;
    margin-left: 1rem;
    /*margin: 0 auto;*/
}

.pt .title2, .id .title2, .ru .title2, .vi .title2 {
    margin: auto;
}

.de .title2 {
    margin-left: 0.6rem;
}

.en .title2 {
    margin-left: 0.5rem;
}

.banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper-slide div > img {
    width: 6.9rem;
    height: 3.88rem;
}

.banner .swiper-slide p img {
    width: 0.19rem;
    margin: 0 0.17rem;
}

.banner .swiper-slide p {
    font-size: 0.32rem;
    background: url("../img/text_bg.png") no-repeat center center/100% 100%;
    color: #000;
    min-width: 6.53rem;
    max-width: 100%;
    padding: 0.12rem 0;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-pagination {
    position: static;
    margin-top: 0.1rem;
}

.swiper-pagination-bullet {
    background: url("../img/b0.png") no-repeat center center/100% 100%;
    width: 0.25rem;
    height: 0.21rem;
}

.swiper-pagination-bullet-active {
    background: url("../img/b1.png") no-repeat center center/100% 100%;
    width: 0.25rem;
    height: 0.21rem;
}

.swiper {
    background: url("../img/banner_bg.png") no-repeat center center/100% 100%;
    width: 7.03rem;
    height: 4.13rem;
}

.app_icon li img {
    border-right: 1px solid #226a6d;
    height: 0.72rem;
    padding: 0 0.14rem;
}

.app_icon li:last-child img {
    border-right: none;
}

.app_icon p {
    color: #7bbfd2;
    font-size: 0.2rem;
    margin-top: 0.14rem;
}

.app_icon {
    background: url("../img/app_bg.png") no-repeat center center/100% 100%;
    padding: 0.4rem 0.16rem 0.2rem;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    align-items: center;
    justify-content: center;
}

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

.gather {
    background: url("../img/text_bg2.png") no-repeat center center/100% 100%;
    padding: 0.1rem 0.16rem 0.1rem 0.24rem;
    color: #000;
    margin: 0.7rem auto 0.2rem 0;
    max-width: 85%;
}

.desc {
    line-height: 1.4;
}

.desc p {
    margin-bottom: 0.12rem
}

.blue_text {
    color: #7bbfd2;
}

#ot-sdk-btn-floating.ot-floating-button {
    width: 30px;
    height: 30px;
}

#hasHold, #addTeam, #withFriend {
    margin-top: -0.2rem;
}

/*.zh-tw #hasHold, .zh-tw #addTeam, .zh-tw #withFriend {
    margin-top: 0;
}*/

#s12_1 {
    max-width: 1.9rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.m .list_language {
    overflow-y: auto;
}
