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;
}
}
._History-dialog {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
  height: 0;
}
._History-dialog .el-dialog__headerbtn .el-dialog__close {
    color: transparent !important;
}
._HistoryDate {
  width: 50px !important;
  position: relative;
  left: -50px;
  background: transparent;
  border: transparent;
}
._HistoryDate input {
    border-color: transparent;
    background: transparent;
    border: transparent;
}
._HistoryDate input:hover, ._HistoryDate input:focus {
      border: transparent;
      background: transparent;
}
._HistoryDate .el-input__prefix {
    color: transparent;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  margin: auto;
  height: 436px;
  width: 324px;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .popper__arrow {
    border-bottom-color: transparent;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .popper__arrow::after {
      border-bottom-color: transparent !important;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .el-picker-panel__sidebar {
    top: 384px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .el-picker-panel__sidebar .el-picker-panel__shortcut {
      text-align: center;
      padding-left: 0;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .el-picker-panel__sidebar .el-picker-panel__shortcut:nth-child(1) {
        border-right: 1px solid #ccc;
}
._History-date-picker.new-date-picker.el-popper[x-placement^="bottom"] .el-picker-panel__body {
    margin: 0;
}
._History-date-picker.new-date-picker .el-picker-panel__footer {
  display: none;
}
._payroll-history__container {
  height: 100%;
}
._payroll-history__container .el-scrollbar {
    height: 100%;
}
._payroll-history__container .summary-scroll {
    width: auto;
    height: 100%;
}
._payroll-history__container .operate-icon {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 0.04rem 0.06rem;
    font-size: 16px;
    background: #fff;
}
._payroll-history__container .operate-icon:hover {
      background: #ededed;
}
._payroll-history__container .tag-figure {
    margin-top: 20px;
}
._payroll-history__container .title-tag-group {
    height: 0.66rem;
}
._payroll-history__container .title-tag-group .left-figure {
      width: 0.6rem;
      text-align: center;
      margin-top: 20px;
}
._payroll-history__container .title-tag-group .left-figure i {
        border: 1px solid #eaeaea;
        background-color: #ffffff;
        border-radius: 3px;
        padding: 0.04rem 0.06rem;
        font-size: 16px;
}
._payroll-history__container .title-tag-group .left-figure i:hover {
          background: #ededed;
}
._payroll-history__container .title-tag-group .left-figure p {
        margin-top: 0.04rem;
        color: rgba(80, 80, 80, 0.65);
        font-size: 0.12rem;
        text-align: center;
}
._payroll-history__container .title-tag-group .left-figure .double-icon {
        font-size: 16px;
        padding: 4px 5px;
}
._payroll-history__container .title-tag-group .left-figure .double-icon:hover {
          background: #ededed;
}
._payroll-history__container .side-menu {
    width: 2.96rem;
    color: #8b8b8b;
    text-indent: 0.3rem;
    height: calc(100vh - 0.6rem);
    border-right: 1px solid #d3d3d3;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f6f6f6;
    z-index: 1000;
}
._payroll-history__container .side-menu .side-time {
      height: 100%;
      overflow: auto;
}
._payroll-history__container .side-menu .side-time .side-year i {
        margin-right: 0.1rem;
        opacity: 0.65;
}
._payroll-history__container .side-menu .side-time .side-year .el-badge__content.is-fixed {
        top: 3px;
}
._payroll-history__container .side-menu .side-time .side-year .el-badge__content {
        border: 1px solid #f6f6f6;
}
._payroll-history__container .side-menu .side-time > ul > li > p {
        height: 0.4rem;
        line-height: 0.4rem;
}
._payroll-history__container .side-menu .side-time > ul > li > span {
        height: 0.3rem;
        line-height: 0.3rem;
}
._payroll-history__container .side-menu .side-time > ul > li > ul {
        text-indent: 0.72rem;
        transition: all 2s;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li {
          height: 0.4rem;
          line-height: 0.4rem;
          cursor: pointer;
          position: relative;
          padding: 0 0.2rem 0 0;
          width: 100%;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li .time-icon {
            position: absolute;
            left: -0.2rem;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li:hover {
            background: #3fb141;
            color: #fff;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li:hover .el-badge__content {
            border: 1px solid #3fb141;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li .el-badge__content.is-fixed {
            top: 3px;
}
._payroll-history__container .side-menu .side-time > ul > li > ul li .el-badge__content {
            border: 1px solid #f6f6f6;
}
._payroll-history__container .side-menu .side-time > ul > li > ul .active {
          background-color: #3fb141;
          color: #fff;
}
._payroll-history__container .side-menu .side-time > ul > li > ul .active .el-badge__content {
            border: 1px solid #3fb141;
}
._payroll-history__container .side-menu .side-bottom-chart {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0.6rem;
      line-height: 0.6rem;
      font-size: 0.14rem;
      border-top: 1px solid #d3d3d3;
}
._payroll-history__container .history-main {
    box-sizing: border-box;
    min-width: 680px;
    width: calc(100%);
    padding: 0.1rem;
    min-height: calc(100vh - 0.6rem - 30px);
    box-sizing: border-box;
}
._payroll-history__container .history-main .beian-wrap {
      position: relative;
      height: 30px;
      width: 100%;
      text-align: center;
}
._payroll-history__container .history-main .beian-href {
      color: #505050;
      opacity: 0.6;
}
._payroll-history__container .history-main .main-bottom-border {
      border-bottom: 1px solid #e8e8e8;
}
._payroll-history__container .history-main .title-left {
      font-size: 0.16rem;
      color: #000;
      height: 0.66rem;
      line-height: 0.66rem;
      padding: 0 0.2rem;
}
._payroll-history__container .history-main .title-left i {
        padding: 0.04rem 0.06rem;
        font-size: 16px;
        margin: 0 10px;
}
._payroll-history__container .history-main .title-left .modify-send-time {
        height: 0.2rem;
        opacity: 0.6;
        font-size: 0.14rem;
        color: #505050;
        margin: 0 0.1rem;
}
._payroll-history__container .history-main .main-title {
      background: #fff;
      padding: 0 0.2rem;
      border-radius: 0.03rem 0.03rem 0 0;
}
._payroll-history__container .history-main .main-title .title-tag-group {
        height: 0.66rem;
}
._payroll-history__container .history-main .main-title .title-tag-group .el-dropdown {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
}
._payroll-history__container .history-main .main-tag {
      line-height: 0.68rem;
      background: #fff;
      padding: 0 0.2rem;
}
._payroll-history__container .history-main .main-tag .el-radio-group {
        line-height: 0.4rem;
        padding-top: 0.1rem;
}
._payroll-history__container .history-main .main-search {
      padding: 0.1rem 0.2rem;
      background: #f6f6f6;
}
._payroll-history__container .history-main .main-search .cancel-search {
        height: 100%;
        text-align: center;
        transition: all 0.3s;
        line-height: 40px;
        padding-right: 10px;
}
._payroll-history__container .history-main .main-table {
      border-radius: 0 0 0.03rem 0.03rem;
      padding: 0 0.2rem;
      background: #fff;
}
._payroll-history__container .history-main .main-table .main-table-row {
        height: 60px;
}
._payroll-history__container .history-main .main-table .main-table-cell {
        vertical-align: top;
}
._payroll-history__container .history-main .main-table .table-border {
        border-right: 1px solid #e8e8e8;
        padding-right: 10px;
}
._payroll-history__container .history-main .main-table .el-button--text {
        color: #33ac37;
}
._payroll-history__container .history-main .main-table .is-disabled {
        color: #c0c4cc;
}
._payroll-history__container .history-main .main-table .block-wrap li {
        line-height: 35px;
        margin-left: 100px;
}
._payroll-history__container .history-main .main-table .block-wrap li i {
          color: #ffb500;
}
._payroll-history__container .history-main .main-table .block-wrap li .block-text {
          margin: 0 5px;
}
._payroll-history__container .history-main .main-table .table-flag {
        overflow: hidden;
        line-height: 35px;
}
._payroll-history__container .history-main .main-table .table-flag .flag-tag {
          margin-bottom: -3000px;
          padding-bottom: 3000px;
          float: left;
          width: 100px;
}
._payroll-history__container .history-main .main-table .lh35 div {
        line-height: 35px;
        height: 35px;
}
._payroll-history__container .history-main .main-table .el-table::before {
        background-color: transparent;
}
._payroll-history__container .history-main .main-table tbody tr:last-child td {
        border-bottom: none;
}
._payroll-history__container .history-main .main-table-pageable tbody tr:last-child td {
      border-bottom: 1px solid #ebeef5;
}
._payroll-history__container .history-main .main-table-pageable .el-pagination {
      padding: 12px 0;
}
._payroll-history__container .history-main .main-send-time {
      font-size: 0.12rem;
      color: rgba(80, 80, 80, 0.65);
      padding: 0.1rem 0;
}
._payroll-history__container .history-main .main-detail {
      border-radius: 3px;
      background-color: #ffffff;
      border: 1px solid #e8e8e8;
}
._payroll-history__container .history-main .main-detail .detail-title .detail-left i {
        border: 1px solid #eaeaea;
        border-radius: 3px;
        padding: 0.04rem 0.06rem;
        font-size: 16px;
}
._payroll-history__container .history-main .main-detail .detail-title .detail-left i:hover {
          background: #ededed;
}
._payroll-history__container .history-main .main-detail .detail-title .detail-left .title-left {
        padding: 0 0.1rem 0 0.18rem;
}
._payroll-history__container .history-main .main-detail .list-left {
        width: 50%;
        border-right: 1px solid #e8e8e8;
}
._payroll-history__container .history-main .main-detail .list-left .left-list li {
          min-height: 60px;
          line-height: 60px;
          margin: 0 0.2rem;
}
._payroll-history__container .history-main .main-detail .list-left .left-list li span {
            width: 48%;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign {
          margin: 10px 20px 20px 20px;
          border-radius: 3px;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign .no-sign {
            background: #f6f6f6;
            height: 100px;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign .no-sign p {
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              text-align: center;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign .write-sign .img {
            border: 1px solid #e8e8e8;
            border-radius: 3px;
            padding: 10px;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign .write-sign .img span {
              color: rgba(80, 80, 80, 0.65);
              font-size: 12px;
              display: block;
}
._payroll-history__container .history-main .main-detail .list-left .detail-sign .write-sign h6 {
            color: rgba(80, 80, 80, 0.65);
            font-size: 12px;
            font-weight: normal;
}
._payroll-history__container .history-main .main-detail .list-right {
        width: 50%;
}
._payroll-history__container .history-main .main-detail .list-right .no-data-img {
          width: 2rem;
          margin: 1rem 0 0.2rem;
}
._payroll-history__container .history-main .main-detail .list-right .right-list {
          padding: 0.2rem;
}
._payroll-history__container .history-main .main-detail .list-right .right-list li {
            margin-bottom: 20px;
}
._payroll-history__container .history-main .main-detail .list-right .right-list li p:nth-child(1) {
              font-size: 14px;
              color: #505050;
              padding: 10px;
              border-radius: 10px;
              background-color: #f6f6f6;
              width: 100%;
              display: inline-block;
}
._payroll-history__container .history-main .main-detail .list-right .right-list li .pull-right p:nth-child(1) {
              background-color: #c8e6c7;
}
._payroll-history__container .history-main .main-detail .list-right .right-list li p:nth-child(2) {
              font-size: 14px;
              margin-top: 5px;
}
._payroll-history__container .history-main .main-detail .list-right .right-list li p:nth-child(2) span {
                font-size: 12px;
                padding-right: 5px;
}
._payroll-history__container .history-main .main-detail .list-right .right-list .el-textarea textarea {
            height: 90px;
}
._payroll-history__container .history-main .main-detail .list-right .right-list .submit-btn {
            text-align: right;
            margin-top: 10px;
}
._payroll-history__container .history-main .main-detail .list-right .right-list .submit-btn span {
              display: inline-block;
              width: 80px;
              height: 30px;
              line-height: 30px;
              color: #fff;
              background: #33ac37;
              border-radius: 5px;
              text-align: center;
              font-size: 13px;
}
._payroll-history__container ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
._payroll-history__container ::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #ccc;
}
._payroll-history__container ::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
}
._payroll-history__container ::-webkit-scrollbar-track {
    background: #eee;
}
._payroll-history__container ::-webkit-scrollbar-corner {
    background: #eee;
}
._payroll-history__container ::-webkit-input-placeholder {
    color: #ccc;
}
._payroll-history__container :hover::-webkit-scrollbar-thumb {
    background: #ccc;
}
._payroll-history__container :hover::-webkit-scrollbar-track {
    background: #eee;
}
._payroll-history__container .empty-wrap {
    width: 5rem;
    height: 4.84rem;
    border-radius: 3px;
    background-color: #fff;
    margin: 0.6rem auto 0;
}
._payroll-history__container .empty-wrap .img {
      height: 2rem;
}
._payroll-history__container .empty-wrap .empty-txt {
      padding: 0.2rem;
}
._payroll-history__container .empty-wrap .empty-txt .title {
        font-size: 0.25rem;
}
._payroll-history__container .empty-wrap .empty-txt .context {
        margin-top: 20px;
        margin-bottom: 0.2rem;
        font-size: 0.14rem;
        line-height: 1.5em;
}
._payroll-history__container .empty-wrap .empty-btn {
      width: 1.26rem;
      height: 0.38rem;
      border-radius: 3px;
      background-color: #33ac37;
      text-align: center;
      line-height: 0.38rem;
      color: #fff;
      font-size: 0.16rem;
      padding: 0.08rem 0.2rem;
}
._payroll-history__container ._history-main-scroll {
    height: calc(100vh - 0.6rem);
    width: calc(100% - 2.96rem);
    margin-left: 2.96rem;
}
._payroll-history__container ._history-main-scroll .el-scrollbar__bar.is-horizontal {
      display: block;
}
._payroll-history__container ._history-main-scroll .el-scrollbar__wrap {
      overflow-x: hidden;
      -ms-overflow-style: none;
}
._payroll-history-options .options-wrap {
  background: #fff;
}
._payroll-history-options .options-wrap li {
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
}
._history-copy-dialog .btn {
  min-width: 0;
  font-size: 0.14rem;
  padding: 0.1rem;
}

