body{
    margin: 0 auto;
	background: #0070EB;
    color: white;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Avenir", Helvetica, Arial, sans-serif;
}

a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}



#shareBtn span{	display:none;}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
    z-index: 2147483647;
    display: none;
}


@keyframes menudrop{
    0% {
        transform: translateX(-65vw);
    }
    100% {
        transform: translateX(0);
    }
}


@keyframes sharedrop1{
    0% {
        transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
    }
}

.foot{
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    margin-left: 4px;
	padding: 50px 0 30px;
}

.foot .copy{
	
	
}

.foot span,.foot img{
    vertical-align: middle;
}



@keyframes sharedrop3{
    0% {
        transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
    }
}



img {
    vertical-align: top;
    border: 0;
}

.sortTitle{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 11px 15px;
}
.sortTitle h3{
    font-size: 16px;
    font-weight: 600;
}
.sortTitle a{
    font-size: 12px;
    color: floralwhite;
    line-height: 2em;
}


.gameList{
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gameList li{
    width: calc((100% - 30px)/2);
    margin-bottom: 15px;
}

.gameList li a{
    display: block;
	color: white;
}
.gameList li a img{
    width: 100%;

}
.gameList li a h3{
    text-align: center;
    line-height: 18px;
    max-height: 36px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}
.gameList li a p{
    font-size: 12px;
    color: #9d9d9d;
    text-align: center;
}
.gameList li a p span{
    color:#F99D00;
}



.gameList2{
	padding: 0 10px;
}
.gameList2 li{
    width: calc((100% - 30px)/4);
}
.gameList2 li a h3{
	font-size: 8px;
}




img {
    vertical-align: top;
    border: 0;
}

.game-block{
	border-radius: 15px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
	margin: 15px 5px;
}	