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: 160px;

}

.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;
}

.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;
}

.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-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;
}
.play-top{
    height: 700px;
    margin-bottom: 20px;
    position: relative;
}
.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;
}

.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;
}


/** mob **/
.mob-wrap {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
}
.mob-wrap .header{
    height: auto;
}
.mob-wrap .header .logo{
    width: 6.25rem;
    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 .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 .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;
}