body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
._payroll-new-container .new-step-wrap {
  border-bottom: 3px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
}
._payroll-new-container .new-step-wrap .new-step-item {
    color: #999;
}
._payroll-new-container .new-step-wrap .new-step-item .new-step-icon {
      padding: 0 15px;
}
._payroll-new-container .new-step-wrap .new-step-item .new-step-num {
      display: inline-block;
      padding: 12px 0;
      box-sizing: border-box;
      height: 60px;
      vertical-align: middle;
      line-height: 30px;
      margin-right: 5px;
}
._payroll-new-container .new-step-wrap .new-step-item .new-step-num i {
        background: #cacaca;
        color: #fff;
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border-radius: 50%;
}
._payroll-new-container .new-step-wrap .new-step-item .new-step-num .new-step-active-num {
        background: #33ac37;
}
._payroll-new-container .new-step-wrap .new-step-active-color {
    color: #000;
}
._payroll-new-container .fixLogo {
  top: 76%;
}

