*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fff;
}
a{
    /* text-decoration: none; */
}
.div-nav{
    width: 100%;
    font-size: 4vw;
    font-family: Roboto-Medium,Roboto;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 11vw;
    background-color: #30979C;
    position: relative;
}
.div-nav-left{
    float: left;
    width: 33%;
    height: 13vw;
    display: flex;
    align-items: center;
}
.header-btn-a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header-btn-bg{
    border-radius: 25px;
    height: 9.4vw;
    width: 9.7vw;
    background-color: #30979C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-btn-bg-left{
    margin-left: 0;
    width: 100%;
    justify-content: space-around;
    padding: 0 5px;
}
.header-btn-bg-right{
    margin-right: 2vw;
}
.header-img{
    object-fit: contain;
}
.header-img-left{
    height: 70%;
}
.header-img-right{
    width: 72%;
}

.div-nav-center{
    margin: 0 auto;
    width: 47%;
    color: #30979C;
    float: left;
}
.div-nav-right{
    float: left;
    width: 20%;
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* .div-nav-img{
    width: 10vw;
} */

.mobile-layout{
    .div-menus{
        position: absolute;
        z-index: 1000;
        width: 94%;
        background: linear-gradient( #30979C, #F7C8B2);
        border-radius: 1vw;
        text-align:center;
        font-size: 3vw;
        top: 15vw;
        padding-bottom: 10px;
    }
    .div-menus-list{
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 6px;
    }
    .div-menus-info {
        /* flex: 1; */
        background-color: #fff;
        border-radius: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
    }
    .div-menus-info a{
        color: #333;
        font-size: 14px;
    }
    .div-header{
        padding-top: 4vw;
        width: 100%;
        line-height: 6vw;
    }
    .head_text{
        font-size: 4vw;
        font-family: Roboto-Medium,Roboto;
        font-weight: 500;
        color: #191919;
        text-align: center;
    }
    .sub-title{
        font-size: 3vw;
        font-family: Roboto-Regular,Roboto;
        font-weight: 400;
        color: #999;
        text-align: center;
    }
    .div-main{
        width: 100%;
    }
    .game-type{
        text-align: center;
        width: 50%;
        margin: 0 auto;
        font-size: 3.5vw;
        font-weight: bold;
        background: url(../../img/img_2.png) no-repeat 0rem;
        line-height: 15vw;
        color: white;
        background-size: 100%;
    }
    .game-list{
        padding: 0 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .game-info{
        margin-top: 2vw;
        text-align:center;
        width: calc(25% - 6px);
    }

    .game-info-url{
        text-decoration:none;
    }
    .game-info-img{
        border-radius: 2vw;
        width: 100%;
    }
    .game-info-text{
        font-size: 2.5vw;
        font-family: Roboto-Regular,Roboto;
        font-weight: 400;
        color: #333;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
    }

    .game-info-new{
        margin-top: 2vw;
        text-align:center;
        width: calc(33.33% - 6px);
    }
    .game-info-new-large{
        margin-top: 2vw;
        text-align:center;
        width: calc(66.66% - 3px);
    }
    .game-info-url-new{
        text-decoration:none;
    }
    .game-info-img-new{
        border-radius: 2vw;
        width: 100%;
    }
    .game-info-url-new-mini{
        margin-top: 1vw;
        display: inline-block;
    }

    .div-ball{
        position: fixed;
        bottom: 16%;
        right: 4%;
        z-index: 1000;
        width: 16vw;
    }
    .ball-img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .div-footer{
        width: 100%;
        padding-top: 2vw;
        background-color: #333;
    }
    .div-footer-title{
        padding-top: 5%;
        font-size: 2.5vw;
        font-family: Roboto-Regular,Roboto;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #333;
    }
    .div-footer-desc{
        font-size: 2.5vw;
        font-family: Roboto-Regular,Roboto;
        font-weight: 400;
        color: #fff;
        text-align: center;
        background-color: #333;
        width: 90%;
        margin: 0 auto;
    }
    .div-footer-desc a{
        color: #fff;
    }

}

.ad{
    text-align: center;
    /*padding-bottom: 10px;*/
    background: #efefef;
}
.ad-text{
    margin-bottom: 5px;
    font-size: 10px;
    color: #999;
}