body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main-theme-color {
  color: #ffb80a;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/*带有fixed navbar的容器，需要一个padding*/
.navbar-con-16 {
  padding-top: 62px;
}
.top-mar-16 {
  margin-top: 16px;
}
.flex {
  display: flex;
}
.padding10 {
  padding: 10px;
}
.margin10 {
  margin: 10px;
}
/*简单的卡片样式*/
.card-box {
  margin: 10px 0;
  background-color: white;
}
.card-box:active {
  background-color: #fafafa;
}
.white-click {
  background-color: white;
}
.white-click:active {
  background-color: #fafafa;
}
/*左右布局*/
.flex-between {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.left-red-line {
  border-left: solid #ffb80a 3px;
  padding-left: 3px;
  background-color: white;
}
.white-txt {
  color: #ffffff;
}
.red-txt {
  color: #ff890a;
}
.bold-txt {
  font-weight: bold;
}
.gray-txt {
  color: #969799;
}
.green-txt {
  color: #07c160;
}
.yellow-txt {
  color: #ffb80a;
}
.shadow-box {
  box-shadow: 0 0 12px #ebedf0;
}
.mu-input__focus {
  color: #ffb80a;
}
.mu-option.is-selected .mu-item {
  color: #ffb80a;
}
.white-back {
  background-color: white;
}
.mu-dialog-height {
  height: 100% !important;
  max-height: 100% !important;
}
.mu-dialog-height > div {
  height: 100% !important;
  max-height: 100% !important;
}
.mu-input-focus-line {
  height: 1px;
}
.mu-input-line.disabled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.panne_bg {
  background: white;
  border: 1px solid white;
  border-radius: 8px;
}
.panne_bg_gray {
  background: #f6f6f2;
  border: 1px solid #f6f6f2;
  border-radius: 8px;
}
.text_pri_color {
  color: #ff890a;
}
.van-nav-bar {
  background: #ffb80a;
}
.div_img_bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  position: relative;
  text-align: center;
}
.agreement {
  display: flex;
  word-break: break-all;
  padding: 16px;
  border-top: solid 0.8px #d7d7d7;
}
.photo_choose .van-radio--horizontal {
  margin-right: 0px;
}
.photo_choose .checkbox {
  justify-content: center;
  font-size: 15px;
  height: 48px;
}
.photo_choose .checkbox .van-icon {
  display: none;
}
.photo_choose .checkbox .van-radio__label--left {
  margin: 0 0px 0 0;
}
.photo_choose .checkbox .van-radio__icon {
  display: none !important;
}
.photo_choose .checkbox .van-radio__label {
  margin-left: 0px !important;
}
.photo_choose .checked {
  background: #ffb80a;
}
.photo_choose .checked .van-radio__label {
  color: #ffffff !important;
}
.photo_choose .unchecked {
  border: 1px solid #9990;
  background: #f5f5f5;
}
.photo_choose .unchecked .van-radio__label {
  color: #999999 !important;
}
.mu-popover {
  max-width: 100%;
  left: 12px !important;
}
element.style {
  z-index: 20141226;
  min-width: 201px;
  top: 163px;
  left: 61px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-fluid {
  flex-wrap: wrap;
}
.center {
  justify-content: center;
  align-items: center;
}
.column-center-top {
  align-items: center;
}
.column-center-bottom {
  justify-content: flex-end;
  align-items: center;
}
.column-center-left {
  justify-content: center;
  align-items: flex-start;
}
.column-center-right {
  justify-content: center;
  align-items: flex-end;
}
.column-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.column-right-top {
  justify-content: flex-start;
  align-items: flex-end;
}
.column-left-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}
.column-right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}
.row-space-between {
  justify-content: space-between;
  align-items: center;
}
.row-center-top {
  justify-content: center;
  align-items: flex-start;
}
.row-center-bottom {
  justify-content: center;
  align-items: flex-end;
}
.row-center-left {
  justify-content: flex-start;
  align-items: center;
}
.row-center-right {
  justify-content: flex-end;
  align-items: center;
}
.row-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.row-right-top {
  justify-content: flex-end;
  align-items: flex-start;
}
.row-left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}
.row-right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}
.span1 {
  flex: 1;
}
.span2 {
  flex: 2;
}
.span3 {
  flex: 3;
}
.span4 {
  flex: 4;
}
.span5 {
  flex: 5;
}
.span6 {
  flex: 6;
}
.span7 {
  flex: 7;
}
.span8 {
  flex: 8;
}
.span9 {
  flex: 9;
}
.span10 {
  flex: 10;
}
.span11 {
  flex: 11;
}
.span12 {
  flex: 12;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.flex4 {
  flex: 4;
}
.flex5 {
  flex: 5;
}
.flex6 {
  flex: 6;
}
.flex7 {
  flex: 7;
}
.flex8 {
  flex: 8;
}
.flex9 {
  flex: 9;
}
.flex10 {
  flex: 10;
}
.flex11 {
  flex: 11;
}
.flex12 {
  flex: 12;
}
.p-r {
  /*position: relative;*/
}
.p-a {
  position: absolute;
}

.act-msg[data-v-e9a43c5e] {
  font-size: 20px;
  margin-top: 20px;
  color: #ffb80a;
  animation: scaleBlink-e9a43c5e 1s infinite;
}
@keyframes scaleBlink-e9a43c5e {
0%,
  100% {
    transform: scale(1);
}
50% {
    transform: scale(1.2);
}
}
.top-msg-err[data-v-e9a43c5e] {
  color: #e64340;
}
.top-msg-ok[data-v-e9a43c5e] {
  color: #07c160;
}
.load-pop[data-v-e9a43c5e] {
  background-color: white;
  padding: 30px 20px;
  border-radius: 8px;
  font-size: 18px;
}
.detect-con[data-v-e9a43c5e] {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.detect-con .video-no[data-v-e9a43c5e] {
  border-color: #858b9c;
  border-style: dashed;
}
.detect-con .video-detected[data-v-e9a43c5e] {
  border-color: #ffb80a;
  border-style: solid;
}
.detect-con .video-con[data-v-e9a43c5e] {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
.detect-con .video[data-v-e9a43c5e] {
  transform: scaleX(-1);
  width: 220px;
  aspect-ratio: 1;
  clip-path: circle(50%);
  border-radius: 110px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-width: 4px;
  overflow: hidden;
}
.detect-con .detect-box[data-v-e9a43c5e] {
  text-align: center;
}
.detect-con .detect-box .top-msg[data-v-e9a43c5e] {
  font-size: 16px;
}
.color-bak[data-v-e9a43c5e] {
  width: 100%;
  height: 100%;
}

#app[data-v-32105e91] {
  background-color: #f7f7f7;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.slide-fade-enter-active[data-v-32105e91] {
  transition: all 0.8s ease;
}
.slide-fade-leave-active[data-v-32105e91] {
  transition: all 0.8s ease;
}
.slide-fade-enter[data-v-32105e91],
.slide-fade-leave-to[data-v-32105e91] {
  transform: translateY(58px);
  opacity: 0;
}
.face-pop[data-v-32105e91] {
  width: 100%;
  height: 100%;
}

.error-con[data-v-33746d88] {
  text-align: center;
}
.error-con .error-txt[data-v-33746d88] {
  font-size: 16px;
  color: #999999;
}
.error-con .reload-btn[data-v-33746d88] {
  height: 32px;
  margin-top: 16px;
  line-height: 32px;
}
.top-back[data-v-33746d88] {
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-router-view[data-v-7d0f65a4] {
  height: calc(100vh - 50px);
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.icon-img[data-v-7d0f65a4] {
  height: 23px;
  margin-bottom: -1px;
}


.top-fluid[data-v-9f16612c] {
  word-break: normal;
  font-size: 14px;
}

.content-box[data-v-17f93a23] {
  text-align: center;
  background: #FFFFFF;
  border-radius: 12px;
}
.content-box .amount-box[data-v-17f93a23] {
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 100%);
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  text-align: left;
  margin: -72px 16px 0px 16px;
}
.top-bg[data-v-17f93a23] {
  background-size: 100% 100%;
  width: 100%;
  height: 186px;
  border-radius: 12px;
}
.title-txt[data-v-17f93a23] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.content-txt[data-v-17f93a23] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.bottom-btn[data-v-17f93a23] {
  width: 90%;
  background: #FFB70D;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
  margin: 16px auto;
}

.content-box[data-v-2a6bb247] {
  text-align: center;
  background: #FFFFFF;
  border-radius: 12px;
}
.top-bg[data-v-2a6bb247] {
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  border-radius: 12px;
}
.content-txt[data-v-2a6bb247] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-align: left;
  padding: 0 24px;
}
.bottom-btn[data-v-2a6bb247] {
  width: 90%;
  background: #FFB70D;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
  margin: 16px auto;
}

.success-container[data-v-0f3cbc70] {
  padding: 20px;
  background: #FFFFFF;
}
.success-container .success-image[data-v-0f3cbc70] {
  width: 260px;
  height: 200px;
}
.success-container .info-box[data-v-0f3cbc70] {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
  text-align: center;
}
.success-container .info-box .info-label[data-v-0f3cbc70] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}
.success-container .info-box .info-date[data-v-0f3cbc70] {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.success-container .bottom-btn[data-v-0f3cbc70] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  background: #FFB70D;
  border-radius: 4px;
  color: white;
  margin-top: 24px;
}

.success-container[data-v-4b7d2b62] {
  padding: 20px;
  background: #FFFFFF;
}
.success-container .success-image[data-v-4b7d2b62] {
  width: 260px;
  height: 262px;
}
.success-container .bottom-btn[data-v-4b7d2b62] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  background: #FFB70D;
  border-radius: 4px;
  color: white;
  margin-top: 24px;
}

.perm-pop {
  width: 80%;
}
.perm-pop .perm-content {
  padding: 12px;
}
.perm-pop .perm-content .perm-con {
  padding: 10px 12px;
}
.perm-pop .perm-content .perm-con .perm-line {
  display: flex;
  margin-top: 14px;
  align-items: center;
}
.perm-pop .perm-content .perm-con .perm-line .perm-name {
  margin-left: 12px;
}
.perm-pop .perm-content .perm-tit {
  padding: 6px 0;
}
.perm-pop .perm-btn {
  width: 100%;
  color: #ffb80a;
}
.apply-btn {
  width: 75%;
  margin: 20px 0 10px 0;
}
.third-pop {
  text-align: center;
  width: 80%;
  padding: 24px 10px;
  border-radius: 6px;
  max-height: 80%;
}
.third-pop .cancel-bind {
  margin-top: 20px;
}
.third-pop .third-logo {
  margin: 20px;
}
#home_agree li {
  margin-top: 3px;
}
#home_agree li:before {
  content: '.  ';
  margin-left: -10px;
  font-weight: bold;
}

.coupon-pop[data-v-3739d235] {
  border-radius: 12px;
  width: 80%;
}
.coupon-pop .coupon-intro[data-v-3739d235] {
  padding: 6px 20px 20px 20px;
}
.coupon-pop .coupon-close[data-v-3739d235] {
  padding: 8px;
  width: 35px;
}
.coupon-pop .bonus-txt-box[data-v-3739d235] {
  position: fixed;
  width: 100%;
  top: 70px;
}
.coupon-pop .bonus-txt-box .bonus-amount[data-v-3739d235] {
  font-size: 30px;
  color: white;
}
.coupon-pop .coupon-ticket[data-v-3739d235] {
  padding: 10px 30px;
}
.coupon-pop .coupon-ticket .coupon-img[data-v-3739d235] {
  width: 100%;
}
.bonus-all[data-v-3739d235] {
  padding: 6px;
}
.bonus-all .bonus-center[data-v-3739d235] {
  align-items: center;
}
.bonus-all .bonus-center .bonus-more[data-v-3739d235] {
  height: 10px;
  margin-left: 2px;
}
.bonus-all .bonus-center .bonus-ticket[data-v-3739d235] {
  height: 16px;
  margin-right: 6px;
}
.invite-img[data-v-3739d235] {
  position: absolute;
  width: 75px;
  right: 10px;
  bottom: -45px;
  animation-duration: 2.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
}
.line-cell[data-v-3739d235] {
  border-bottom: 1px solid #999;
}
.fee-dialog[data-v-3739d235] {
  padding: 10px;
}
.question-ico[data-v-3739d235] {
  line-height: 1.2em;
  font-size: 1.2em;
  color: #ffb80a;
  margin: 0 6px;
}
.agree-title[data-v-3739d235] {
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffb80a;
  text-align: center;
}
.agree-dialog[data-v-3739d235] {
  padding: 10px 10px 0 4px;
}
hudao-dialog[data-v-3739d235] {
  padding: 0px;
  margin: 0px;
}
.agree-txt[data-v-3739d235] {
  max-height: 72vh;
  overflow: scroll;
}
.day-option[data-v-3739d235] {
  font-size: 14px;
  border-radius: 2px;
  margin: 10px auto;
  padding: 5px 2vw;
  border-color: #F5F5F5;
  background-color: #F5F5F5;
  color: #9E9E9E;
}
.amount-option[data-v-3739d235] {
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 4px;
  border: 1px solid #b8bbbf;
  background: none;
}
.day-option-sel[data-v-3739d235] {
  border-color: #ffb80a;
  background-color: #ff7b60;
  color: white;
}
.days-opts[data-v-3739d235] {
  text-align: center;
  padding: 2.5vw;
}
.days-box[data-v-3739d235] {
  margin: 0 -6px;
  flex-wrap: nowrap;
}
.fee-line[data-v-3739d235] {
  padding: 8px 10px;
}
.detail-box[data-v-3739d235] {
  background-color: white;
}
.home-apply-btn[data-v-3739d235] {
  width: 60vw;
}
.slider-ctrl[data-v-3739d235] {
  margin: 16px 16px;
}
.slider-ctrl .slide-btn[data-v-3739d235] {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.swipe-img[data-v-3739d235] {
  width: 100%;
  height: 44vw;
  vertical-align: top;
}
.slider-txt[data-v-3739d235] {
  margin: 2px 16px;
}
.panne_bg[data-v-3739d235] {
  padding: 10px;
  margin: 12px;
}
.text_bad_rate[data-v-3739d235] {
  position: relative;
  background: white;
  color: #999999;
  width: 100%;
  padding: 3px;
  height: 22px;
  margin-top: -5px;
  line-height: 22px;
}
.text_pri_color[data-v-3739d235] {
  font-size: 30px;
  font-weight: bold;
  color: #262626;
  margin-top: 8px;
}
.buttom_cs_div[data-v-3739d235] {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.dialog_hudao_bg[data-v-3739d235] {
  width: 100vm;
  height: 100vh;
  margin: 0px;
  position: relative;
  text-align: center;
}
#hudao-van-dialog[data-v-3739d235] {
  width: 100vw;
  height: 100vh;
}
.hudao_d[data-v-3739d235] {
  height: 200px;
  width: 100px;
  position: relative;
}
.give-star-img[data-v-3739d235] {
  width: 100%;
}
.close_hudao[data-v-3739d235] {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 0px;
}
#coupons-van-dialog[data-v-3739d235] {
  width: 100vw;
  height: 100vh;
  background: #50000000 !important;
}
.dialog_coupons_bg[data-v-3739d235] {
  width: 100vw;
  height: 100vh;
  margin: 0px;
  position: relative;
  text-align: center;
}
.dialog_hudao_bg[data-v-3739d235] {
  width: 100vw;
  height: 100vh;
  margin: 0px;
  position: relative;
  text-align: center;
}
.coupons_bg[data-v-3739d235] {
  width: 84vw;
  margin-left: 8vw;
  margin-top: 26vh;
  position: absolute;
}
.coupons_item_bg[data-v-3739d235] {
  /*background: url("/static/img/coupons_item_bg_left.png") no-repeat;*/
  background-size: 100% 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  width: 100%;
  margin: 0px;
  text-align: center;
  color: #b43b00;
  font-size: 1.5rem;
}
.coupons_click[data-v-3739d235] {
  color: white;
  background: linear-gradient(#F8D513, #f9c324);
  /* 标准的语法 */
  font-size: 1.3rem;
  margin-top: 10px;
  height: 3rem;
  line-height: 3rem;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.forward_dialog_bg[data-v-3739d235] {
  background: transparent;
}
.forward_dialog_bg .goto_forward[data-v-3739d235] {
  border: 1px solid #00000000;
  border-radius: 1.5rem;
  background-image: linear-gradient(to right, #fa882e, #fb572d);
  width: 80%;
  margin-left: 10%;
  height: 3rem;
  line-height: 3rem;
  color: white;
  font-size: 1.1rem;
  margin-top: 3px;
}
.forward_bg[data-v-3739d235] {
  width: 100%;
  padding: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  position: relative;
  text-align: center;
}
.loan-process-icon[data-v-3739d235] {
  height: 34px;
  width: 34px;
}
.loan-process-con[data-v-3739d235] {
  color: #666666;
  size: 14px;
}
.step-arrow[data-v-3739d235] {
  width: 44px;
  height: 5px;
  opacity: 1;
  background: #e5e5e5;
  border-radius: 1px;
  margin-top: 15px;
}
.info-verification[data-v-3739d235] {
  color: #FF4242;
  margin-top: 10px;
}
.time-image[data-v-3739d235] {
  width: 14px;
}
.card-desc[data-v-3739d235] {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-top: 6px;
}
.close-con[data-v-3739d235] {
  padding-top: 20px;
}
.forward-pop[data-v-3739d235] {
  background: #FAF2DE;
  width: 80vw;
  padding: 16px 0;
  border-radius: 8px;
}
.forward-pop .down-btn[data-v-3739d235] {
  width: 70%;
}
.forward-pop .forward-icon[data-v-3739d235] {
  width: 15px;
  height: 15px;
}
.forward-pop .forward-txt2[data-v-3739d235] {
  color: #585858;
  margin-left: 5px;
}
.forward-pop .forward-txt3[data-v-3739d235] {
  color: #8C8C8C;
  font-size: 12px;
  margin: 2% 16%;
}
.forward-pop .jump-bg[data-v-3739d235] {
  background-size: 100% 100%;
  margin: 5% 10% 0 10%;
  padding: 5px 0;
}
.forward-pop .jump-bg .forward-txt1[data-v-3739d235] {
  color: #C79148;
  margin: 5px 0 20px 0;
}
.forward-pop .jump-bg .amount-num[data-v-3739d235] {
  color: #F05E44;
  font-weight: bold;
  font-size: 24px;
  margin: 18px 0 5px 0;
}
.forward-pop .forward-txt[data-v-3739d235] {
  background-size: 100% 100%;
  margin: -6.5% 16% 0 16%;
  padding: 5px 0;
  color: #593D19;
}
.download-content[data-v-3739d235] {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -43px;
  padding-top: 62px;
  text-align: left;
}
.download-btn[data-v-3739d235] {
  background: #1989fa;
  border-radius: 3px;
  color: white;
  font-size: 17px;
  width: 100%;
}
.notify-dialog-btn[data-v-3739d235] {
  border-radius: 3px;
  color: #FFAF00;
  font-size: 16px;
  width: 100%;
}
.item-style[data-v-3739d235] {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.con-service[data-v-3739d235] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  width: 100%;
}
.business-con[data-v-3739d235] {
  padding: 10px 12px;
  background: white;
}
.hight-light[data-v-3739d235] {
  z-index: 3;
  background: transparent;
  position: relative;
}
.sel-amount[data-v-3739d235] {
  z-index: 0;
  background: transparent;
}
.page-slider[data-v-3739d235] {
  margin: 16px auto;
}
.cover-tips[data-v-3739d235] {
  background-size: 100% 100%;
  margin: 0% 16% 0 16%;
  padding: 18px 0 10px 0;
  color: white;
  text-align: center;
}
.button-know[data-v-3739d235] {
  width: 50%;
  margin-top: 10%;
  border-radius: 5px;
  color: #ffffff;
  background: transparent;
}
.plan-item .plan-space[data-v-3739d235] {
  height: 9px;
}
.plan-item .plan-content[data-v-3739d235] {
  background: white;
}
.plan-item .plan-content .plan-line1[data-v-3739d235] {
  background: rgba(255, 108, 0, 0.05);
  padding: 6px;
  color: #FF6C00;
  align-items: center;
}
.plan-item .plan-content .plan-line2[data-v-3739d235] {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-title[data-v-3739d235] {
  color: #585858;
  font-size: 14px;
}
.item-content[data-v-3739d235] {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.background[data-v-3739d235] {
  width: 100%;
  margin-top: -43px;
  padding-top: 82px;
  border-radius: 10px;
  background: white;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.tip-img[data-v-3739d235] {
  position: relative;
  top: -50px;
}
.main-content[data-v-3739d235] {
  padding: 11px 14px 0;
  margin-top: -50px;
}
.tip-list[data-v-3739d235] {
  background: #f9f9f9;
  border-radius: 8px;
  width: 100%;
  color: #595959;
  margin-top: 10px;
  font-size: 14px;
  padding: 17px 13px 16px;
  text-align: left;
}
.tip-list .item-margin[data-v-3739d235] {
  display: flex;
  margin-top: 13px;
}
.tip-list .item[data-v-3739d235] {
  display: flex;
}
.tip-list .item-dot[data-v-3739d235] {
  background: #FFAF00;
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  margin-right: 8px;
  margin-top: 8px;
}
.btn[data-v-3739d235] {
  font-weight: bold;
  font-size: 16px;
  background: transparent;
  width: 100%;
  height: 52px;
  border-width: 0;
  color: #FFAF00;
}
.days-box[data-v-3739d235] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.days-opts[data-v-3739d235] {
  text-align: center;
  flex: 1;
}
.day-opt-sel[data-v-3739d235] {
  border-color: #FFA73C;
  background-color: #FFA73C;
  color: white;
}
.spanText[data-v-3739d235] {
  font-size: 24px;
  position: absolute;
  left: 0;
  padding: 0 15px;
  white-space: nowrap;
  visibility: hidden;
}

.progress-con[data-v-7af6cd60] {
  padding: 20px;
}
.progress-con .progress-bar[data-v-7af6cd60] {
  height: 12px;
  margin: 16px 0;
  border-radius: 6px;
}
.van-icon__image[data-v-7af6cd60] {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.content[data-v-1d0266e6] {
  background: #FEFAE6;
  border-radius: 8px;
  padding: 16px 0 16px 16px;
  display: flex;
  justify-content: space-between;
  margin: 16px 12px;
}

.content[data-v-68304759] {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 12px;
  text-align: center;
}
.content .title[data-v-68304759] {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.content .amount[data-v-68304759] {
  font-size: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.content .tips[data-v-68304759] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.content .bottom-btn[data-v-68304759] {
  width: 100%;
  background: #FFB70D;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
  margin-top: 16px;
}

.user-block[data-v-31009294] {
  padding: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
}
.user-block .user-icon[data-v-31009294] {
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  margin-right: 32px;
}
.user-block .login-btn[data-v-31009294] {
  background-color: transparent;
  border-radius: 40px;
  border: 1px #333333 solid;
  padding: 3px 16px;
  color: #333333;
  font-size: 14px;
}
.user-block .login-btn[data-v-31009294]:active {
  background-color: #cccccc66;
}
.user-block .info-txt[data-v-31009294] {
  font-size: 15px;
  color: #333333;
}
.user-block .arrow_more[data-v-31009294] {
  position: absolute;
  right: 18px;
}
.title-txt[data-v-31009294] {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
}
.van-icon__image[data-v-31009294] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@keyframes scale-ani-31009294 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(0.75);
}
100% {
    transform: scale(1);
}
}
.scale-btn[data-v-31009294] {
  animation: scale-ani-31009294 1s linear infinite;
}

.tocc-card[data-v-303cdea4] {
  margin: 20px;
}
.tocc-card .tocc-link[data-v-303cdea4] {
  color: #ffb80a;
  text-decoration: underline;
}
.tocc-card .tocc-intro[data-v-303cdea4] {
  color: #999999;
  margin-top: 6px;
}
.tocc-card .apply-btn[data-v-303cdea4] {
  width: 80%;
}
.bill_bg[data-v-303cdea4] {
  border-radius: 5px;
  background: #FFFFFF;
  margin: 8px 12px;
  padding: 8px;
  position: relative;
}
.laber_bg[data-v-303cdea4] {
  background: #f9981e;
  padding: 1px 10px;
  font-size: 0.8rem;
  text-align: center;
}
.red_color[data-v-303cdea4] {
  color: #ff9367;
}
.green_color[data-v-303cdea4] {
  color: #2baa3f;
}
.due_date_border[data-v-303cdea4] {
  height: 42px;
  line-height: 42px;
}
.txt-no-data[data-v-303cdea4] {
  margin-top: 18px;
  color: #333333;
  font-size: 1.1rem;
}
.apply-btn[data-v-303cdea4] {
  width: 75%;
  margin-top: 15px;
}
@keyframes scale-ani-303cdea4 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(0.75);
}
100% {
    transform: scale(1);
}
}
.scale-btn[data-v-303cdea4] {
  animation: scale-ani-303cdea4 1s linear infinite;
}
.sign-btn[data-v-303cdea4] {
  background: #ffb80a;
  font-size: 12px;
  color: #3E2000;
  border-radius: 3px;
}
.step-text[data-v-303cdea4] {
  color: #595959;
  font-size: 14px;
  text-align: left;
}
.payment-reminder[data-v-303cdea4] {
  width: 100%;
  background: #FFF9EE;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reminder-title[data-v-303cdea4] {
  font-size: 12px;
  color: #7A4D18;
  font-weight: 500;
}
.reminder-subtitle[data-v-303cdea4] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
.reminder-timer[data-v-303cdea4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-badge[data-v-303cdea4] {
  background: #FF5949;
  border-radius: 2px;
  margin-right: 10px;
  padding: 1px 2px;
}

.divider-line[data-v-0037a496] {
  height: 1px;
  background-color: #cccccc;
}
.white-cell[data-v-0037a496] {
  background-color: white;
  padding: 12px;
  border-top: 1px solid #eeeeee;
}
.main[data-v-0037a496] {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 2.75rem;
  color: #fff;
  text-align: center;
  padding-top: 0.65rem;
}
.main .title[data-v-0037a496] {
  display: inline-block;
}
.main .left[data-v-0037a496] {
  position: absolute;
  left: 0.5rem;
}
.main .right[data-v-0037a496] {
  position: absolute;
  right: 0.5rem;
}
.agreement[data-v-0037a496] {
  display: flex;
  word-break: break-all;
  margin: 12px;
  font-size: 0.8rem;
}
.flex-line[data-v-0037a496] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.apply-btn[data-v-0037a496] {
  margin: 40px 0;
  width: 60vw;
}
.img-box[data-v-0037a496] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-size: 100% 100%;
  background-position: 50% 30%;
}
.products[data-v-0037a496] {
  background-color: #f7f7f7;
  min-height: 100vh;
}
.agree-btn[data-v-0037a496] {
  width: 50%;
  border-radius: 0;
  border-bottom: 0px;
  color: #ffb80a;
}
.unagree-btn[data-v-0037a496] {
  width: 50%;
  border-radius: 0;
  border-bottom: 0px;
}

.top-box[data-v-eaeaadd8] {
  background-size: 100% 100%;
  height: 41.6vw;
  position: relative;
}
.max-amount-limit-con[data-v-eaeaadd8] {
  position: absolute;
  bottom: 6.4vw;
  text-align: center;
}
.max-amount-limit-con .max-amount-left[data-v-eaeaadd8] {
  color: #844700;
  font-size: 1rem;
  font-weight: 600;
}
.max-amount-limit-con .max-amount-limit-title-left[data-v-eaeaadd8] {
  color: #844700;
  font-size: 0.75rem;
}
.max-amount-limit-con .max-amount-right[data-v-eaeaadd8] {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
}
.max-amount-limit-con .max-amount-limit-title-right[data-v-eaeaadd8] {
  color: #FFFFFF;
  font-size: 0.75rem;
}
.left-con[data-v-eaeaadd8] {
  left: 8.53vw;
}
.right-con[data-v-eaeaadd8] {
  right: 8.53vw;
}
.safari-guide-img[data-v-eaeaadd8] {
  height: 89.3vw;
  margin: 0 5.33vw;
}
.btn-style[data-v-eaeaadd8] {
  margin: 3.2vw 5.33vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-btn[data-v-eaeaadd8] {
  height: 10.67vw;
  background: #FFB70D;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 4px;
}
.white-btn[data-v-eaeaadd8] {
  color: #FFB70D;
}

.sign[data-v-6012c370] {
  width: 100%;
  min-height: 29vh;
  position: relative;
}
.signature[data-v-6012c370] {
  width: 100%;
}
.signatureBox[data-v-6012c370] {
  width: 90%;
  margin: 0 auto;
  height: 50vw;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px dashed #FF5949;
}
.canvasBox[data-v-6012c370] {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
}
.btnBox[data-v-6012c370] {
  padding: 0px;
  text-align: center;
  display: flex;
}
.btnBox .submit-leftBtn[data-v-6012c370] {
  color: #868C9C;
  background-color: #F5F6FA;
  border-style: none;
}
.btnBox .submit-btn[data-v-6012c370] {
  color: #3E2000;
}
.sign-tips[data-v-6012c370] {
  color: #595959;
  font-size: 14px;
  margin: 40px 16px 16px 16px;
}

.business-con[data-v-1382eeec] {
  padding: 13px 8px;
  background-color: white;
  margin: 6px 13px 0;
  border-radius: 6px;
}
.van-field--input-text[data-v-1382eeec] {
  color: #ffb80a;
}

.business-con1[data-v-1b5820ec] {
  padding: 13px 8px;
  background-color: white;
  margin: 6px 13px 0;
  border-radius: 6px;
}
.page-slider[data-v-1b5820ec] {
  margin: 16px 0;
}
.page-slider .slide-btn[data-v-1b5820ec] {
  width: 30px;
  height: 30px;
}
.line-cell[data-v-1b5820ec] {
  border-bottom: 1px solid #999;
}
.agree-txt[data-v-1b5820ec] {
  max-height: 60vh;
  overflow: scroll;
}
.day-option[data-v-1b5820ec] {
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 4px;
  border: 1px solid #b8bbbf;
  background: none;
}
.amount-option[data-v-1b5820ec] {
  font-size: 14px;
  border-radius: 4px;
  padding: 6px 4px;
  border: 1px solid #b8bbbf;
  background: none;
}
.day-option-sel[data-v-1b5820ec] {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 90px;
  color: #FFAF00;
  border: 0;
  padding: 5px;
}
.days-opts[data-v-1b5820ec] {
  text-align: center;
  padding: 8px;
}
.fee-line[data-v-1b5820ec] {
  padding: 8px 10px;
}
.detail-box[data-v-1b5820ec] {
  background-color: white;
  margin-top: 12px;
}
.slider-ctrl[data-v-1b5820ec] {
  margin: 6px 30px;
}
.swipe-img[data-v-1b5820ec] {
  width: 100%;
  height: 50vw;
}
.slider-txt[data-v-1b5820ec] {
  color: white;
  margin: 2px 16px;
}
.business-con[data-v-1b5820ec] {
  padding: 10px 12px;
  background: white;
}
.gray_text[data-v-1b5820ec] {
  color: #999999;
}
.buttom_div[data-v-1b5820ec] {
  width: 100%;
  bottom: env(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.buttom_button[data-v-1b5820ec] {
  width: 100%;
  height: 3rem;
  font-size: 17px;
  background: #FFAF00;
  border: #FFAF00;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.top-img[data-v-1b5820ec] {
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, #ffd508, #fbc410);
}
.credit-box[data-v-1b5820ec] {
  background-size: 100% 100%;
  align-items: center;
  justify-content: center;
  padding: 13px;
}
.credit-amount[data-v-1b5820ec] {
  color: #7D4100;
  font-size: 18px;
}
.slider-txtslider-txt[data-v-1b5820ec] {
  color: #7D4100;
}
.days-box[data-v-1b5820ec] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.plan-item .plan-space[data-v-1b5820ec] {
  height: 9px;
}
.plan-item .plan-content[data-v-1b5820ec] {
  background: white;
}
.plan-item .plan-content .plan-line1[data-v-1b5820ec] {
  background: rgba(255, 108, 0, 0.05);
  padding: 6px;
  color: #FF6C00;
  align-items: center;
}
.plan-item .plan-content .plan-line2[data-v-1b5820ec] {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 12px;
}
.item-title[data-v-1b5820ec] {
  color: #585858;
  font-size: 14px;
}
.item-content[data-v-1b5820ec] {
  color: #262626;
  font-size: 14px;
}


.main-router-view[data-v-106ac3f1] {
  height: calc(100vh - 50px);
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.icon-img[data-v-106ac3f1] {
  height: 23px;
  margin-bottom: -1px;
}

.top-banner[data-v-dc6aa714] {
  width: 100%;
  height: 45.4vw;
  background-size: 100% 100%;
}
.swiper-slide[data-v-dc6aa714] {
  width: 100%;
  height: auto;
}
.swiper-slide img[data-v-dc6aa714] {
  width: 100%;
  height: 100%;
}
.page .swiper-pagination[data-v-dc6aa714] {
  text-align: right;
  bottom: 0;
}
.page .swiper-pagination .swiper-pagination-bullet[data-v-dc6aa714] {
  background-color: white;
}
.main-head[data-v-dc6aa714] {
  position: absolute;
  z-index: 200;
  width: 100%;
  background-color: white;
}
.rate-title[data-v-dc6aa714] {
  font-size: 0.7rem;
}
.item-name[data-v-dc6aa714] {
  font-size: 1rem;
}
.orange-span[data-v-dc6aa714] {
  color: #ff890a;
}

.banner_mine {
  width: 100%;
  height: 34vw;
  line-height: 34vw;
  background-size: 100% 100%;
  background: #ffb80a;
}
.head_icon {
  width: 16vw;
  height: 16vw;
  margin-top: 9vw;
  margin-left: 30px;
}
.mu-timepicker-list-minutes {
  width: 0px;
}
.mu-timepicker-list-hours {
  width: 100%;
}
.tab_bill {
  width: 90%;
  height: 20vw;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  margin-top: -4vw;
  margin-left: 5%;
}
.tab_bill_ss {
  position: relative !important;
  border: 1px solid white !important;
}

.apply-btn[data-v-09cf0ef3] {
  border-radius: 100px;
  background-color: #ffb80a;
  margin: 30px 50px;
  padding: 12px;
  color: white;
}
.apply-btn[data-v-09cf0ef3]:active {
  transform: scale(0.99, 0.99);
}
.input-block[data-v-09cf0ef3] {
  background-color: white;
  padding: 6px 16px;
}

.img-con[data-v-a3d03a3e] {
  position: relative;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.img-con .image-bak[data-v-a3d03a3e] {
  width: 29vw;
  height: 29vw;
  border-radius: 5px;
  border: 1px solid #efefef;
  position: absolute;
}
.image-text[data-v-a3d03a3e] {
  text-align: center;
}
.submit-btn[data-v-a3d03a3e] {
  margin: 10px 0 50px 0;
  width: 75%;
}
.top-text[data-v-a3d03a3e] {
  color: #999999;
  margin-top: 20px;
}


.bottom-con[data-v-33fb4bbc] {
  margin-top: -36px;
}
.card-box[data-v-33fb4bbc] {
  background-color: white;
  border-radius: 6px;
  padding: 10px 0 10px 10px;
}
.apply-btn[data-v-33fb4bbc] {
  width: 60vw;
  margin: 20px 0 40px 0;
  background: #f9981e;
  border: #f9981e;
  position: sticky;
  bottom: 10px;
}

.submit-btn[data-v-e50d42b6] {
  margin: 10px 0 50px 0;
  width: 75%;
  position: sticky;
  bottom: 10px;
}
.input-card[data-v-e50d42b6] {
  margin: 10px 0;
  padding: 6px 12px;
  background-color: white;
}
.input-card .edit-com[data-v-e50d42b6] {
  margin-bottom: 0;
}
.select-pop[data-v-e50d42b6] {
  max-height: 60%;
}
.image-con-work[data-v-e50d42b6] {
  padding: 10px 10%;
  text-align: center;
}
.image-con-work .sample_text[data-v-e50d42b6] {
  margin-top: 6px;
  color: blue;
  text-decoration-line: underline;
}
.img-con[data-v-e50d42b6] {
  position: relative;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-con .image-bak[data-v-e50d42b6] {
  width: 85%;
  height: 23vw;
  border-radius: 5px;
  border: 1px solid #efefef;
  position: absolute;
}
.add-text[data-v-e50d42b6] {
  font-size: 0.9rem;
}

.submit-btn[data-v-03b10643] {
  margin: 10px 0 50px 0;
  width: 75%;
  position: sticky;
  bottom: 10px;
}
.input-card[data-v-03b10643] {
  margin: 10px 0;
  padding: 6px 12px;
  background-color: white;
}
.input-card .edit-com[data-v-03b10643] {
  margin-bottom: 0;
}
.select-pop[data-v-03b10643] {
  max-height: 60%;
}
/*  .image-con-work {
    padding: 10px 10%;
    text-align: center;

    .sample_text {
      margin-top: 6px;
      color: blue;
      text-decoration-line: underline;
    }
  }*/
/*  .img-con {
    position: relative;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;

    .image-bak {
      width: 85%;
      height: 23vw;
      border-radius: 5px;
      border: 1px solid #efefef;
      position: absolute;
    }
  }*/
.image-con[data-v-03b10643] {
  padding: 10px 10%;
  margin-top: 10px;
  text-align: center;
}
.image-con .image-all[data-v-03b10643] {
  position: relative;
  background-color: white;
  height: 43vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-con .image-all .image-bak[data-v-03b10643] {
  width: 100%;
  height: 43vw;
  left: 0;
  position: absolute;
}
.image-con .image-all .image-content[data-v-03b10643] {
  width: 65%;
  height: 30vw;
  background-color: #f6f6f6;
  position: absolute;
}
.add-text[data-v-03b10643] {
  font-size: 0.9rem;
  color: #666666;
}
.sample_text[data-v-03b10643] {
  margin-top: 6px;
  color: #F9B92C;
  text-decoration-line: underline;
}
.image-con-work[data-v-03b10643] {
  padding: 10px 10%;
  text-align: center;
}
.image-con-work .image-all-work[data-v-03b10643] {
  position: relative;
  background-color: white;
  height: 33vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-con-work .image-all-work .image-bak-work[data-v-03b10643] {
  width: 100%;
  height: 33vw;
  left: 0;
  position: absolute;
}
.image-con-work .image-all-work .image-content-work[data-v-03b10643] {
  width: 85%;
  height: 23vw;
  background-color: #f6f6f6;
  position: absolute;
}
.image-con-work .sample_text[data-v-03b10643] {
  margin-top: 6px;
  color: #F9B92C;
  text-decoration-line: underline;
}
.blur-image-content[data-v-03b10643] {
  filter: blur(12px);
  transition: filter 0.3s ease;
}

.high-txt[data-v-100a746e] {
  font-weight: bold;
  color: #ffb80a;
}
.flex-line[data-v-100a746e] {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  padding: 6px 2px;
  justify-content: space-between;
  border-bottom: 0.5px solid #f7f7f7;
  margin: 5px 4px;
}
.amount-text[data-v-100a746e] {
  text-align: center;
  font-size: 22px;
  margin-top: 18px;
}
.bill-card[data-v-100a746e] {
  background-color: white;
  border-radius: 5px;
  margin: 10px;
  padding: 6px;
}
.repay-btn[data-v-100a746e] {
  border-radius: 5px;
  background-color: #ffb80a;
  margin: 20px 50px;
  padding: 12px;
  color: #3E2000;
}
.ewallet-repay-btn[data-v-100a746e] {
  border-radius: 5px;
  margin: 20px 50px;
  padding: 12px;
  color: #FFAD00;
  border: 1px #FFAD00 solid;
}
.repay-btn[data-v-100a746e]:active {
  background-color: #ffb80a;
}
.top_crad_yellor[data-v-100a746e] {
  background-image: linear-gradient(to right, #fdcc13, #fdcd12);
}
.top_crad_green[data-v-100a746e] {
  background-image: linear-gradient(to right, #bae952, #48bb40);
}
.plan-item .plan-space[data-v-100a746e] {
  height: 9px;
}
.plan-item .plan-content[data-v-100a746e] {
  background: white;
}
.plan-item .plan-content .plan-line1[data-v-100a746e] {
  background: rgba(255, 108, 0, 0.05);
  padding: 6px;
  color: #FF6C00;
  align-items: center;
}
.plan-item .plan-content .plan-line2[data-v-100a746e] {
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 12px;
}
.item-title[data-v-100a746e] {
  color: #585858;
  font-size: 14px;
}
.item-content[data-v-100a746e] {
  color: #262626;
  font-size: 14px;
}
.submit-btn[data-v-100a746e] {
  background: white;
  position: fixed;
  z-index: 10;
  bottom: 0;
  border-radius: 0;
  width: 100%;
}
.bottom-space[data-v-100a746e] {
  margin-bottom: 64px;
  padding-bottom: 108px;
}
.select-repay-dialog[data-v-100a746e] {
  width: 80%;
  margin: 0 10% 15% 10%;
  align-items: center;
  border-radius: 10px;
}


.send-btn[data-v-4e9842de] {
  min-width: 120px;
}
.top-image[data-v-4e9842de] {
  margin-top: 10vw;
}
.login-btn[data-v-4e9842de] {
  margin-top: 20vw;
  width: 86vw;
}
.login-con[data-v-4e9842de] {
  margin: 20vw 3vw 0vw;
}



.flex-line[data-v-0516c4f6] {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  padding: 6px 2px;
  justify-content: space-between;
  border-bottom: 0.5px solid #f7f7f7;
  margin: 5px 4px;
}

