.regist-content {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
}
.regist-content .layui-tab-title li {
  background: #E5EBF3;
  border-top: 4px solid #E5EBF3;
}
.regist-content .layui-tab-title .layui-this {
  border: none;
  border-top: 4px solid #0490F7;
  background: #fff;
}
.regist-content .layui-tab-title .layui-this:after {
  border: none;
}
/*进度条*/
.linestate {
  width: 705px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.linestate li {
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
  background: url("../img/login_ico_step_next.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-left: 200px;
  z-index: 0;
  text-align: center;
  line-height: 26px;
  color: #fff;
}
.linestate li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 205px;
  height: 10px;
  right: 22px;
  top: 9px;
  background: #C5D3E5;
}
.linestate .active {
  background: url("../img/login_ico_step_now.png") no-repeat;
  background-size: cover;
}
.linestate .active:before {
  background: #0490F7;
}
.linestate .first {
  margin-left: 0;
}
.linestate .first:before {
  position: absolute;
  content: "";
  background: none;
  width: 0;
  height: 0;
}
