/*
 * @Author: 诸葛青
 * @Date: 2023-01-20 19:59:56
 * @LastEditors: 诸葛青
 * @LastEditTime: 2024-09-29 10:46:08
 */
html {
    font-size: calc(100vh / 4.5);
}

body {
    margin: 0;
    padding: 0;
}

.page-wrap {
    min-width: 750px;
}

.jgame-container {
    width: calc(100vw);
    height: calc(100vh);
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

.jgame-download-button {
    width: 1.97rem;
    height: 0.39rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.98rem;
    margin-bottom: 1.93rem;
    background-size: 100% 100%;
    z-index: 2000;
    /* animation: buttonSize 1.5s infinite alternate; */
}

.jgame-download-tip {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: calc(100vw);
    height: calc(100vh);
    z-index: 3000;
    display: none;
}

.jgame-image-box {
    display: flex;
}

.img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.main {
    width: 2.705rem;
    height: 1.52rem;
    margin-left: -1.337rem;
    margin-top: -0.49rem;
    z-index: 2000;
}

.tip-box {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4000;
    margin-top: -2.5rem;
    margin-left: -4rem;
}

.tip img {
    width: 8.15rem;
    height: 4.6rem;
}

a {
    color: #ddb463;
    text-decoration: none;
    cursor: pointer;
}