.header {
  height: 64px;
  line-height: 64px;
  width: 100%;
  background-color: #fff;
}
.header .header-warp {
  width: 1200px;
  margin: 0 auto;
}
.header .header-warp .header-user {
  cursor: pointer;
  position: relative;
  padding-right: 16px;
  text-align: right;
}
.header .header-warp .header-user .ant-avatar {
  margin-right: 16px;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header-warp .header-user p {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
}
.header .header-warp .header-user:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header .header-warp .header-user ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -12px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity ease-in 0.3s;
  border: 1px solid #e3e3e3;
  margin: -1px -1px 0 -1px;
}
.header .header-warp .header-user ul .top-der {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a84ff;
}
.header .header-warp .header-user ul .ant-avatar {
  border-color: rgba(0, 0, 0, 0.2);
}
.header .header-warp .header-user ul li {
  text-align: left;
  line-height: 56px;
  padding-left: 44px;
  padding-right: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  transition: color, background-color ease-in 0.2s;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header .header-warp .header-user ul li:hover {
  color: #0a84ff;
  background-color: rgba(10, 132, 255, 0.07);
}
.header .header-warp .header-user ul li a {
  color: inherit;
}
.header .header-warp .header-user ul li img[alt=p] {
  position: absolute;
  top: 17px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.login {
  min-height: 100%;
  background-color: #f5f7f8;
  background-image: url(./static/login-bg.b34d03c4.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-origin: border-box;
  background-position: center;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
}
.login .logo > img[alt=Logo] {
  width: 40px;
  height: 40px;
}
.login .logo .logo-space {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: rgba(71, 64, 64, 0.2);
  margin-top: 12px;
}
.login .title {
  font-size: 28px;
  font-weight: 700;
  padding-left: 7px;
}
.login .login-warp {
  margin: 0 auto;
  height: calc(100vh - 80px - 65px);
  min-height: 652px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.login .login-warp .login-content {
  margin-top: 120px;
  text-align: center;
  width: 704px;
}
.login .login-warp .login-content .t {
  font-size: 37px;
  line-height: 40px;
  color: #1d334a;
  letter-spacing: 4px;
}
.login .login-warp .login-content p {
  font-size: 26px;
  line-height: 35px;
  color: #6d8093;
  letter-spacing: 3px;
  margin-top: 15px;
}
.login .login-warp .login-tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #d3deea;
  position: relative;
  padding-top: 32px;
}
.login .login-warp .login-tab-list .login-tab {
  padding: 0 24px 7px 24px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: color 0.2s ease-in;
}
.login .login-warp .login-tab-list .login-tab.active {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.login .login-warp .login-tab-list .login-tab-bar {
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: #0f83fe;
  pointer-events: none;
  transition: left 0.3s;
}
.login .login-warp .login-box {
  padding-top: 137px;
}
.login .login-warp .login-form-space {
  padding: 0 32px;
}
.login .login-warp .login-form {
  width: 344px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0px rgba(0, 92, 149, 0.1);
}
.login .login-warp .login-form .ant-tabs-nav {
  margin-bottom: 0;
}
.login .login-warp .login-form .ant-tabs-nav::before {
  border-bottom: 0;
}
.login .login-warp .login-form > img[alt=LoginImage] {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
}
.login .login-warp .login-form > h1 {
  color: #1d334a;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  padding-top: 24px;
  padding-bottom: 12px;
  letter-spacing: 2px;
}
.login .login-warp .login-form > p {
  font-size: 16px;
  font-weight: 400;
  color: #8b99a8;
  line-height: 21px;
  position: absolute;
  top: 36px;
  left: 150px;
}
.login .login-warp .login-form .ant-form {
  padding-top: 30px;
  padding-bottom: 40px;
}
.login .login-warp .login-form .ant-form .ant-input {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 14px;
}
.login .login-warp .login-form .ant-form .ant-form-item-label > label {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
.login .login-warp .login-form .ant-form .ant-input-affix-wrapper.ant-input-password {
  padding: 0 14px 0 0;
}
.login .login-warp .login-form .ant-form .ant-input-affix-wrapper {
  padding: 0 11px;
}
.login .login-warp .login-form .ant-form .ant-input-group-addon {
  border: none;
  padding: 0;
}
.login .login-warp .login-form .login-form__captcha-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 99px;
  height: 36px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  z-index: 1;
}
.login .login-warp .login-form .login-form__captcha-code .login-form__captcha-image {
  height: 36px;
  background-position: -22px top;
  background-repeat: no-repeat;
  background-size: 130px 34px;
}
.login .login-warp .login-form .login-form__btn {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #2B7BFB;
  border-radius: 0;
}
.login .login-warp .login-form .login-form__btn:disabled {
  background-color: #cddbea;
  color: #fff;
}
.login .login-face {
  background-color: rgba(10, 132, 255, 0.06);
  line-height: 48px;
  padding-left: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.login .login-face > div {
  float: left;
  padding: 0 15px;
  position: relative;
}
.login .login-face > div::before {
  content: "";
  height: 8px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 21px;
}
.login .login-face > div:first-child {
  padding-left: 0;
}
.login .login-face > div:first-child::before {
  height: 0;
  width: 0;
}
.login .login-face .login-face-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #0a84ff;
  border-radius: 50%;
  vertical-align: middle;
}
.login .login-face .login-face-icon > img {
  position: absolute;
  left: 4px;
  top: 4px;
}
.login .login-face span {
  vertical-align: middle;
}
.login .login-face .alipay .login-face-icon {
  background-color: transparent;
}
.login .login-face .alipay .login-face-icon > img {
  left: 0;
  top: 0;
}

.login-modal__submit {
  padding: 0;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #2B7BFB;
  border-radius: 0;
}

.login-footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}