
/* 双因子 */
.dialog-wrap .el-dialog{
  border-radius: 9px;
}
.el-dialog__header {
  border-bottom: 1px solid #E6E6E6;
  padding: 11px 30px;
}
.el-dialog__title {
  font-size: 18px;
  font-weight: 500;
}
.el-dialog__headerbtn {
  top: 14px;
  font-size: 18px;
  
}
.el-dialog__headerbtn .el-dialog__close {
    color: #333333; 
}
.safe-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.safe-flex {
  display: flex;
  align-items: center;
}
.safe-flex2 {
  justify-content: flex-end;
}
.el-dialog__wrapper_center  .el-dialog__body {
  padding: 26px 14px 33px 24px;
}
.safe-title-icon {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
.type-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.other-title {
  font-size: 10px;
  color: #999;
  margin-right: 5px;
}
.app-style {
  text-align: center;
  padding: 57px 0 26px;
  font-size: 13px;
  color: #333;
}
.el-dialog__footer {
  padding: 0 52px 48px;
}
.el-dialog__footer {
  text-align: center;
}
.el-dialog__footer .el-button {
  width: 100%;
  font-size: 14px;
  border-radius: 20px;
}
.phone-style-wrap {
  padding: 22px 52px 33px;
}
.phone-style {
  font-size: 19px;
  color: #3A3C40;
  text-align: left;
  margin-bottom: 25px;
}
.phone-style span {
  font-size: 14px;
  margin-right: 10px;
}
.input-style .el-input__inner{
  border-radius: 20px;
  border-color: #D3D3D3;
}
.code-wrap {
  position: relative;
}
.code-wrap .code-text {
  font-size: 11px;
  color: #333;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.code-wrap .error-text {
  position: absolute;
  left: 0px;
  bottom: -20px;
  font-size: 11px;
  color: #FB5A5B;
}
.face-style-wrap {
  padding: 30px 0 0 ;
  text-align: center;
  font-size: 11px;
  color: #333;
}
.face-style-wrap .qrcode {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
}
.face-style-wrap .qrcode img {
  width: 118px;
  height: 118px;
}
.qrcode-reset-wrap {
  position: absolute;
  z-index: 3;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 8px 22px 6px rgba(0,0,0,0.05), 0px 3px 13px 0px rgba(0,0,0,0.08), 0px 0px 3px -3px rgba(0,0,0,0.2);
  font-size: 10px;
  color: #666;
  cursor: pointer;
}
.qrcode-reset-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 2;
}
.qrcode-reset-wrap i {
  font-size: 30px;
  color: #333;
  margin: 13px 0 10px;
}
.face-sucess {
  font-size: 19px;
  color: #22A498;
  margin-bottom: 13px;
}
.face-sucess img {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;

}

.safe-wrap-content {
  min-height: 100px;
}
.safe-wrap-content2 {
  min-height: 140px;
}

.faild-wrap {
  font-size: 19px;
  color: #E64D55;
}
.faild-wrap i{
  font-size: 30px;
  margin-bottom: 8px;
}
.warning-wrap {
  font-size: 19px;
  color: #F59123;
}
.warning-wrap i{
  font-size: 30px;
  margin-bottom: 8px;
}

/*
.tip-wrap .el-dialog__footer .el-button{
  width: 88px;
}
.tip-wrap.el-dialog__wrapper_center .el-dialog__body {
  padding: 16px 14px 33px 24px;
  font-size: 16px;
}
.tip-img {
  text-align: center;
}
.tip-img img {
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
}
.tip-text {
  color: #D9001B;
  margin-top: 10px;
  font-size: 14px;
}
.tip-btn {
  border: #ED663F;
  background: #ED663F;
  color: #fff;
}
.tip-btn:hover {
  border: #ED663F;
  background: #ED663F;
  color: #fff;
}
.tip-btn:active {
  border: #ED663F;
  background: #ED663F;
  color: #fff;
}
*/

.check-tips {
  color: #999;
  font-size: 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.check-tips img {
  margin-right: 4px;
}
.dialog-wrap .el-dialog__body {
  padding-top: 14px;
}
