
        * {
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: -moz-none;
            -o-user-select: none;
            user-select: none;
        }

        .screen1{
            visibility: hidden;
        }
        .screen1.active{
            visibility: visible;
        }
        .screen1{
            background-color: #0177D9;
            color: #fff;
        }
        body {
            height: 100vh;
        }

        .confirm {

            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }


        .t1 {
            font-size: 1.4rem;
            line-height: 1.9rem;
        }

        .dont {
            position: absolute;
            bottom: 1rem;
            left: 0;
            text-align: center;
            width: 100%;
            font-size: 1.2rem;
            line-height: 1.8rem;
        }

        /**/
        .loader {
            width: 50px;
            height: 50px;
            margin: auto;
            margin-bottom: 0.5rem;
        }

        .loader .circle {
            position: absolute;
            width: 38px;
            height: 38px;
            opacity: 0;
            transform: rotate(225deg);
            animation-iteration-count: infinite;
            animation-name: orbit;
            animation-duration: 5.5s;
        }

        .loader .circle:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 5px;
            background: #fff;
        }

        .loader .circle:nth-child(2) {
            animation-delay: 240ms;
        }

        .loader .circle:nth-child(3) {
            animation-delay: 480ms;
        }

        .loader .circle:nth-child(4) {
            animation-delay: 720ms;
        }

        .loader .circle:nth-child(5) {
            animation-delay: 960ms;
        }

        @keyframes orbit {
            0% {
                transform: rotate(225deg);
                opacity: 1;
                animation-timing-function: ease-out;
            }
            7% {
                transform: rotate(345deg);
                animation-timing-function: linear;
            }
            30% {
                transform: rotate(455deg);
                animation-timing-function: ease-in-out;
            }
            39% {
                transform: rotate(690deg);
                animation-timing-function: linear;
            }
            70% {
                transform: rotate(815deg);
                opacity: 1;
                animation-timing-function: ease-out;
            }
            75% {
                transform: rotate(945deg);
                animation-timing-function: ease-out;
            }
            76% {
                transform: rotate(945deg);
                opacity: 0;
            }
            100% {
                transform: rotate(945deg);
                opacity: 0;
            }
        }


        .screen1 {
            display: none !important;
        }

        .screen2 {
            display: none;
            margin-top: 2rem;
            font-family: Arial, Helvetica, sans-serif;
        }

        .active {
            display: flex !important;
        }

        .screen2.active {
            display: block !important;
        }

        .screen2 img {
            max-width: 150px;
        }

        .t2 {
            font-size: 1.6rem;
            font-weight: bold;
            line-height: 1.9rem;
            margin-bottom: 1rem;
        }

        .t3 {
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1.5rem;
        }

        .t4 {
            font-size: 1rem;
            line-height: 1.7rem;
        }

        .download.btn {
            margin-top: .5rem!important;
            color: #FFF!important;;
            border: 2px solid #FFF!important;;
            padding-right: 2rem!important;;
            padding-left: 2rem!important;;
            cursor: pointer!important;;
        }
        .download.btn.open{
            cursor: default!important;
            border-color: transparent!important;
            font-weight: bold!important;
            color: #fff!important;
            padding-left: 0!important;
            padding-right: 0!important;
            text-shadow: 0px 0px 20px black!important;
            font-size: 1.5rem!important;
        }
        .i-fs{
            padding: 0!important;
            margin: 0!important;
            height: 100vh!important;
        }
        .w10{
            height: 100%!important;
            width: 100% !important;

        }
    