*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #FFF2B6;
}
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: #FFF2B6;
    overflow: hidden;
}
.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: #341862;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-btn-bg-left{
    margin-left: 2vw;
    width: 100%;
    justify-content: space-around;
    padding: 0 11px;
}
.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: #FFF2B6;
    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;
} */
.div-menus{
    position: absolute;
    z-index: 1000;
    width: 94%;
    background: linear-gradient( #341862, #341862);
    left: 3%;
    border-radius: 1vw;
    text-align:center;
    font-size: 3vw;
    top: 15vw;
}
.div-menus-list{
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.div-menus-info a{
    color: #fff;
    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;
    padding-top: 2vw;
    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;
}

.game-info-new2{
    margin-top: 1vw;
    text-align:center;
    width: calc(25% - 6px);
}
.game-info-new2-mini-container{
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.game-info-new2-large{
    margin-top: 1vw;
    text-align:center;
    width: calc(50% - 3px);
}
.game-info-url-new2{
    text-decoration:none;
}
.game-info-img-new2{
    border-radius: 2vw;
    width: 100%;
}
.game-info-url-new2-mini{
    width: calc(50% - 3px);
    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: #fcfcfc;
}
.div-footer-title{
    padding-top: 5%;
    font-size: 2.5vw;
    font-family: Roboto-Regular,Roboto;
    font-weight: 700;
    color: #5f6368;
    text-align: center;
    background-color: #fcfcfc;
}
.div-footer-desc{
    font-size: 2.5vw;
    font-family: Roboto-Regular,Roboto;
    font-weight: 400;
    color: #5f6368;
    text-align: center;
    background-color: #fcfcfc;
    width: 90%;
    margin: 0 auto;
}
.div-footer-desc a{
    color: #5f6368;
}
.ad{
    text-align: center;
    /*padding-bottom: 10px;*/
    background: #efefef;
}
.ad-text{
    margin-bottom: 5px;
    font-size: 10px;
    color: #999;
}