@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0
}

img {
    width: 100%
}

html {
    background: #fff;
    height: 100%
}

body {
    font-family: "Rubik", serif;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

@media screen and (min-height: 560px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-height: 640px) {
    html {
        font-size: 112.5px
    }
}

@media screen and (min-height: 720px) {
    html {
        font-size: 125px
    }
}

@media screen and (min-height: 800px) {
    html {
        font-size: 137.5px
    }
}

@media screen and (min-height: 880px) {
    html {
        font-size: 150px
    }
}

@media screen and (min-height: 960px) {
    html {
        font-size: 162.5px
    }
}

@media screen and (min-height: 1040px) {
    html {
        font-size: 180px
    }
}

@media screen and (min-height: 1200px) {
    html {
        font-size: 200px
    }
}

html {
    font-size: 17.6vh
}

#canvas {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

a {
    text-decoration: none
}

li, ol, ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.hide {
    display: none
}

.clear {
    clear: both
}

.loading {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
    background-image: url("kazan.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 675px;
    background: linear-gradient(180deg, #1577AA 2.57%, rgba(21, 119, 170, 0) 100%);
    z-index: 6;
}

.loading .main {
    width: 60%;
    margin: 0 auto;
    color: #fff;
    padding-top: 25%;
    position: relative;
    z-index: 8;
}

.loading .main img {
    width: 60%;
    margin: 1rem auto 0
}

.loading .main .title {
    font-size: 48px
}

.loading .main .text {
    font-size: 52px
}

.loading .main .bar {
    height: 54px;
    width: 100%;
    border: 3px solid #fff;
    border-radius: .6rem;
    margin: .1rem 0
}

.loading .main .bar .sub {
    height: 42px;
    width: 98%;
    margin: 6px auto;
}

.loading .main .bar .percent {
    height: 100%;
    width: 0;
    background-color: #fff;
    border-radius: .6rem;
    margin: 0 auto;
}

.loading .logo {
    position: absolute;
    bottom: .3rem;
    left: 0;
    right: 0
}

.loading .logo img {
    width: 1rem
}

.content {
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.landing {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.landing .title {
    width: 100%
}

.landing .logo {
    width: 30%;
    position: absolute;
    right: .2rem;
    top: .2rem
}

.landing .action-2 {
    position: absolute;
    bottom: .2rem;
    width: 100%
}

.landing .start {
    width: 65%
}

.slideTop {
    -webkit-animation: st 1s ease-in-out;
    animation: st 1s ease-in-out;
    font-size: initial;
}

@-webkit-keyframes st {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes st {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(0, -100%, 0)
    }
}

.slideBottom {
    -webkit-animation: sb 1s ease-in-out;
    animation: sb 1s ease-in-out
}

@-webkit-keyframes sb {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(0, 200%, 0)
    }
}

@keyframes sb {
    0% {
        transform: translateZ(0)
    }
    100% {
        transform: translate3d(0, 200%, 0)
    }
}

@-webkit-keyframes sw {
    0% {
        transform: rotate(5deg);
        transform-origin: top center
    }
    100% {
        transform: rotate(-5deg);
        transform-origin: top center
    }
}

@keyframes sw {
    0% {
        transform: rotate(5deg);
        transform-origin: top center
    }
    100% {
        transform: rotate(-5deg);
        transform-origin: top center
    }
}

.modal .mask {
    background-color: #000;
    opacity: .6;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.modal .modal-content {
    position: fixed;
    height: 100%;
    width: 95%;
    margin-top: .3rem;
    top: 0
}

.modal .main {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    height: 90%;
    background: rgba(0, 9, 21, 0.92);
    border-radius: 15px;
}

.modal .container {
    position: relative
}

.modal .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.modal .modal-main {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -.4rem
}

.modal .over-img {
    width: 80%;
    margin: .8rem auto 0
}

.modal .over-score {
    margin-top: .4rem;
    font-size: .11rem;
    text-align: left;
    line-height: 1.2;
}

.modal .over-score .success-container {
    color: #fff;
    padding-bottom: 5px;
}

.modal .over-score .error-container {
    color: #adacac;
    padding-bottom: 5px;
}

.modal .over-score .true-container:before {
    background-image: url("check.svg");
}

.modal .over-score .false-container:before {
    background-image: url("x.svg");
}

.modal .tip {
    font-size: .16rem;
    color: #9b724e
}

.modal .over-button-b {
    width: 70%;
    margin: .1rem auto 0
}

.wxShare {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: .9
}

.wxShare img {
    width: 50%;
    float: right;
    margin: 10px 10px 0 0
}

.action-1 {
    font-size: 0.1rem;
    text-transform: uppercase;
    background: rgba(0, 9, 21, 0.62);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 10px;
    line-height: 1.5;
}

.question-title {

}

.question-description {
    font-weight: bold;
}

.question-container {
    padding: .1rem;
}

.question-container .success-container, .question-container .error-container {
    padding-left: 24px;
    position: relative;
}

.question-container .success-container:before, .question-container .error-container:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 24px;
    height: 24px;
}

.result-title {
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    padding: .1rem;
    line-height: 1;
}

.result-list {
    color: #fff;
    font-size: 0.13rem;
    padding-left: .1rem;
    line-height: 1;
}