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;
}
}
._Create-bill-container {
  padding: 30px 0 0;
  position: relative;
}
._Create-bill-container .title {
    background: #f2f2f2;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    padding: 0 .2rem;
}
._Create-bill-container .title .back {
      cursor: pointer;
}
._Create-bill-container .title .back::before {
        content: '<<';
}
._Create-bill-container .title h3 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}
._Create-bill-container h3 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
._Create-bill-container .steps {
    background: #fff;
    width: 100%;
    position: relative;
    padding: .2rem 0;
    text-align: center;
}
._Create-bill-container .steps .step {
      padding: 0 25px;
      position: relative;
}
._Create-bill-container .steps .step:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        top: 0.125rem;
        margin-top: -2px;
        left: 0;
        border-top: 4px solid #cacaca;
}
._Create-bill-container .steps .step .icon {
        width: 0.25rem;
        height: 0.25rem;
        border-radius: 100%;
        background: #cacaca;
        color: #fff;
        line-height: 0.25rem;
        display: block;
        text-align: center;
        margin: 0 auto 0.1rem;
        position: relative;
}
._Create-bill-container .steps .step .bottom {
        color: #b8b8b8;
}
._Create-bill-container .steps .active:before {
      border-top: 4px solid #33ac37;
}
._Create-bill-container .steps .active .icon {
      background: #33ac37;
}
._Create-bill-container .steps .active .bottom {
      color: #33ac37;
}
._Create-bill-container .box-card {
    position: absolute;
    height: calc(100% - 30px);
    padding: 0;
}
._Create-bill-container .box-card .table {
      table-layout: fixed;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border-bottom: 1px solid #9f9f9f;
}
._Create-bill-container .box-card .table thead {
        background: #f1f1f1;
}
._Create-bill-container .box-card .table thead th {
          color: rgba(80, 80, 80, 0.65);
          font-weight: 400;
          vertical-align: top;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding: 10px;
}
._Create-bill-container .box-card .table thead th:first-child {
            text-align: left;
}
._Create-bill-container .box-card .table tbody tr:last-child td {
        border-bottom: none;
}
._Create-bill-container .box-card .table tbody tr td {
        border-bottom: 1px solid #d7d7d7;
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 15px 10px;
}
._Create-bill-container .box-card .table tbody tr .select {
        width: 70%;
        line-height: 42px;
}
._Create-bill-container .box-card .table tbody tr .gzt_money {
        text-align: center;
        line-height: 42px;
}
._Create-bill-container .box-card .table tbody tr .date-picker input {
        width: 110px;
}
._Create-bill-container .box-card .table tbody tr .date-picker .date-wrap {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -9999;
        bottom: 0;
}
._Create-bill-container .box-card .btn {
      position: relative;
      line-height: 0.14rem;
      padding: 0.08rem;
      font-size: 0.14rem;
}
._Create-bill-container .footer {
    position: absolute;
    bottom: .1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 13px;
}

