﻿.list-block .item-media {
  flex-shrink: 1;
  display: -webkit-box;
}

.page,
.page-group {
  background: #efefef;
}
.page.page-current {
  width: 19rem;
  margin: 0 auto;
  position: relative;
}
sub {
  bottom: 0;
}
#login .item-input input {
  font-size: 0.9rem;
  border-radius: 3px;
  border: solid 1px #0894ec;
  text-indent: 0.5rem;
  padding: 0.25rem;
  width: 100%;
  height: 2rem;
}

#login .button {
  height: 1.8rem;
  line-height: 1.8rem;
  width: 100%;
}

#login .row {
  margin: 15px 0;
  margin-right: 4%;
}

.panel-overlay {
  background: #000;
  opacity: 0.3;
}

h4 {
  margin: 0;
}

.list-block .item-media + .item-inner {
  margin-left: 0;
}
p.button-box {
  width: 18.4rem;
  margin: 0.3rem;
  margin-top: 1rem;
}
.card {
  box-shadow: none;
  font-size: 0.75rem;
  margin: 0;
  margin-top: 0.8rem;
  padding: 0.3rem;
}
.card:first-child {
  margin-top: 0;
}
.list-block {
  background: #fff;
  padding: 0.3rem 0;
  font-size: 0.75rem;
  border: solid 1px #fff;
  border-radius: 0.3rem;
  margin: 0.3rem;
}
.list-block .item-title.box-title {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
}
.list-block ul:before,
.list-block ul:after {
  height: 0;
}

.content-block-title {
  text-transform: capitalize;
}
.buttons-tab .button.active {
  color: #fa7268;
  border-color: #fa7268;
}
#orderconfirm .item-input input,
.orderconfirm .item-input input {
  font-size: 0.75rem;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 0.25rem;
  width: 100%;
  height: 1.6rem;
}

.popup-result .messagetxt {
  font-size: 0.75rem;
  padding: 0 0.75rem;
  margin: 10px 0 0;
}

.popup-result .card-content-inner {
  padding: 0.4rem 0.3rem 0;
}

.popup-result .card-content-inner span {
  font-weight: bold;
}

.popup-result .card-content-inner:first-child {
  padding-top: 1rem;
}

.popup-result .card-content-inner:last-child {
  padding-bottom: 1rem;
}

#order .item-title {
  width: 50%;
  text-align: left;
}

.popup-agreement .close-popup,
.popup-contract .close-popup {
  position: absolute;
  right: 0.75rem;
}
.content_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-item .icon.icon-nav-home {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(/images/home.png);
}

.tab-item .icon.icon-nav-loan {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(/images/loan.png);
}

.tab-item .icon.icon-nav-order {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(/images/order.png);
}

.tab-item .icon.icon-nav-coupon {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(/images/coupon.png);
}

.tab-item .icon.icon-nav-mine {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(/images/mine.png);
}

.tab-item.active .icon.icon-nav-home {
  background-image: url(/images/home-s.png);
}

.tab-item.active .icon.icon-nav-loan {
  background-image: url(/images/loan-s.png);
}

.tab-item.active .icon.icon-nav-order {
  background-image: url(/images/order-s.png);
}

.tab-item.active .icon.icon-nav-coupon {
  background-image: url(/images/coupon-s.png);
}

.tab-item.active .icon.icon-nav-mine {
  background-image: url(/images/mine-s.png);
}

.bar-nav ~ .content {
  top: 3rem;
}

.bar-nav {
  height: 3rem;
  line-height: 3rem;
  background: #fa7268;
}

h1.title {
  line-height: 3rem;
  color: #fff;
  font-size: 1rem;
}

.button.button-fill {
  border-radius: 0.3rem;
  background: #fa7268;
}
.button.button-fill:active {
  background: #db4f45;
}

.button.button-fill:active {
  background: #db4f45;
}

.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  color: #fa7268;
}

.bar .button-link {
  font-size: 1.2rem;
  line-height: 3rem;
  height: 3rem;
  color: #fff;
}

.bar .button-nav.pull-left {
  padding: 0 1rem 0 0.5rem;
}
.toast {
  height: auto;
  width: auto;
  border-radius: 0.3rem;
  max-width: 240px;
  margin-top: -4.5rem !important;
  padding: 20px 16px;
  line-height: 1.25rem;
}

label.label-checkbox
  input[type="checkbox"]:checked
  + .item-media
  i.icon-form-checkbox,
label.label-checkbox
  input[type="radio"]:checked
  + .item-media
  i.icon-form-checkbox {
  border: none;
  background-color: #fa7268;
}
/* 右上角客服弹窗提示 */
.page_support {
  width: 19rem;
  margin: 0 auto;
  position: relative;
}
.customer-support {
  z-index: 10000;
  position: absolute;
  top: 0.4rem;
  right: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  background-image: url(/images/customer_w.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #0894ec;
}

.customer-text {
  font-size: 0.5rem;
  color: white;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 1.8rem;
}
.overlay_hidden {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  display: flex;
  align-items: flex-start;
  z-index: 10001;
}

.AboutUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  display: flex;
  align-items: flex-start;
  z-index: 10001;
}

.AboutUp_box {
  width: 19rem;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  color: #333;
  border-radius: 1.25rem 1.25rem 0 0;
  left: 50%;
  background: white;
  overflow: hidden;
  transform: translate(-50%, 100%);
  transition: transform 0.5s ease-in-out;
}

.AboutUp_box.show {
  transform: translate(-50%, 0);
  /* 显示时垂直方向上移，停在底部 */
}

@@keyframes slideUp {
  from {
    transform: translate(-50%, 100%);
    /* 初始状态：水平居中但在底部 */
  }

  to {
    transform: translate(-50%, 0);
    /* 最终状态：水平居中且滑到底部可见 */
  }
}

.AboutUp_box.show {
  animation: slideUp 0.5s ease-in-out;
}
.about-title-container {
  position: relative;
  width: 100%;
}


.about-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.0225rem;
}

.about-title-container .hot-title-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-title-container .hot-title-right img {
  width: 1rem;
  height: auto;
}
.item-link:active{
  background-color: #f4f4f4 !important;
 }
 .label-checkbox:active{
  background-color: #f4f4f4 !important;
 }