.login-register-header {
  font-family: Microsoft YaHei;
  height: 70px;
  width: 100%;
  background-color: white;
}
.login-register-header .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.login-register-header .content h1 {
  height: 44px;
}
.login-register-header .content h1 img {
  height: 44px;
}
.login-register-header .content p.register {
  font-size: 18px;
  font-weight: 400;
  color: #403e3e;
}
.login-register-header .content p.register a {
  color: #336CFF;
}
.login-register-content {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 620px;
  background: linear-gradient(179deg, #50C0FF 0%, #346DFF 100%);
  min-width: 1200px;
}
.login-register-content .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.login-register-content .content img {
  width: 576px;
  height: 566px;
}
.login-register-content .content .form-box {
  margin-top: -30px;
}
.login-register-content .content .form-box h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 62px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 22px;
}
.login-register-content .content .form-box .box {
  width: 435px;
  height: 536px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}
.login-register-content .content .form-box .box.m20 {
  padding: 0px 20px 20px 20px;
}
.login-register-content .content .form-box .box .title {
  width: 100%;
  height: 63px;
  line-height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-register-content .content .form-box .box .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
  color: white;
  background-color: #336CFF;
}
.login-register-content .content .form-box .box .title span:first-of-type {
  border-radius: 0 0 13px 0;
}
.login-register-content .content .form-box .box .title span:last-of-type {
  border-radius: 0 0 0 13px;
}
.login-register-content .content .form-box .box .title span.active {
  background-color: white;
  color: #336CFF;
}
.login-register-content .content .form-box .box .form {
  padding-top: 20px;
}
.login-register-content .content .form-box .box .form .input {
  position: relative;
  margin-top: 30px;
  width: 100%;
  padding: 0 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.login-register-content .content .form-box .box .form .input::before {
  position: absolute;
  left: 21px;
  top: -4px;
  content: "";
  width: 50px;
  height: 54px;
  background-image: url("https://www.serengetilive.com/statics/users/images/icons.png");
  background-size: 746px 88px;
  background-repeat: no-repeat;
  background-position: 0 -10px;
}
.login-register-content .content .form-box .box .form .input.mobile86::after {
  position: absolute;
  left: 103px;
  top: 15px;
  content: "中国 +86";
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.login-register-content .content .form-box .box .form .input.mobile86 input[type=text]{
  padding-left: 90px;
}
.login-register-content .content .form-box .box .form .input.mobile::before {
  background-position: -8px -10px;
}
.login-register-content .content .form-box .box .form .input.verify::before {
  background-position: -160px -10px;
}
.login-register-content .content .form-box .box .form .input.password::before {
  background-position: -83px -10px;
}
.login-register-content .content .form-box .box .form .input.imgverify input[type='text'] {
  width: 190px;
}
.login-register-content .content .form-box .box .form .input.imgverify img {
  cursor: pointer;
  width: 112px;
  height: 44px;
  border: 1px solid #707070;
  vertical-align: -16px;
}
.login-register-content .content .form-box .box .form .input input[type='text'] {
  background-position: 23px 19px;
  width: 311px;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #171717;
  border-radius: 25px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-register-content .content .form-box .box .form .input input[type='password'] {
  width: 311px;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #171717;
  border-radius: 25px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-register-content .content .form-box .box .form .input input[type='button'] {
  position: absolute;
  right: 46px;
  top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 49px;
  cursor: pointer;
  color: #336CFF;
  background-color: transparent;
}
.login-register-content .content .form-box .box .form .xy {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #1b1b1c;
  text-align: center;
  margin-top: 14px;
}
.login-register-content .content .form-box .box .form .xy a {
  color: #336CFF;
}
.login-register-content .content .form-box .box .form .select-password {
  height: 30px;
}
.login-register-content .content .form-box .box .form .select-password p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 43px 0 112px;
}
.login-register-content .content .form-box .box .form .select-password p a {
  font-size: 20px;
  font-weight: 400;
  color: #403E3E;
}
.login-register-content .content .form-box .box .form .select-password p a:first-of-type {
  color: #336cff;
}
.login-register-content .content .form-box .box .form .center {
  text-align: center;
}
.login-register-content .content .form-box .box .form .center p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #403e3e;
}
.login-register-content .content .form-box .box .form .center p a {
  color: #336CFF;
}
.login-register-content .content .form-box .box .form .center input[type='submit'] {
  cursor: pointer;
  margin: 38px auto 0;
  width: 310px;
  height: 48px;
  background: #336CFF;
  border-radius: 51px;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
}
.login-register-content .content .form-box .box .form .center input[type='submit'].regbtn {
  margin-top: 0;
}
.login-register-content .center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iedu-footer-wrap {
  padding: 20px 0 30px;
}
.iedu-footer-wrap .iedu-footer-link {
  padding: 38px 0;
  background: #F4F5F6;
}
.iedu-footer-link .footer-link-box {
  padding-left: 60px;
}
.footer-link-box ul {
  float: left;
  margin-right: 70px;
}
.footer-link-box ul:last-child {
  margin-right: 0;
}
.footer-link-box ul li:first-child {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.footer-link-box ul li a {
  font-size: 12px;
  color: #999;
  line-height: 28px;
}
.footer-link-box ul li a:hover {
  color: #27aec2;
}
.iedu-footer-wrap .footer-qrcode-box {
  width: 280px;
}
.iedu-footer-wrap .footer-qrcode-box > ul {
  margin-top: 20px;
}
.footer-qrcode-box > ul li {
  float: left;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-right: 20px;
}
.footer-qrcode-box > ul li img {
  display: block;
  margin-bottom: 8px;
}
.footer-copyright-recode {
  padding: 30px 0 15px;
}
.footer-copyright-recode li {
  float: left;
  width: 25%;
  text-align: center;
}
.footer-copyright-recode li img {
  display: inline-block;
  vertical-align: middle;
}
.footer-copyright-recode li span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding-left: 0px;
  vertical-align: middle;
}
.iedu-footer-copyright p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.iedu-footer-copyright p a:hover {
  text-decoration: underline;
}
body .footer {
  margin-top: 0;
}
.status-alert {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 267px;
  height: 276px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  text-align: center;
  display: none;
}
.status-alert img {
  padding-top: 50px;
  width: 147px;
  height: 146px;
}
.status-alert p {
  font-size: 31px;
  font-weight: 300;
  line-height: 41px;
  color: #336CFF;
}


.login-register-content .content .form-box .box .form .input.email::before {
  background: url("https://www.serengetilive.com/statics/users/images/649b5dd3.png") center center / 50px 54px no-repeat;
}
