* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 欢迎页面 */
.welcome-page {
  width: 100vw;
  height: 100vh;
  background: url(../images/1.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 1000px;
  min-height: 500px;
  font-family: "Helvetica Neue",
    Helvetica,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "微软雅黑",
    Arial,
    sans-serif;
}

.school-name {
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 23.1px;
  font-weight: 700;
}

.school-engname {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 4px;
  margin-top: 16px;
  margin-bottom: 64px;
}

.login-btn {
  background: rgba(32, 104, 35, 0.8);
  width: 238px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  cursor: pointer;
}

/* 登录页面 */
.login-page {
  font-family: "Helvetica Neue",
    Helvetica,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "微软雅黑",
    Arial,
    sans-serif;
}

/* 头部 */
.login-header {
  height: 100px;
  background: #fff;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.login-header .header-logo {
  display: flex;
  align-items: center;
}

.login-header .header-logo-img {
  width: 400px;
  height: 74px;
}

.login-header .page-title {
  margin-left: 20px;
  font-size: 24px;
  color: #111111;
  font-weight: 700;
}

.login-header .header-info-img {
  width: 400px;
  height: 40px;
}

/* 中间 */
.login-content {
  height: calc(100vh - 200px);
  position: relative;
  min-width: 1300px;
  min-height: 460px;
}

.login-content .ivu-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.login-content .ivu-carousel-list {
  width: 100%;
  height: 100%;
}

.login-content .ivu-carousel-track.higher {
  width: 100%;
  height: 100%;
}

.login-content .ivu-carousel-item {
  height: 100% !important;
}

.login-content .bg-carousel {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-content .ivu-carousel-item:nth-of-type(1) .bg-carousel {
  background-image: url(../images/2.png);
}

.login-content .ivu-carousel-item:nth-of-type(2) .bg-carousel {
  background-image: url(../images/3.png);
}

.login-content .ivu-carousel-item:nth-of-type(3) .bg-carousel {
  background-image: url(../images/4.png);
}

.login-content .ivu-carousel-item:nth-of-type(4) .bg-carousel {
  background-image: url(../images/5.png);
}

.login-content .ivu-carousel-dots-inside {
  bottom: 16px;
}

.login-content .ivu-carousel-dots li {
  padding: 0;
  margin: 0 8px;
}

.login-content .ivu-carousel-dots li button {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
}

.login-content .ivu-carousel-dots li.ivu-carousel-active>button {
  width: 12px;
  background: #FFFFFF;
}

.content-wrapper {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 0 20px;
}

/* 左侧提示 */
.content-wrapper .left-wrapper {
  width: 530px;
  height: 383px;
  background: rgba(0, 0, 0, 0.50);
  padding: 20px;
}

.content-wrapper .left-wrapper .info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 16px 0;
}

.content-wrapper .left-wrapper .info:last-of-type {
  border: none;
}

.content-wrapper .left-wrapper .info a {
  display: block;
  color: #14933B;
}

/* 右侧登录框 */
.content-wrapper .right-form {
  width: 410px;
  /* height: 383px; */
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 2px 2px 18px 2px rgba(7, 79, 55, 0.07);
  padding: 40px 32px;
}

.right-form .ivu-tabs-nav .ivu-tabs-tab-active {
  font-size: 18px;
  color: #14933B;
  font-weight: 600;
}

.right-form .ivu-tabs-nav .ivu-tabs-tab {
  padding: 0 0 16px;
}

.right-form .ivu-tabs-ink-bar {
  background: #14933B;
}

.right-form .ivu-input {
  height: 40px;
  border: 1px solid #999999;
  border-radius: 4px;
  color: #999;
  font-size: 16px;
  background: none;
  padding-left: 38px;
}

.right-form .ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}

.right-form .ivu-input:focus {
  border-color: #57a3f3;
}

.right-form .input-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 10px;
}

.right-form .ivu-checkbox-wrapper {
  margin-bottom: 12px;
  color: #9C9C9C;
}

.right-form .login-submit {
  height: 40px;
  background: #14933B;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.right-form .helps {
  font-size: 12px;
  color: #9C9C9C;
  text-align: center;
}

.right-form .helps .forgetPwd {
  cursor: pointer;
}

.right-form .ivu-tabs-bar {
  margin-bottom: 32px;
}

.right-form .validateInfo {
  position: absolute;
  top: -24px;
  left: 0;
  color: #EF2214;
  font-size: 14px;
}

.right-form .verify-code-box .ivu-form-item-content {
  display: flex;
  align-items: center;
}

.right-form .yzm-img {
  height: 40px;
  margin-left: 16px;
}

.send-verify-msg {
  font-size: 16px;
  color: #2E8CF0;
  position: absolute;
  right: 16px;
  top: 8px;
}

.low-type{
  background: #19be6b;
  border: none;
  position: absolute;
  top: 10px;
  right: -46px;
}

.middle-type {
  background: #f90;
  border: none;
  position: absolute;
  top: 10px;
  right: -46px;
}

.high-type {
  background: #ed4014;
  border: none;
  position: absolute;
  top: 10px;
  right: -46px;
}

.ivu-tag-text{
  color: #fff;
}

/* 忘记密码 */
.forget-container {
  width: 1000px;
  /* height: 480px; */
  background: #fff;
  margin: 0 auto;
  padding: 50px 40px;
}

.forget-container .forget-title {
  font-size: 30px;
  color: #171717;
}

.forget-container .ivu-steps {
  margin-top: 40px;
}

.forget-container .step-form {
  margin-top: 40px;
}

.forget-container .ivu-form .ivu-form-item-label {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.forget-container .ivu-input {
  height: 48px;
  width: 300px;
  font-size: 14px;
}

.forget-container .form-show {
  width: 450px;
  margin: 0 auto;
}

.forget-container .next-step {
  height: 48px;
  font-size: 20px;
  margin-top: 16px;
}

.change-success{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #9499AF;
}

.change-success img{
  width: 126px;
  margin-bottom: 30px;
}

/* 底部 */
.login-footer {
  height: 100px;
  background: #FFFFFF;
  padding-top: 16px;
  text-align: center;
}

.login-footer span {
  font-size: 13px;
  color: #777777;
}