@import "../../common/css/index.less";
#root {
    width: 100%;
    height: 100%;
}

.container{
    position: relative;
    height: 100%;
    background-color: #000;
    .outerContainer{
        position: relative;
        height:70%;
        width: 90%;
        margin: .6rem auto;
        border-radius: .2rem;
        background-color: #fff;
        .innerContainer{
            position: relative;
            height:5rem;
            width: 5rem;
            margin: 0 auto;
            top: 1.2rem;
        }
        .prompt{
            position: relative;
            height:.9rem;
            width: 5rem;
            margin: 0 auto;
            bottom:0;
            top:2rem;
            font-size: @rem * 15;
            text-align: center;
            line-height: .9rem;
            border-radius: .1rem;
            color: #0f8ce8;
            border: .02rem solid #0f8ce8;
        }
    }
}