@font-face {
    font-family: 'Futura';
    src: url('../Futura-LT-Pro.OTF');
    font-display: swap;
}

.games-banner {
    width: 100%;
    height: 5.25rem;
    background-image: url('../images/games/ourgames_banner.png');
    background-size: 100%;
    background-repeat: repeat;
    display: flex;
    align-items: center;
}

.games-text {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.games-text>p:nth-child(1) {
    font-size: .9rem;
    letter-spacing: .02rem;
    font-family: 'Futura';
}

.zh-games-text>p:nth-child(1) {
    font-size: .8rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

.games-text>p:nth-child(2) {
    padding: .2rem 0 0 0;
    font-size: .35rem;
    letter-spacing: .02rem;
    font-family: 'Futura';
    font-weight: bold;
}

.zh-games-text>p:nth-child(2) {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

.our-games {
    width: 100%;
    height: 16rem;
    /* background: #eee; */
}

.our-games-content {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
}

.our-game-text {
    padding: .9rem 0 0 0;
    text-align: center;
    font-size: .55rem;
    color: #2fca11;
    font-family: 'Futura';
    letter-spacing: 0.01rem;
}

.zh-our-game-text {
    font-weight: bold;
    letter-spacing: 0.02rem;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

.our-games-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -0.25rem;
}

.our-games-icon>div {
    height: 5.2rem;
    margin-top: 1.15rem;
    border-radius: 0.75rem;
    box-shadow: .1rem .1rem .1rem #eee, -0.1rem .1rem .1rem #eee;
}

.our-games-icon>div>img {
    display: block;
    width: 5.75rem;
    height: 100%;
}

.games-des {
    position: relative;
}

.games-des-content {
    width: 100%;
    position: absolute;
    top: 3.85rem;
    left: 0;
}

.games-des-content>p {
    padding: 0 .34rem;
    font-size: .16rem;
    line-height: .25rem;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

.games-des-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .34rem;
}

.games-des-button>span {
    color: #2fca11;
    letter-spacing: 0.01rem;
    font-size: .35rem;
    font-family: 'Futura';
}

.games-des-button>b {
    cursor: pointer;
    width: .3rem;
    height: .3rem;
    background-image: url('../images/games/arrow_active.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.games-des-button>b:active {
    background-image: url('../images/games/arrow_actived.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.more-game-text {
    width: 100%;
    font-size: .4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.2rem;
}

.more-game-text>p {
    text-align: center;
    font-family: 'Futura';
    letter-spacing: 0.02rem;
}

.zh-more-game-text>p {
    font-weight: bold;
    letter-spacing: .02rem;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

.games-footer {
    margin-top: -0.52rem;
}

@media (max-width:750px) {
    .our-games {
        height: auto;
        padding-bottom: .6rem;
    }
    .our-games-content {
        width: 6.9rem;
    }
    .our-game-text {
        padding: 0.35rem 0 0 0;
        text-align: center;
        font-size: .48rem;
        font-family: 'Futura';
        color: #2fca11;
    }
    .our-games-icon {
        display: flex;
        flex-wrap: wrap;
        margin-top: -.15rem;
    }
    .our-games-icon>div {
        width: 3.4rem;
        height: auto;
        margin-top: .5rem
    }
    .our-games-icon>div>img {
        width: 100%;
        display: block;
    }
    .games-des-button>span {
        font-size: .2rem;
        font-family: 'Futura';
    }
    .games-des-content {
        width: 100%;
        position: absolute;
        top: 2.2rem;
        left: 0;
    }
    .games-des-content>p {
        padding: 0 0.1rem;
        font-size: .14rem;
        line-height: .19rem;
        word-break: break-all;
    }
    .games-des-button {
        padding: 0 0.15rem;
    }
    .games-des-button>b {
        width: 0.23rem;
        min-width: 23px;
        min-height: 23px;
        height: 0.23rem;
    }
    .games-footer {
        margin-top: 0;
    }
    .more-game-text {
        width: 100%;
        font-size: .25rem;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 1.3rem;
        left: 0;
    }
    .games-banner {
        height: 3.5rem;
    }
    .games-text>p:nth-child(2) {
        padding: 0;
    }
}

@media screen and (min-width:300px) and (max-width:618px) {
    .our-games {
        height: auto;
    }
    .our-games-icon {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .our-games-icon>div {
        width: 100%;
    }
    .games-des-button>span {
        font-size: .45rem;
        font-family: 'Futura';
    }
    .games-des-content {
        width: 100%;
        position: absolute;
        top: 4.4rem;
        left: 0;
    }
    .games-des-button>b {
        width: 0.24rem;
        height: 0.24rem;
    }
    .games-des-button {
        padding: 0 0.34rem
    }
    .games-des-content>p {
        padding: 0 0.34rem;
        font-size: .27rem;
        line-height: .4rem;
    }
    .games-footer {
        margin-top: 0
    }
    .mb-games-text>p:nth-child(2) {
        padding: 0;
        font-size: .3rem;
        letter-spacing: .02rem;
        font-family: 'Futura';
        font-weight: bold;
    }
    .more-game-text {
        font-size: .45rem;
        top: 2.8rem
    }
}