*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

body{
    background-color: #FFD2D3;
}

.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: #FE6466;
    overflow: hidden;
}
.div-nav-left{
    float: left;
    width: 20%;
    height: 13vw;
    display: flex;
    align-items: center;
}
.header-btn-a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn-bg{
    border-radius: 50%;
    height: 9.4vw;
    width: 9.7vw;
    background-color: #FE6466;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-btn-bg-left{
    margin-left: 2vw;
}

.header-img{
    object-fit: contain;
}
.header-img-left{
    width: 70%;
}

.div-nav-center{
    margin: 0 auto;
    width: 60%;
    color: #FFD2D3;
    float: left;
}

/* .div-nav-img{
    width: 10vw;
} */

.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%;
    background-color: #FFD2D3;
    color: #dfdfdf;
}
.game-img{
    width: 20%;
    margin: 0 auto;
    padding: 2vw 0;
}
.game-desc{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
    color: #333;
}
.game-play{
    border:2px solid white;
    width: 35%;
    font-size: 2.5vw;
    font-weight: 800;
    margin: 0 auto;
    text-align: center;
    line-height: 5vw;
    border-radius: .5vw;
    background: rgb(0, 154, 68);
}
.game-play a{
    color: white;
    text-decoration-line: none;
}
.div-game-rec{
    width: 100%;
    padding-top: 2vw;
    color: white;
    background: #FFD2D3;
}
.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 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.game-info{
    margin-top: 3vw;
    text-align:center;
}
.game-info-url{
    text-decoration:none;
}
.game-info-img{
    border-radius: 2vw;
    width: 18vw;
}
.game-info-text{
    font-size: 3vw;
    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(25% - 6px);
}
.game-info-url-new{
    text-decoration:none;
}
.game-info-img-new{
    border-radius: 2vw;
    width: 100%;
}


.div-footer{
    width: 100%;
    padding-top: 2vw;
    background: #FFD2D3;
}
.div-footer-title{
    padding-top: 5%;
    font-size: 3vw;
    font-family: Roboto-Regular,Roboto;
    font-weight: 700;
    color: white;
    text-align: center;
}
.div-footer-desc{
    font-size: 3vw;
    font-family: Roboto-Regular,Roboto;
    font-weight: 400;
    color: #333;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.div-footer-desc a{
    color: #333;
}
.ad{
    text-align: center;
    /*padding-bottom: 10px;*/
    background: #efefef;
}
.ad-text{
    margin-bottom: 5px;
    font-size: 10px;
    color: #333;
}