@charset "UTF-8";
.certContent {
  position: relative; }
  .certContent .middleware-tips {
    display: none;
    clear: both;
    border: 1px solid #ffa39e;
    background-color: #fff2f1;
    border-radius: 2px;
    padding: 0px 30px;
    line-height: 30px;
    height: 30px;
    font-size: 12px; }
    .certContent .middleware-tips .tip-icon {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 10px;
      background-color: #f5222d;
      vertical-align: middle;
      bottom: 1px;
      text-align: center;
      line-height: 13px;
      color: white; }
    .certContent .middleware-tips .tip-content {
      color: #5a5951; }
      .certContent .middleware-tips .tip-content .middleware-sys-win64,
      .certContent .middleware-tips .tip-content .middleware-sys-win32,
      .certContent .middleware-tips .tip-content .middleware-sys-others {
        display: none; }
  .certContent .middleware-unlock .middleware-tips {
    left: -110px; }
  .certContent > p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 20px; }
  .certContent .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; }
    .certContent .upload i {
      font-size: 30px;
      color: #8c939d; }
    .certContent .upload input {
      position: absolute;
      width: 200%;
      height: 100%;
      left: -100%;
      top: 0;
      cursor: pointer;
      visibility: hidden; }
  .certContent .upload-msg {
    padding-left: 120px; }
    .certContent .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; }
    .certContent .upload-msg > span {
      font-size: 12px;
      color: #868686;
      display: block; }
  .certContent .cert-content-info {
    overflow: hidden; }
  .certContent .content-login {
    overflow: hidden; }
    .certContent .content-login .login-title {
      width: 98px;
      height: 20px;
      font-size: 14px;
      font-weight: bold;
      color: #232323;
      line-height: 16px; }
  .certContent .form {
    margin: 20px 0;
    float: left;
    margin-right: 150px; }
    .certContent .form li {
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      font-size: 12px;
      margin-bottom: 12px; }
      .certContent .form li label,
      .certContent .form li > div,
      .certContent .form li .show p,
      .certContent .form li button,
      .certContent .form li .edit input {
        float: left; }
      .certContent .form li label {
        width: 140px;
        color: #8c8c8c; }
      .certContent .form li .show {
        overflow: hidden; }
        .certContent .form li .show p {
          width: 240px;
          overflow: hidden;
          margin-right: 16px; }
        .certContent .form li .show button {
          margin-top: 10px; }
      .certContent .form li .edit input {
        padding: 0 8px;
        width: 224px;
        height: 34px;
        line-height: 34px;
        margin-right: 16px;
        border: 1px solid #dee0e5;
        margin-top: 3px;
        border-radius: 4px; }
      .certContent .form li .edit button {
        width: 40px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        cursor: pointer;
        margin-right: 8px;
        margin-top: 10px; }
      .certContent .form li .edit button.finish {
        border: none;
        background-color: #169bd5;
        color: #ffffff; }
      .certContent .form li .edit button.cancel {
        color: #169bd5;
        border: 1px solid #169bd5;
        background-color: #ffffff; }
  .certContent .cert-ctrl-btns {
    position: absolute;
    right: 20px;
    top: 15px; }
    .certContent .cert-ctrl-btns input {
      height: 32px;
      line-height: 32px;
      padding: 0px 20px; }
    .certContent .cert-ctrl-btns .cert-unlock {
      color: gray;
      border: 1px solid gray;
      background-color: white;
      border-radius: 3px;
      cursor: pointer; }
    .certContent .cert-ctrl-btns .cert-change-pin {
      color: white;
      border: none;
      background-color: #1890ff;
      border-radius: 3px;
      cursor: pointer; }
  .certContent .cert-content-info {
    text-align: center; }
    .certContent .cert-content-info img.empty-wait-list {
      width: 300px; }
    .certContent .cert-content-info .empty-wait-list-msg {
      color: gray;
      margin-top: 20px; }
    .certContent .cert-content-info .cert-submit-apply {
      display: none;
      margin-top: 20px;
      padding: 6px 20px;
      color: white;
      border: none;
      background-color: #1890ff;
      border-radius: 3px;
      cursor: pointer; }
    .certContent .cert-content-info .cert-info-item {
      clear: both;
      background-color: #f8f9fa;
      margin-bottom: 20px;
      padding: 10px 20px;
      text-align: left; }
      .certContent .cert-content-info .cert-info-item .cert-info-title {
        line-height: 30px; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-info-title-name {
          font-weight: bold; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-info-title-tag {
          font-size: 12px;
          border: 1px solid black;
          border-radius: 2px;
          padding: 3px 10px;
          margin-left: 12px; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-encryption {
          border-color: #d3adf7;
          color: #722ed1;
          background-color: #f9f0ff; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-signing {
          border-color: #91d5ff;
          color: #1890ff;
          background-color: #e6f7ff; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-status-2000 {
          background-color: #73d13d;
          color: white;
          border: none; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-status--1000 {
          background-color: #ff6701;
          color: white;
          border: none; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-status-3000 {
          background-color: #d4ce21;
          color: white;
          border: none; }
        .certContent .cert-content-info .cert-info-item .cert-info-title .cert-save-btn {
          margin-left: 10px;
          padding: 5px 15px;
          border-radius: 2px;
          border: none;
          color: white;
          background: #1466ed;
          cursor: pointer; }
      .certContent .cert-content-info .cert-info-item .cert-info-sub-title {
        font-weight: bold;
        line-height: 30px; }
      .certContent .cert-content-info .cert-info-item .cert-item-detail .cert-item-label {
        float: left;
        width: 10%;
        line-height: 30px;
        font-size: 12px; }
      .certContent .cert-content-info .cert-info-item .cert-item-detail .cert-item-info {
        float: left;
        width: 39%;
        line-height: 30px;
        font-size: 12px; }
      .certContent .cert-content-info .cert-info-item .clear-float {
        clear: both; }

.certContent .inner-cert {
  display: none; }
.certContent .outer-cert {
  display: none; }
.certContent .middleware-btn-info-box {
  position: relative;
  display: inline-block; }
  .certContent .middleware-btn-info-box .middleware-btn-tip,
  .certContent .middleware-btn-info-box .middleware-btn-tip-arrow {
    display: none; }
  .certContent .middleware-btn-info-box .middleware-btn-tip {
    position: absolute;
    width: 200px;
    height: 50px;
    padding: 5px;
    font-size: 12px;
    top: -45px;
    left: -50px;
    background-color: #383838;
    border-radius: 5px;
    color: white; }
  .certContent .middleware-btn-info-box .middleware-btn-tip-arrow {
    position: absolute;
    left: 43px;
    top: 15px;
    width: 0;
    height: 0;
    border: 5px solid #383838;
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: none;
    border-bottom: none; }
.certContent .hover-display-tip:hover .middleware-btn-tip,
.certContent .hover-display-tip:hover .middleware-btn-tip-arrow {
  display: block; }
.certContent .cert-ctrl-btns .middleware-btn-tip {
  top: 38px; }
.certContent .cert-ctrl-btns .middleware-btn-tip-arrow {
  top: 33px;
  border-top: none;
  border-bottom: 5px solid #383838; }
.certContent .middleware-unlock .middleware-btn-tip {
  left: -110px; }

.cert-mask-layer {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  z-index: 999; }
  .cert-mask-layer .dialog-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .cert-mask-layer .dialog {
    position: absolute;
    color: #5a5a5a;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -150px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px #e0e0e0;
            box-shadow: 1px 1px 5px 1px #e0e0e0; }
    .cert-mask-layer .dialog .dialog-title {
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      border-bottom: 1px solid #e0e0e0; }
      .cert-mask-layer .dialog .dialog-title .dialog-close {
        float: right; }
    .cert-mask-layer .dialog .dialog-tip {
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      padding: 0 20px;
      background-color: #e6f7ff;
      border: 1px solid #91d5ff; }
    .cert-mask-layer .dialog .dialog-content {
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 90px; }
      .cert-mask-layer .dialog .dialog-content .cert-info-item {
        float: left;
        line-height: 30px;
        width: 300px; }
    .cert-mask-layer .dialog .dialog-ctrl-btns {
      line-height: 60px;
      padding: 0 20px;
      text-align: right; }
      .cert-mask-layer .dialog .dialog-ctrl-btns input {
        height: 32px;
        line-height: 32px;
        padding: 0 20px; }
      .cert-mask-layer .dialog .dialog-ctrl-btns input:nth-child(1) {
        color: gray;
        border: 1px solid gray;
        background-color: white;
        border-radius: 3px;
        cursor: pointer; }
      .cert-mask-layer .dialog .dialog-ctrl-btns input:nth-child(2) {
        color: white;
        border: none;
        background-color: #1890ff;
        border-radius: 3px;
        cursor: pointer;
        margin-left: 20px; }

.pin-mask-layer {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  z-index: 999; }
  .pin-mask-layer .dialog-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .pin-mask-layer .dialog {
    position: absolute;
    color: #5a5a5a;
    width: 420px;
    height: 280px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -150px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px #e0e0e0;
            box-shadow: 1px 1px 5px 1px #e0e0e0;
    text-align: center; }
    .pin-mask-layer .dialog .dialog-title {
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      border-bottom: 1px solid #e0e0e0;
      text-align: left; }
      .pin-mask-layer .dialog .dialog-title .dialog-close {
        position: relative;
        float: right;
        padding: 0 10px;
        line-height: 20px;
        top: 15px;
        cursor: pointer; }
    .pin-mask-layer .dialog .dialog-tip {
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 20px; }
    .pin-mask-layer .dialog .pin-dialog-input {
      position: relative;
      height: 50px;
      width: 100%;
      margin-top: 20px;
      overflow: hidden; }
      .pin-mask-layer .dialog .pin-dialog-input .pin-dialog-input-error-msg {
        color: red;
        font-size: 12px;
        display: block;
        text-align: left;
        margin-left: 20%; }
      .pin-mask-layer .dialog .pin-dialog-input input {
        width: 60%;
        line-height: 30px;
        padding: 0 10px; }
      .pin-mask-layer .dialog .pin-dialog-input ul {
        display: none;
        list-style: none;
        margin: 0 auto; }
        .pin-mask-layer .dialog .pin-dialog-input ul li {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          float: left;
          width: 42px;
          height: 34px;
          border: 1px solid #868686;
          border-radius: 2px;
          margin: 0 2px;
          position: relative; }
          .pin-mask-layer .dialog .pin-dialog-input ul li span {
            position: absolute;
            font-size: 80px;
            font-weight: bold;
            height: 80px;
            line-height: 80px;
            top: -50px;
            left: 10px; }
        .pin-mask-layer .dialog .pin-dialog-input ul .pin-input-active {
          border: 2px #1466ed solid; }
    .pin-mask-layer .dialog .pin-dialog-confirm {
      width: 80%;
      height: 40px;
      line-height: 40px;
      color: white;
      background-color: #1467ed;
      border: none;
      border-radius: 3px;
      margin-top: 20px; }

.x-pin-mask-layer .dialog {
  position: absolute;
  color: #5a5a5a;
  width: 450px;
  height: 330px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -150px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 1px #e0e0e0;
          box-shadow: 1px 1px 5px 1px #e0e0e0;
  text-align: center; }
.x-pin-mask-layer .pin-dialog-nextbtn {
  width: 80%;
  height: 40px;
  line-height: 40px;
  color: #5a5a5a;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  /* display: none; */
  border-radius: 3px;
  margin-top: 10px; }

.double-pin-mask-layer .dialog {
  position: absolute;
  color: #5a5a5a;
  width: 450px;
  height: 330px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -150px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 1px #e0e0e0;
          box-shadow: 1px 1px 5px 1px #e0e0e0;
  text-align: center; }
.double-pin-mask-layer .dialog .pin-dialog-input {
  height: 95px; }
  .double-pin-mask-layer .dialog .pin-dialog-input input {
    margin-bottom: 10px; }
  .double-pin-mask-layer .dialog .pin-dialog-input input::-webkit-input-placeholder {
    color: #cccccc; }
  .double-pin-mask-layer .dialog .pin-dialog-input input::-moz-input-placeholder {
    color: #cccccc; }
  .double-pin-mask-layer .dialog .pin-dialog-input input::-ms-input-placeholder {
    color: #cccccc; }
  .double-pin-mask-layer .dialog .pin-dialog-input #apiPinConfirm {
    margin-bottom: 0; }

.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;
      cursor: pointer;
      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;
      cursor: pointer;
      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;
      margin: 0 59 20 0; }
    .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; }

.message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  counter-reset: #999;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  left: 50%;
  margin-left: -190px; }

.mesSuccess {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a; }

.mesError {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c; }

.reissueButton {
  background-color: #d01b24;
  border-radius: 4px;
  border: 1px solid #942911;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  padding: 8px 20px;
  text-decoration: none;
  float: right; }

.reissueButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e34120), to(#d0451b));
  background: linear-gradient(to bottom, #e34120 5%, #d0451b 100%);
  background-color: #e34120; }

.reissueButton:active {
  position: relative;
  top: 1px; }

.reissue-mask-layer {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .reissue-mask-layer .dialog-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .reissue-mask-layer .dialog {
    position: absolute;
    color: #5a5a5a;
    width: 420px;
    height: 230px;
    left: 50%;
    margin-left: -200px;
    top: 30%;
    margin-top: -150px;
    background-color: #fff;
    border: 1px solid #e0e0e09f;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px #e0e0e094;
            box-shadow: 1px 1px 5px 1px #e0e0e094;
    text-align: center; }
    .reissue-mask-layer .dialog .dialog-title {
      height: 10px;
      line-height: 15px;
      padding: 15 15px;
      border-bottom: 1px solid #e0e0e0;
      text-align: left;
      font-size: 20px;
      color: #242424; }
      .reissue-mask-layer .dialog .dialog-title .dialog-close {
        position: relative;
        float: right;
        padding: 0 0px;
        line-height: 1px;
        top: 1px;
        cursor: pointer;
        float: auto;
        font-size: 25px;
        color: #242424; }
    .reissue-mask-layer .dialog .dialog-tip {
      font-size: 14px;
      height: 30px;
      line-height: 25px;
      text-align: left;
      padding: 10 0 0 30px; }
    .reissue-mask-layer .dialog .dialog-ctrl-btns {
      line-height: 60px;
      padding: 0 20px;
      text-align: right;
      margin-top: 35px;
      border-top: 1px solid #e0e0e0; }
      .reissue-mask-layer .dialog .dialog-ctrl-btns .ressiueCertBoxButton {
        cursor: pointer;
        width: 55px;
        height: 33px;
        margin-left: 15px;
        border: 1px solid #e0e0e0d0;
        border-radius: 4px; }

/*# sourceMappingURL=certContent.css.map */