body {
  background-color: #F7F8F9;
  background-image: none;
  height: 100vh;
}

.box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 973px;
  background-color: #F7F8F9;
  background-image: none;
}


.header {
  padding: 48px 48px 0 48px;
}

.header .xc-header-content {
  width: auto;
}

.header .xc-header-content-m {
  height: 48px;
}

.header .xc-header-content-m .m-r-item {
  color: #525866;
  line-height: 20px;
}

.header .xc-header-content-m .xc-btn {
  padding: 10px;
  border-color: #E1E4EA;
  height: 40px;
}

.header .xc-header-content-m .iconfont {
  margin-right: 8px;
}

.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #F7F8F9 url(../img/login-bg.png) no-repeat;
  background-position: center center;
  background-size: 1140px 440px;
}

.main-box {
  margin: 80px auto 0;
  padding: 40px;
  border-radius: 12px;
  width: 424px;
  background-color: #fff;
}

.main-box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
  width: 88px;
  height: 88px;
  border-radius: 96px;
  border: 1px solid transparent;
  border-top-color: #E4E5E7;
  background: linear-gradient(180deg, #e4e5e77a 0%, #f7f8f800 100%, #e4e5e700 100%);
}

.main-box-head .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2D3D6;
  border-radius: 56px;
  width: 56px;
  height: 56px;
  font-size: 28px;
  color: #525866;
  background-color: #fff;
}

.main-box-title {
  margin-top: 16px;
  padding-bottom: 28px;
  color: #010914;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.main-box-text1 {
  margin-top: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #1e263c;
}

.main-box-input {
  margin-top: 4px;
}

.main-box-forgot {
  margin-top: 14px;
  line-height: 20px;
  text-align: right;
}

.main-box-forgot-link {
  color: #797d89;
  text-decoration: underline;
}

.main-box-btn {
  margin-top: 42px;
  border-radius: 8px;
  width: 100%;
  height: 44px;
}

.main-box-operation {
  margin-top: 12px;
  line-height: 28px;
  text-align: center;
  color: #798494;
}

.main-box-operation .sign {
  margin-left: 8px;
  color: #1A65D6;
}

.main-hit {
  margin: 80px auto;
  width: 446px;
  color: #798494;
  text-align: center;
  line-height: 20px;
}

.main-hit-text {
  color: #0c203d;
  font-weight: bold;

}

.main-hit-text:hover {
  text-decoration: underline;
}

.xc-footer {
  padding-top: 0;
  box-shadow: none;
  background-color: transparent;
}

.xc-footer-b {
  border-top: none;
  margin-top: 0;
}

/*# sourceMappingURL=register.css.map */