.icon {
    background-image: url(/h5/static/images/sprite/icon-sprite_play.png)
}

.grid-nav {
    background-color: #fff!important;
    box-shadow: none!important;
    box-sizing: border-box
}

.grid-nav .logo {
    color: #0e0b13!important
}

.grid-nav .nav,
.grid-nav .nav-search {
    border-color: #000!important
}

.grid-game {
    background-color: #000;
    box-shadow: none!important;
    box-sizing: border-box
}

.bg {
    background-color: #0e0b13!important;
    background-image: none!important
}

.grid-game:before {
    background-color: #0e0b13!important
}

.grid-firstTag,
.grid-game:before,
.tag-grid {
    box-shadow: none!important;
    box-sizing: border-box
}

.grid-firstTag,
.tag-grid {
    background-color: #fff!important
}

.grid-firstTag .name,
.tag-grid .name {
    color: #0e0b13!important
}

#bottom-nav {
    background-color: #090909!important
}

.search-warp {
    background-color: #0e0b13!important
}

.search-warp .right,
.search-warp .search-bar,
.search-warp .search-input {
    background-color: #fff!important
}

.search-bar {
    box-shadow: none!important
}

.search-warp .right {
    border-color: #000!important
}

.search-warp .search-input {
    color: #000!important
}

.search-warp .search-input::placeholder {
    color: #0c0615!important
}

.ads-label {
    /* color: #fff!important */
}

.ads-wrapper {
    /* background-color: #fff!important */
}

.ads-banner {
    display: none!important
}

.game-more {
    background-color: #0ff!important;
    border-color: #000!important;
    box-shadow: none!important;
    color: #0e0b13!important
}

.game-video:before {
    background-color: rgba(0, 0, 0, .5)!important
}

.game-description {
    background-color: #000!important
}

.game-description .desc-heading {
    color: #fff!important
}

.game-description .desc-text {
    color: #efefef!important
}

.game-description .desc-link {
    color: #0ff!important
}

.game-loading {
    border-color: #000 #fff #fff!important
}

.GameContainer_GamePicture {
    box-shadow: none!important
}

.GameContainer_GamePlay {
    background-color: #fff;
    background-image: none!important;
    border: 2px solid #0e0b13
}

.GameContainer_GamePlayText {
    color: #0e0b13!important;
    text-shadow: none!important
}

.GameContainer_Game {
    background-color: #211730!important
}

.crossoverVideoDiv_header_left,
.crossoverVideoDiv_header_right {
    color: #000!important
}

.GameContainer_GameIframe {
    background-color: #fff!important
}

.GameContainer_GameList {
    background-color: #0e0b13!important
}

.GameContainer_GameIframeReturn {
    background-color: #fff!important;
    border-color: #0e0b13!important
}

@media screen and (max-width:1013px) {
    .grid-game,
    .grid-nav {
        border: .03rem solid #000;
        border-radius: .12rem!important
    }
    .grid-game:before {
        border: .02rem solid #000!important;
        border-radius: .12rem!important
    }
    .grid-firstTag,
    .tag-grid {
        border: .03rem solid #000;
        border-radius: .12rem!important
    }
    .search-bar {
        border: .03rem solid #000
    }
    .GameContainer_GameTitleText {
        text-shadow: .01rem .02rem 0 #0e0b13!important
    }
    .GameContainer_GamePlay {
        border: .02rem solid #0e0b13
    }
}

@media screen and (min-width:1014px) {
    .grid-game,
    .grid-nav {
        border: 3px solid #000;
        border-radius: 12px!important
    }
    .grid-game:before {
        border: 2px solid #000!important;
        border-radius: 12px!important
    }
    .tag-grid {
        border-radius: 12px!important
    }
    .search-bar,
    .tag-grid {
        border: 3px solid #000
    }
    .GameContainer_GameTitleText {
        text-shadow: 1px 2px 0 #0e0b13!important
    }
    .GameContainer_GamePlay {
        border: 2px solid #0e0b13
    }
}