html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F5FA;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: blue;
  transition: color .2s;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.show {
  display: block !important;
}

.show-line {
  display: inline !important;
}

.hide {
  display: none !important;
}

.wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.retrieve-header {
  height: 80px;
  background-color: #424274;
}

.retrieve-header .logo-wrap {
  display: block;
  width: 300px;
  height: 80px;
  line-height: 80px;
}

.retrieve-header .logo-wrap .logo {
  margin-right: 20px;
  width: 500px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: left center;
}

.retrieve-header .logo-wrap .text {
  font-size: 24px;
  color: #fff;
}

.crumbs {
  padding: 30px 0;
}

.crumbs .step-nav-name {
  display: none;
}

.crumbs .inner {
  position: relative;
  padding-left: 16px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}

.crumbs .inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 4px;
  content: '';
  background-color: #424274;
}

.retrieve-step-content {
  min-height: 700px;
  background-color: #fff;
}

.retrieve-step-content .title {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #EBEBF6;
}

.retrieve-step-content .title .text {
  position: relative;
  font-size: 18px;
  color: #333;
  background-color: #EBEBF6;
  z-index: 99;
}

.retrieve-step-content .title .text::after {
  position: absolute;
  left: -40px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  content: '';
  background-color: #333;
}

.retrieve-step-content .title .text::before {
  position: absolute;
  right: -40px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  content: '';
  background-color: #333;
}

.retrieve-step-content .step-inner {
  padding: 77px 200px 150px;
}

.retrieve-step-content .step-box {
  width: auto;
  height: 78px;
  text-align: center;
}

.retrieve-step-content .step-li {
  position: relative;
  padding-left: 204px;
}

.retrieve-step-content .step-li:first-child {
  padding-left: 0;
}

.retrieve-step-content .step-boll {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-color: #CCC;
  border-radius: 50%;
}

.retrieve-step-content .step-li.active .step-boll {
  background-color: #69CA67;
}

.retrieve-step-content .step-li.active .name {
  color: #333;
}

.retrieve-step-content .line {
  position: absolute;
  left: -204px;
  width: 204px;
  height: 40px;
}

.retrieve-step-content .line::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #ccc;
}

.retrieve-step-content .step-li.active .line::after {
  background-color: #69CA67;
}

.retrieve-step-content .step-boll .name {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  line-height: 1.5px;
  text-align: center;
  font-size: 16px;
  color: #ccc;
}

.retrieve-step-content .step-item {
  display: none;
  padding-top: 90px;
}

.retrieve-step-content .step-form-wrap {
  width: 340px;
  margin: 0 auto;
}

.retrieve-step-content .step-form-item {
  padding-bottom: 20px;
}

.retrieve-step-content .step-form-item .step-label {
  display: block;
  padding-bottom: 16px;
  font-size: 14px;
  color: #333;
}

.retrieve-step-content .step-form-item .input-box {
  width: 100%;
  height: 30px;
}

.retrieve-step-content .step-input {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 12px;
  outline: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.retrieve-step-content .step-input:hover,
.retrieve-step-content .step-input:focus {
  border: 1px solid #424274;
}

.retrieve-step-content .step-input::placeholder {
  font-size: 12px;
  color: #999;
}

.retrieve-step-content .error {
  display: none;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: red;
}

.retrieve-step-content .input-box-code {
  width: calc(100% - 136px);
  height: 100%;
}

.retrieve-step-content .get-code {
  display: none;
  width: 116px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #424274;
  font-size: 12px;
  border: 1px solid #424274;
  border-radius: 4px;
  cursor: pointer;
}

.retrieve-step-content .get-code:hover {
  color: #fff;
  background-color: #424274;
}

.retrieve-step-content .get-code-img {
  position: relative;
  border-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.retrieve-step-content .get-code-img a {
  position: absolute;
  left: 126px;
  top: 0;
  width: 46px;
  height: 30px;
  color: #424274;
  z-index: 66;
}

.retrieve-step-content .btn-wrap {
  padding-top: 50px;
  text-align: center;
}

.retrieve-step-content .step-button {
  display: inline-block;
  padding: 10px 28px;
  color: #fff;
  outline: none;
  border: none;
  background-color: #424274;
  border-radius: 4px;
  cursor: pointer;
}

.retrieve-step-content .step-button:hover {
  opacity: .8;
}

.retrieve-footer .footer {
  padding: 48px 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.retrieve-step-content .step-select {
  position: relative;
  width: 100%;
  height: 100%;
}

.icon-down-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.icon-down-box .svg-icon {
  vertical-align: middle;
  cursor: pointer;
}

.step-input-select {
  cursor: pointer;
}

.step-select .select-ul {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  z-index: 888;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.step-select .select-li {
  padding: 5px 10px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}

.step-select .select-li:hover,
.step-select .select-li.active {
  color: #424274;
}


.code-validation-wrap .code-validation-img {
  margin: 0 auto;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.code-validation-wrap .code-prompt {
  padding-top: 27px;
  text-align: center;
  color: #FF0000;
  font-size: 12px;
}

/* 第四部完成 */

.achieve-wrap .achieve-img {
  margin: 0 auto;
  width: 118px;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.achieve-wrap .achieve-text {
  padding-top: 20px;
  font-size: 20px;
  color: #69CA67;
  text-align: center;
}

.achieve-wrap .cz-hint {
  padding-top: 12px;
  color: #333;
  font-size: 14px;
  text-align: center;
}