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

body {
    margin: 0;
    padding: 0;
}

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

.jgame-container {
    background-image: url('../images/background.jpg');
    width: calc(100vw);
    height: calc(100vh);
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}


.jgame-download-button {
    background-image: url('../images/download-btn.png');
    width: 1.47rem;
    height: 0.38rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.72rem;
    margin-bottom: 0.27rem;
    background-size: 100% 100%;
    z-index: 2000;
    /* animation: buttonSize 1.5s infinite alternate; */
}

.carousel {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.8rem;
}

.character-carousel {
    width: 100%;
    /* height: 60vh; */
    position: relative;
    margin: auto;
}

.boxes {
    position: relative;
    left: -5rem;
    height: 60vh;
    width: calc(85vw);
    overflow: visible;
}

.box {
    position: absolute;
    text-align: center;
    display: inline-block;
    height: 2.15rem;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.box img {
    transition: transform .3s ease;
    height: 2.35rem;
    width: auto;
    z-index: 20;
}

.role-1 {
    height: 2.55rem !important;
    margin-top: -0.15rem;
}

.role-2 {
    margin-right: 0.35rem;
}

.role-3 {
    height: 2.85rem !important;
    margin-top: -0.35rem;
}

.role-4 {
    margin-left: 0.55rem;
}

.role-5 {
    margin-left: 0.75rem;
}

.role-6 {
    height: 2.55rem !important;
    margin-top: -0.15rem;
    margin-left: 0.25rem;
}

.role-7 {
    height: 2.40rem !important;
    margin-left: 0.25rem;
}

.role-8 {
    height: 2.55rem !important;
    margin-top: -0.2rem;
    margin-left: 0.35rem;
}

.role-9 {
    margin-right: 0.35rem;
}

.jgame-container-2 {
    background-image: url('../images/background-2.jpg');
    width: calc(100vw);
    height: calc(100vh);
    position: relative;
    background-size: 100% 100%;
}

.jgame-border {
    background-image: url('../images/border.png');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.135em;
    height: 1.639rem;
    margin-left: -1.55rem;
    margin-top: -0.55rem;
    z-index: 1000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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

.left-1 {
    width: 0.9rem;
    height: 0.5rem;
    margin-left: -3.7rem;
    margin-top: 0rem;
    opacity: 0;
    z-index: 900;
}

.left {
    width: 1.803rem;
    height: 1.01rem;
    margin-left: -3rem;
    margin-top: -0.2rem;
    opacity: 0.3;
    z-index: 900;
}

.right {
    width: 1.803rem;
    height: 1.01rem;
    margin-left: 1.2rem;
    margin-top: -0.2rem;
    opacity: 0.3;
    z-index: 900;
}

.right-1 {
    width: 0.9rem;
    height: 0.5rem;
    margin-left: 2.8rem;
    margin-top: 0rem;
    opacity: 0;
    z-index: 900;
}

.left-button {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0.25rem;
    margin-left: 0.1rem;
    width: 0.2625rem;
    height: 0.12rem;
    background-image: url('../images/left.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3000;
}

.right-button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0.25rem;
    margin-right: 0.1rem;
    width: 0.2625rem;
    height: 0.12rem;
    background-image: url('../images/right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3000;
}

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

.copyright {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    background: rgba(3, 7, 9, 0.8);
    font-family: sans-serif;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    z-index: 2;
}

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