.main .main-wrapper .step {
  display: flex;
  font-size: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px #e9e9e9;
  width: 800px;
  margin: 50px auto;
}
.main .main-wrapper .step .steps {
  flex: 1;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px 60px;
  background: #fff;
  color: #000;
  font-family: "Microsoft YaHei";
}
.main .main-wrapper .step .steps:nth-child(1) {
  z-index: 3;
}
.main .main-wrapper .step .steps:nth-child(2) {
  z-index: 2;
}
.main .main-wrapper .step .steps:nth-child(3) {
  z-index: 1;
}
.main .main-wrapper .step .steps::after {
  position: absolute;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #fff;
  top: 3px;
  right: -13px;
  transform: rotate(-45deg);
  z-index: 4;
}
.main .main-wrapper .step .steps.action {
  background: #d70c0c;
  color: #fff;
}
.main .main-wrapper .step .steps.action::after {
  background: #d70c0c;
}
.main .main-wrapper .register-box {
  width: 460px;
  height: auto;
  padding: 30px 50px;
  background-color: #fff;
  margin: 70px auto;
  box-shadow: 0 0 9px #ddd;
  border-radius: 12px;
  font-size: 15px;
}
.main .main-wrapper .register-box .register-nav {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.main .main-wrapper .register-box .register-nav span {
  color: #333;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.main .main-wrapper .register-box .register-nav span.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  background-color: #ef3838;
}
.main .main-wrapper .sucecss img,
.main .main-wrapper .sucecss p {
  display: inline-block;
  vertical-align: top;
}
.main .main-wrapper .sucecss p {
  font-size: 16px;
  line-height: 100px;
  padding: 0 30px;
}
.main .main-wrapper .sucecss p a {
  color: #1890ff;
}
.main .main-wrapper .sucecss p a:hover {
  color: #e22323;
}
.main .main-wrapper .smrz-box {
  width: 852px;
  margin: 70px auto;
}
.main .main-wrapper .smrz-box .smrz {
  display: flex;
  justify-content: space-between;
}
.main .main-wrapper .smrz-box .smrz .item {
  display: flex;
  padding: 10px;
  width: 400px;
  border: 1px solid #e4e7ed;
  border-radius: 5px;
  background-color: #fff;
}
.main .main-wrapper .smrz-box .smrz .item img {
  width: 190px;
  height: 148px;
}
.main .main-wrapper .smrz-box .smrz .item .right {
  flex: 1;
}
.main .main-wrapper .smrz-box .smrz .item .right span {
  display: block;
  width: 100%;
  padding-top: 20px;
  line-height: 42px;
  color: #333;
  font-size: 18px;
}
.main .main-wrapper .smrz-box .smrz .item .right p {
  color: #666;
  line-height: 34px;
  font-size: 14px;
}
.main .main-wrapper .smrz-box .smrz .item .right a {
  display: inline-block;
  width: 94px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  background: #ffa811;
  margin-top: 3px;
  text-align: center;
}
