body,
html {
  height: 100%;
  height: 100vh;
}
.mui-ios .flex-scroller .media-content:empty {
  height: 101%;
}
.mask {
  background: rgba(0, 0, 0, 0.75);
}
.mask .msg-box {
  width: 18.125rem;
  background: white;
  border-radius: 0.625rem;
  overflow: hidden;
}
.mask .msg-box .box-title {
  margin: 0.75rem 0 0.5rem;
  font-size: 1.125rem;
  text-align: center;
}
.mask .msg-box .box-content {
  padding: 0 1rem 0.75rem;
}
.mask .msg-box .box-content p {
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: center;
}
.mask .msg-box .buttons {
  position: relative;
  display: -webkit-flex;
  display: flex;
  font-size: 1.125rem;
}
.mask .msg-box .buttons:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: solid 1px #e0e0e0;
  transform-origin: top;
  transform: scaleY(0.5);
}
.mask .msg-box .buttons a {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  text-align: center;
  padding: 0.75rem 0;
  background: transparent;
}
.mask .msg-box .buttons a.primary {
  color: #18f;
}
.mask .msg-box .buttons a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: solid 1px #e0e0e0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.mask .msg-box .buttons a:first-child:before {
  content: none;
}
.bottom-btn {
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
}
.bottom-btn .btn {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  font-size: 1.125rem;
  line-height: 3rem;
  color: white;
  text-align: center;
  background: #18f;
}
.media-content {
  position: relative;
  padding: 1rem;
  background: white;
}
.media-content img {
  max-width: 100%;
}
.media-content h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  text-align: center;
}
.media-content p {
  font-size: 0.875rem;
  text-align: justify;
  line-height: 1.5;
}
.fund-balance {
  padding: 1.6875rem 0;
  text-align: center;
  line-height: 1.125;
  background: white;
}
.fund-balance h3 {
  font-size: 0.75rem;
  color: #888;
}
.fund-balance b {
  margin-top: 0.375rem;
  display: block;
  font-size: 1.75rem;
}
.fund-balance b:empty:before {
  content: "--";
}
.mask .bottom-pop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mask .bottom-pop .pop-header {
  position: relative;
  padding: 0.75rem 0;
  text-align: center;
  font-size: 0.9375rem;
  background: white;
  border-radius: 0.625rem 0.625rem 0 0;
}
.mask .bottom-pop .pop-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px #e0e0e0;
  transform-origin: bottom;
  transform: scaleY(0.5);
}
.mask .bottom-pop .pop-content {
  padding: 0.75rem 1rem;
  max-height: 18.75rem;
  overflow-x: hidden;
  background: white;
}
.mask .bottom-pop .pop-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.mask .bottom-pop .pop-content p {
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: justify;
}
.fund-top {
  position: relative;
  color: white;
  padding-bottom: 3.125rem;
  text-align: center;
  background: url(../../../images/fund-query/fund-top-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.fund-top h2 {
  margin: 1.25rem auto 0.875rem;
  font-size: 2.25rem;
  font-weight: bold;
}
.fund-top h3 {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}
.fund-top h3 em {
  padding: 0 0.25em;
  color: white;
  font-size: 1rem;
  vertical-align: bottom;
}
.fund-top .icon-help {
  display: inline-block;
  margin-top: 1.375rem;
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #e5e5e5;
}
.fund-top .icon-help:before {
  content: "\e900";
  font-family: icon-font;
  margin-right: 0.125rem;
  vertical-align: top;
  font-size: 1.125rem;
}
.add-card,
.bank-card {
  position: relative;
  margin: -2rem 1rem 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.add-card:not(.hide) ~ .entrys,
.bank-card:not(.hide) ~ .entrys {
  margin-top: 1rem;
}
.add-card {
  height: 4rem;
  text-align: center;
}
.add-card .icon-add {
  font-size: 1rem;
  color: #18f;
  line-height: 1.5rem;
}
.add-card .icon-add:before {
  content: "\e907";
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: top;
  text-align: center;
  line-height: 1.25rem;
  font-family: icon-font;
  font-size: 0.625rem;
  color: white;
  background: #18f;
  border-radius: 50%;
}
.bank-card {
  height: 4.5rem;
  padding-right: 4.375rem;
  padding-left: 4.375rem;
  text-align: left;
}
.bank-card .bank-icon {
  box-sizing: border-box;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  margin-top: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}
.bank-card .bank-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bank-card h3 {
  position: relative;
  font-size: 0.9375rem;
}
.bank-card h4 {
  position: relative;
  margin-top: 0.375rem;
  font-size: 0.875rem;
}
.bank-card .btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.125;
  color: #18f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #cfe7ff;
  border-radius: 1.25rem;
}
.entrys {
  margin: -2rem 1rem 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.entrys li {
  position: relative;
  background: white;
}
.entrys li:before {
  content: "";
  position: absolute;
  left: 4rem;
  right: 1.25rem;
  top: 0;
  border-top: solid 1px #e0e0e0;
  transform-origin: top;
  transform: scaleY(0.5);
}
.entrys li:first-child:before {
  content: none;
}
.entrys li a {
  display: block;
  position: relative;
  padding: 0.8125rem 2rem 0.8125rem 4rem;
}
.entrys li a:after {
  content: "\e902";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.75rem;
  font-family: icon-font;
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.5rem;
}
.entrys li .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
}
.entrys li .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entrys li h3,
.entrys li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.entrys li h3 {
  font-size: 1rem;
}
.entrys li h4 {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #888;
}
.fund-info {
  position: relative;
  color: white;
  background: url(../../../images/fund-query/fund-query-bg.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.fund-info .user-info {
  position: relative;
  margin: 2rem 0.75rem;
  padding-left: 4.25rem;
}
.fund-info .user-info.nav-right:after {
  content: "\e902";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: icon-font;
  font-size: 1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fund-info .user-info .img-box {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.625rem;
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.fund-info .user-info .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fund-info .user-info .img-box img[src=""] {
  background: white;
}
.fund-info .user-info h3 {
  display: -webkit-flex;
  display: flex;
  line-height: 1.125;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.125rem;
}
.fund-info .user-info h3 .tag {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 0.8125rem;
  vertical-align: top;
  padding: 0.125rem 0.6875rem;
}
.fund-info .user-info h3 .tag.tag-red {
  color: #f12c20;
  background: #fcd5d2;
  border-radius: 2rem;
}
.fund-info .user-info h4 {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
}
.fund-info .user-info h4 b {
  font-size: 1.125rem;
}
.fund-info .account-info {
  padding: 0.625rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.15);
}
.fund-info .account-info span {
  display: block;
}
.loan-group .mui-table-view {
  margin-top: 0.75rem;
}
.loan-group .mui-table-view:first-child {
  margin-top: 0;
}
.year-line {
  position: relative;
  padding: 0.75rem;
  font-size: 0.875rem;
}
.year-line .icon-calendar {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 0.625rem;
  margin-top: -1rem;
  line-height: 2rem;
  font-family: icon-font;
  font-size: 1.375rem;
}
.year-line .icon-calendar:before {
  content: "\e92d";
}
.fund-list {
  position: relative;
  background: white;
}
.fund-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px #e0e0e0;
  transform-origin: bottom;
  transform: scaleY(0.5);
}
.fund-list li {
  position: relative;
  padding: 0.75rem;
}
.fund-list li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: solid 1px #e0e0e0;
  transform-origin: top;
  transform: scaleY(0.5);
}
.fund-list li h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 1rem;
}
.fund-list li h3 span {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.fund-list li h3 .val {
  white-space: nowrap;
}
.fund-list li h3 .val.orange {
  color: #fea71e;
}
.fund-list li .time {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #888;
  text-align: right;
}
.media-box {
  margin: 0.875rem;
  padding: 0.5rem;
  background: white;
  overflow: hidden;
}
.media-box img {
  max-width: 100%;
}
.media-box ~ h3 {
  margin: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
}
.form-tit {
  padding: 0.625rem 0.875rem;
  font-size: 0.75rem;
  color: #7b98b5;
}
.result-box {
  padding: 1.125rem 0 1.5rem;
  margin: 1rem 0.75rem;
  background: white;
  border-radius: 0.625rem;
}
.result-box h3 {
  font-size: 0.9375rem;
  text-align: center;
}
.result-box .result-line {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.25rem;
  text-align: center;
}
.result-box .result-line .cell {
  position: relative;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.result-box .result-line .cell:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.125rem;
  height: 2.25rem;
  border-left: solid 1px #e0e0e0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.result-box .result-line .cell:first-child:before {
  content: none;
}
.result-box .result-line .cell .val {
  font-size: 1.5rem;
  color: #18f;
}
.result-box .result-line .cell .val i {
  font-size: 0.9375rem;
}
.result-box .result-line .cell span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #888;
}
.loan-intro {
  padding: 1.25rem 0;
  font-size: 0.75rem;
  text-align: center;
  color: #888;
}
.loan-intro .icon-help {
  line-height: 1.25rem;
}
.loan-intro .icon-help:before {
  content: "\e900";
  margin-right: 0.25rem;
  font-family: icon-font;
  font-size: 0.9375rem;
  vertical-align: top;
}
.bank-cards li {
  position: relative;
  display: block;
  padding: 1rem 0.75rem 1.25rem 4.25rem;
  margin: 0.75rem;
  margin-left: 2.75rem;
  color: white;
  background: #bfccda;
  border-radius: 0.375rem;
}
.bank-cards li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.375rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}
.bank-cards li:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: -2rem;
  top: 50%;
  margin-top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: solid 1px #bbb;
}
.bank-cards li.active:after {
  content: "\e928";
  font-family: icon-font;
  vertical-align: top;
  line-height: 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  color: white;
  background: #18f;
  border: none;
}
.bank-cards li .bank-icon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  background: white;
  border-radius: 50%;
  overflow: hidden;
}
.bank-cards li .bank-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bank-cards li h3 {
  position: relative;
  font-size: 0.9375rem;
}
.bank-cards li h4 {
  position: relative;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.bank-cards li .btn {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.125;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
}
.bank-cards .card-red {
  background: #fd5263;
}
.bank-cards .card-blue {
  background: #3f68bc;
}
.bank-cards .card-green {
  background: #018eb0;
}
.bank-cards .card-orange {
  background: #f39c3e;
}
.full-pop {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f5f5;
}
.housing-fund-list .cell::after {
  left: 0;
  right: 0;
}
.housing-fund-list .cell.arrow-right::before {
  color: #222222;
}
.housing-fund-list .cell .label,
.housing-fund-list .cell .right-text {
  color: #222222;
}
.housing-fund-list .cell.disabled .label,
.housing-fund-list .cell.disabled .right-text {
  color: #888888;
}
.housing-fund-list .cell.disabled.arrow-right::before {
  color: #888888;
}
/* 账户信息 */
.account-list .item {
  margin: 0.75rem 0.75rem 0;
  padding: 4rem 1rem 1rem 1rem;
  position: relative;
  background: linear-gradient(60deg, #ffbe4a, #ff9245);
  overflow: hidden;
  border-radius: 0.3125rem;
}
.account-list .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../../../images/fund-query/account-foreground.png) no-repeat center;
  background-size: cover;
  pointer-events: none;
}
.account-list .icon {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 3.1875rem;
  height: 3.1875rem;
}
.account-list .h3 {
  position: absolute;
  left: 5rem;
  top: 0.75rem;
  right: 1.25rem;
  font-size: 1.125rem;
  color: white;
  line-height: 3.1875rem;
}
.account-list .h3 span {
  position: absolute;
  top: 0;
  right: 1.25rem;
  font-size: 0.875em;
}
.account-list .h3::after {
  content: "\e902";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  font-family: icon-font;
}
.account-list .item.canceled .h3 span {
  right: 0.375rem;
}
.account-list .canceled .h3::after {
  content: none;
}
.account-list .h4 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: white;
}
.account-list .item.fund {
  background: linear-gradient(60deg, #46baff, #518cf1);
}
.account-list .item.canceled::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.loan-progress {
  position: relative;
  padding: 1rem 0.75rem 0;
  background: white;
}
.loan-progress li {
  position: relative;
  padding-left: 1.875rem;
  padding-bottom: 1.75rem;
}
.loan-progress li:first-child:after {
  background: #18f;
}
.loan-progress li:first-child h3 {
  color: #18f;
}
.loan-progress li:last-child:before {
  content: none;
}
.loan-progress li:before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 0;
  bottom: 0;
  border-left: dashed 1px #cdcdcd;
}
.loan-progress li:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #cdcdcd;
  border-radius: 50%;
  border: solid 0.25rem white;
}
.loan-progress li h3 {
  position: relative;
  line-height: 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.loan-progress li h4 {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #999;
}
.loan-progress li .state-label {
  position: absolute;
  top: 50%;
  margin-left: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #27d098;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  border-radius: 1.75rem;
  background: #d4f6ea;
}
.loan-progress li .state-label.red {
  color: #FF3B30;
  background: #ffd8d6;
}
.mui-table-view.card-view {
  margin: 0.75rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
