body#contain {
  background: #e4ebf6; }

.new-head-bill {
  height: 1.17333rem;
  background: #9bc4fd;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .new-head-bill span {
    color: #fff;
    line-height: 1.17333rem;
    font-size: 18px; }
    [data-dpr="2"] .new-head-bill span {
      font-size: 36px; }
    [data-dpr="3"] .new-head-bill span {
      font-size: 54px; }
  .new-head-bill input {
    display: block;
    border: none;
    background: none;
    width: 2rem;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 0.4rem;
    right: 0.33333rem; }
    [data-dpr="2"] .new-head-bill input {
      font-size: 28px; }
    [data-dpr="3"] .new-head-bill input {
      font-size: 42px; }

.new-bill-main {
  margin-top: 1.14667rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .new-bill-main img {
    display: block;
    width: 100%; }
  .new-bill-main .main-content {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    padding: 0 0.53333rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
    .new-bill-main .main-content .main-left, .new-bill-main .main-content .main-right {
      width: 50%; }
    .new-bill-main .main-content p {
      font-size: 14px;
      color: #ffffff;
      line-height: 1; }
      [data-dpr="2"] .new-bill-main .main-content p {
        font-size: 28px; }
      [data-dpr="3"] .new-bill-main .main-content p {
        font-size: 42px; }
      .new-bill-main .main-content p i {
        display: inline-block;
        padding: 0 0.2rem;
        font-style: normal; }
    .new-bill-main .main-content span {
      font-size: 20px;
      color: #ffffff;
      line-height: 1.06667rem; }
      [data-dpr="2"] .new-bill-main .main-content span {
        font-size: 40px; }
      [data-dpr="3"] .new-bill-main .main-content span {
        font-size: 60px; }
    .new-bill-main .main-content .main-right {
      padding-left: 0.53333rem;
      border-left: 0.02667rem solid #ffffff;
      box-sizing: border-box; }

.bill-product {
  margin-top: 6.17333rem;
  padding: 0 0.32rem 0.26667rem 0.32rem; }
  .bill-product .product-cont {
    margin-top: 0.26667rem;
    background: #ffffff;
    border-radius: 0.13333rem; }
    .bill-product .product-cont a {
      display: block;
      padding: 0.4rem 1.06667rem; }
      .bill-product .product-cont a .product-head {
        height: 1.30667rem;
        padding-bottom: 0.2rem;
        border-bottom: 2px dashed #e4ebf6; }
        .bill-product .product-cont a .product-head img {
          display: inline-block;
          width: 1.30667rem;
          height: 1.30667rem; }
        .bill-product .product-cont a .product-head span {
          display: inline-block;
          margin-left: 0.4rem;
          font-size: 16px;
          color: #333333;
          line-height: 1.09333rem; }
          [data-dpr="2"] .bill-product .product-cont a .product-head span {
            font-size: 32px; }
          [data-dpr="3"] .bill-product .product-cont a .product-head span {
            font-size: 48px; }
      .bill-product .product-cont a .product-ert {
        margin-top: 0.50667rem; }
        .bill-product .product-cont a .product-ert .ert-trans, .bill-product .product-cont a .product-ert .ert-income {
          display: flex;
          justify-content: space-between;
          height: 0.4rem; }
          .bill-product .product-cont a .product-ert .ert-trans p, .bill-product .product-cont a .product-ert .ert-income p {
            padding-left: 0.66667rem;
            font-size: 14px;
            color: #999999;
            line-height: 0.4rem; }
            [data-dpr="2"] .bill-product .product-cont a .product-ert .ert-trans p, [data-dpr="2"] .bill-product .product-cont a .product-ert .ert-income p {
              font-size: 28px; }
            [data-dpr="3"] .bill-product .product-cont a .product-ert .ert-trans p, [data-dpr="3"] .bill-product .product-cont a .product-ert .ert-income p {
              font-size: 42px; }
          .bill-product .product-cont a .product-ert .ert-trans span, .bill-product .product-cont a .product-ert .ert-income span {
            display: inline-block;
            font-size: 14px;
            color: #77a9fd;
            line-height: 0.4rem; }
            [data-dpr="2"] .bill-product .product-cont a .product-ert .ert-trans span, [data-dpr="2"] .bill-product .product-cont a .product-ert .ert-income span {
              font-size: 28px; }
            [data-dpr="3"] .bill-product .product-cont a .product-ert .ert-trans span, [data-dpr="3"] .bill-product .product-cont a .product-ert .ert-income span {
              font-size: 42px; }
        .bill-product .product-cont a .product-ert .ert-trans p {
          background: url("../images/transaction.png") no-repeat 0.05333rem center;
          background-size: 0.4rem 0.4rem; }
        .bill-product .product-cont a .product-ert .ert-income {
          margin-top: 0.24rem; }
          .bill-product .product-cont a .product-ert .ert-income p {
            background: url("../images/income.png") no-repeat 0.05333rem center;
            background-size: 0.4rem 0.4rem; }

.new-bill-month {
  margin-top: 1.17333rem;
  height: 1.2rem;
  background: #ffffff;
  padding: 0 0.33333rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1000; }
  .new-bill-month p {
    font-size: 16px;
    color: #333333;
    line-height: 1.2rem; }
    [data-dpr="2"] .new-bill-month p {
      font-size: 32px; }
    [data-dpr="3"] .new-bill-month p {
      font-size: 48px; }
    .new-bill-month p b {
      display: inline-block;
      font-weight: normal; }
    .new-bill-month p i {
      display: inline-block;
      font-style: normal;
      margin-left: 0.13333rem; }
  .new-bill-month span {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.2rem;
    padding-right: 0.6rem;
    background: url("../images/new-bill-bottom.png") no-repeat 90% center;
    background-size: 0.34667rem auto; }
    [data-dpr="2"] .new-bill-month span {
      font-size: 32px; }
    [data-dpr="3"] .new-bill-month span {
      font-size: 48px; }
  .new-bill-month .bill-city {
    border-top: 1px solid #dbe2ee;
    display: none;
    position: absolute;
    top: 1.17333rem;
    left: 0;
    width: 100%;
    padding: 0 0 0 0.32rem;
    box-sizing: border-box;
    z-index: 100;
    background: #fff; }
    .new-bill-month .bill-city ul li {
      border-bottom: 1px solid #dbe2ee; }
      .new-bill-month .bill-city ul li:last-child {
        border-bottom: none; }
      .new-bill-month .bill-city ul li i {
        display: block;
        padding: 0.4rem 0;
        font-style: normal;
        font-size: 15px;
        color: #333;
        line-height: 1; }
        [data-dpr="2"] .new-bill-month .bill-city ul li i {
          font-size: 30px; }
        [data-dpr="3"] .new-bill-month .bill-city ul li i {
          font-size: 45px; }

#wrapper {
  position: absolute;
  z-index: 1;
  top: 1.17333rem;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  #wrapper #scroller {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left; }
  #wrapper #pullUp {
    margin-top: 0.4rem;
    line-height: 1;
    font-size: 14px;
    color: #7e95c4;
    text-align: center;
    padding-bottom: 0.4rem; }
    [data-dpr="2"] #wrapper #pullUp {
      font-size: 28px; }
    [data-dpr="3"] #wrapper #pullUp {
      font-size: 42px; }

#wrapper.new-bill-s {
  top: 2.37333rem; }

.new-bill-income {
  height: 1rem;
  padding: 0 0.33333rem;
  display: flex;
  justify-content: space-between; }
  .new-bill-income p {
    font-size: 14px;
    color: #7e95c4;
    line-height: 1rem; }
    [data-dpr="2"] .new-bill-income p {
      font-size: 28px; }
    [data-dpr="3"] .new-bill-income p {
      font-size: 42px; }
    .new-bill-income p i {
      font-style: normal;
      font-size: 14px;
      color: #779afd;
      line-height: 1rem; }
      [data-dpr="2"] .new-bill-income p i {
        font-size: 28px; }
      [data-dpr="3"] .new-bill-income p i {
        font-size: 42px; }
    .new-bill-income p b {
      display: inline-block;
      font-weight: normal;
      color: #4cd763;
      margin-left: 0.32rem; }
  .new-bill-income span {
    font-size: 14px;
    color: #7e95c4;
    line-height: 1rem; }
    [data-dpr="2"] .new-bill-income span {
      font-size: 28px; }
    [data-dpr="3"] .new-bill-income span {
      font-size: 42px; }

ul#billed-list-new li {
  padding: 0.56rem 0.32rem;
  background: #ffffff;
  margin-bottom: 0.26667rem; }
  ul#billed-list-new li .bill-head {
    border-bottom: 1px solid #e4ebf6;
    padding-bottom: 0.26667rem;
    display: flex;
    justify-content: space-between; }
    ul#billed-list-new li .bill-head span {
      display: inline-block;
      font-size: 14px;
      line-height: 1;
      color: #999999; }
      [data-dpr="2"] ul#billed-list-new li .bill-head span {
        font-size: 28px; }
      [data-dpr="3"] ul#billed-list-new li .bill-head span {
        font-size: 42px; }
    ul#billed-list-new li .bill-head a {
      display: inline-block;
      font-size: 14px;
      line-height: 1;
      color: #999999; }
      [data-dpr="2"] ul#billed-list-new li .bill-head a {
        font-size: 28px; }
      [data-dpr="3"] ul#billed-list-new li .bill-head a {
        font-size: 42px; }
  ul#billed-list-new li .bill-text {
    margin-top: 0.4rem; }
    ul#billed-list-new li .bill-text p {
      display: flex;
      justify-content: space-between; }
      ul#billed-list-new li .bill-text p span {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        color: #333; }
        ul#billed-list-new li .bill-text p span img {
          display: inline-block;
          width: 0.58667rem;
          height: 0.58667rem;
          vertical-align: middle;
          margin-right: 0.18667rem; }
        [data-dpr="2"] ul#billed-list-new li .bill-text p span {
          font-size: 32px; }
        [data-dpr="3"] ul#billed-list-new li .bill-text p span {
          font-size: 48px; }
      ul#billed-list-new li .bill-text p i {
        font-style: normal;
        font-size: 17px;
        line-height: 1;
        color: #333; }
        [data-dpr="2"] ul#billed-list-new li .bill-text p i {
          font-size: 34px; }
        [data-dpr="3"] ul#billed-list-new li .bill-text p i {
          font-size: 51px; }
    ul#billed-list-new li .bill-text p.jie {
      margin-top: 0.37333rem; }
      ul#billed-list-new li .bill-text p.jie span {
        color: #666; }
      ul#billed-list-new li .bill-text p.jie i {
        font-size: 18px;
        color: #77a9fd; }
        [data-dpr="2"] ul#billed-list-new li .bill-text p.jie i {
          font-size: 36px; }
        [data-dpr="3"] ul#billed-list-new li .bill-text p.jie i {
          font-size: 54px; }

.black-mask, .black-mask-more {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.black-mask-more {
  z-index: 9999; }

.bill-regard {
  display: none;
  position: fixed;
  width: 8.66667rem;
  top: 20%;
  left: 50%;
  margin-left: -4.33333rem;
  background: #ffffff;
  padding: 0.4rem;
  box-sizing: border-box;
  z-index: 10000;
  border-radius: 0.13333rem; }
  .bill-regard .regard-head {
    position: relative; }
    .bill-regard .regard-head p {
      margin-top: 0.13333rem;
      font-size: 16px;
      color: #333333;
      line-height: 1;
      text-align: center; }
      [data-dpr="2"] .bill-regard .regard-head p {
        font-size: 32px; }
      [data-dpr="3"] .bill-regard .regard-head p {
        font-size: 48px; }
    .bill-regard .regard-head span {
      display: inline-block;
      position: absolute;
      top: -0.26667rem;
      right: -0.13333rem; }
      .bill-regard .regard-head span img {
        display: inline-block;
        width: 0.53333rem;
        height: 0.53333rem; }
  .bill-regard ul {
    margin-top: 0.26667rem;
    border: 1px solid #b6c0cc; }
    .bill-regard ul li {
      border-bottom: 1px solid #b6c0cc;
      min-height: 1.12rem;
      display: flex;
      justify-content: space-between; }
      .bill-regard ul li:last-child {
        border-bottom: none;
        background: #e4ebf6; }
      .bill-regard ul li i {
        display: inline-block;
        font-style: normal;
        width: 40%;
        text-align: left;
        padding-left:16px;
        font-size: 14px;
        color: #666666;
        line-height: 1.12rem; }
        [data-dpr="2"] .bill-regard ul li i {
          font-size: 28px; }
        [data-dpr="3"] .bill-regard ul li i {
          font-size: 42px; }
      .bill-regard ul li b {
        display: inline-block;
        font-weight: normal;
        width: 60%;
        text-align: right;
        font-size: 15px;
        color: #333333;
        line-height: 1.12rem;
        padding-right: 0.32rem;
        box-sizing: border-box; }
        [data-dpr="2"] .bill-regard ul li b {
          font-size: 30px; }
        [data-dpr="3"] .bill-regard ul li b {
          font-size: 45px; }
        .bill-regard ul li b.bill-money {
          color: #77a9fd; }
      .bill-regard ul li.fire {
        background: #f5f5f5;
        padding: 0.2rem 0;
        box-sizing: border-box; }
        .bill-regard ul li.fire span {
          display: inline-block;
          width: 30%;
          text-align: right;
          color: #999999;
          padding-right: 0.13333rem;
          box-sizing: border-box;
          font-size: 12px;
          line-height: 1;
          margin-top: 0.06667rem; }
          [data-dpr="2"] .bill-regard ul li.fire span {
            font-size: 24px; }
          [data-dpr="3"] .bill-regard ul li.fire span {
            font-size: 36px; }
        .bill-regard ul li.fire em {
          display: inline-block;
          width: 70%;
          font-style: normal;
          color: #999999;
          font-size: 12px;
          line-height: 0.45333rem;
          padding-right: 0.32rem;
          box-sizing: border-box; }
          [data-dpr="2"] .bill-regard ul li.fire em {
            font-size: 24px; }
          [data-dpr="3"] .bill-regard ul li.fire em {
            font-size: 36px; }
a.left{
  top: 0.37rem;
}
a.left img{
  display: inline-block;
  width: 0.49rem;
  height: 0.38rem;
}
/*# sourceMappingURL=new_basic.css.map */
