@font-face {
    font-family: 'AgendaURWTBol';
    src: url(/fonts/AgendaURWTBol.ttf)
}

body {
    /* min-width: 320px; */
    max-width: 750px;
    /* flexible  10 */
    width: 10rem;
    height: 28.16rem;
    margin: 0 auto;
    font-family: Arial, Helvetica;
    background: rgb(124, 125, 127);
}

.app {
    height: 100%;
    width: 100%;
    background: url(../images/download1/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: 13.05rem;
    width: 100%;
}


.btn {
    width: 6.0933rem;
    height: 1.44rem;
}


.btn-container-s {
    position: absolute;
    top: 15.7rem;
    width: 100%;
}

.btn2 {
    height: 1.5733rem;
    width: 6.2267rem;
}


.lamp-container {
    position: absolute;
    top: 22.07rem;
    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: 27.42rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.76rem;
    display: flex;
    gap: .3733rem;
}

.lamp-pointerimg {
    visibility: hidden;
}

.lamp-pointerimg {
    width: .25rem;
    height: .25rem;
}