.list-online-games{
    padding: 10px;
}
.u-shadow{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}
.card-list-download-img {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden
}
.card-list-download-img>img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}
.game-bg-container {
    margin:  10px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    
}
.game-bg-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
}
.game-bg-blur{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: blur(18px);
    -webkit-filter: blur(18px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.game-bg-icon{
    margin: auto;
    margin-top: 40px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.game-bg-icon img{
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.game-bg-title{
    font-size: 35px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.game-bg-desc{
    color: #f5f5f5;
    margin-left: 15px;
    margin-right: 15px;
}
.game-bg-play-btn{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    background-color: #00bf0b;
    width: 200px;
    cursor: pointer;
}
.list-games{
    padding: 5px;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}
.list-games-icon {
    margin: auto;
    margin-top: 10px;
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    border: 1px solid #eee;
    
    background-image: url('https://listapp.top/asset/img/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.list-games-icon img{
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-games-title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-games-desc{
    font-size: 13px;
    margin-top: 5px;
    color: #aaa;
}
.h500{
    height: 500px;
}
.game-bg-iframe{
    display: none;
    border: 0px;
    height: 100%;
    width: 100%;
    background-image: url('https://listapp.top/asset/img/loading2.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.game-desc-container{
    padding: 20px;
}
.game-desc-category{
    color: #aaa;
    font-size: 13px;
    margin-top: -15px;
}
.game-full-screen{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 30px;
    text-align: center;
}
.game-full-screen-close{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 30px;
    text-align: center;
}
.full-screen{
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.opacity50{
    opacity: 0.5;
}

.opacity30{
    opacity: 0.2;
}