@charset "UTF-8";
html,
body {
  min-height: 100%;
}
body {
  position: relative;
  padding-bottom: 200px;
}
.required-symbol {
  color: red;
}
.layui-btn-green {
  background-color: #00723f;
}
.layui-border-green {
  border-color: #00723f !important;
  color: #00723f !important;
}
.next {
  width: 100%;
}
#header {
  width: 1200px;
  height: 100px;
  background-color: #fff;
  margin: 0px auto;
  display: flex;
}
#header .left {
  display: flex;
  flex: 1;
}
#header .left .logo {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
#header .left .logo img {
  width: 60px;
  height: 60px;
}
#header .left .logo .slogan {
  color: #00723f;
  font-weight: bold;
  font-size: 28px;
}
#header .right {
  flex: 1;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .right .ops {
  display: flex;
}
.banner {
  background-color: #00723f;
  width: 100%;
  height: 100px;
  color: #fff;
}
.banner .des {
  height: 100%;
  width: 1200px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  gap: 10px;
}
.banner .des span {
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
}
form {
  width: 600px;
  margin: 0px auto;
  margin-top: 10px;
}
form .layui-form-item {
  margin-bottom: 25px;
}
form .layui-form-label {
  width: 120px;
}
form .layui-input-block {
  margin-left: 150px;
}
form .mobile-tip-container {
  margin-bottom: 15px;
  height: 20px;
  margin-top: -10px;
}
form .mobile-tip {
  color: #aaa;
  font-size: 12px;
}
form .verify_code_container {
  display: flex;
  justify-content: space-between;
}
form .verify_code_container input[type=text] {
  width: 65%;
}
form .verify_code_container .get_verify_code {
  display: flex;
}
form .readed-container {
  display: flex;
  align-items: center;
}
form .readed-container .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0 !important;
}
form .readed-container #protocol {
  color: #00723f;
  margin-left: -10px;
  margin-top: -3px;
}
form .layui-upload-drag {
  padding: 0;
  float: left;
  height: 100px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .uploadView,
form .uploadExample {
  display: none;
  display: inline-block;
  width: 150px;
  height: 100px;
}
form .uploadView .img-wrapper,
form .uploadExample .img-wrapper {
  width: 100%;
  height: 100%;
}
form .uploadView img,
form .uploadExample img {
  width: 100%;
  height: 100%;
}
form xm-select > .xm-label .xm-label-block > span {
  color: #000 !important;
}
.block-title {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
#step3 {
  display: flex;
  flex-direction: column;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
#step3 .ok {
  margin-top: 60px;
  margin-bottom: 80px;
}
#step3 .ok img {
  width: 100px;
  margin-bottom: 30px;
}
#step3 .ok .msg {
  font-size: 28px;
  font-weight: bold;
}
#step3 .tip {
  font-size: 30px;
}
#step3 .tip .bold {
  font-weight: bold;
}
.show-example {
  width: 190px;
  height: 130px;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f9fa;
  opacity: 1;
  z-index: 999;
  padding: 30px 0 30px 0;
}
#navigate-steps {
  width: 800px;
  display: flex;
  margin: 0px auto;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#navigate-steps .each-step {
  display: flex;
  gap: 20px;
  align-items: center;
}
#navigate-steps .each-step .left {
  border: 5px solid #cccccc;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navigate-steps .each-step .right i {
  font-size: 30px;
  color: #cccccc;
}
#navigate-steps .each-step .symbol {
  color: #cccccc;
  font-size: 20px;
}
#navigate-steps .each-step .text {
  color: #666666;
  font-size: 20px;
}
#navigate-steps .each-step.active .left {
  background-color: #358f6d;
  border-color: #358f6d;
}
#navigate-steps .each-step.active .symbol {
  color: #fff;
}
#navigate-steps .each-step.active .text {
  color: #358f6d;
}
#navigate-steps .each-step.active i {
  color: #358f6d;
}
