@font-face {
  font-family: "iconfont"; /* Project id 2406322 */
  src: url(//s1.hdslb.com/bfs/static/jinkela/pay/assets/iconfont.woff2) format('woff2'),
       url(//s1.hdslb.com/bfs/static/jinkela/pay/assets/iconfont.woff) format('woff'),
       url(//s1.hdslb.com/bfs/static/jinkela/pay/assets/iconfont.ttf) format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconplus_add_line_bold_12:before {
  content: "\e652";
}
.iconnoticeline:before {
  content: "\e603";
}
.iconic_incorrect:before {
  content: "\e669";
}
.iconic_error:before {
  content: "\e668";
}
.iconcheckbox_selcted:before {
  content: "\e666";
}
.iconcheckbox:before {
  content: "\e667";
}
.iconyiwancheng:before {
  content: "\e665";
}
.icon3:before {
  content: "\e663";
}
.icon2:before {
  content: "\e662";
}
.icon1:before {
  content: "\e661";
}


html.night-mode .dark-img {
  -webkit-filter: saturate(85%) brightness(97%);
  filter: saturate(85%) brightness(97%);
  will-change: filter;
}
html,
body,
div,
span,
p,
a,
img,
i,
dd,
ol,
ul,
li,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
body {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
}
q:before,
q:after {
  content: none;
}

/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
html.night-mode a {
  color: #798485;
}
ol,
ul,
li {
  list-style: none;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-enter-leave {
  opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body,
html {
  line-height: 1;
  font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #505050;
}
html.night-mode body,
html.night-mode html {
  color: #b5b5b5;
}
html {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  display: none;
}
input {
  /*去除阴影*/
  -webkit-box-shadow: none;
  box-shadow: none;
  /*聚焦input的蓝色边框*/
  outline: none;
  /*textarea 禁止拖拽*/
  resize: none;
  /*去除边框*/
  border: none;
  /*常用于IOS下移除原生样式*/
  -webkit-appearance: none;
  /*点击高亮的颜色*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.revenue-list-scroller {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.revenue-list {
  position: relative;
  width: 100%;
  min-height: 1.0667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3733rem 0.32rem 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.revenue-list::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
html.night-mode .revenue-list::before {
  background: #2a2a2a;
}
.revenue-list-one {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.16rem;
}
.revenue-list-one-name {
  width: 6.9333rem;
  font-size: 0.3733rem;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.5333rem;
}
html.night-mode .revenue-list-one-name {
  color: #e1e1e1;
}
.revenue-list-one-num {
  font-family: xx-bin-Medium;
  font-size: 0.48rem;
  color: #212121;
  text-align: right;
  line-height: 0.64rem;
}
html.night-mode .revenue-list-one-num {
  color: #e1e1e1;
}
.revenue-list-two {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revenue-list-two-time {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #999999;
}
html.night-mode .revenue-list-two-time {
  color: #727272;
}
.revenue-list-two-status {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #505050;
}
html.night-mode .revenue-list-two-status {
  color: #b5b5b5;
}
.revenue-list-two-status-red {
  color: #ff3b30;
}
html.night-mode .revenue-list-two-status-red {
  color: #e94137;
}
.bill-revenue-content .v-scroller {
  background: #ffffff;
}
html.night-mode .bill-revenue-content .v-scroller {
  background: #141414;
}
::-webkit-scrollbar {
  display: none;
  /* background-color:transparent; */
}
.revenue-list-null {
  height: 1.0667rem;
  text-align: center;
  line-height: 1.0667rem;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #999999;
}
html.night-mode .revenue-list-null {
  color: #727272;
}
body {
  max-width: 10rem;
  margin: 0 auto !important;
  background: #ffffff;
}
html.night-mode body {
  background: #141414;
}
html.night-mode .dark-img[data-v-136d966b] {
  -webkit-filter: saturate(85%) brightness(97%);
  filter: saturate(85%) brightness(97%);
  will-change: filter;
}
.dialog-fade-enter-active[data-v-136d966b] {
  -webkit-animation: dialog-fadein 0.3s;
  -moz-animation: dialog-fadein 0.3s;
  animation: dialog-fadein 0.3s;
}
.dialog-wrapper[data-v-136d966b] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog-wrapper-in[data-v-136d966b] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.dialig-content[data-v-136d966b] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 7.4667rem;
  min-height: 1.3333rem;
  -webkit-animation: dialog-warp 0.3s;
  -moz-animation: dialog-warp 0.3s;
  animation: dialog-warp 0.3s;
  border-radius: 0.4267rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.64rem 0 0.4267rem 0;
  background-color: #ffffff;
}
html.night-mode .dialig-content[data-v-136d966b] {
  background-color: #141414;
}
.dialog-common-title[data-v-136d966b] {
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 0.4267rem;
  color: #18191c;
  font-weight: bold;
  text-align: center;
}
html.night-mode .dialog-common-title[data-v-136d966b] {
  color: #e6e7e9;
}
.dialog-common-sub-title[data-v-136d966b] {
  padding: 0 0.9067rem;
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 0.3467rem;
  color: #757575;
  text-align: center;
  margin-top: 0.2133rem;
  line-height: 0.5333rem;
  overflow: hidden;
}
html.night-mode .dialog-common-sub-title[data-v-136d966b] {
  color: #939393;
}
.dialog-btn-wrapper[data-v-136d966b] {
  margin: 0 auto;
  padding: 0 0.4267rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog-common-btn[data-v-136d966b] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  height: 0.9067rem;
  line-height: 0.9067rem;
  border-radius: 0.4267rem;
  margin-top: 0.5333rem;
  background: #fb7299;
  text-align: center;
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 0.3733rem;
  color: #FFFFFF;
}
html.night-mode .dialog-common-btn[data-v-136d966b] {
  background: #eb7093;
}
.dialig-btn-two[data-v-136d966b] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.5333rem;
  border: 0.0267rem solid;
  line-height: 0.9067rem;
  border-color: #cccccc;
  height: 0.9067rem;
  border-radius: 0.4267rem;
  background: #ffffff;
  text-align: center;
  font-family: PingFangSC-Regular, sans-serif;
  font-size: 0.3733rem;
  color: #999999;
}
html.night-mode .dialig-btn-two[data-v-136d966b] {
  border-color: #434343;
}
html.night-mode .dialig-btn-two[data-v-136d966b] {
  background: #141414;
}
html.night-mode .dialig-btn-two[data-v-136d966b] {
  color: #727272;
}
.dialog-middle[data-v-136d966b] {
  width: 0.5333rem;
  height: 1.1733rem;
}

/*# sourceMappingURL=pay.11.2112292e4b8c5a5bde277612cd733899c82789e0.css.map*/