.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;
    }
  }
}