.game-name .name[data-v-0dc3b4b1] {
    font-size: clamp(1.125rem,1.075rem + .25vw,1.375rem)
}

.game-name .brief[data-v-0dc3b4b1] {
    font-size: clamp(1rem,.975rem + .13vw,1.125rem)
}

.game-img .word span[data-v-0dc3b4b1] {
    font-size: clamp(.625rem,.575rem + .25vw,.875rem)
}

.btn-box .btn span[data-v-0dc3b4b1] {
    font-size: clamp(.75rem,.725rem + .13vw,.875rem)
}

.tags span[data-v-0dc3b4b1] {
    font-size: clamp(.625rem,.6rem + .13vw,.75rem)
}

@media screen and (max-width: 490px) {

    .Component.ibox[data-v-0dc3b4b1] {
        width:100%;
        margin-bottom: 3%;

        border-radius: 15px;

        height: 100%;
    }
    .Component.ibox .phone_info[data-v-0dc3b4b1] {

    width: 100%;
    height: 80px;
    border-radius:50% ;
    border: 2px solid #ffb300;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}
.phone_ganame[data-v-0dc3b4b1] {
    width: 100%;
    height: 18px;
    padding:5px 0 0 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-family: Barlow;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}
}
.Component.ibox[data-v-0dc3b4b1]{
    border:3px solid #f9c779
    background-color: ;
}
@media screen and (min-width: 490px) {
    .pop-games {
    padding:0 20px;
    }
    .pop-game-card {
        background-image: url(/static/img/bg_purprle.png)
        background-repeat: no-repeat;
        background-size: cover;
        width: 160px;
        height: 190px;
        position: relative;
        color: #fff;
    }
    .pop-game-card img {
        width: 110px;
        height: 110px;
        border: 2px solid #fff7df;
        border-radius: 12px;
        position: absolute;
        left: 12px;
    }
    .pop-games .pop-game-card .name {
        font-size: 15px;
        width: 120px;
        top: 130px;

    }
    .Component.ibox[data-v-0dc3b4b1] {
        margin-right:0px;
        width: 100%;
        margin-bottom: 5px;

        border-radius: 15px;

        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .Component.ibox .phone_info[data-v-0dc3b4b1] {

    border-radius:50% ;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 2px solid #ffb300;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}
.phone_ganame[data-v-0dc3b4b1] {
    width: 100%;
    font-size: 16px;
    height:25px;
    padding:5px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-family: Barlow;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}
}





.show[data-v-0dc3b4b1] {
    display: block
}

.close[data-v-0dc3b4b1] {
    display: none
}


.pop-game-card>img{
    transition: transform 0.3s ease;
}
.pop-game-card:hover img{

    transform: scale(0.9);
}





.Component.ibox .phone_info>img[data-v-0dc3b4b1] {


    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
}

.Component.ibox .phone_info:hover img[data-v-0dc3b4b1] {
    transform: scale(1.03);
}


.word[data-v-0dc3b4b1] {
    text-align: center;
    line-height: 30px
}



@media screen and (max-width: 490px) {
    .ifooter[data-v-3cc9ab3f] {
        padding:0 0
    }


}

@media screen and (max-width: 930px)and (min-width:490px) {
    .ifooter[data-v-3cc9ab3f] {
        padding:0 10%
    }
}

@media screen and (min-width: 930px) {
    .ifooter[data-v-3cc9ab3f] {
        padding:0 10%
    }
}

.Component.ifooter[data-v-3cc9ab3f] {
    position: absolute;
    background: ;
    border-top: 1px solid #303133;
    margin-top:50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Component.ifooter .footer-wrap[data-v-3cc9ab3f],.Component.ifooter[data-v-3cc9ab3f] {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Component.ifooter .footer-wrap[data-v-3cc9ab3f] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Component.ifooter .imgs {
    height: 30%;
    min-height: 34px
}

.Component.ifooter .img>img[data-v-3cc9ab3f] {
    height: 100%
}

.Component.ifooter .word[data-v-3cc9ab3f] {
    padding: 5px
}

.Component.ifooter .word>span[data-v-3cc9ab3f] {
    display: inline-block;
    cursor: pointer
}

.Component.ifooter .word .split[data-v-3cc9ab3f] {
    margin: 0 15px;
    color: black
}

.Component.ifooter .word .info[data-v-3cc9ab3f] {
    font-size: 12px;
    color: black
}

.wrap-list .title span[data-v-a6c148f8] {
    font-size: clamp(1.125rem,1.05rem + .38vw,1.5rem)
}

#div-gpt-ad-1723431570112-0,#div-gpt-ad-1723431622518-0 {
    display: none
}

.AdAAnchor_Bot {
    left: 50%;
    position: fixed;
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1999;
    padding: 5px 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.4) 0 -4px 6px -3px;
    box-shadow: 0 -4px 6px -3px rgba(0,0,0,.4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.AdAAnchor_Bot #AdAAnchorBtn {
    top: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 3px 3px 0 0;
    right: 0
}

.AdAAnchor_Top {
    top: 0;
    position: fixed;
    width: 100%;
    padding: 2px 0
}

.AdAAnchor_Top #AdAAnchorBtn {
    bottom: -16px;
    position: absolute;
    padding: 1px 12px;
    font-family: sans-serif;
    font-size: 6px;
    border-radius: 0 0 3px 3px
}

#AdAAnchor,#AdAAnchorBtn {
    z-index: 1999;
    width: 100%;
    background: rgba(#eee,.5);
    border: 0 solid #eee
}

#AdAAnchorAd {
    min-width: 300px;
    min-height: 50px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

#AdAAnchorBtn>i {
    border: solid #666;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 4px;
    position: relative;
    z-index: 999
}

.AdA_bottomUp,.AdA_topDown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: super;
    bottom: -6px;
    display: none
}

.AdA_bottomDown,.AdA_topUp {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: super;
    bottom: 0;
    display: none
}

@media screen and (max-width: 490px) {
    .wrap[data-v-a6c148f8] {
        padding:0 0
    }

    .wrap-list[data-v-a6c148f8] {
        padding: 20px 0;
        margin: 0 12px;

    }

    .box-content[data-v-a6c148f8] {
        padding: 10% 2% 0 2%
    }
}

@media screen and (max-width: 930px)and (min-width:490px) {
    .wrap[data-v-a6c148f8] {
        padding:0 15%
    }

    .wrap-list[data-v-a6c148f8] {
        padding: 20px 0 10px 0
    }

    .box-content[data-v-a6c148f8] {
        padding: 10% 2% 0 5%
    }
}

@media screen and (min-width: 930px) {
    .wrap[data-v-a6c148f8] {
        padding:0 20%
    }

    .wrap-list[data-v-a6c148f8] {
        padding: 20px 0 10px 0
    }

    .box-content[data-v-a6c148f8] {
        padding: 5% 3% 0 5%
    }
}

.Page.dashboard[data-v-a6c148f8] {
    position: relative;
    width: 100%;
    background-color:
}

.Page.dashboard .adsolt1[data-v-a6c148f8] {
    width: 100%
}

@-webkit-keyframes sk-rotate-data-v-a6c148f8 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes sk-rotate-data-v-a6c148f8 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.advertising-box[data-v-a6c148f8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    border: 3px solid red;
    z-index: 2000;
    overflow: hidden
}

.loading[data-v-a6c148f8] {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2000;
    left: 48%;
    top: 42%;
    text-align: center;
    -webkit-animation: sk-rotate-data-v-a6c148f8 2s linear infinite;
    animation: sk-rotate-data-v-a6c148f8 2s linear infinite
}

@-webkit-keyframes sk-bounce-data-v-a6c148f8 {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce-data-v-a6c148f8 {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loading>.dot1[data-v-a6c148f8] {
    top: 0
}

.loading>.dot1[data-v-a6c148f8],.loading>.dot2[data-v-a6c148f8] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    -webkit-animation: sk-bounce-data-v-a6c148f8 2s ease-in-out infinite;
    animation: sk-bounce-data-v-a6c148f8 2s ease-in-out infinite
}

.loading>.dot2[data-v-a6c148f8] {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.close[data-v-a6c148f8] {
    display: none
}

.Page.dashboard .wrap[data-v-a6c148f8] {
    position: relative;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
    margin-top: 10px;

}

.wrap-list[data-v-a6c148f8] {
    padding-top: 0;
    min-height: 90vh;
    padding:40px 0 50px 0;
    border-radius: 5px;
    position: relative;
}

.wrap-list .item[data-v-a6c148f8] {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 2rem) / 4));
    grid-template-rows: auto;
    grid-gap: 1rem 1rem;
}

.wrap-list .nonebox[data-v-a6c148f8] {
    width: 100%;
    height: 130px
}

.title[data-v-a6c148f8] {
    margin: 0 auto;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 15px;
    margin-top: 20px;
    background: ;
    padding-right:20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.title>.img[data-v-a6c148f8] {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: ;
    border-bottom: ;
    text-align: center;
}


//.Component.ibox[data-v-0dc3b4b1]:hover{
    border: 1px solid #f02a9c;
	background: #ffae8b;
}
.Component.ibox:hover .phone_ganame[data-v-0dc3b4b1] {
    color: #f02a9c!important;
    display:block;
}

.li-view {
    width: 100%;
    display: flex;
    font-size: 0.6em;
    font-weight: 300;
    color: #e96a0e;
    padding: 0 2em 0.5em 2em;
}

.li-view span {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.games_score {
    text-align: right;
    color: #666;
}


.title>.img>span[data-v-a6c148f7] {
       width: auto;
    display: flex;
    color: #f37d0c;

    align-items: center;
    background-color:;
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;

}
.title>.img>a[data-v-a6c148f7]:hover {
    cursor: pointer;
}

.title>.img>span[data-v-a6c148f8] {
   width: auto;
    line-height: 1.5;
    display: flex;
    border-radius: ;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    padding: 2px 8px 2px 8px;
    color: #ffb300;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #ffb300;

}
.Component.ibox[data-v-0dc3b4b1]:first-child,.Component.ibox[data-v-0dc3b4b1]:nth-child(4),.Component.ibox[data-v-0dc3b4b1]:nth-child(11),.Component.ibox[data-v-0dc3b4b1]:nth-child(22)
,.Component.ibox[data-v-0dc3b4b1]:nth-child(30),.Component.ibox[data-v-0dc3b4b1]:nth-child(40),.Component.ibox[data-v-0dc3b4b1]:nth-child(41),.Component.ibox[data-v-0dc3b4b1]:nth-child(50)
,.Component.ibox[data-v-0dc3b4b1]:nth-child(57)
{
    grid-column-start: span 2;
    grid-row-start: span 2;
    border-radius:1px;
}
.Component.ibox[data-v-0dc3b4b1]:first-child .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(4) .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(11) .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(22) .phone_ganame[data-v-0dc3b4b1]
,.Component.ibox[data-v-0dc3b4b1]:nth-child(30) .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(40) .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(41) .phone_ganame[data-v-0dc3b4b1],.Component.ibox[data-v-0dc3b4b1]:nth-child(50) .phone_ganame[data-v-0dc3b4b1]
,.Component.ibox[data-v-0dc3b4b1]:nth-child(57) .phone_ganame[data-v-0dc3b4b1]
{
    display:block;

}
.Component.ibox:first-child {
    height: 100%;
}
.Component.ibox .phone_info[data-v-0dc3b4b1]:first-child{
    height: 90%;
}


#.pop-game-card[data-bg="1"] {
    background-image: url(/static/img/bg_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#.pop-game-card[data-bg="2"] {
    background-image: url(/static/img/bg_purprle.png);
    background-repeat: no-repeat;
    background-size: cover;
}