.mask-part {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}

.mask-part .tip_title {
  width: 100%;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}

.mask-part-container {
  position: relative;
  background: #ffffff;
  width: 430px;
  height: 422px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.close-mask-part-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: 25px;
  height: 25px;
  background-image: url("https://www.cfa.cn/skin/images/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.commin-filed > input {
  padding-left: 26px;
  border: none;
  outline: none;
}

.loadingstatus {
  text-align: center;
  font-size: 16px;
  height: 300px;
  line-height: 300px;
}

.commin-filed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 364px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ebf0f4;
  border-radius: 6px;
}

.form-fileds {
  padding: 0 13px;
}

.login-submit {
  width: 244px;
  height: 48px;
  background: #013da5;
  border-radius: 3px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.user-mask-message {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-message {
  display: block;
  margin-top: 30px;
  background-image: url("https://www.cfa.cn/skin/images/CFA_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  width: 275px;
}

/* .phone-login {
    background: url(../images/phone.png) no-repeat center center;
  }
  .captche-login {
    position: relative;
    background: url(../images/captche.png) no-repeat center center;
  } */
.sendCaptche {
  display: block;
  width: 125px;
  height: 48px;
  background: #28c445;
  border: 1px solid #ebf0f4;
  border-radius: 6px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
}

.user-mask-message {
  margin-top: 5px;
  text-align: center;
  color: #377ac7;
  font-size: 14px;
}

.user-mask-message a {
  color: #377ac7;
  font-size: 14px;
}
