body {
  background-color: #ebecf0;
}
.register {
  font-size: 16px;
  color: #333333;
}
.register-top-bar {
  height: 60px;
  background-color: #fff;
}
.register-top-bar .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.register-top-bar .main .logo-pic {
  width: 190px;
  height: 100%;
  display: flex;
  align-items: center;
}
.register-top-bar .main .logo-pic img {
  width: 190px;
  height: 44px;
}
.register-top-bar .main .top-bar-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
.register-top-bar .main .top-bar-link li {
  padding: 0 10px;
}
.register-top-bar .main .top-bar-link li a {
  color: #333;
}
.register-top-bar .main .top-bar-link li a:hover {
  color: #f5a623;
}
.register-top-bar .main .top-bar-link .bar {
  padding: 0 5px;
  font-size: 18px;
  color: #ccc;
}
.register-top-bar .main .top-bar-link li:last-child {
  color: red;
}
.register-title {
  width: 100%;
  margin-bottom: 42px;
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.register-box {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #ece0d9;
  box-shadow: 0 0 10px 0 rgba(219, 206, 188, 0.31);
  border-radius: 4px;
}
.register-form {
  width: 600px;
  padding-left: 400px;
}
.register-form-item {
  display: inline-flex;
  justify-content: space-between;
  height: 33px;
  margin-bottom: 45px;
}
.register-form-item .item-label {
  position: relative;
  width: 100px;
}
.register-form-item .item-label .bling-star {
  position: absolute;
  left: -15px;
  top: 0px;
  transform: scale(0.45);
}
.register-form-item .item-label .bling-star .layui-icon {
  color: red;
}
.register-form-item .item-input {
  position: relative;
  width: 340px;
  border-bottom: 1px solid #ddd;
  transition: border 0.3s linear;
}
.register-form-item .item-input input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 26px;
  padding-right: 10px;
  box-sizing: border-box;
  padding-left: 5px;
}
.register-form-item .item-input .select {
  display: inline-block;
  width: 100%;
  border: none;
  height: 26px;
  color: #333;
}
.register-form-item .item-input .select-option {
  display: block;
  height: 60px;
}
.register-form-item .item-input .code {
  position: absolute;
  top: -10px;
  right: 0;
  width: 100px;
  height: 40px;
  background-color: #ccc;
}
.register-form-item .item-input .code .change-code {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  text-align: right;
  color: #f5a623;
}
.register-form-item .item-input .code .change-code-span {
  cursor: pointer;
}
.register-form-item .item-input .send-message {
  text-align: right;
  position: absolute;
  top: -10px;
  right: 0;
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #533687;
  cursor: pointer;
  transition: all 0.3s linear;
}
.register-form-item .item-input .send-message-disable {
  opacity: 0.8;
  color: #666;
  font-size: 14px;
  cursor: not-allowed;
}
.register-form-item .item-submit {
  width: 280px;
  display: inline-flex;
  justify-content: space-between;
}
.register-form-item .item-submit-reset {
  display: inline-block;
  height: 50px;
  width: 130px;
  background: #e2e2e2;
  border-radius: 4px;
  cursor: pointer;
}
.register-form-item .item-submit-reset:hover {
  opacity: 0.8;
}
.register-form-item .item-submit-submit {
  display: inline-block;
  height: 50px;
  width: 130px;
  font-size: 20px;
  background-color: #533687;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
.register-form-item .item-submit-submit:hover {
  opacity: 0.8;
}
.step1-box {
  width: 600px;
  padding: 30px 0;
  box-sizing: border-box;
}
.step2-box {
  width: 600px;
  padding: 30px 0;
  box-sizing: border-box;
}
/*# sourcemappingurl=forgetpass.css.map */