html,
body {
    background: transparent;
}

[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

#App {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    background-color: snow;
    user-select: none;
}

.mb_350 {
    margin-bottom: 350px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mt_180 {
    margin-top: 180px;
}

.mt_80 {
    margin-top: 80px !important;
}

/* loading  */

.loadEffect {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    top: 240px;
}

    .loadEffect div {
        width: 100%;
        height: 100%;
        position: absolute;
        animation: load 2.18s linear infinite;
    }

        .loadEffect div span {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #33ce23;
            position: absolute;
            left: 50%;
            margin-top: -10px;
            margin-left: -8px;
        }

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(45deg);
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(160deg);
    }

    62% {
        opacity: 0;
    }

    65% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
    }

    90% {
        -webkit-transform: rotate(340deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loadEffect div:nth-child(1) {
    animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
    animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
    animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
    animation-delay: 0.8s;
}

.loadEffect div:nth-child(5) {
    animation-delay: 1s;
}

/*  */

.bnanerImg > .mu-carousel {
    height: 432px;
    width: 100vw;
    overflow: hidden;
}

.bnanerImg .mu-carousel-item > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*  headerTips*/
.headerTips {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

    .headerTips span {
        font-size: 18px;
        letter-spacing: 1px;
    }

        .headerTips span:nth-of-type(2) {
            flex: 2;
            margin-left: 15px;
            color: black;
            font-weight: 500;
        }

            .headerTips span:nth-of-type(2) p {
                line-height: 32px;
            }

                .headerTips span:nth-of-type(2) p:nth-of-type(2) {
                    letter-spacing: 18px;
                }

        .headerTips span:nth-of-type(1) {
            flex: 1;
            text-align: center;
            font-size: 28px;
            font-weight: 500;
            line-height: 64px;
        }

/* navBar */

.showNav {
    visibility: hidden;
}

.navBar {
    height: 50px;
    margin-top: -2px;
}

    .navBar h5 {
        color: #585858;
        font-weight: 600;
        text-align: center;
        font-size: 18px;
        /* margin-left: -68px; */
    }

.mu-appbar-left .mu-icon-button {
    padding-right: 0px;
}

.mu-appbar-left img {
    width: 100%;
    height: 28px;
    object-fit: contain;
    padding-left: 20px;
    width: 48px;
}

.navBar .mu-appbar-right {
    width: 50px;
    padding-left: 8px;
    color: black;
}

/* content-warp */
.content {
    height: 100%;
    width: 100%;
    background-color: snow;
    position: absolute;
    /* top: 40% */
}


.content-warp {
    width: 100%;
    background-size: contain;
    height: calc(100% - 432px - 156px);
    background-image: url('./../img/bottomBg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom:140px;
}

    .content-warp .warp-main button {
        height: 305px;
        width: 305px;
    }

    .content-warp .flex-row {
        padding: 0 20px;
    }

    .content-warp .warp-main .mu-button-wrapper img {
        height: 80px;
        width: 80px;
        margin-top: 80px;
    }

    .content-warp .warp-main .mu-button-wrapper p {
        font-size: 18px;
        line-height: 26px;
    }

        .content-warp .warp-main .mu-button-wrapper p:nth-of-type(3) {
            font-size: 21px;
            margin-top: 10px;
            letter-spacing: 2px;
        }

.warp-main .mu-button-wrapper {
    display: block;
}

/* 第二屏文字 */
.innerText {
   
    top: 480px;
    text-align: center;
}

    .innerText p:nth-of-type(1),
    .innerText p:nth-of-type(2) {
        font-size: 18px;
        margin-top: 5px;
    }

    .innerText p:nth-of-type(3) {
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 1px;
    }

.aplly-warp img {
    border: 1px solid;
}

.applyTitle {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 16px;
    color: rgba(0, 0, 0, .64);
    text-align: center;
}


/*face*/
.faceText {
    position: relative;
    height: 1000px;
    overflow: hidden;
    width: 100%;
    top: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1200px;
}
.faceText p:nth-of-type(1) {
     font-size:18px;   
}
.faceText p:nth-of-type(2) {
    font-size:20px;
    margin-top:10px;
    letter-spacing:1px;

}
.faceError {
    position: relative;
    height: 1000px;
    overflow: hidden;
    width: 100%;
    top: 0px;
    text-align: center;
    margin: 120px auto; 
   margin-bottom: 1200px;
    
}
faceError img {
margin:15px auto;
}
.faceNull, .faceNowarp {
    width: 440px;
    margin: 0 auto;
}
.faceNull p:nth-of-type(1), .faceNowarp p:nth-of-type(1) {
    font-size: 18px;
}
.faceNull p:nth-of-type(2), .faceNowarp p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 20px;
}


    .faceNull button, .faceNowarp button {
        width: 180px;
        margin-top: 120px;
        height: 40px;
    }


.faceCamera {
    width: 280px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -140px;
    
}
.faceCamera img {
    position: absolute;
    left: 0px;
    top: 20px;
    transform:scale(1.06);
}
.faceCamera canvas {
    position: absolute;
    left: 0px;
    top: 0px;
}

/**face upload*/

.agreement {
    position: relative;
    height: 800px;
    overflow: hidden;
    width: 100%;
    top: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1200px
}
    .agreement .boxTitle {
     font-size:28px;
     font-weight:700;
    }
    .agreement .boxText {
        width: 80vw;
        margin: 20px auto;
        height: 479px;
        font-size: 24px;
        font-weight: 600;
        overflow: scroll;
        text-align: left;

    }
    .agreement button {
    width:180px;
    height:40px;
    margin-top:25px;
    }

.userAlias {
    position: relative;
    height: 800px;
    overflow: hidden;
    width: 100%;
    top: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1200px
}

    .userAlias p:nth-of-type(1) {
        font-size: 18px;
    }

    .userAlias p:nth-of-type(2) {
        font-size: 20px;
        margin-top: 20px;
    }
    .userAlias .mu-form-item .mu-input-content {
        border:1px solid  rgba(0, 0, 0, .54);
    }
    .userAlias .mu-input-line {
        display: none;
    }
    .userAlias button{
        width:180px;
        height:40px;
    }
.uploadForm {
position:absolute;
top:410px;
left:50%;
width:480px;
margin-left:-240px;
display:flex;
}
.imgEnd {
    position: relative;
    height: 800px;
    overflow: hidden;
    width: 100%;
    top: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1200px
}
    .imgEnd button {
    width:180px;
    height:40px;
    margin-top:40px;
    }
    .imgEnd p:nth-of-type(1) {
        font-size: 18px;
        margin-top: 30px;
    }
    .imgEnd p:nth-of-type(2) {
        font-size: 20px;
        margin-top: 10px;
    }
    .uploadForm div {
        flex: 1;
        margin: 0 25px;
        height: 100px;
        border: 1px solid #2196f3;
    }
    .uploadForm div img {
    width:100%;
    height:100%;
    }
    .uploadForm span {
        font-size: 34px;
        color: #2196f3;
        line-height:90px;
    }
.resetImg {
    width: 100%;
    background-color: #2196f3;
    color: snow;
    border: 0px;
    letter-spacing: 2px;
    border-radius: 2px;
    height: 30px;
}
.submitUpload {
    width: 180px;
    height: 40px;
    position: absolute;
    margin-left: -90px;
    top: 610px;
}

/* .applyTitle strong {
    color: #2196f3;
} */
/* 第三屏幕文字 */
.userApply {
    text-align: center;
    width: 480px;
    position: absolute;
    left: 50%;
    top: 400px;
    margin-left: -240px;
    font-size: 20px;
}

.endState {
    height: 800px;
    overflow: hidden;
    width: 100%;
    position: relative; 
    margin-bottom: 1200px;
   
}

.openState img {
    height: 84px;
    width: 84px;
    position: absolute;
    left: 50%;
    top: 270px;
    margin-left: -42px;
    display: block;
}


.userApply p:nth-of-type(2) {
    margin-top: 5px;
}

/* 密码 */



.mu-form-item {
    margin-bottom: 32px;
}

.mu-form-item-label {
    font-size: 19px;
    line-height: 45px !important;
}

.mu-form-item__focus,
.mu-input__focus {
    color: rgba(0, 0, 0, .54);
}

.mu-text-field-input {
    font-size: 16px;
    line-height: 40px;
    height: 42px;
    padding-left: 5px;
}

.mu-input-focus-line {
    border-color: rgba(0, 0, 0, .54);
    background-color: rgba(0, 0, 0, .54);
    display: none;
}

.mu-form-item .mu-input-content {
    border: 1.5px solid;
}


.mu-form-item-label {
    color: black !important;
}

.mu-input-line {
    transition: none;
}

.mu-input-focus-line.focus {
    transition: none !important;
}

.submit-but {
    width: 180px;
    height: 52px;
    margin-left: 0px !important;
    margin-top: 15px;
}

    .submit-but .mu-button-wrapper {
        font-size: 19px;
        letter-spacing: 1px;
    }

/* button  boxshadow */
.boxShadow_qr {
    -webkit-box-shadow: 0 3px 15px 0px rgba(235, 97, 0, .5), 0 2px 10px 0 rgba(235, 97, 0, .4), 0 1px 20px 0 rgba(235, 97, 0, .3)
}

.boxShadow_pwd {
    -webkit-box-shadow: 0 3px 15px 0px rgba(144, 195, 31, .5), 0 2px 10px 0 rgba(144, 195, 31, .4), 0 1px 20px 0 rgba(144, 195, 31, .3)
}

.boxShadow_face {
    -webkit-box-shadow: 0 3px 15px 0px rgba(31, 172, 236, .5), 0 2px 10px 0 rgba(31, 172, 236, .4), 0 1px 20px 0 rgba(31, 175, 236, .3)
}

.boxShadow_apply {
    -webkit-box-shadow: 0 3px 15px 0px rgba(252, 200, 0, .5), 0 2px 10px 0 rgba(252, 200, 0, .4), 0 1px 20px 0 rgba(252, 200, 0, .3)
}

/**TOAST**/




.loading {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, .72);
}

    .loading .mu-circular-progress {
        left: 50%;
        margin-left: -50px;
        margin-top: 50%;
    }

.toast {
    position: fixed;
    z-index: 9999;
    width: 180px;
    left: 50%;
    word-break: break-all;
    color: snow;
    bottom: 15vh;
    min-height: 24px;
    margin-left: -90px;
    background-color: rgba(51, 51, 51, .32);
    padding:5px 10px 2px 10px;
    border-radius: 5px;
    text-align: center;
}

.TimeDowns {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    position: fixed;
    left: 0px;
    z-index: 9999;
    top: 0px;
    text-align:center;
}
.time_content {
    color: snow;
    width: 480px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -240px;
}
    .time_content p:nth-of-type(1) {
    font-size:120px;
    }
    .time_content p:nth-of-type(2) {
        font-size: 42px;
    }