﻿@font-face {
    font-family: 'AgendaURWTBol';
    src: url(/fonts/AgendaURWTBol.ttf)
}

body {
    max-width: 750px;
    /* flexible  10 */
    width: 10rem;
    height: 19.88rem;
    margin: 0 auto;
    font-family: Arial, Helvetica;
}

.app {
    height: 100%;
    width: 100%;
    background: url(/images/official/bg.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.app {
    position: relative;
}

.top-sticky {
    position: sticky;
    top: 0;
    width: 10rem;
    z-index: 999;
}

.top-img {
    width: 10rem;
    height: 1.2667rem;
}

.btn {
    width: 6.48rem;
    height: 1.7467rem;
}

.btn-container-s {
    position: absolute;
    top: 7.5rem;
    width: 100%;
}

.btn2 {
    width: 4.773333rem;
    height: 1.4rem
}

.lamp-container {
    position: absolute;
    top: 13.85rem;
    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: 19rem;
    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;
    background-color: white;
}

.offical-header {
    height: 1.266666rem;
    background-color: white;
    position: sticky;
    top: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    z-index: 999;
}
