* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.nav img,.footer img {
    width: 100%
}


.nav {
    position: sticky;
    top: 0;
    z-index: 1001;
}

.nav_pc {
    height: 60px;
    padding: 0 40px;
    background-color: #131313;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav_pc_left {
    width: 105px;
    height: 34px;
}

.nav_pc_right {
    /* width: 40px; */
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.nav_pc_right .ic_arrows{
    font-size: 12px;
}
.nav_pc_right_language{
    position: relative;
}
.nav_pc_games{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding:0 40px 40px;
    box-sizing: border-box;
}
.nav_pc_games_container{
    padding: 30px 28px 20px;
    background-color: #131313;

}
.nav_pc_games .nav_pc_games_title{
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #d32f2f;
}
.nav_pc_games .nav_pc_games_list{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav_pc_games .nav_pc_games_list a{
    width: 207px;
    height: 116px;
    cursor: pointer;
    opacity: .8;
}
.nav_pc_games .nav_pc_games_list a:hover{
    opacity: 1;
}
.nav_pc_games  .nav_pc_games_all{
   padding-top: 20px;
   color: #fff;
   font-size: 18px;
   cursor: pointer;
   text-align: center;
}
.nav_pc_games  .nav_pc_games_all a:hover{
    color: #d32f2f;
}
.language_menu{
    position: absolute;
    top: 42px;
    left: -40px;
    z-index: 1002;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.language_menu_item{
    padding: 6px 20px;
    white-space: nowrap;
    cursor: pointer;
}
.language_menu_item:hover{
    background-color: #e6f7ff;
}
.nav_pc_right_language .arrows{
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 4px;
}
.nav_pc_right_vip_container{
    position: relative;
    
}
.nav_pc_right_vip_container:hover .nav_pc_right_qrcode_container {
    display: block;
}
.nav_pc_right_vip_container.en_US:hover .nav_pc_right_qrcode_container{
    display: none;
 }

.nav_pc_right_vip {
    color: #fff;
    
}




.nav_pc_right_qrcode_container {
    width: 200px;
    height: 228px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 40px;
    left: -100px;
}

.nav_pc_right_qrcode {}

.nav_pc_right_qrcode_container .text {
    text-align: center;
    font-size: 12px;
    color: #000;
}

.nav_pc_center {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-family: Helvetica;
}
.nav_pc_center li{
    cursor: pointer;
}
.nav_pc_center li a span.active{
    color: #d32f2f;
}

.nav_pc_games {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #131313;
    padding: 20px 0;
    z-index: 100;
}

.nav_pc_games_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav_pc_games_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.nav_pc_games_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.nav_pc_games_list a {
    display: block;
    transition: transform 0.2s;
}

.nav_pc_games_list a:hover {
    transform: scale(1.05);
}

.nav_pc_games_list img {
    width: 100%;
    border-radius: 8px;
}



.nav_mobile {
    padding: 0 20px;
    display: none;
    height: 50px;
    background-color: #131313;
    color: #fff;
    position: relative;
}

.nav_mobile_left {
    width: 22px;
    height: 22px;
    line-height: 50px;
}

.nav_mobile_right {
    font-size: 14px;
    line-height: 50px;
}

.nav_mobile_center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_mobile_center_logo {
    height: 30px;
    width: 90px;
}

.ic_chacha {
    display: none;
}

.nav_mobile_content_container {
    width: 262px;
    height: 100vh;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #131313;
}

.nav_mobile_content_container ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;

}
.nav_mobile_content_container .nav_item .nav_item_text.active{
    color: #d32f2f;
}
.nav_mobile_right_language .arrows{
    transform: rotate(90deg);
    display: inline-block;
   
}
.nav_mobile_right_language{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 4px;
}
.nav_mobile_right_language .arrows .ic_arrows{
    font-size: 14px;
}


.nav_item {
    padding: 15px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}

.footer {
    padding: 60px 20px 78px;
    background-color: #211d1d;
}

.footer span,
.footer div {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    width: 162px
}

.footer_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.footer_link a {
    padding: 5px 0;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
}

.footer_police,
.footer_address {
    padding: 5px 0;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
    text-align: center;
}

.footer_police span {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
}

.footer_police .footer_police_img {
    width: 18px;
    vertical-align: middle;
    border-style: none;
    margin-right: 5px;
}

.footer_line {
    padding: 5px 0;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
    text-align: center;
}

.footer_line a {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .4);
}

.footer_end {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer_end img {
    display: inline-block;
    height: 30px;
    width: auto;
}
.footer_en .footer_link{
    height: 60px;
    align-items: center;
}
.footer_en .footer_link a{
    color: hsla(0, 0%, 100%, .8);
}

.copy_right{
    text-align: center;
}

@media (max-width: 750px) {
    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: flex;
    }
}
[v-cloak] {
    display: none;
}