﻿@font-face {
    font-family: 'AgendaURWTBol';
    src: url(/fonts/AgendaURWTBol.ttf)
}

body {
    max-width: 750px;
    /* flexible  10 */
    width: 10rem;
    height: 29.213rem;
    margin: 0 auto;
    font-family: Arial, Helvetica;
}

.app {
    height: 100%;
    width: 100%;
    background: url(/images/aceparty/bg.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}

.modal-event-root {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.modal-root {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色 */
}

.modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.app {
    position: relative;
}

.top-sticky {
    position: sticky;
    top: 0;
    width: 10rem;
    z-index: 999;
}

.top-img {
    width: 10rem;
    height: 1.2667rem;
}

.btn-container-f {
    position: absolute;
    top: 12.9rem;
    width: 100%;
}

.btn {
    width: 6.48rem;
    height: 1.7467rem;
}

.btn-container-s {
    position: absolute;
    top: 16.8rem;
    width: 100%;
}

.btn-container-jump {
    position: absolute;
    font-size: 0.4rem;
    font-weight: 500;
    top: 19.8rem;
    width: 9.2rem;
}

.btn2 {
    width: 6.48rem;
    height: 1.7467rem;
}

.lamp-container {
    position: absolute;
    top: 22.9rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4.8rem;
    width: 8.76rem;
}

.lamp-img {
    width: 100%;
    height: 100%;
    border-radius: .42rem;
    display: none;
}

.lamppointer-container {
    position: absolute;
    top: 28.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.76rem;
    display: flex;
    gap: .3733rem;
}

.square {
    background-color: transparent;
    transform: rotate(45deg);
    height: 0.2rem;
    width: 0.2rem;
}

.floating-container {
    position: sticky;
    top: 4rem;
    height: 0rem;
    z-index: 100;
    width: 10rem;
    right: 0rem;
}
