@font-face {
    font-family: "Futura";
    src: url("../fonts/futura/Futura-Med.otf");
}

@font-face {
    font-family: "Futura";
    font-weight: bold;
    src: url("../fonts/futura/Futura-Dem.otf");
}

@font-face {
    font-family: "Futura";
    font-weight: 300;
    src: url("../fonts/futura/Futura-Lig.otf");
}

:root {
    --theme-crimson: #DD0031;
    --theme-coral: #E96A73;
    --theme-salmon: #FE9494;
    --theme-cream: #FFEFEF;


    --gradient-light: linear-gradient(to bottom, var(--theme-salmon) 0%, var(--theme-cream) calc(300 * var(--rpx)));
    --gradient-crimson: linear-gradient(to bottom, var(--theme-crimson) 0%, var(--theme-coral) calc(300 * var(--rpx)));

    --rpx: clamp(0px, calc(0.2667vw), 2px);
    font-size: calc(14 * var(--rpx));
    line-height: 1.8em;
}

* {
    box-sizing: border-box;
    font-family: "Futura", sans-serif;
}

html {
    overflow: hidden;
}

body {
    width: 100vw;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #000;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img, svg {
    display: block;
    width: 100%;
}

#app {
    --ctn-width: 100vw;
    --ctn-height: 100vh;
    width: var(--ctn-width);
    height: var(--ctn-height);
    overflow: auto;
    background-color: #fff;
    position: relative;
    transform: translateZ(0);
    overscroll-behavior: none;
    overflow-x: hidden;
}
/*@supports (--ctn-height: 100dvh) {
    #app {
        --ctn-height: 100dvh;
    }
}*/


#app:has(.detail-layer.active) {
    overflow: hidden;
}

@media (min-width: 751px) {
    :root {
        --rpx: 1px;
    }

    #app {
        --ctn-width: 375px;
        --ctn-height: 667px;
    }
}

.page {
    width: 100%;
    min-height: 100%;
}

.page.fullscreen {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.page.v-enter-active {
    z-index: 400;
    position: absolute;
    left: 0;
    top: 0;
}

.flame-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-bottom {
    font-size: calc(16 * var(--rpx));
    width: calc(220 * var(--rpx));
    height: calc(40 * var(--rpx));
    border-radius: calc(20 * var(--rpx));

    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin: calc(80 * var(--rpx)) auto auto;
}


.btn-bottom.disabled {
    opacity: .3 !important;
    pointer-events: none;
}

.btn-bottom.fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(40 * var(--rpx));
    z-index: 600;
}

.btn-bottom.light {
    background-color: #fff;
    color: #000;
}

.btn-bottom.dark {
    background-color: #000;
    color: #fff;
}

.article-ctn .btn-bottom.fixed {
    right: calc(30 * var(--rpx));
}

.page-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    position: static;
}

.article-ctn {
    position: relative;
    z-index: 240;
    margin-top: calc(105 * var(--rpx));
    margin-left: calc(30 * var(--rpx));
    width: calc(300 * var(--rpx));
    padding-bottom: calc(60 * var(--rpx));
    font-size: calc(14 * var(--rpx));
    line-height: 1.8em;
    min-height: calc(var(--ctn-height) - 105 * var(--rpx));

    display: flex;
    flex-direction: column;
}

.article-ctn .crimson {
    color: var(--theme-crimson);
}

.article-ctn::before {
    content: "";
    position: absolute;
    top: calc(-60 * var(--rpx));
    left: calc(-56 * var(--rpx));
    width: calc(382 * var(--rpx));
    height: calc(100% + 60 * var(--rpx));
    z-index: 220;

    background: url("../images/global/article_back.svg") 0 0/100% calc(150 * var(--rpx)) no-repeat, linear-gradient(to right, #000 calc(2 * var(--rpx)), rgba(255, 255, 255, .3) calc(2 * var(--rpx)), rgba(255, 255, 255, .3) calc(100% - 2 * var(--rpx)), #000 calc(100% - 2 * var(--rpx))) 0 calc(150 * var(--rpx)) no-repeat;
}


.article-ctn > * {
    position: relative;
    z-index: 240;
}

.article-title {
    position: relative;
    margin-bottom: 1.8em;
    font-weight: bold;
    font-size: calc(16 * var(--rpx));
    line-height: 1.8;
}

.article-title::before {
    content: "";
    width: calc(20 * var(--rpx));
    height: calc(14 * var(--rpx));

    position: absolute;
    top: calc(6 * var(--rpx));
    left: calc(-30 * var(--rpx));

    background: repeating-linear-gradient(to bottom,
    #000 0, #000 calc(2 * var(--rpx)), transparent calc(2 * var(--rpx)), transparent calc(4 * var(--rpx))
    );;
}

.article-ctn p {
    margin-top: 0;
    margin-bottom: 1.8em;
}

.article-ctn p:last-child {
    margin-bottom: 0;
}

.article-desc{
    margin-bottom: calc(40 * var(--rpx));
}

.article-desc .underlined {
    font-weight: bold;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: var(--theme-coral);
    text-decoration-style: solid calc(2px * var(--rpx));
    text-decoration-thickness: calc(2 * var(--rpx));
    /*text-decoration: var(--theme-coral) underline 2px;*/
    /*text-decoration-style: solid;*/
}

.article-desc p img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.article-desc .img-ctn img.fullwidth{
    display: block;
    width: 100%;
}

.article-icon {
    width: calc(36 * var(--rpx));
    margin-bottom: 1.8em;
}

.article-ctn .btn-bottom {
    margin: calc(40 * var(--rpx)) auto 0;
    justify-self: flex-end;
}

.article-ctn .article-desc+.btn-bottom {
    margin-top: auto;
}


.dialog-bubble {
    bottom: calc(50% + 40 * var(--rpx));
    width: calc(325 * var(--rpx));
    left: calc(30 * var(--rpx));
    position: absolute;
    z-index: 240;
}

.crimson-back {
    background: var(--theme-crimson);
}

.light-back {
    background: var(--gradient-light);
}

.white-back {
    background: #fff;
}

.black-back {
    background: #000;
}

.hotzone {
    position: absolute;
    z-index: 500;
}

.hotzone.fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 800;
}

.hotzone.showed{
    transform: scale(1.02);
    background: rgba(255,244,244, .5);
}

.page-question{
    padding: calc(37 * var(--rpx)) calc(30 * var(--rpx)) calc(60 * var(--rpx));
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.question-pagination {
    height: calc(25 * var(--rpx));
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: calc(8 * var(--rpx));
    padding-right: calc(8 * var(--rpx));
    border-radius: calc(12.5 * var(--rpx));
    background-color: #fff;
    margin-bottom: calc(36 * var(--rpx));
}

.question-pagination .split {
    margin-left: calc(5 * var(--rpx));
    margin-right: calc(6 * var(--rpx));
}

.question-pagination .current {
    color: var(--theme-crimson);
}

.question-splitter {
    position: absolute;
    width: calc(345 * var(--rpx));
    left: 0;
    bottom: calc(-40 * var(--rpx));
}

.question-title {
    font-size: calc(24 * var(--rpx));
    line-height: 1.2em;
    width: calc(240 * var(--rpx));
    position: relative;
}

.question-option-list {
    position: relative;
    margin-top: calc(52 * var(--rpx));
}

.question-option-list .option {
    width: calc(315 * var(--rpx));
    min-height: calc(60 * var(--rpx));
    border: 1px solid #000;
    border-top-left-radius: calc(24 * var(--rpx));
    margin-bottom: calc(20 * var(--rpx));
    background-color: rgba(255, 255, 255, .3);
    padding: calc(7 * var(--rpx));
    display: flex;
    align-items: center;
    gap: calc(20 * var(--rpx));

    font-family: Arial, sans-serif;
}


.question-title,
.question-option-list .option,
.question-option-list .option .text{
    font-family: Arial, sans-serif;
}

.question-option-list .option:last-of-type {
    margin-bottom: 0;
}

.question-option-list .number {
    height: auto;
    align-self: stretch;
    width: calc(48.8 * var(--rpx));
    flex: 0 0 auto;
    background-color: #fff;
    border-top-left-radius: calc(20 * var(--rpx));

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    color: #dd0031;
    font-size: calc(16 * var(--rpx));
}

.question-option-list .text {
    font-size: calc(18 * var(--rpx));
}

.question-option-list .option.selected {
    border-color: var(--theme-salmon);
    background-color: var(--theme-salmon);
    color: #fff;
}

.question-bottom-stripe {
    position: absolute;
    left: 0;
    width: calc(140 * var(--rpx));
    height: calc(14 * var(--rpx));

    background: repeating-linear-gradient(to bottom,
    #000 0, #000 calc(2 * var(--rpx)), transparent calc(2 * var(--rpx)), transparent calc(4 * var(--rpx))
    );
    bottom: calc(132 * var(--rpx));
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    bottom: unset;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: calc(14 * var(--rpx));
    height: calc(14 * var(--rpx));
    border-radius: calc(7 * var(--rpx));
    border: 1px solid #000;
    background-color: #fff;
    transition: .3s width, .3s transform;
    opacity: 1;
    margin-left: calc(3 * var(--rpx));
    margin-right: calc(3 * var(--rpx));
}

.swiper-pagination-bullets .swiper-pagination-bullet.active-once{
    background: url("../images/global/icon_tick.svg") center/auto 50% no-repeat #000;
    border-color: rgb(221,0,48);
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #000;
    width: calc(40 * var(--rpx));
}


.btn-back {
    position: absolute;
    top: calc(12 * var(--rpx));
    width: calc(124 * var(--rpx));
    height: calc(40 * var(--rpx));
    left: calc(20 * var(--rpx));
    background: url("../images/global/btn_back.svg") center/contain no-repeat;
    z-index: 500;
}

.detail-pic {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(75 * var(--rpx));
    animation: flipIn 1s cubic-bezier(0.15, 1, 0.336, 1) forwards;
}

.page.perspective {
    perspective: 150vw;
}

@keyframes flipIn {
    0% {
        transform: translateZ(-200vw) rotateY(-180deg);
    }
    100% {
        transform: none;
    }
}

.detail-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, .3);
    transition: .4s opacity, .4s visibility;
    z-index: 500;
}

.detail-layer.active {
    opacity: 1;
    visibility: visible;
}

.detail-layer video{
    position: absolute;
    width: 90vw;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: calc(12 * var(--rpx));
}

.detail-layer .btn-close{
    width: calc(57 * var(--rpx));
    height: calc(57 * var(--rpx));
    position: absolute;
    bottom: calc(60 * var(--rpx));
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/global/btn_close.svg") center/contain no-repeat;
}

.msg-trigger{
    position: absolute;
    z-index: 550;
}

.msg-box{
    position: absolute;
    z-index: 550;
    width: calc(293 * var(--rpx));
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.video-ctn{
    position: relative;
}

.video-ctn img{
    display: block;
    width: 100%;
    height: auto;
}

.video-ctn video{
    width: 100%;
    height: auto;
    z-index: 210;
    border-radius: calc(12 * var(--rpx));
    overflow: hidden;
}

.page-dialog{
    padding-bottom: calc(280 * var(--rpx));
}

.dialog-back{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(40 * var(--rpx));
}

.dialog-icon{
    width: calc(60 * var(--rpx));
    height: calc(60 * var(--rpx));
    object-fit: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50 * var(--rpx));
    position: absolute;
}

.dialog-start-full,
.dialog-start-shrunk{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    opacity: 0;
}

.dialog-start-full{
    top: calc(140 * var(--rpx));
    opacity: 1;
    visibility: visible;
    transition: .6s;
}

.dialog-start-shrunk{
    top: calc(120 * var(--rpx));
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.dialog-started .dialog-start-full{
    opacity: 0;
    visibility: hidden;
}

.dialog-started .dialog-start-shrunk{
    opacity: 1;
    visibility: visible;
}

.dialog-ctn{
    width: calc(345 * var(--rpx));
    left: 0;
    right: 0;
    position: absolute;
    z-index: 300;
    top: calc(200 * var(--rpx));
    margin: auto;
    height: calc(100vh - 320 * var(--rpx));
    overflow: auto;
}

.page:has(.input-ctn) .dialog-ctn{
    height: calc(100vh - 410 * var(--rpx));
}

.input-ctn{
    min-height: calc(200 * var(--rpx) + clamp(0px, calc(34.3348vh - 229.0129px), 80px));

    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: calc(20 * var(--rpx)) calc(20 * var(--rpx)) 0 0;
    background-color: #fff;
    z-index: 400;
    padding: calc(20 * var(--rpx));
    width: 100%;

    transition: .4s;
}

.input-ctn .top{
    width: 100%;
    border-radius: calc(20 * var(--rpx));
    background-color: var(--theme-cream);
    position: relative;
    border: 1px solid #000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(6 * var(--rpx)) calc(4 * var(--rpx)) calc(6 * var(--rpx)) calc(20 * var(--rpx));
}

.input-ctn .top .input-text{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
}

.input-ctn .btn-send{
    background-color: #000;
    color: #fff;
    font-size: calc(12 * var(--rpx));
    width: calc(60 * var(--rpx));
    height: calc(30 * var(--rpx));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(15 * var(--rpx));
    flex: 0 0 auto;
}

.error-hint{
    position: absolute;
    color: #f00;
    right: calc(62 * var(--rpx));
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.5em;
    opacity: 0;
    transition: .3s;
    padding: calc(8 * var(--rpx)) calc(15 * var(--rpx)) calc(8 * var(--rpx)) calc(50 * var(--rpx));
    background: linear-gradient(to right, #FFEFEF00 0, var(--theme-cream) calc(50 * var(--rpx)));
}

.has-error .error-hint{
    opacity: 1;
}

.input-options{
    margin-top: calc(16 * var(--rpx));
    display: flex;
    flex-wrap: wrap;
    gap: calc(5 * var(--rpx));
}

.input-option{
    width: calc((100% - 5 * var(--rpx)) / 2);
    flex: 0 0 auto;
    border: 1px solid #000;
    height: calc(30 * var(--rpx));
    border-radius: calc(15 * var(--rpx));
    line-height: calc(28 * var(--rpx));
    text-align: center;
    font-size: calc(12 * var(--rpx));
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: calc(20 * var(--rpx));
    padding-right: calc(20 * var(--rpx));
}

.input-option.selected{
    background: var(--gradient-crimson);
    border: 1px solid transparent;
    color: #fff;
}

.dialog-row{
    display: flex;
    align-items: flex-start;
    gap: calc(10 * var(--rpx));
    margin-bottom: calc(10 * var(--rpx));

    animation: fadeIn .6s forwards;
}

.dialog-row[data-speaker="me"]{
    flex-direction: row-reverse;
}
.dialog-row[data-speaker="customer"]{

}

.dialog-row .avatar{
    width: calc(40 * var(--rpx));
    height: calc(40 * var(--rpx));
}

.dialog-row[data-speaker="me"] .avatar{
    background: url("../images/global/avatar_me.png") center/contain no-repeat;
}
.dialog-row[data-speaker="customer"] .avatar{
    background: url("../images/global/avatar_customer.png") center/contain no-repeat;
}

.dialog-row .content{
    max-width: calc(235 * var(--rpx));
    flex: 0 0 auto;
    padding: calc(10 * var(--rpx)) calc(20 * var(--rpx));
    border-radius: calc(10 * var(--rpx));
    position: relative;

    font-size: calc(14 * var(--rpx));
    line-height: 1.6em;
}

.dialog-row[data-speaker="me"] .content{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.dialog-row[data-speaker="customer"] .content{
    border: 1px solid var(--theme-crimson);
    background-color: #fff;
    color: #000;
}

.dialog-row[data-speaker="me"] .content::after{
    content: "";
    position: absolute;
    top: calc(16 * var(--rpx));
    left: 100%;
    width: 0;
    height: 0;
    border-left: calc(6 * var(--rpx)) solid #000;
    border-top: calc(4 * var(--rpx)) solid transparent;
    border-bottom: calc(4 * var(--rpx)) solid transparent;
}

.dialog-row[data-speaker="customer"] .content::after{
    content: "";
    position: absolute;
    top: calc(16 * var(--rpx));
    right: 100%;
    width: 0;
    height: 0;
    border-right: calc(6 * var(--rpx)) solid var(--theme-crimson);
    border-top: calc(4 * var(--rpx)) solid transparent;
    border-bottom: calc(4 * var(--rpx)) solid transparent;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.btn-send.disabled{
    opacity: .5;
    pointer-events: none;
}

.dialog-ended .input-ctn{
    opacity: 0;
    visibility: hidden;
}

.page-dialog .btn-bottom{
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.page-dialog.dialog-ended .btn-bottom{
    opacity: 1;
    visibility: visible;
}

/*
.page:has(.hotzone.fullscreen) .btn-bottom{
    pointer-events: none;
}
*/

@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@keyframes haloIn {
    0%{
        opacity: 0;
        background-color: rgba(255, 255, 255, 0);
    }
    75%{
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
    }
    85%{
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
    }
    100%{
        opacity: 0;
        background-color: rgba(255, 255, 255, 1);
    }
}

.halo{
    z-index: 230;
    position: absolute;
    width: 200vmax;
    aspect-ratio: 1/1;
    height: auto;
    top: 26.67%;
    left: 80%;
    mix-blend-mode: hard-light;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: haloIn 5s linear forwards;
}

.halo::before,
.halo::after{
    content: "";
    opacity: 1;
    mix-blend-mode: overlay;
    animation: rotate 9.2s ease-in-out infinite;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.halo::before{
    background: conic-gradient(rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.73), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.81), rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.73), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.25));
}
.halo::after{
    background: conic-gradient(rgba(221, 0, 49, 0.58), rgba(221, 0, 49, 0.92), rgba(221, 0, 49, 0.87), rgba(221, 0, 49, 0.44), rgba(221, 0, 49, 0.39), rgba(221, 0, 49, 0.33), rgba(221, 0, 49, 0.23), rgba(221, 0, 49, 0.38), rgba(221, 0, 49, 0.08), rgba(221, 0, 49, 0.77), rgba(221, 0, 49, 0.9), rgba(221, 0, 49, 0.49), rgba(221, 0, 49, 0.37), rgba(221, 0, 49, 0.23), rgba(221, 0, 49, 0.21), rgba(221, 0, 49, 0.26), rgba(221, 0, 49, 0.04), rgba(221, 0, 49, 0.53), rgba(221, 0, 49, 0.91), rgba(221, 0, 49, 0.93), rgba(221, 0, 49, 0.79), rgba(221, 0, 49, 0.76), rgba(221, 0, 49, 0.84), rgba(221, 0, 49, 0.46), rgba(221, 0, 49, 0.8), rgba(221, 0, 49, 0.57), rgba(221, 0, 49, 0.54), rgba(221, 0, 49, 0.16), rgba(221, 0, 49, 0.98), rgba(221, 0, 49, 0.88), rgba(221, 0, 49, 0.35), rgba(221, 0, 49, 0.58), rgba(221, 0, 49, 0.92), rgba(221, 0, 49, 0.87), rgba(221, 0, 49, 0.44), rgba(221, 0, 49, 0.39), rgba(221, 0, 49, 0.33), rgba(221, 0, 49, 0.23), rgba(221, 0, 49, 0.38), rgba(221, 0, 49, 0.08), rgba(221, 0, 49, 0.77), rgba(221, 0, 49, 0.9), rgba(221, 0, 49, 0.49), rgba(221, 0, 49, 0.37), rgba(221, 0, 49, 0.23), rgba(221, 0, 49, 0.21), rgba(221, 0, 49, 0.26), rgba(221, 0, 49, 0.04), rgba(221, 0, 49, 0.53), rgba(221, 0, 49, 0.91), rgba(221, 0, 49, 0.93), rgba(221, 0, 49, 0.79), rgba(221, 0, 49, 0.76), rgba(221, 0, 49, 0.84), rgba(221, 0, 49, 0.46), rgba(221, 0, 49, 0.8), rgba(221, 0, 49, 0.57), rgba(221, 0, 49, 0.54), rgba(221, 0, 49, 0.16), rgba(221, 0, 49, 0.98), rgba(221, 0, 49, 0.88));
    animation-duration: 6.6s;
    animation-direction: reverse;
}

.alert-layer{
    position: absolute;
    z-index: 600;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: .4s opacity, .4s visibility;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.alert-layer.active{
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.alert-box{
    width: calc(260 * var(--rpx));
    height: auto;
    background-color: #FCE6EB;
    border-radius: calc(8 * var(--rpx));
    border: 1px solid #DD0031;
    padding: calc(32 * var(--rpx)) calc(40 * var(--rpx));

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.alert-desc{
    font-size: calc(18 * var(--rpx));
    line-height: 1.5em;
}

.alert-btn-ctn{
    margin-top: calc(36 * var(--rpx));
}


.alert-btn{
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    height: calc(40 * var(--rpx));
    border-radius: calc(20 * var(--rpx));
    font-size: calc(16 * var(--rpx));
    line-height: calc(40 * var(--rpx));
}


