.drawDocument {
    background-color: #F7F9FC;

    .navbar {
        font-size: 16px;
        color: #333333;
        height: 44px;
        position: relative;

        i {
            font-size: 22px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        div {
            margin: 0 auto;
            height: 44px;
            line-height: 44px;
            text-align: center;
        }
    }

    .content {
        background-color: #FFF;
        padding-top: 20px;
    }

    .bottom {
        height: 44px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #DDDDDD;
        .tip {
            color: #555555;
            font-size: 12px;
            padding-left: 5px;
        }
        .app {
            width: 88px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            border: 1px solid #0099FF;
            border-radius: 11px;
            font-size: 12px;
            color: #0099FF;
        }
    }
}