.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-auth .face-show {
  display: block !important;
}
.yanshen-mask-dialog .mask-wrapper.iris-auth .iris-show {
  display: block !important;
}
.yanshen-mask-dialog .mask-wrapper.finger_print-auth .mask-content {
  padding: 52px 0 0 0 !important;
}
.yanshen-mask-dialog .mask-wrapper.finger_print-auth .fingerprint-show {
  display: block !important;
}
.yanshen-mask-dialog .mask-wrapper.finger_print-auth .close,
.yanshen-mask-dialog .mask-wrapper.finger_print-auth .collection-btn {
  display: none !important;
}
.yanshen-mask-dialog .mask-wrapper.voice_print-auth .voicePrint-show,
.yanshen-mask-dialog .mask-wrapper.voice_print-auth .voicePrint-content {
  display: block !important;
}
.yanshen-mask-dialog .mask-wrapper.voice_print-auth .preview-content {
  display: none;
}
.yanshen-mask-dialog .mask-wrapper.feature-value-wrapper .collection-content {
  padding: 103px 20px 20px !important;
}
.yanshen-mask-dialog .mask-wrapper.feature-value-wrapper .feature-value-box {
  display: block !important;
}
.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,
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content > p {
  height: 53px;
  line-height: 53px;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding: 0 20px;
  margin: 0;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box {
  top: 53px;
  left: 20px;
  display: none;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box label,
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box input {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box label {
  width: 8px;
  text-align: center;
  color: #ff0000;
  display: inline-block;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box input {
  padding: 0 8px;
  border: 1px solid #D1D3D9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 16px;
  top: 0;
  width: calc(100% - 16px);
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .feature-value-box input:focus {
  outline: none;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-content,
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .voicePrint-content {
  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,
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-content .position-icon img {
  width: 100%;
  height: 100%;
}
.yanshen-mask-dialog .mask-wrapper .mask-content .mask-border .collection-content .preview-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;
  margin: 0;
}
.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;
  line-height: 40px;
}
.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 .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-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;
}
