body,
html {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
.login-header {
  height: 72px;
  background: #FFFFFF;
}
.login-header .w {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.login-header .w .logo {
  width: 113px;
}
.login-header .w .link {
  font-size: 18px;
  font-weight: 400;
  color: #0066FF !important;
  text-decoration: none;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-content {
  min-width: 1200px;
  min-height: calc(100vh - 186px);
  background: url(../img/login_bg.jpg) center center / cover;
}
.login-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 84px 0 0 28px;
}
.login-wrapper .thumb {
  float: left;
  width: 639px;
  margin-right: 73px;
}
.login-wrapper .submit-form {
  text-align: right;
  float: right;
  width: 460px;
  height: 520px;
  background: #FFFFFF;
  margin-top: 24px;
  padding: 40px 50px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-wrapper .submit-form.hide {
  display: none;
}
.login-wrapper .submit-form::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 73px 73px 0;
  border-color: transparent #E2E9F3 transparent transparent;
}
.login-wrapper .submit-form .form-field {
  display: none;
}
.login-wrapper .submit-form .form-field.active {
  display: block;
}
.login-wrapper .submit-form .register-btn {
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0 0 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 61px;
  height: 61px;
  background: url(../img/ye.png) top center / 100% 100%;
  font-size: 16px;
  font-weight: 400;
  color: #F2F2F6;
}
.login-wrapper .submit-form .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-wrapper .submit-form .tab-box .tab-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 34px;
  position: relative;
}
.login-wrapper .submit-form .tab-box .tab-item:not(:first-child) {
  margin-left: 34px;
}
.login-wrapper .submit-form .tab-box .tab-item.active {
  color: #0066FF;
}
.login-wrapper .submit-form .tab-box .tab-item.active::after {
  left: 0;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0066FF;
}
.login-wrapper .submit-form .loginform {
  margin-top: 20px;
}
.login-wrapper .submit-form .form-group {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  border-bottom: 1px solid #D7D8D9;
}
.login-wrapper .submit-form .form-group.focus {
  border-bottom: 1px solid #0066FF;
}
.login-wrapper .submit-form .form-group .label {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  vertical-align: middle;
}
.login-wrapper .submit-form .form-group input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0!important;
  outline: 0!important;
  padding: 0!important;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  line-height: 22px;
}
.login-wrapper .submit-form .form-group input::-webkit-input-placeholder {
  color: #999999;
}
.login-wrapper .submit-form .form-group input::-moz-placeholder {
  color: #999999;
}
.login-wrapper .submit-form .form-group input:-ms-input-placeholder {
  color: #999999;
}
.login-wrapper .submit-form .form-group input::-ms-input-placeholder {
  color: #999999;
}
.login-wrapper .submit-form .form-group input::placeholder {
  color: #999999;
}
.login-wrapper .submit-form .button-group {
  margin: 50px 0 0 0;
}
.login-wrapper .submit-form .button-group button {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0!important;
  outline: 0!important;
  height: 44px;
  background: #0066FF;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
}
.login-wrapper .submit-form .button-group button:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.login-wrapper .submit-form .find-pwd {
  font-size: 14px;
  font-weight: 400;
  color: #0066FF;
  text-align: right;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.login-wrapper .submit-form .login-bottom {
  position: absolute;
  bottom: 20px;
}
.login-wrapper .submit-form .login-bottom .login-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #999999;
}
.login-wrapper .submit-form .login-bottom .login-method .label {
  width: 116px;
}
.login-wrapper .submit-form .login-bottom .login-method .icon_method {
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.login-wrapper .submit-form .login-bottom .tip-text {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  *zoom: 1;
}
.login-footer {
  min-width: 1200px;
  height: 114px;
  background: #F4F4F4;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.login-footer .text {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-bottom: 12px;
}
.login-footer .text a {
  color: #999999 !important;
  text-decoration: none;
}
.login-footer .text .beian-img {
  height: 13px;
  margin-right: 4px;
}
