* {
  margin: 0;
  padding: 0;
}

div,
main,
form,
body,
html {
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
html {
  width: 100vw;
  height: 100vh;
}

body {
  width: 100%;
  height: 100%;
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
input {
  border: none;
  outline: none;
  border-style: none;
}

::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.title-box-content{
  display: flex;
  position: absolute;
  top: 28px;
  left: 35px;
}
.login-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.title-box {
  display: flex;
  position: absolute;
  top: 58px;
  left: 75px;
}
.title-box-img {
  /*width: 60px;*/
  height: 60px;
}
.title-font {
  font-size: 26px;
  font-weight: 700;
  color: #2e3751;
  line-height: 64px;
  letter-spacing: 0.05px;
  margin-left: 10px;
}
.login-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 584px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.login-box-content-img {
  width: 446px;
  height: 367px;
  margin-top: 20px;
}
.login-box-content-change {
  width: 320px;
}
.login-box-content-change-top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.login-box-content-change-top > div {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
  cursor: pointer;
}
.login-box-content-change-top > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 15px;
}
.login-box-content-current-type {
  color: #3998ef !important;
}
.login-box-content-current-type::after {
  background-color: #3998ef;
}
.login-form {
  /* position: relative;
  margin-top: 40px; */
}
.login-form-top {
  margin-top: 40px;
}
@keyframes vanishIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.form-validation {
  position: absolute;
  width: 320px;
  height: 40px;
  line-height: 1.5;
  background: #fff2f2;
  border: 1px solid #fad4d4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #ff5959;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  animation: vanishIn 1s;
  top: 148px;
}
.form-validation > .error-img {
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.form-validation > span {
  width: 266px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login-form-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cfdbe8;
}
.login-form-item-left {
  width: 55px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ebebeb;
  margin-right: 16px;
}

.ukey-cert-list {
  margin-bottom: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cfdbe8;
  color: #000;
  font-size: 14px;
  padding: 0 16px;
  /* 添加自定义箭头 */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ccc" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-color: transparent;
}
.ukey-cert-list:focus-visible {
  outline: none
}

.ukey-info-box {
  margin-left: 8px;
}
.ukey-refresh {
  color: #3998ef;
  cursor: pointer;
}


.ukey-choose-box {
  padding: 0 16px;
  border: 1px solid #e6eaf2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 168px;
  cursor: pointer;
}

.ukey-choose-img {
  width: 64px;
  height: 64px;
}

.ukey-choose-btn {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}

.ukey-choose-placeholder{
  color: #666666;
}
.login-form-item + .login-form-item {
  margin-top: 12px;
}
.login-form-item-left-img {
  width: 17px;
  height: 16px;
}
.login-form-item-input {
  padding-right: 16px;
  flex: 1;
  line-height: 18px;
  font-size: 14px;
  color: #000;
}
.password-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

/* 
滑块
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
*/
.login-btn {
  margin-top: 12px;
  height: 40px;
}
#tianai-captcha-parent {
  position: relative;
  width: 100%;
}
#tianai-captcha-parent #tianai-captcha-box .loading {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  z-index: 11198;
  position: absolute;
  top: -110px;
  left: 135px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.slider-tip{
  display: none !important;
}
.slider-bottom {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28.8px;
}
#tianai-captcha-parent .slider-bottom .refresh-btn {
  width: 20px;
  height: 29px;
  background: center no-repeat;
  background-image: url(../images/refresh.png);
  background-size: 16px 16px;
  cursor: pointer;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 1111;
}
.slider-move-shadow {
  animation: myanimation 2s infinite;
  height: 100%;
  width: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(0.5);
  box-shadow: 1px 1px 1px #fff;
  border-radius: 50%;
}

#tianai-captcha-parent #tianai-captcha-slider-move-track-mask {
  border-style: solid;
  width: 0;
  height: 40px;
  opacity: 0.5;
  position: absolute;
  border-width: 1px;
  border-radius: 4px 0 0 4px;
}

#tianai-captcha {
  text-align: left;
  box-sizing: content-box;
  width: 100%;
}

#tianai-captcha .content .tianai-captcha-tips {
  height: 25px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 15px;
  line-height: 25px;

  text-align: center;
  transition: bottom 0.3s ease-in-out;
  color: transparent;
}

#tianai-captcha .content .tianai-captcha-tips.tianai-captcha-tips-error {
  background-color: #ff5d39;
  color: #fff;
}
#tianai-captcha .content .tianai-captcha-tips.tianai-captcha-tips-success {
  background-color: #39c522;
  color: #fff;
}
#tianai-captcha .content .tianai-captcha-tips.tianai-captcha-tips-on {
  bottom: 0;
}

@keyframes myanimation {
  from {
    left: 0;
  }
  to {
    left: 346.5984px;
  }
}
#tianai-captcha.tianai-captcha-slider {
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
}
#tianai-captcha.tianai-captcha-slider .content {
  width: 320px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

#tianai-captcha.tianai-captcha-slider .bg-img-div {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0px, 0px);
}

#tianai-captcha.tianai-captcha-slider .bg-img-div img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

#tianai-captcha.tianai-captcha-slider .slider-img-div {
  height: 100%;
  position: absolute;
  transform: translate(0px, 0px);
}
#tianai-captcha.tianai-captcha-slider
  .slider-img-div
  #tianai-captcha-slider-move-img {
  height: 100%;
}

#tianai-captcha.tianai-captcha-slider .slider-move-track {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  transition: 0s;
  font-size: 14px;
  box-sizing: content-box;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}

#tianai-captcha.tianai-captcha-slider .slider-move .slider-move-btn {
  transform: translate(0px, 0px);
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 42px;
  border-radius: 4px;
  background: center no-repeat;
  background-color: #fff;
  border: 1px solid #cfdbe8;
  background-size: 16px 14px;
  box-sizing: border-box;
}

#tianai-captcha.tianai-captcha-slider .slider-move-btn:hover {
  cursor: pointer;
}

#tianai-captcha .content {
  position: absolute !important;
  top: -175px;
}
.captcha-placeholder {
  width: 100%;
  margin-top: 25.9968px;
}
.placeholder-slider-move {
  line-height: 37.9968px;
  font-size: 13.9968px;
  text-align: center;
  white-space: nowrap;
  color: #88949d;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  filter: opacity(0.8);
}
.placeholder-slider-move-btn {
  transform: translate(0px, 0px);
  position: absolute;
  top: -46.272px;
  left: 0;
  width: 59.0016px;
  height: 45.0048px;
  border-radius: 3.9936px;
  background: center no-repeat;
  background-color: #fff;
  border: 0.9984px solid #cfdbe8;
  background-size: 15.9936px 13.9968px;
  box-sizing: border-box;
}
.placeholder-slider-move-track {
  position: relative;
  height: 44.0064px;
  line-height: 44.0064px;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  transition: 0s;
  font-size: 13.9968px;
  box-sizing: content-box;
  border: 0.9984px solid #f5f5f5;
  border-radius: 3.9936px;
}
/* 
滑块
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
******************************************
*/
.form-input-btn {
  width: 100%;
  height: 40px;
  background: linear-gradient(276deg, #3998ef 0%, #7987ff 100%);
  border-radius: 20px;
  margin-top: 104px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

.login-box-font {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
.register {
  color: #3998ef;
  cursor: pointer;
}
.login-box-oauth {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.login-box-wx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  cursor: pointer;
}

.login-box-wx > a {
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
}
.login-box-wx  img {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.login-form-item-code {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.login-code {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cfdbe8;
}
.send-code {
  font-size: 14px;
  font-weight: 400;
  color: #3e77fa;
  line-height: 14px;
  margin-left: 16px;
  cursor: pointer;
}
.phone-code {
  width: 150px;
}
.form-input-btn-margin {
  margin-top: 40px !important;
}
.disabled-submit {
  cursor: default;
  background: none;
  background-color: #cbdbff;
}
.dis-send-code {
  color: #8a8e99 !important;
  cursor: not-allowed !important;
}
.wx-box {
  width: 100%;
}
.wx-box > img {
  position: absolute;
  width: 64px;
  height: 64px;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.iframe-box {
  height: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 登录 */

/* 选择身份 */
.choice-identity {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choice-box {
  width: 500px;
  background: #fff;
  border-radius: 10px;
}
.choice-header {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #3e77fa;
  line-height: 22px;
  background-color: rgba(62, 119, 250, 0.1);
}
.identity-box {
  max-height: 400px;
  overflow: auto;
  padding: 24px 24px 5px 24px;
}
.identity-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.identity-box::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

.identity-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e0e4ec;
}
.identity-box::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #e0e4ec;
}
.submit-div {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.identity-btn {
  width: 100%;
  font-size: 14px;
}
.identity-box-item {
  padding-left: 24px;
  display: flex;
  align-items: center;
  height: 90px;
  background: #ffffff;
  border: 1px solid #e7e9eb;
  border-radius: 6px;
  cursor: pointer;
}
.identity-box-item + .identity-box-item {
  margin-top: 24px;
}
.identity-box-item-img {
  width: 64px;
  height: 64px;
}
.identity-info {
  margin-left: 16px;
}
.identity {
  font-size: 18px;
  font-weight: 600;
  color: #303233;
  line-height: 21px;
}
.identity-school {
  font-size: 14px;
  font-weight: 400;
  color: #8a8e99;
  line-height: 24px;
  margin-top: 5px;
}
.identity-box-item-user {
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
}
.icon-10-1 {
  background-image: url(../images/adminM.png);
}
.icon-10-2 {
  background-image: url(../images/adminW.png);
}

.icon-20-1 {
  background-image: url(../images/manT.png);
}

.icon-20-2 {
  background-image: url(../images/woManT.png);
}

.icon-30-1 {
  background-image: url(../images/student.png);
}

.icon-30-2 {
  background-image: url(../images/studentW.png);
}

.icon-40-1 {
  background-image: url(../images/farther.png);
}

.icon-40-2 {
  background-image: url(../images/mom.png);
}

.icon-50-1 {
  background-image: url(../images/waiM.png);
}

.icon-50-2 {
  background-image: url(../images/waiWo.png);
}


.selected-box {
  border-color: #5280eb;
}

/* 选择身份 */

/* 修改密码 */
.psw-form {
  padding: 24px;
  padding-bottom: 10px;
}
.psw-form-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 32px;
}
.psw-form-item + .psw-form-item {
  margin-top: 24px;
}
.psw-form-icon {
  text-align: right;
  width: 90px;
  color: rgba(0, 0, 0, 0.88);
}
.psw-form-icon::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.psw-form-input {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 4px 11px;
  height: 32px;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
}
.psw-form-input-input {
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.code-psw-input {
  flex: 1;
}
.icon-no-margin {
  margin: 0 !important;
  height: auto !important;
}
.psw-form-item-tips {
  color: #8a8e99;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.psw-layout {
  justify-content: center;
}
.psw-btn {
  width: 80px !important;
  margin-right: 16px;
  height: 32px;
  border-radius: 8px;
  padding: 4px 15px;
  font-size: 14px !important;
}

.psw-form-yzm {
  color: #5280eb;
  cursor: pointer;
}

.psw-form {
  position: relative;
}
.psw-vali {
  top: 5px;
  width: calc(100% - 48px);
}
.no-btn {
  color: #000 !important;
  background-color: transparent !important;
}
/* 修改密码 */

/* 登录成功 */
.alert-success {
  position: relative;
  top: 200px;
  left: 200px;
  background-color: #78f5b1;
  width: 700px;
  padding: 14px;
  border-radius: 8px;
}
table {
  table-layout: fixed;
}
tr > td:first-child {
  width: 100px;
}
td {
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #000;
  padding: 16px;
}
th {
  border: 1px solid #000;
  padding: 16px;
}

.wx-login {
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.wx-code {
  width: 280px;
  height: 280px;
}
/* 登录成功 */

/* 错误页 */

#content > .alert-danger {
  position: relative;
  top: 200px;
  left: 200px;
  background-color: #f8d7da;
  width: 700px;
  padding: 14px;
  border-radius: 8px;
  color: #721c24;
}
#content > .alert-danger > h2 {
  font-size: 20px;
}

#content > .alert-danger > p {
  font-size: 14px;
}
/* 错误页 */

.submit-div {
  width: 321px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.btn-submit {
  color: #fff;
  width: 100%;
  height: 40px;
  background: linear-gradient(276deg, #3998ef 0%, #7987ff 100%);
  border-radius: 20px;
  cursor: pointer;
}

.no-btn {
  width: 72px !important;
  height: 32px !important;
  background: #ffffff !important;
  border: 1px solid #bcc2d1 !important;
  border-radius: 6px !important;
  cursor: pointer;
  color: #616266 !important;
}
.psw-layout > input[type="submit"] {
  width: 72px !important;
  height: 32px !important;
  background: #3e77fa !important;
  border-radius: 6px !important;
  cursor: pointer;
  color: #ffffff !important;
}

/* 错误页 */

#content > .alert-info {
  position: relative;
  top: 200px;
  left: 200px;
  background-color: #f8d7da;
  width: 700px;
  padding: 14px;
  border-radius: 8px;
  color: #721c24;
}
#content > .alert-info > h2 {
  font-size: 20.0064px;
}

#content > .alert-info > p {
  font-size: 13.9968px;
}
#content > .alert-info > a {
  color: #3e77fa !important;
  background: transparent !important;
}
/* 错误页 */

.disabled {
  background: #cbdbff; /* 禁用状态的颜色 */
  cursor: not-allowed;
}

/*图片验证码 */
.img-input-code {
  margin-right: 16px;
  width: 100px;
}
#img-code-img {
  width: 130px;
  height: 38px;
  cursor: pointer;
}