/*login*/
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.register {
  position: relative;
  background: linear-gradient(360deg, #fffbfb 0%, #ffecec 100%);
}

.register .register-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  top: 100px;
}
.register .register-form-box {
  min-width: 450px;
  box-shadow: 0px 35px 55px 0px rgba(0, 0, 0, 0.12);
  border-radius: 19px;
  padding: 24px 56px;
}
.register .form-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  color: #666666;
  padding-top: 50px;
}
.register .form-bottom img {
  width: 16px;
  height: 16px;
}
.register .register-bottom {
  padding: 20px 0;
}
.register .register-bottom span {
  padding: 0 15px;
}

/*register*/
.register .item-link {
  flex: 1;
  text-align: center;
  margin: 0 24px;
  padding: 8px 19px;
}
.register .item-link a {
  color: #666666;
  font-size: 16px;
}
.register .item-link a:hover {
  color: #ff4d4f;
  text-decoration: none;
}
.register .item-link-active {
  border-bottom: 2px solid #ff4d4f;
}
.register .item-link-active a {
  color: #ff4d4f;
}
.register .item-tips {
  position: absolute;
  left: 104%;
  top: 0;
  width: 363px;
  background: #fff1f0;
  border-radius: 4px;
  padding: 9px 38px;
}
.register .item-tips-t {
  background: #f6ffed;
}
.register .item-tips p {
  font-size: 14px;
  line-height: 22px;
}
.register .item-tips-status {
  position: absolute;
  left: 16px;
  top: 13px;
  width: 14px;
}
.register .item-tips-close {
  position: absolute;
  right: 16px;
  top: 13px;
  width: 14px;
  cursor: pointer;
}

/*settingPw*/
.setting-tips {
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-bottom: 34px;
}

@media (min-width: 1200px) {
  /* .login .login-bg {
    display: block;
    margin-right: 150px;
  } */
  .register .register-form {
    /* justify-content: space-between; */
    padding: 0 11%;
  }
}
