/* 本地精简 iconfont：密码显隐眼睛（用法对齐阿里 iconfont） */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* 睁眼：当前为密文时可点开显示 */
.iconfont.icon-eye {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M512 192c-181.3 0-338.7 104.5-416 256 77.3 151.5 234.7 256 416 256s338.7-104.5 416-256c-77.3-151.5-234.7-256-416-256zm0 426.7c-94.1 0-170.7-76.5-170.7-170.7S417.9 277.3 512 277.3 682.7 353.9 682.7 448 606.1 618.7 512 618.7zm0-277.4c-58.9 0-106.7 47.8-106.7 106.7S453.1 554.7 512 554.7 618.7 506.9 618.7 448 570.9 341.3 512 341.3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M512 192c-181.3 0-338.7 104.5-416 256 77.3 151.5 234.7 256 416 256s338.7-104.5 416-256c-77.3-151.5-234.7-256-416-256zm0 426.7c-94.1 0-170.7-76.5-170.7-170.7S417.9 277.3 512 277.3 682.7 353.9 682.7 448 606.1 618.7 512 618.7zm0-277.4c-58.9 0-106.7 47.8-106.7 106.7S453.1 554.7 512 554.7 618.7 506.9 618.7 448 570.9 341.3 512 341.3z'/%3E%3C/svg%3E");
}

/* 闭眼/斜杠眼：当前为明文时可点隐藏 */
.iconfont.icon-eye-close {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M942.2 486.2C847.4 286.5 704.1 186 512 186c-64.9 0-125.9 12.8-182.3 36.5l62.8 62.8C423.9 273.5 466.7 266 512 266c152.2 0 274.2 84.9 346.5 214.7-22.3 40.1-50.1 76.1-82.4 107.2l58.1 58.1c45.3-42.1 82.5-93.2 108-150.8zM471.6 422.1l102.3 102.3c.3-3.9.5-7.8.5-11.8 0-58.9-47.8-106.7-106.7-106.7-4 0-7.9.2-11.8.5l15.7 15.7zm-76.5-76.5l58.5 58.5c-23.7 18.6-39.2 47.2-39.2 79.9 0 58.9 47.8 106.7 106.7 106.7 32.7 0 61.3-15.5 79.9-39.2l58.5 58.5C615.8 640.2 565.9 658.7 512 658.7c-152.2 0-274.2-84.9-346.5-214.7 28.7-51.6 68.1-95.5 114.9-128.3l42.7 42.7zM149 149.1l726 726-45.3 45.2L103.8 194.3 149 149.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M942.2 486.2C847.4 286.5 704.1 186 512 186c-64.9 0-125.9 12.8-182.3 36.5l62.8 62.8C423.9 273.5 466.7 266 512 266c152.2 0 274.2 84.9 346.5 214.7-22.3 40.1-50.1 76.1-82.4 107.2l58.1 58.1c45.3-42.1 82.5-93.2 108-150.8zM471.6 422.1l102.3 102.3c.3-3.9.5-7.8.5-11.8 0-58.9-47.8-106.7-106.7-106.7-4 0-7.9.2-11.8.5l15.7 15.7zm-76.5-76.5l58.5 58.5c-23.7 18.6-39.2 47.2-39.2 79.9 0 58.9 47.8 106.7 106.7 106.7 32.7 0 61.3-15.5 79.9-39.2l58.5 58.5C615.8 640.2 565.9 658.7 512 658.7c-152.2 0-274.2-84.9-346.5-214.7 28.7-51.6 68.1-95.5 114.9-128.3l42.7 42.7zM149 149.1l726 726-45.3 45.2L103.8 194.3 149 149.1z'/%3E%3C/svg%3E");
}
