body {
  background-color: #F7F8F9;
  background-image: none;

}

.box {
  justify-content: space-between;
  height: 100vh;
  min-height: 920px;
  display: flex;
  flex-flow: column;

}

.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;
  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;
  color: #797d89;
  text-align: center;
  line-height: 20px;
}

.main-success .main-box-hit {
  margin-top: 24px;
}

.main-box-resent {
  margin-top: 24px;
  color: #4d5466;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.main-success .time,
.main-box-resent .time {
  font-weight: bold;
}

.underline {
  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;
}

.code {
  position: relative;
  display: flex;
  margin-top: 40px;
}
.code-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 32px;
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 75px;
  z-index: 1;
}
.code-input:focus {
  outline: none;
  border: none;
}
.code-item {
  flex: 1;
  display: flex;
  height: 64px;
  border-radius: 10px;
  border: 1px solid #E2E4E9;
  box-shadow: 0 1px 2px 0 #e4e5e73d;
  display: flex;
  align-items: center;
  line-height: 64px;
  font-size: 24px;
  overflow: hidden;
  font-weight: bold;
}
.code-item + .code-item {
  margin-left: 10px;
}
.xc-footer {
  padding-top: 0;
  box-shadow: none;
  background-color: transparent;
}

.xc-footer-b {
  border-top: none;
  margin-top: 0;
}

.sec6-form-text1 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  line-height: 20px;
}

.sec6-form-text1 .star:after {
  content: '*';
  color: #1A65D6;
}

.sec6-form-text1 .forgot {
  color: #797d89;
  text-decoration: underline;
}

.sec6-form-text1 .forgot:hover {
  color: #010914;
}

.sec6-form-input {
  margin-top: 4px;
}

.display {
  display: block;
}
.active{
  border-color: var(--color-primary);
}
.code-box {
  position: absolute;
  opacity: 0;
}

.emailHide {
  color: #010914;
  font-weight: bold;
}

.sec6-form-handle {
  display: flex;
  margin-top: 40px;
}

form {
  display: none;
}

.sec6-form-handle .xc-btn {
  flex: 1;
  height: 40px;
}

.sec6-form-handle .xc-btn+.xc-btn {
  margin-left: 12px;
}

.code {
  overflow: hidden;
}
.code .code-input {
  width: 100%;
  height: 85px;
  position: absolute;
  opacity: 0;
}
.code-input-item input[type="text"] {
  width: 100%;
  height: 100%;
  border:none;
  outline: none;
  border-radius: 3.5px;
  outline: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}
/*# sourceMappingURL=code.css.map */