* {
  font-family: PingFangSC, PingFangSC-Regular;
}
[v-cloak]{
  display: none;
}
html,
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  padding: 0;
  margin: 0;
}

body {
  font: normal 14px "Microsoft YaHei";
}

.clearfix {
  display: block;
  zoom: 1;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #262626;
  text-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
}

.tabs > div {
  padding: 10px;
  padding: 0 0 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
}

.tabs > div + div {
  margin-left: 40px;
}

/* .tabs > div:hover{
    border-bottom-color:#3860F4;
} */
.tabs > .active {
  color: #3860f4;
  border-bottom-color: #3860f4;
}

body {
  width: 100%;
  height: 100vh;
  color: #666666;

  /* 背景图代替换 */
  background: url(../images/background.png) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#main {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  text-align: center;
}

.login-wrap {
  position: relative;
  z-index: 1000;
  float: right;
  width: 400px;
  height: 100%;
}

.shadow {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -100;
  width: 350px;
  height: 100%;
  background-color: #1c59a4;
  opacity: 0.6;
}

.logo-wrap {
  /* margin: 27% auto; */
  position: fixed;
  top: 26px;
  left: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrap img {
  height: 44px;
  vertical-align: middle;
}

.logo-wrap span {
  height: 28px;
  margin-left: 12px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #262626;
  vertical-align: middle;
}

/* .logo-wrap-isvp, .logo-wrap-face{
    margin: 25% auto;
} */

#fm_face,
#fm_recorder {
  margin-top: -40px;
}

.user-input-wrap {
  position: absolute;
  top: 50%;
  right: 143px;
  z-index: 1000;
  box-sizing: border-box;
  width: 360px;
  padding: 28px 32px 32px;

  /* height: 370px; */
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
  transition: 0.3s;
  transition: all ease 0.8s;
  transform: translateY(-50%);
}

.user-login-title {
  margin: 10px auto 10px auto;
  line-height: 30px;
}

.user-login-title span {
  margin: 0 8px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.login-title {
  width: 72px;
  width: 100%;
  height: 25px;
  padding: 0 !important;
  margin-bottom: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 18px;
  font-weight: 550;
  line-height: 25px;
  color: #262626;
  text-align: center;
}

.errors {
  /* margin-left: 30px; */

  /* position: absolute; */

  /* top: 5px; */

  /* background-color: #FFEBEB; */

  /* width: 248px; */

  /* height: 35px; */
  color: #e4393c;

  /* line-height: 35px; */

  /* text-align: center; */

  /* border-radius: 5px; */

  /* border: 1px solid gray; */
}

.user-input-wrap input,
.input-wrap select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #262626;
  background: #ffffff;

  /* float: left; */
  border: none;
  border-left: 1px solid #d9d9d9;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
}

.input-wrap.phoneCode {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0;
  border: none;
}

.input-wrap.phoneCode .phoneCode-content {
  flex: 1;
  height: 40px;
  padding-left: 40px;
  background: url(../images/logo-password.svg) no-repeat 12px center;
  background-color: #f7f8fa;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.input-wrap.phoneCode .code_button {
  width: 104px;
  height: 40px;
  margin-left: 8px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #3860f4;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #3860f4;
  border-radius: 3px;

  /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 11%); */
}
.input-wrap .phoneCode-content:hover,
.input-wrap .phoneCode-content:focus,
.input-wrap.username:hover,
.input-wrap.username:focus,
.input-wrap.password:hover,
.input-wrap.password:focus,
.input-wrap.select:hover,
.input-wrap.select:focus,
.input-wrap-password:hover{
  border-color: #3860f4;
  box-shadow: 0 0 0 2px rgb(56, 96, 244, 0.2);
  transition: 0.3s;
}

input::input-placeholder {
  font-family: PingFangSC-Regular, PingFang SC !important;
  color: #d9d9d9 !important;
} /* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder { /* WebKit browsers */
  font-family: PingFangSC-Regular, PingFang SC !important;
  color: #d9d9d9 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: PingFangSC-Regular, PingFang SC !important;
  color: #d9d9d9 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: PingFangSC-Regular, PingFang SC !important;
  color: #d9d9d9 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-family: PingFangSC-Regular, PingFang SC !important;
  color: #d9d9d9 !important;
}

input[type="password"]::-ms-reveal {
  display: none
}

.input-wrap {
  /* width: 100%; */
  position: relative;
  height: 40px;
  padding-left: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.input-wrap + .input-wrap {
  margin-top: 20px;
}

.btn-group {
  display: flex;
  padding: 0 16px;
}

.btn-group button {
  width: 40%
}

.btn-group .cancel {
  color: #666666;
  background: #e4e4e4;
}

.input-validate-wrap {
  width: 116px;
  height: 35px;
  margin: 0 auto 18px;
  background-size: 15px 15px;
  border: none;
  border-radius: 5px;
}

.username {
  background: url(../images/logo-user.svg) no-repeat 12px center;
  background-color: #f7f8fa;
}

.password {
  background: url(../images/logo-password.svg) no-repeat 12px center;
  background-color: #f7f8fa;
}

#verifyCodeWrap {
  /* width: 248px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;

  /* margin: 10px auto; */
  margin-top: 20px;
}

#verifyCodeWrap.verify-code-wrap {
  display: none;
}

.verify-code {
  /* width: 96px; */

  /* float: left; */
  flex: 1;

  /* margin-top: 0; */
  background: url(../images/logo-verify-code.png) no-repeat 12px center;
  background-color: #ffffff;
}

.img-verify-code {
  display: table-cell;
  float: left;
  width: 110px;
  height: 40px;
  margin-left: 8px;
  text-align: center;
  vertical-align: middle;
}

.img-verify-code a {
  width: 110px;
  height: 40px;
}

.img-verify-code span {
  display: block;
  float: left;
  width: 110px;
  height: 40px;
}

.img-verify-code img {
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 5px;
}

.btn-login {
  width: 100%;
  height: 40px;
  margin: 0 auto 0 auto;
  margin-top: 17px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #3860f4;
}

.register-login {
  width: 248px;
  height: 25px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  line-height: 25px;
  color: #3f94ef;
  text-align: right;
}

.register-login div {
  float: right;
}

.register-link {
  color: #3f94ef;
  cursor: pointer;
}

.login-link {
  color: #ffffff;
  cursor: pointer;
}

footer {
  position: fixed;
  bottom: 10px;
  margin: 0 auto;
  letter-spacing: 1px;
}

footer span {
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  line-height: 20px;
  color: #9bbee6;
}

.validatorCode-btn {
  float: left;
  width: 79%;
  height: 100%;

  /* margin-left: 16px; */
  background-color: white;
  border: 0;
  border-radius: 5px;
}

.hide {
  display: none;
}

.title-btn {
  float: left;
  width: 40%;
  height: 30px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.title-btn-click {
  color: #e4393c;
  border-bottom: 1px solid;
}

.recorder-div,
.video-div {
  width: 250px;
  height: 200px;
  margin-left: 30px;
  border: 2px solid #167fd2;
  border-radius: 15px;
}

.check-number {
  font-size: 25px;
  line-height: 50px;
}

.recorder-tip {
  font-size: 15px;
  line-height: 30px;
  color: #cccccc;
}

.recorder-button {
  width: 100%;
  height: 70px;
  margin-top: 15px;
}

.start-recorder,
.end-recorder {
  width: 80px;
  height: 80px;
  margin: auto;
  cursor: pointer;
  border-radius: 40px;
}

.start-recorder {
  background: #f9f8f8  url(../images/recorder.png) no-repeat center center;
}

.end-recorder {
  background: #eadb51  url(../images/recorder-active.png) no-repeat center center;
}

#video,
#canvas {
  border-radius: 15px;
}

.btn-common {
  padding: 0 27px;
  line-height: 33px;
  color: #ffffff;
  cursor: pointer;
  background-color: #3f94ef;
  border-width: 0;
  border-radius: 5px;
}

#msg,
#msgTip {
  margin-top: 15px;
}

.input-wrap .clear-input {
  position: absolute;
  top: -1px;
  right: 6px;
  display: none;
  padding: 9px;
  font-size: 14px;
  color: #cccccc;
  cursor: pointer;
}

.input-wrap:hover .clear-input {
  display: block;
}

.input-wrap .clear-input:hover {
  color: #e53935;
}

.input-wrap .view-password {
  position: absolute;
  top: 50%;
  right: 12px;

  /* display: none; */
  height: 17px;
  cursor: pointer;
  transform: translateY(-50%);
}

.input-wrap:hover .view-password {
  display: block;
}

/* 滚动 */

.infinite-list-container {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.infinite-list-phantom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.infinite-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.infinite-list-item {
  box-sizing: border-box;
  padding: 5px;
  color: #555555;
  border-bottom: 1px solid #999999;

  /* height:200px; */
}

.divInput {
  margin: 200px;
}

.select {
  background: url(../images/logo-tenant.png) no-repeat 12px center;
  background-color: #f7f8fa;
}

ul li {
  list-style: none;
}

.input {
  position: relative;

  /* width: 227px; */
  height: 40px;
  line-height: 40px;
}

.input input {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;

  /* border: none; */
  outline: none;
}

.input img {
  position: absolute;
  top: 50%;
  right: 12px;
  cursor: pointer;

  /* width: 15px; */

  /* height: 15px; */
  transform: translateY(-50%);
}

.list {
  position: relative;
  z-index: 8888;
  width: 100%;
  max-height: 180px;
  margin-top: 5px;
  overflow: auto;
  border-radius: 3px;
  transition: 0.3s;
}

.list ul {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.list ul li {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
}

.list ul li:hover {
  background-color: #e3f2fd;
}

.disabled {
  background-color: #dfdfdf;
}

.disabled input {
  background: #dfdfdf;
}

.disabled .verify-code {
  background-color: #dfdfdf;
}

.remember-me {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  clear: both;
  cursor: pointer;
}

.remember-me input {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 10px;
  line-height: 16px;
  cursor: pointer;
}

.remember-me label {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #8c8c8c;
  cursor: pointer;
}

.remember-me:hover label,
.remember-me input:checked + label {
  color: inherit;
}

.error-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  /* line-height: 40px; */
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%);
}

.error-msg span {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  /* white-space: nowrap; */
  min-width: 200px;
  max-width: 350px;
}

.input-wrap.select .vue-treeselect__control {
  height: 40px;
  padding: 0;
  border: none;
}

.input-wrap.select .vue-treeselect__control .vue-treeselect__placeholder {
  padding-left: 8px;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 40px;
  color: #d9d9d9;
}

.input-wrap.select .vue-treeselect--searchable .vue-treeselect__input-container {
  padding: 0;
}

/* 其他登陆方式 */
.other-title {
  position: relative;
  margin-top: 24px;
}

.other-title .divider {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #ececec;
}

.other-title span {
  height: 22px;
  padding: 0 6px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #ffffff;
}

.other-title .other-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15.5px;
}

.other-content .other-item {
  cursor: pointer;
}

.other-content .other-item + .other-item {
  margin-left: 32px;
}

/* 网签信息 */
.net-info {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #262626;
  text-align: left;
  text-indent: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

/* 滑块验证码 */
.slidercaptcha-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #262626;
  user-select: none;
  background: rgba(0, 0, 0, 0.6);
}

.slidercaptcha {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  width: 380px;
  height: 375px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(38, 38, 38, 0.1);
  transform: translate(-50%, -50%);
}

.slidercaptcha .card-body {
  padding: 12px 16px;
}

.card-body .sliderContainer {
  height: 40px;
  padding-left: 70px;
  margin-top: 10px;
  color: #8c8c8c;
}

.card-body .sliderContainer .slider {
  width: 70px;
}

.card-body .fa-arrow-right::before {
  display: inline-block;
  width: 23px;
  height: 25px;
  line-height: 25px;
  content: '';
  background: url("../images/slider-arrow.svg") center / contain no-repeat;
}

.card-body .sliderContainer_fail .fa-arrow-right::before,
.card-body .sliderContainer_success .fa-arrow-right::before {
  background: none;
}

/* .card-body .sliderContainer .slider .sliderIcon {
  display: inline-block;
  width: 23px;
  height: 25px;
  background: url("../images/slider-arrow.svg") center / contain no-repeat;
}

.card-body .sliderContainer_fail .slider .sliderIcon{
   
}*/

.card-body .refreshContainer {
  position: relative;
  margin-top: 6px;
  text-align: left;
}

.card-body .refreshContainer .refreshIcon {
  position: static;
  color: #262626;
}

.card-body .refreshContainer .refreshIcon:active {
  opacity: 0.6;
}

.card-body .refreshContainer .refreshIcon::before {
  margin-right: 8px;
}

.slidercaptcha canvas:first-child {
  border: 1px solid #e6e8eb;
  border-radius: 4px;
}

.slidercaptcha.card .card-header {
  padding: 20px 16px 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-size: 16px;
  color: #262626;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.03);
  background-image: none;
  border-bottom: none;
}

.refreshIcon {
  top: -54px;
}

/* 钉钉登录 */
.third-login-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.third-login-dialog .modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.third-login-dialog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 480px;
  min-height: 570px;
  transform: translate(-50%, -50%);
}

.third-login-dialog .close {
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 3;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/close.png") center / contain no-repeat;
}

#third-login-iframe {
  width: 480px;
  height: 570px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
}

.password-btn-group {
  display: flex;
  justify-content: space-between;
  margin: 20px 6px 0 6px;
}

.change-password-button {
  color: rgb(56, 96, 244);
  cursor:pointer;
}

.change-password-button:hover {
  color: rgb(123, 148, 241);
}

.modify-password-title {
  width: 72px;
  height: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  margin: 0 0 28px 0;
  color: rgba(51,51,51,0.98);
}

.input-wrap-password {
  position: relative;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 20px;
}

.code-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.err-msg {
  color: red;
  font-size: 13px;
  text-align: left;
}

.confirm-btn {
  width: 100%;
  height: 40px;
  margin: 0 auto 15px 0;
  font-family: PingFangSC, PingFangSC-Medium;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #3860f4;
}

.change-phone-wrap {
  margin: 20px 6px 0 6px;
}

.change-pwd-desc {
  padding: 5px 0 5px 0;
  color: rgb(201, 201, 201);
  font-size: 12px;
  font-weight: normal;
  color: #7f7f7f;
}

.pwd-strategy {
  color: rgb(201, 201, 201);
  font-size: 12px;
  font-weight: normal;
  color: #7f7f7f;
  margin-bottom: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.confirm-pwd {
  margin-bottom: 10px;
}

.snapshot-alert {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 92%;
  background-color: white;
  color: red;
  border: 1px solid #000;
  font-size: 40px;
  z-index: 1000;
}