html,
body,
button,
input,
select,
textarea,
figure,
h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dt,
dd,
p,
span,
form {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url('../images/bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

a,
a:hover {
    text-decoration: none;
}

.progress-box {
    position: relative;
    display: block;
    margin: .625rem auto;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: #eee;
    border-radius: .3125rem;
    box-shadow: 0px 1px 1px 0px #333;
    background-color: #e5e5e5;
    overflow: hidden;
}

.inner-box {
    width: 0;
    height: 2.1875rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    background-color: #010920;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.header {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
}

.header .logo {
    width: 60px;
}

.menu {
    margin-left: 30px;
}

.menu a {
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    cursor: pointer;
}

.menu a:hover {
    color: #E04B19;
    border-bottom: 2px #E04B19 solid;
}

.menu a.selected {
    color: #E04B19;
    font-weight: bold;
    border-bottom: 2px #E04B19 solid;
}
.menu-icon{
    display: none;
}

.wrap {
    padding: 0 1.875rem;
    width: 1200px;
    margin: 0px auto;
}

.wrap-con {
    position: relative;
}

.back {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 50;
    width: 3.125rem;
    height: 3.125rem;
}

.back img {
    width: 100%;
}

.list {
    display: flex;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 440px;
    object-fit: cover;
    border-radius: 14px;
}

.pureWrap .swiper-slide img {
    width: 100%;
}

.ads-box {
    text-align: center;
    height: 250px;
    margin-right: 10px;
    display: block;
}

.ads-box-mb {
    display: none;
}


.hot-games {
    margin: 1.875rem 0;
}

.hot-games h1 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
}

.cate-list {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 5px;
}

.row-big {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
}

.grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.recommendation {
    margin: 30px 0;
}

.recommendation h1 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.recommendation-con {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 5px;
}

.recommendation-con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top {
    height: 600px;
    display: flex;
    align-items: center;
}

.pureWrap .top {
    height: 50px;
}

.pureWrap .top .lt {
    display: none;
}

.pureWrap .top .rt {
    display: none;
}

.play-top {
    height: 700px;
    margin-bottom: 20px;
    position: relative;
}

.pureWrap .play-top {
    height: 700px;
}

.pureWrap .play-top .lt {
    display: block;
    width: 100%;
    margin: 0;
}

.play-top .iframe-container {
    width: 360px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.fullscreenBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0 none;
    overflow: hidden;
}

.top .lt {
    width: 880px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.lt .playBtn {
    width: 300px;
    margin-top: 30px;
    background-color: #010920;
    color: white;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.playBtn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top .rt {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.top .ads-box {
    margin: 0;
}

.game-info {
    margin: 30px 0;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
}

.game-info a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game-info .info {
    display: flex;
    align-items: center;
}
.play-btn{
    padding: 5px 15px;
    background-color:#E04B19;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.game-info .info .logo {
    width: 8.75rem;
    height: 8.75rem;
}

.game-info .info h1 {
    margin-left: 20px;
    color: #2E2E2E;
}

.games-desc {
    margin: 30px 0;
    background: #007494;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    font-size: 1rem;
}

.games-desc h1 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

.pureWrap .ads-box,
.pureWrap .ads-box-mb,
.pureWrap .out-ads-box {
    display: none !important;
}

footer {
    height: 50px;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
}

footer a:hover {
    opacity: .7;
}

.mess{
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.mess h1{
    padding: .6em 0;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.mess p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

/** mob **/
.mob-wrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
}

.mob-wrap .header {
    height: auto;
    justify-content: space-between;
}

.mob-wrap .menu-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    margin-right: 1.25rem;
}

.mob-wrap .icon-bar {
    height: 3px;
    background: white;
    border-radius: 2px;
    width: 100%;
}

.mob-wrap .menu {
    position: fixed;
    top: 0;
    left: -250px;
    /* Start hidden off-screen to the left */
    width: 250px;
    height: 100%;
    background-color: #f9f9f9;
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    margin: 0;

}
.mob-wrap .active{
    left: 0;
    z-index: 100;
}
.mob-wrap .menu-close{
    width: 1.25rem;
    height: 1.25rem;
    background: url('../images/close.png') 0 0 no-repeat;
    background-size: cover;
    float: right;
    margin: .625rem;
}
.mob-wrap .menu a{
    display: block;
    color: #333;
    width: 5rem;
    margin-top: .625rem;
}
.mob-wrap .menu a:first-child{
    margin-top: 3.125rem;
    border: 1px red solid;
}
.mob-wrap .menu a.selected{
    color: #E04B19;
    border: 0 none;
}

.mob-wrap .header .logo {
    width: 2.5rem;
    margin: 0 0 0 .625rem;
}

.mob-wrap .wrap-con {
    padding: 0 .9375rem;
    margin-top: 3.125rem;
}

.mob-wrap .back {
    top: -3.125rem;
}

.mob-wrap .swiper-slide img {
    width: 100%;
}

.mob-wrap .grid-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}
.mob-wrap .cate-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.mob-wrap .ads-box {
    display: none;
    margin: 0;
}

.mob-wrap .ads-box-mb {
    text-align: center;
    margin: 20px 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.mob-wrap .top {
    height: auto;
    display: block;
}

.mob-wrap .top .lt {
    width: 100%;
    margin: 0 0 1.25rem 0;
    padding-bottom: 1.25rem;
}

.mob-wrap .game-info a{
    flex-direction: column;
}
.mob-wrap .btn-box{
    text-align: center;
    width: 100%;
}
.mob-wrap .play-btn{
    width: 100%;
    margin: 1.25rem 0 0 0;
    padding: 5px 0;
}
.mob-wrap .game-info h1 {
    font-size: 1rem;
}

.mob-wrap .game-info a .logo {
    width: 5rem;
    height: 5rem;
}

.mob-wrap .game-info a .star {
    margin-top: .625rem;
}

.mob-wrap .recommendation-con {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
}

.mob-wrap .play-top .iframe-container {
    height: calc(100vh - 200px);
    width: 100%;
}

.mob-wrap .list .ads-box {
    display: none !important;
}


ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.empty-box{
    min-height: 300px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.empty-box img{
    margin-bottom: 10px;
}