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: 150px;
  /* 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%;
  text-align: center;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 36px;
  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;
}
.register-form-item .item-input input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 26px;
  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 canvas {
  width: 100%;
  height: 100%;
}
.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;
}
.register-form-item .item-input .send-message-disable {
  opacity: 0.8;
  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-title {
  margin-bottom: 10px;
  text-align: left;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 600;
}
.step1-box {
  padding: 30px 0;
  box-sizing: border-box;
}
.step2-title {
  margin-bottom: 10px;
  text-align: left;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 600;
}
.step2-box {
  padding: 30px 0;
  box-sizing: border-box;
}
.step3-title {
  margin-bottom: 36px;
  text-align: center;
}
.step3-box {
  width: 1200px;
  margin: 33px auto;
  padding: 40px;
  padding-top: 47px;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.step3-box .statement-p {
  margin-top: 10px;
}
.step3-box .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.step3-box .sub-title {
  font-weight: 600;
  margin-top: 20px;
}
.step3-box .sub-content {
  padding-left: 2rem;
}
.step3-box .content {
  padding-left: 2rem;
}
.step3 .content-p {
  font-size: 16px;
  color: #333333;
  text-align: justify;
  margin-bottom: 24px;
}
.step3 .content-signature {
  display: flex;
  flex-wrap: wrap;
}
.step3 .content-signature-item {
  width: 33%;
  height: 50px;
}
.step3 .user-check {
  margin-top: 200px;
  text-align: center;
}
.step3 .user-check-readfile {
  margin-top: 8px;
  color: #533687;
  background-color: #fff;
  cursor: pointer;
}
.step3 .user-opre {
  text-align: center;
  margin-top: 15px;
}
.step3 .user-opre-back,
.step3 .user-opre-submit {
  width: 190px;
  height: 41px;
  border-radius: 2px;
  cursor: pointer;
}
.step3 .user-opre-back {
  background-color: #e2e2e2;
  color: #666;
}
.step3 .user-opre-submit {
  background-color: #533687;
  color: #fff;
}
.step3 .user-opre-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.step4-title {
  margin-bottom: 36px;
}
.step4-box {
  width: 1200px;
  margin: 33px auto;
  padding: 40px;
  padding-top: 47px;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.step4 .tips {
  font-size: 16px;
  color: #333;
}
.step4 .tips-header {
  font-size: 18px;
  font-weight: 600;
}
.step4 .tips-content {
  margin-top: 10px;
}
.step4 .tips-content-p {
  margin-top: 10px;
}
.step4 .questions .title-left-bar {
  margin: 30px 0;
  height: 40px;
  background-color: rgba(83, 54, 135, 0.2);
}
.step4 .questions .title-left-bar .title {
  line-height: 40px;
}
.step4 .question {
  padding: 30px;
  padding-top: 0;
}
.step4 .question-list {
  margin-top: 20px;
}
.step4 .question-title {
  font-weight: 600;
  font-size: 18px;
}
.step4 .question-answer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step4 .question-answer-item {
  width: 47%;
  margin-top: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: baseline;
}
.step4 .question-answer-item input {
  position: relative;
}
.step4 .question-answer-item label {
  padding-left: 10px;
  line-height: 23px;
}
.step4 .questions-submit {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.step4 .questions-submit-btn {
  background-color: #533687;
  color: #fff;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.step4 .questions-submit-btn:hover {
  opacity: 0.8;
}
.statement {
  display: none;
  font-size: 16px;
  color: #333333;
  padding: 0 40px;
}
.statement-p {
  margin-top: 10px;
}
.statement .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.statement .sub-title {
  font-weight: 600;
  margin-top: 20px;
}
.statement .sub-content {
  padding-left: 2rem;
}
.statement .content {
  padding-left: 2rem;
}
.result {
  display: none;
  padding: 0 40px 40px;
  font-size: 16px;
  color: #333333;
}
.result-p {
  margin-top: 20px;
}
.result-answer-item span {
  font-weight: 600;
}
.result-opre {
  margin-top: 40px;
  text-align: center;
}
.result-opre-back,
.result-opre-submit {
  width: 190px;
  height: 40px;
  border-radius: 4px;
  background-color: #e2e2e2;
  color: #666;
  cursor: pointer;
}
.result-opre-submit {
  background-color: #533687;
  color: #fff;
  margin-left: 10px;
}
.result-opre-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.hidden-show {
  display: none;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #533687 !important;
  background-color: #533687 !important;
}

#vertify-code {
  width: calc(100% - 105px);
}

/*# sourcemappingurl=register.css.map */
@media (max-width: 1200px) {
  .register-form {
    margin: 0 auto;
    width: 440px;
    padding: 0;
  }
  .register-title {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .step4-box,
  .step3-box {
    width: 100%;
    padding: 20px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .register-top-bar .main .logo-pic {
    width: 110px;
  }
  .register-top-bar .main .logo-pic img {
    width: 100px;
    padding-left: 5px;
  }
  .register-top-bar .main .top-bar-link li {
    padding: 0 3px;
  }
  .register-top-bar .main .top-bar-link li:nth-child(3),
  .register-top-bar .main .top-bar-link li:nth-child(4) {
    display: none;
  }
  .register-title {
    font-size: 28px;
  }
  .register-form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .register-form-item {
    width: 100%;
    justify-content: center;
  }
  .register-form-item .item-input {
    width: calc(100% - 100px);
  }
  .register-form-item .item-submit {
    gap: 15px;
  }
  .register-form-item .item-input .send-message {
    width: 60px;
  }
  .step4 .question {
    padding: 5px;
    padding-top: 0;
  }
  .step4 .question-answer-item {
    width: 100%;
  }

  .layui-layer-title {
    font-size: 24px !important;
    overflow: unset !important;
    white-space: unset !important;
    padding: 15px 0 20px !important;
  }
  .statement {
    padding: 0 20px;
  }
}
