.box {
  background-color: #F7F8F9;
  background-image: none;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 920px;

}
html,body{
  height: 100%;
}
.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 {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  width: 424px;
  background-color: #fff;
}
.main-box-return {
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #E2E4E9;
  border-radius: 8px;
  padding: 0 8px;
  height: 32px;
  line-height: 20px;
  color: #797d89;
  box-shadow: 0 1px 2px 0 rgba(82, 88, 102, 0.06);
}

.main-box-return .iconfont {
  font-size: 20px;
  margin-right: 6px;
}
.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: #B7BAC2;
  background-color: #fff;
}
.main-box-title {
  margin-top: 16px;
  color: #010914;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.main-box-hit {
  margin-top: 4px;
  padding-bottom: 28px;
  color: #797d89;
  text-align: center;
  line-height: 20px;
}
.main-box-resent {
  margin-top: 12px;
  color: #4d5466;
  text-align: center;
  line-height: 20px;
  text-decoration: underline;
}
.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;
}
.xc-footer {
  padding-top: 0;
  box-shadow: none;
  background-color: transparent;
}
.xc-footer-b {
  border-top: none;
  margin-top: 0;
}
/*# sourceMappingURL=password.css.map */