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-help__wrap {
  width: 9.6rem;
  margin: 30px auto 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.__payroll-help__wrap .no-data-img {
    height: 200px;
    padding: 20px 0 10px 0;
}
.__payroll-help__wrap .help-card-nav {
    height: 54px;
    line-height: 54px;
    font-size: 0.14rem;
    border-bottom: 1px solid #d7d7d7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px;
    font-weight: normal;
}
.__payroll-help__wrap .help-card-nav span i {
      margin-right: 6px;
}
.__payroll-help__wrap .help-card-detail {
    padding: 20px;
    overflow: auto;
    height: calc(100% - 54px);
}
.__payroll-help__wrap .help-card-detail .help-card-title {
      font-size: 0.14rem;
      margin-bottom: 20px;
      font-weight: 700;
}
.__payroll-help__wrap .help-card-detail .help-detail-content {
      margin-top: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
}
.__payroll-help__wrap .help-card-detail .help-detail-content .help-detail-qs {
        color: #999;
}
.__payroll-help__wrap .help-card-detail .help-detail-content .help-detail-server {
        color: #33ac37;
        cursor: pointer;
}
.__payroll-help__wrap ul {
    padding: 0 20px;
    overflow: auto;
    height: calc(100% - 54px);
}
.__payroll-help__wrap ul li {
      height: 54px;
      line-height: 54px;
      color: #606060;
      border-bottom: 1px solid #d7d7d7;
      font-size: 14px;
      cursor: pointer;
}
.__payroll-help__wrap ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.__payroll-help__wrap ::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #ccc;
}
.__payroll-help__wrap ::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
}
.__payroll-help__wrap ::-webkit-scrollbar-track {
    background: #eee;
}
.__payroll-help__wrap ::-webkit-scrollbar-corner {
    background: #eee;
}
.__payroll-help__wrap ::-webkit-input-placeholder {
    color: #ccc;
}
.__payroll-help__wrap :hover::-webkit-scrollbar-thumb {
    background: #ccc;
}
.__payroll-help__wrap :hover::-webkit-scrollbar-track {
    background: #eee;
}

