
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 19px;
  vertical-align: sub;
}

body {
  margin: 0;
  padding: 0px;
  min-width: 278px;
  background: #f7f7f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;
  font-size: 14px;
  line-height: 1.33;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


a {
  cursor: pointer;
  background-color: transparent;
  color: #137eff;
}


abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


b, strong {
  font-weight: bolder;
}


code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}


button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


button, input {
  /* 1 */
  overflow: visible;
}


button, select {
  /* 1 */
  text-transform: none;
}


button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}


legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}


[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


details {
  display: block;
}


summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}


/* 代码*/

.error-text {
  color: #d95c5c;
}

/* 登录界面 */
.login {
  width: 100vw;
  height: 100vh;
}

.edu-cloud-login-bg {
  background: url("../images/login-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.qt-school-login-bg {
  background: url("../images/qt-school-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.edu-cloud-content-left {
  background: url("../images/logo-1.png") no-repeat center;
  background-size: 100% 100%;
}

.qt-school-content-left {
  background: url("../images/qt-school-leftimage.png") no-repeat center;
  background-size: 100% 100%;
}

.nhhf-content-left {
  background: url("../images/hf-school-left.png") no-repeat center;
  background-size: 100% 100%;
}
.mz-school-login-logo{
  width: 65px;
  height: 65px;
  background: url("../images/mz-logo.png") no-repeat center;
  background-size: 100% 100%;
}

.header {
  padding: 65px 0;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.login-wrapper {
  display: flex;
  width: 1000px;
  height: 500px;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.3);
  margin: 50px auto 0 auto;
}

.login-wrapper-mini {
  width: 23.958vw /* 460/19.2 */;
  background: #fff;
}

.login-wrapper-mini .login-type__list-item {
  padding: 0.78125vw 0;
}

.content-left {
  width: 500px;
  height: 500px;
}

.content-right,
.content-right-mini {
  color: #666;
  box-sizing: border-box;
  width: 50%;
  padding: 48px 75px 48px;
}

.content-right-mini {
  width: 100%;
}

.right-header {
  display: flex;
}

.right-header-h2 {
  flex: 1;
  margin-top: 20px;
  text-align: center;
  color: #666666;
}

.right-header-span {
  color: #b3b3b3;
  text-align: right;
  flex: 1;
}

.right-form-wrapper {
  margin-top: 0;
}

.right-form-wrapper-item {
  display: none;
}

.right-form-wrapper-item-active {
  display: block;
}

.username-input-default {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
}

.username-input-default::-webkit-input-placeholder {
  color: #b3b3b3;
}

.username-input-default:-moz-placeholder {
  color: #b3b3b3;
}

.username-input-default::-moz-placeholder {
  color: #b3b3b3;
}

.username-input-default::-ms-input-placeholder {
  color: #b3b3b3;
}

.password-input-default {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
}

.password-input-default::-webkit-input-placeholder,
.captcha-input-default::-webkit-input-placeholder {
  color: #b3b3b3;
}

.password-input-default:-moz-placeholder,
.captcha-input-default:-moz-placeholder {
  color: #b3b3b3;
}

.password-input-default::-moz-placeholder,
.captcha-input-default::-moz-placeholder {
  color: #b3b3b3;
}

.password-input-default::-ms-input-placeholder,
.captcha-input-default::-ms-input-placeholder {
  color: #b3b3b3;
}

/* 查看密码功能 */
.password-wrapper {
  position: relative;
}

#password-check {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 1;
}

.captcha-wrapper article {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.captcha-input-default {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
}

.captcha-img {
  margin-top: 5px;
  height: 39px;
  cursor: pointer;
}

.username-input-error {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #dbb1b1;
  border-radius: 5px;
  background: #fff0f0;
}

.password-input-error {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #dbb1b1;
  border-radius: 5px;
  background: #fff0f0;
}

.captcha-input-error {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #dbb1b1;
  border-radius: 5px;
  background: #fff0f0;
}

.checkMe {
  margin-top: 5px;
  text-align: right;
}

.text-login {

}

.submit-btn-wrapper {
  margin-top: 10px;
  position: relative;
}

.submit-btn,
.send-msg-captcha {
  width: 100%;
  padding: 8px 26px;
  color: #fff;
  background: #78b2ff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}

.btn-loading {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  display: none;
}

/* 手机号码登录表单样式 */
.mobile-input-default,
.msg-captcha-input-default {
  box-sizing: border-box;
  padding-left: 20px;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
}

.msg-captcha-input-default {
  width: 58%;
}

.send-msg-captcha {
  width: 40%;
  font-size: 14px;
  padding: 8px 16px;
}

.mobile-input-error,
.msg-captcha-input-error {
  border: 1px solid #dbb1b1;
  background: #fff0f0;
}

/*----------------------*/

/* 微信登录
======================== */
[data-login-type="wechat"] {
  text-align: center;
  position: relative;
  height: 220px;
}

.qr-loading,
.qr-status {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-110px);
  width: 220px;
  height: 220px;
  background: rgba(0, 0, 0, 0.8);
}

.qr-loading {
  z-index: 2;
  line-height: 220px;
}

.qr-loading img {
  width: 50px;
  height: 50px;
}

.qr-status {
  z-index: 1;
  color: #fff;
  display: none;
}

.qr-status-col {
  transform: translateY(35%);
}

.qr-status i {
  font-size: 34px;
}

.qr-reset {
  color: #4e9eff;
  cursor: pointer;
  text-decoration: underline;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 45px;
}

.edu-cloud-login-logo {
  width: 195px;
  height: 45px;
  background: url("../images/edu-nh-logo.png") no-repeat center;
  background-size: 100%;
}

.qt-school-login-logo {
  width: 65px;
  height: 50px;
  background: url("../images/qt-school-logo.png") no-repeat center;
  background-size: 100%;
}

.nhhf-logo {
  width: 65px;
  height: 65px;
  background: url("../images/hf-logo.png") no-repeat center;
  background-size: 100% 100%;
}

.ssqgxx-logo {
  width: 65px;
  height: 65px;
  background: url("../images/ssqgxx-logo.png") no-repeat center;
  background-size: 100% 100%;
}

.fshy-logo {
  width: 65px;
  height: 65px;
  background: url("../images/fshy-logo.jpg") no-repeat center;
  background-size: 100% 100%;
}

.dgbb-logo {
  width: 65px;
  height: 65px;
  background: url("../images/dgbb-logo.jpg") no-repeat center;
  background-size: 100% 100%;
}

.logo-text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-left: 35px;
}

.footer {
  display: none;
  margin-top: 142px;
  color: #ddd;
  text-align: center;
}

.enterprise {
  text-align: center;
}

.enterprise > img {
  width: 700px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 10px;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 1000px) and (min-width: 300px) {
  .login-wrapper {
    width: 500px;
  }

  .content-left {
    display: none;
  }

  .content-right {
    width: 100%;
  }
}

.other-login-wrapper {
  margin-top: 13px;
}

.line {
  display: inline-block;
  width: 33%;
  height: 1px;
  background-color: #ccc;
  vertical-align: middle;
}

.other-login {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #b3b3b3;
}

.login-logo-icon {
  display: flex;
  justify-content: center;
}

.login-logo-icon-item {
  z-index: 2;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  border-radius: 50%;
}

/*qq 企业微信 钉钉 微博 微信 GitHub google Facebook 推特 */

.mt25 {
  margin-top: 25px;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.username-error {
  height: 18px;
  margin: 5px 0 0 0;
  color: #d95c5c;
}

.password-error,
.captcha-error,
.mobile-error,
.msg-captcha-error {
  margin: 5px 0 0 0;
  color: #d95c5c;
}

.opacity0 {
  display: none;
  opacity: 0;
  transition: opacity .5s;
}

.opacity1 {
  display: block;
  opacity: 1;
  transition: opacity .5s;
}

/* 登录类型列表 */
.login-type__list,
.login-type__list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.login-type__list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.login-type__list-item {
  padding: 15px 0;
  flex: 1;
  text-align: center;
  color: #b3b3b3;
  font-size: 16px;
  cursor: pointer;
}

.login-type__list-item-active {
  color: #666;
  border-bottom: 2px solid #137eff;
}

.recommend {
  position: absolute;
  top: 0;
  right: 102px;
  width: 38px;
  font-size: 12px;
  color: #df760c;
  text-align: center;
  border: 1px solid #ffd5a6;
  border-radius: 6px 6px 6px 2px;
  padding: 0 4px;
  background-color: #fef7f0;
}


/* 嵌入页面自适应 */
@media screen and (max-width: 1000px) and (min-width: 200px) {
  /*.login-wrapper-mini {*/
  /*  margin: 0;*/
  /*  width: 100vw;*/
  /*  height: 100vh;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.content-right-mini {*/
  /*  padding: 0;*/
  /*}*/
}

/* ----- 人脸登录 ----- */
#face {
}

.face__camera {
  position: relative;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}

.face__camera--default {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  background-color: #ddd;
  border-radius: 50%;
}

.face__camera--visible {
  position: absolute;
  width: 214px;
  height: 214px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.face__camera--visible-dom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.face__camera--visible-dom video,
.face__camera--visible-dom canvas {
  position: absolute;
  width: 140%;
  height: 100%;
}

.face__camera--visible-dom video {
  z-index: 1;
}

.face__camera--visible-dom canvas {
  z-index: 2;
}

.face__camera--loading {
  border-left-color: #2b99ff;
  animation: donut-spin 1.2s linear infinite;
}

.face__camera--success {
  border-color: #59a782;
}

.face__camera--failed {
  border-color: #F56C6C;
}

.face__handler {
  text-align: center;
  margin-top: 10px;
}

.face__tips {
  text-align: center;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
}

@Keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0.5;
  background: #000;
}

.hint-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  z-index: 99;
}

.hint-main {
  margin-top: 15%;
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.hint-main__header {
  position: relative;
  padding: 15px 15px 10px;
}

.hint-main__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.hint-main__btn {
  padding: 5px 15px 0;
  text-align: right;
}

.hint-main__header--close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #909399;
}

.common-btn {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
}

.common-btn:focus {
  outline: none;
}

.register-btn {
  margin-left: 10px;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}

#gjt-login {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.gjt-login-hint {
  position: relative;
  color: #323232;
}

.gjt-login-hint::before,
.gjt-login-hint::after {
  content: '';
  position: absolute;
  /* 垂直居中 */
  top: 50%;
  /* 横线长度 */
  width: 110px;
  /* 横线厚度 */
  height: 1px;
  /* 横线颜色 */
  background-color: #b3b3b3;
}

.gjt-login-hint::before {
  left: -120px;
}

.gjt-login-hint::after {
  right: -120px;
}

.gjt-login-icon {
  margin-top: 5px;
  width: 32px;
  height: 32px;
}
