@charset "UTF-8";
html {
  width: 100%;
  height: 100%; }
  html body {
    font-family: PingFangSC-Light, "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", Arial, SimHei;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8; }
    html body .text-center {
      text-align: center; }
    html body .phone-container {
      position: absolute;
      left: 50%;
      top: 100px;
      bottom: 0;
      overflow: hidden;
      width: 360px;
      margin-left: -180px;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); }
      @media (max-width: 480px) {
        html body .phone-container {
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin-left: 0;
          width: auto;
          border-radius: 0; } }
      html body .phone-container .phone-head {
        width: 100%;
        height: 24px;
        background: #40444c; }
      html body .phone-container .phone-foot {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 48px; }
      html body .phone-container .phone-body .facein-title {
        opacity: 0.8; }
      html body .phone-container .phone-body .login-input {
        margin-bottom: -20px; }
        html body .phone-container .phone-body .login-input .camera {
          width: 100%;
          margin: 10px auto 0 auto;
          display: inline-block; }
          html body .phone-container .phone-body .login-input .camera #video {
            width: 100%;
            height: auto; }
          html body .phone-container .phone-body .login-input .camera #startbutton {
            display: block;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            bottom: 40px;
            font-size: 14px; }
        html body .phone-container .phone-body .login-input .output {
          width: 100%;
          margin: 10px auto 0px auto;
          display: inline-block; }
          html body .phone-container .phone-body .login-input .output #photo {
            width: 100%;
            height: auto; }
          html body .phone-container .phone-body .login-input .output #againbutton {
            display: block;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            bottom: 40px;
            font-size: 14px; }
    html body .mdui-snackbar {
      background-color: #40444c;
      width: 360px;
      box-shadow: none;
      border-radius: 0; }
      @media (max-width: 480px) {
        html body .mdui-snackbar {
          width: 100%; } }

/*# sourceMappingURL=face-app.css.map */
