@charset "UTF-8";
.header {
  -webkit-box-shadow: 0px 2px 4px 1px rgba(57, 63, 73, 0.06);
          box-shadow: 0px 2px 4px 1px rgba(57, 63, 73, 0.06); }

.info-container {
  padding-top: 90px;
  padding-bottom: 10px;
  min-width: 1360px;
  overflow-x: auto;
  overflow-y: hidden; }
  .info-container .info-menu {
    float: left;
    width: 12%;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(57, 63, 73, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(57, 63, 73, 0.1);
    border-radius: 4px; }
    .info-container .info-menu li {
      padding: 5px 0; }
    .info-container .info-menu li a {
      text-decoration: none;
      display: block;
      color: #707070;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-left: 4px solid #ffffff;
      padding-right: 4px; }
    .info-container .info-menu li.active a {
      color: #242424;
      font-weight: bold;
      border-color: #1466ed; }

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 86%;
  float: right;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(57, 63, 73, 0.1);
          box-shadow: 0 4px 8px 0 rgba(57, 63, 73, 0.1);
  border-radius: 4px; }
  .content .sub-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 20px; }
  .content .upload {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    height: 120px;
    cursor: pointer;
    line-height: 120px;
    vertical-align: top;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left; }
    .content .upload i {
      font-size: 30px;
      color: #8c939d; }
    .content .upload input {
      position: absolute;
      width: 200%;
      height: 100%;
      left: -100%;
      top: 0;
      cursor: pointer;
      visibility: hidden; }
  .content .upload-msg {
    padding-left: 120px; }
    .content .upload-msg input {
      margin-top: 70px;
      margin-bottom: 20px;
      padding: 0 20px;
      height: 25px;
      border-radius: 2px;
      outline: none;
      border: 1px solid #c3c3c3;
      background: none;
      cursor: pointer; }
    .content .upload-msg > span {
      font-size: 12px;
      color: #868686;
      display: block; }
  .content .content-info {
    overflow: hidden; }
    .content .content-info .basic-info-top {
      overflow: hidden;
      height: 32px;
      line-height: 32px;
      padding: 0 16px; }
      .content .content-info .basic-info-top .sub-title {
        float: left; }
      .content .content-info .basic-info-top .check-his {
        float: right;
        font-size: 12px;
        font-weight: 500;
        color: #1467ed;
        padding-right: 8px; }
        .content .content-info .basic-info-top .check-his span {
          display: inline-block;
          vertical-align: middle;
          width: 6px;
          height: 6px;
          border-top: 1px solid;
          border-right: 1px solid;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-right: -4px; }
    .content .content-info .dynamic-form-show {
      width: 100%;
      max-height: 700px;
      overflow-y: auto;
      overflow-x: hidden; }
      .content .content-info .dynamic-form-show li {
        float: left;
        width: 50%;
        height: auto;
        overflow: visible; }
        .content .content-info .dynamic-form-show li img {
          width: 100px;
          height: 120px; }
        .content .content-info .dynamic-form-show li.block {
          width: 100%; }
        .content .content-info .dynamic-form-show li.split-line {
          border-bottom: 1px solid #ebedf0; }
  .content .content-login {
    display: none;
    overflow: hidden; }
    .content .content-login > p {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      font-weight: bold;
      color: #242424;
      padding: 0 16px; }
  .content .form-fill {
    display: none;
    overflow: hidden; }
  .content ul.form {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .content ul.form li {
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      font-size: 12px; }
      .content ul.form li > p {
        font-size: 14px;
        font-weight: bold;
        color: #242424; }
      .content ul.form li label,
      .content ul.form li > div {
        float: left; }
      .content ul.form li label {
        width: 140px;
        color: #8c8c8c; }
      .content ul.form li > div {
        overflow: hidden; }
        .content ul.form li > div p {
          width: 240px;
          overflow: hidden;
          margin-right: 16px; }
        .content ul.form li > div button {
          margin-top: 10px; }
          .content ul.form li > div button.bind, .content ul.form li > div button[data-bind-type=bind] {
            cursor: pointer;
            border: none;
            color: #1466ed;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            background: none;
            cursor: pointer; }
          .content ul.form li > div button.unbind, .content ul.form li > div button[data-bind-type=unbind] {
            cursor: pointer;
            border: none;
            color: #F56C6C;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            background: none; }
      .content ul.form li#faceBindBox, .content ul.form li#irisBindBox, .content ul.form li#fingerprintBindBox, .content ul.form li#voiceprintBindBox {
        display: none; }
  .content .content-repeat-cert {
    text-align: center; }
    .content .content-repeat-cert .repeat-cert-btn {
      display: block;
      margin: 20px auto;
      padding: 6px 20px;
      color: white;
      border: none;
      background-color: #1890ff;
      border-radius: 3px;
      cursor: pointer; }
  .content .form-fill {
    padding: 20px 0; }
    .content .form-fill .headers {
      text-align: center;
      margin-bottom: 40px; }
    .content .form-fill .no-data {
      height: 300px;
      line-height: 300px;
      color: #707070;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .content .form-fill .no-data .add-account {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #409eff; }
        .content .form-fill .no-data .add-account:hover {
          color: #66b1ff; }
    .content .form-fill .form-fill-item {
      width: 100%;
      margin: 20px auto; }
      .content .form-fill .form-fill-item label {
        display: inline-block;
        margin-bottom: 5px;
        color: #242424;
        font-size: 14px; }
      .content .form-fill .form-fill-item input[type="text"],
      .content .form-fill .form-fill-item input[type="password"],
      .content .form-fill .form-fill-item select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .content .form-fill .form-fill-item option {
        font-size: 14px; }
      .content .form-fill .form-fill-item input[type="submit"] {
        background-color: #409eff;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%; }
      .content .form-fill .form-fill-item input[type="submit"]:hover {
        background-color: #66b1ff; }
      .content .form-fill .form-fill-item .fill_error {
        display: none; }
      .content .form-fill .form-fill-item.fill_err input {
        border: 1px solid #f56c6c; }
      .content .form-fill .form-fill-item.fill_err .fill_error {
        display: block;
        font-size: 12px;
        color: #f56c6c; }
      .content .form-fill .form-fill-item > a, .content .form-fill .form-fill-item .add-account, .content .form-fill .form-fill-item .delete-account {
        vertical-align: middle;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #409eff; }
        .content .form-fill .form-fill-item > a:hover, .content .form-fill .form-fill-item .add-account:hover, .content .form-fill .form-fill-item .delete-account:hover {
          color: #66b1ff; }
      .content .form-fill .form-fill-item.form-fill-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .content .form-fill .btn-disabled {
      cursor: not-allowed !important; }
      .content .form-fill .btn-disabled .delete-account, .content .form-fill .btn-disabled input[type="submit"], .content .form-fill .btn-disabled .delete-btn {
        pointer-events: none; }
    .content .form-fill > div {
      width: 750px;
      margin: 20px auto;
      border: 1px solid #ccc; }
      .content .form-fill > div .form-fill-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        background: #f5f7fa;
        font-size: 16px; }
        .content .form-fill > div .form-fill-header > div {
          width: 250px; }
          .content .form-fill > div .form-fill-header > div:not(:last-child) {
            border-right: 1px solid #ccc; }
      .content .form-fill > div .form-fill-content {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 14px;
        border-bottom: 1px solid #ccc; }
        .content .form-fill > div .form-fill-content > div {
          width: 250px;
          height: 300px;
          line-height: 36px;
          overflow-y: auto; }
          .content .form-fill > div .form-fill-content > div:not(:last-child) {
            border-right: 1px solid #ccc; }
          .content .form-fill > div .form-fill-content > div.form-fill-app-list li {
            padding: 0 20px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer; }
            .content .form-fill > div .form-fill-content > div.form-fill-app-list li:hover {
              background-color: #66b1ff !important;
              color: #fff; }
            .content .form-fill > div .form-fill-content > div.form-fill-app-list li:nth-child(even) {
              background: #fafafa; }
            .content .form-fill > div .form-fill-content > div.form-fill-app-list li.active {
              background: #409eff;
              color: #fff; }
          .content .form-fill > div .form-fill-content > div.form-fill-account-list {
            width: 500px;
            height: 300px; }
            .content .form-fill > div .form-fill-content > div.form-fill-account-list li {
              line-height: 36px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              border-bottom: 1px solid #ccc; }
              .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div {
                width: 250px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 20px; }
                .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div:not(:last-child) {
                  border-right: 1px solid #ccc; }
                .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div.form-fill-operate {
                  width: 232px; }
                  .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div.form-fill-operate span {
                    margin-right: 20px;
                    cursor: pointer;
                    vertical-align: middle;
                    text-decoration: none;
                    outline: none;
                    padding: 0;
                    font-size: 14px;
                    font-weight: 500;
                    color: #409eff; }
                    .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div.form-fill-operate span:hover {
                      color: #66b1ff; }
                    .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div.form-fill-operate span.delete-btn {
                      color: #f56c6c; }
                      .content .form-fill > div .form-fill-content > div.form-fill-account-list li > div.form-fill-operate span.delete-btn:hover {
                        color: #f78989; }

.maskLayer {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  z-index: 999;
  display: none; }
  .maskLayer input {
    width: 44px;
    height: 32px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #d7d7d7;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .maskLayer input:focus {
    border: 1px solid #1467ed;
    cursor: pointer;
    font-weight: 500;
    text-shadow: #1467ed; }
  .maskLayer .step_header {
    position: relative;
    margin-bottom: 20px; }
    .maskLayer .step_header .step_title {
      width: 177px;
      height: 28px;
      font-size: 20px;
      font-weight: bold;
      color: #232323;
      line-height: 23px; }
    .maskLayer .step_header .step_closeBtn {
      float: right;
      position: absolute;
      cursor: pointer;
      font-size: 10px;
      color: #97a0ae;
      opacity: 1;
      right: -4px;
      top: -14px; }
  .maskLayer .step_tip {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #232323; }
  .maskLayer .bindStep1 {
    width: 350px;
    height: 410px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .bindStep1 .step1_img img {
      width: 166px;
      height: 164px;
      position: relative;
      left: 50%;
      margin-left: -84px; }
    .maskLayer .bindStep1 .step1_fail {
      cursor: pointer;
      border: none;
      color: #1466ed;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      background: none;
      float: right;
      margin: 15px 0; }
    .maskLayer .bindStep1 .download_koal {
      cursor: pointer;
      border: none;
      color: #1466ed;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      background: none;
      float: left;
      margin: 15px 0; }
    .maskLayer .bindStep1 .download_qr_code {
      word-break: break-all;
      position: absolute;
      top: 45px;
      left: -30px;
      color: #999;
      width: 200px;
      height: 220px;
      text-align: center;
      -webkit-box-shadow: 0px -1px 5px;
              box-shadow: 0px -1px 5px;
      background-color: #ffffff;
      border-radius: 5px;
      z-index: 100; }
    .maskLayer .bindStep1 .download_qr_code .triangle {
      width: 0;
      height: 0;
      position: absolute;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      top: -21px;
      left: 82px;
      margin-top: 2px; }
    .maskLayer .bindStep1 .step1_error {
      word-break: break-all;
      font-size: 12px;
      position: absolute;
      color: #999;
      top: -115px;
      width: 180px;
      height: 100px;
      -webkit-box-shadow: 0px 2px 5px;
              box-shadow: 0px 2px 5px;
      padding: 10px;
      background-color: #ffffff;
      right: -60px;
      border-radius: 2px 2px 2px 2px; }
      .maskLayer .bindStep1 .step1_error div {
        margin-bottom: 5px; }
      .maskLayer .bindStep1 .step1_error .errorTitle {
        height: 21px;
        color: black;
        border-bottom: solid 1px #d9d9d9; }
      .maskLayer .bindStep1 .step1_error .triangle {
        width: 0;
        height: 0;
        position: absolute;
        border-top: 10px solid #ffffff;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -22px;
        left: 100px; }
    .maskLayer .bindStep1 .step1_download {
      display: block;
      width: 100%;
      height: 40px;
      background: #1466ed;
      clear: both;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      line-height: 16px;
      border: none;
      margin: 0 auto;
      border-radius: 2px 2px 2px 2px;
      cursor: pointer; }
  .maskLayer .bindStep2 {
    width: 405px;
    height: 270px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .bindStep2 .step2_content {
      height: 32px;
      width: 350px;
      position: relative;
      left: 50%;
      margin-left: -155px;
      margin-bottom: 30px; }
    .maskLayer .bindStep2 .step2_btnBox {
      width: 100%;
      height: 40px; }
      .maskLayer .bindStep2 .step2_btnBox .step2_btn1 {
        width: 100%;
        height: 40px;
        line-height: 1;
        white-space: nowrap;
        cursor: pointer;
        background: #fff;
        border: 1px solid #dcdfe6;
        color: #606266;
        -webkit-appearance: none;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: none;
        margin: 0;
        -webkit-transition: 0.1s;
        transition: 0.1s;
        font-weight: 500;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 4px; }
      .maskLayer .bindStep2 .step2_btnBox .step2_btn2 {
        width: 100%;
        height: 40px;
        border-radius: 0px 0px 0px 0px;
        float: left;
        opacity: 1;
        border: none;
        background-color: #1466ed;
        color: #ffffff;
        position: relative;
        cursor: pointer;
        border-radius: 2px 2px 2px 2px;
        margin-bottom: 10px; }
  .maskLayer .bindStep3 {
    width: 405px;
    height: 250px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .bindStep3 .step3_key {
      width: 100%;
      height: 26px;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 30px; }
      .maskLayer .bindStep3 .step3_key div {
        float: left;
        font-size: 12px;
        font-weight: 500;
        color: #232323;
        line-height: 18px; }
      .maskLayer .bindStep3 .step3_key button {
        float: right;
        cursor: pointer;
        border: none;
        color: #1466ed;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        background: none;
        cursor: pointer; }
    .maskLayer .bindStep3 .step3_btn {
      width: 100%;
      height: 40px;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: none;
      background-color: #1466ed;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      border-radius: 2px 2px 2px 2px; }
  .maskLayer .bindStep4 {
    width: 405px;
    height: 300px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .bindStep4 .step4_img {
      position: relative;
      left: 50%;
      margin-left: -35px;
      margin-top: 70px;
      margin-bottom: 30px; }
    .maskLayer .bindStep4 .step4_btn {
      width: 100%;
      height: 40px;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: none;
      background-color: #1466ed;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      border-radius: 2px 2px 2px 2px; }
  .maskLayer .unbindStep1 {
    width: 405px;
    height: 270px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .unbindStep1 .step1_content {
      height: 32px;
      width: 350px;
      position: relative;
      left: 50%;
      margin-left: -155px;
      margin-bottom: 30px; }
    .maskLayer .unbindStep1 .step1_device {
      cursor: pointer;
      border: none;
      color: #1466ed;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      background: none;
      cursor: pointer;
      float: right; }
    .maskLayer .unbindStep1 .step1_tip {
      word-break: break-all;
      font-size: 12px;
      position: absolute;
      color: #999;
      top: -96px;
      width: 150px;
      height: 70px;
      -webkit-box-shadow: 0px 2px 5px;
              box-shadow: 0px 2px 5px;
      padding: 10px;
      background-color: #ffffff;
      right: 30px;
      border-radius: 2px 2px 2px 2px;
      display: none; }
      .maskLayer .unbindStep1 .step1_tip div {
        margin-bottom: 5px; }
      .maskLayer .unbindStep1 .step1_tip .tipTitle {
        height: 21px;
        color: black;
        border-bottom: solid 1px #d9d9d9; }
      .maskLayer .unbindStep1 .step1_tip .triangle {
        width: 0;
        height: 0;
        position: absolute;
        border-top: 10px solid #ffffff;
        border-bottom: 10px solid transparent;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -22px;
        left: 100px; }
    .maskLayer .unbindStep1 .step1_btn {
      width: 100%;
      height: 40px;
      border-radius: 0px 0px 0px 0px;
      float: left;
      opacity: 1;
      border: none;
      background-color: #1466ed;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      border-radius: 2px 2px 2px 2px;
      margin-bottom: 10px; }
  .maskLayer .unbindStep2 {
    width: 405px;
    height: 300px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .unbindStep2 .step2_img {
      position: relative;
      left: 50%;
      margin-left: -35px;
      margin-top: 70px;
      margin-bottom: 30px; }
    .maskLayer .unbindStep2 .step2_btn {
      width: 100%;
      height: 40px;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: none;
      background-color: #1466ed;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      border-radius: 2px 2px 2px 2px; }
  .maskLayer .deviceStep1 {
    width: 405px;
    height: 180px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: none; }
    .maskLayer .deviceStep1 .step1_btn {
      width: 100%;
      height: 40px;
      border-radius: 0px 0px 0px 0px;
      opacity: 1;
      border: none;
      background-color: #1466ed;
      color: #ffffff;
      position: relative;
      cursor: pointer;
      border-radius: 2px 2px 2px 2px; }

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.loading-page-tips {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 30%;
  left: 0;
  text-align: center;
  color: white;
  z-index: 9999; }

.yanshen-mask-dialog {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .yanshen-mask-dialog .mask-wrapper {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 26%;
    bottom: 26%;
    width: 40%;
    height: 48%;
    background-color: #ffffff;
    border-radius: 8px; }
    .yanshen-mask-dialog .mask-wrapper.face-bind .face-show {
      display: block !important; }
    .yanshen-mask-dialog .mask-wrapper.iris-bind .iris-show {
      display: block !important; }
    .yanshen-mask-dialog .mask-wrapper.fingerprint-bind .mask-content {
      padding: 52px 0 0 0 !important; }
    .yanshen-mask-dialog .mask-wrapper.fingerprint-bind .fingerprint-show {
      display: block !important; }
    .yanshen-mask-dialog .mask-wrapper.fingerprint-bind .close, .yanshen-mask-dialog .mask-wrapper.fingerprint-bind .collection-btn {
      display: none !important; }
    .yanshen-mask-dialog .mask-wrapper.voicePrint-bind .voicePrint-show, .yanshen-mask-dialog .mask-wrapper.voicePrint-bind .voicePrint-content {
      display: block !important; }
    .yanshen-mask-dialog .mask-wrapper.voicePrint-bind .preview-content {
      display: none; }
    .yanshen-mask-dialog .mask-wrapper .mask-content {
      width: 100%;
      height: 100%;
      padding: 52px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border {
        width: 100%;
        height: 100%;
        border-top: 1px solid #E1E1E1; }
        .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content {
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 53px 20px 20px;
          position: relative; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content > p {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 53px;
            line-height: 53px;
            font-size: 12px;
            font-weight: 500;
            color: #333333;
            padding: 0 20px;
            display: none; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content > div {
            position: relative;
            width: 100%;
            height: 100%; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-content > div, .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-content .position-icon {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100%;
            height: 100%; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-content > div img {
            width: 100%;
            height: 100%; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .position-icon {
            display: none;
            z-index: 2; }
          .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content {
            display: none;
            text-align: center;
            padding-top: 6%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content span {
              font-size: 12px;
              font-weight: 500;
              color: #333333;
              line-height: 14px; }
            .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content div {
              margin: 18px auto 26px;
              position: relative;
              width: 190px;
              height: 50px; }
              .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content div p {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 36px;
                font-weight: bold;
                color: #333333;
                line-height: 50px;
                height: 50px;
                overflow: hidden;
                text-align: left;
                white-space: nowrap; }
                .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content div p.cover-code {
                  width: 0;
                  color: #FF0000; }
            .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content img {
              display: none; }
        .yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .unbind-content {
          display: none; }
    .yanshen-mask-dialog .mask-wrapper button {
      cursor: pointer;
      color: #242424;
      display: inline-block;
      white-space: nowrap;
      -webkit-appearance: none;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      margin: 0;
      background-color: transparent;
      border: 1px solid #BEC4CC;
      -webkit-transition: .1s;
      transition: .1s;
      font-weight: 500;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      border-radius: 3px; }
    .yanshen-mask-dialog .mask-wrapper .mask-title, .yanshen-mask-dialog .mask-wrapper .mask-actions {
      position: absolute;
      left: 0;
      z-index: 2;
      width: 100%;
      overflow: hidden; }
    .yanshen-mask-dialog .mask-wrapper .mask-title {
      padding: 8px 0;
      top: 0; }
      .yanshen-mask-dialog .mask-wrapper .mask-title span {
        padding-left: 20px;
        line-height: 32px;
        font-size: 14px;
        font-weight: bold;
        color: #333333; }
      .yanshen-mask-dialog .mask-wrapper .mask-title button {
        float: right;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #f56c6c;
        font-size: 18px;
        padding: 0 15px; }
    .yanshen-mask-dialog .mask-wrapper .mask-actions {
      bottom: 14px;
      text-align: center; }
      .yanshen-mask-dialog .mask-wrapper .mask-actions .collection-btn {
        background-color: #1466ED;
        border: 1px solid #1466ED;
        color: #fff;
        display: block;
        margin: 0 auto;
        width: 130px;
        font-size: 16px; }
        .yanshen-mask-dialog .mask-wrapper .mask-actions .collection-btn[disabled=disabled] {
          cursor: not-allowed;
          background-color: #72a3f4;
          border-color: #72a3f4; }
      .yanshen-mask-dialog .mask-wrapper .mask-actions .unbind-btns button {
        float: right;
        margin-right: 20px;
        padding: 0 15px;
        height: 33px;
        line-height: 33px; }
        .yanshen-mask-dialog .mask-wrapper .mask-actions .unbind-btns button.unbind-confirm {
          background-color: #1466ED;
          border: 1px solid #1466ED;
          color: #fff; }
      .yanshen-mask-dialog .mask-wrapper .mask-actions .unbind-btns {
        display: none; }
    .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .mask-border {
      border-bottom: 1px solid #E1E1E1; }
    .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .collection-content, .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .collection-btn {
      display: none; }
    .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-content, .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-btns {
      display: block !important; }
    .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-content {
      text-align: center; }
      .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-content img {
        width: 14.8%;
        height: auto;
        margin: 12% 0 8% 0; }
      .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-content .hint-error {
        font-size: 16px;
        font-weight: bold;
        color: #FF0000;
        margin-bottom: 14px; }
      .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .unbind-content .hint {
        font-size: 12px;
        font-weight: 500;
        color: #333333; }
    .yanshen-mask-dialog .mask-wrapper.unbind-wrapper .mask-actions {
      padding: 11px 0;
      bottom: 0; }
  .yanshen-mask-dialog .mask-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4); }
    .yanshen-mask-dialog .mask-loading > div {
      position: absolute;
      left: 48%;
      top: 50%;
      text-align: center; }
      .yanshen-mask-dialog .mask-loading > div img, .yanshen-mask-dialog .mask-loading > div span {
        vertical-align: middle; }
      .yanshen-mask-dialog .mask-loading > div img {
        width: 26px;
        height: 26px; }
      .yanshen-mask-dialog .mask-loading > div span {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 14px; }

.set-account-box {
  background-color: #fff;
  position: fixed;
  width: 500px;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1999;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  -webkit-transition: display 2s ease-in-out;
  transition: display 2s ease-in-out; }
  .set-account-box .set-account-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .set-account-box .set-account-title p {
      font-size: 18px;
      color: #303133; }
    .set-account-box .set-account-title img {
      cursor: pointer; }
  .set-account-box .set-account-content {
    min-height: 125px;
    margin: 40px 0; }
    .set-account-box .set-account-content .form-fill-item {
      margin-bottom: 20px; }
      .set-account-box .set-account-content .form-fill-item label {
        display: inline-block;
        margin-bottom: 5px;
        color: #242424;
        font-size: 14px; }
      .set-account-box .set-account-content .form-fill-item input[type="text"],
      .set-account-box .set-account-content .form-fill-item input[type="password"],
      .set-account-box .set-account-content .form-fill-item select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .set-account-box .set-account-content .form-fill-item option {
        font-size: 14px; }
      .set-account-box .set-account-content .form-fill-item input[type="submit"] {
        background-color: #409eff;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%; }
      .set-account-box .set-account-content .form-fill-item input[type="submit"]:hover {
        background-color: #66b1ff; }
      .set-account-box .set-account-content .form-fill-item .fill_error {
        display: none; }
      .set-account-box .set-account-content .form-fill-item.fill_err input {
        border: 1px solid #f56c6c; }
      .set-account-box .set-account-content .form-fill-item.fill_err .fill_error {
        display: block;
        font-size: 12px;
        color: #f56c6c;
        position: absolute; }
  .set-account-box .set-account-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
    .set-account-box .set-account-footer button {
      cursor: pointer;
      width: 60px;
      height: 32px;
      line-height: 32px;
      font-size: 12px;
      border-radius: 4px;
      border: none;
      outline: none;
      background-color: #409eff;
      color: #ffffff;
      margin-left: 20px; }
      .set-account-box .set-account-footer button:hover {
        background-color: #66b1ff; }
      .set-account-box .set-account-footer button.set-account-close {
        background: #fff;
        border: 1px solid #dcdfe6;
        color: #606266; }
        .set-account-box .set-account-footer button.set-account-close:hover {
          color: #409eff;
          border-color: #c6e2ff;
          background-color: #ecf5ff; }
  .set-account-box .btn-disabled {
    cursor: not-allowed !important; }
    .set-account-box .btn-disabled .delete-account, .set-account-box .btn-disabled input[type="submit"], .set-account-box .btn-disabled .delete-btn {
      pointer-events: none; }

.mongolian-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 999; }

/*# sourceMappingURL=info.css.map */