.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
[v-cloak] {
  opacity: 0;
}
.credit-payment-page {
  min-width: 1400px;
}
.credit-payment-page .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit-payment-page .example-prefer-title .text {
  font-size: 34px;
}
.credit-payment-page .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/creditPayment/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.credit-payment-page .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.credit-payment-page .banner-box {
  background: url("../images/creditPayment/banner-bg.jpg") no-repeat center;
  height: 500px;
}
.credit-payment-page .banner-box .page-wrap {
  position: relative;
  height: inherit;
}
.credit-payment-page .banner-box .jump-el {
  position: absolute;
  bottom: 45px;
  left: 350px;
  z-index: 1;
}
@keyframes clickAnimation {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(5px) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.credit-payment-page .banner-box .jump-el:after {
  display: block;
  content: '';
  background: url("../images/creditPayment/touch-icon.png") no-repeat center;
  width: 77px;
  height: 65px;
  position: absolute;
  bottom: -26px;
  right: -50px;
  z-index: 2;
  animation: clickAnimation 0.7s linear infinite;
}
.credit-payment-page .banner-box .link-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(-24deg, #FF3609 0%, #FF9A24 100%);
  box-shadow: 4px 23px 24px 0px rgba(151, 28, 0, 0.2);
  border-radius: 32px;
  border: 2px solid #FFC31C;
  font-size: 24px;
  font-weight: bold;
}
.credit-payment-page .banner-box .link-tag:after {
  display: block;
  content: '';
  border-top: transparent 10px solid;
  border-left: #fff 14px solid;
  border-bottom: transparent 10px solid;
  margin-left: 12px;
}
.credit-payment-page .why-credit {
  background: url("../images/creditPayment/credit-bg.png") no-repeat center;
  height: 700px;
  padding: 60px 0 20px;
  overflow: hidden;
}
.credit-payment-page .why-credit .case-box {
  background: url("../images/creditPayment/case-bg.png") no-repeat center;
  width: 1281px;
  height: 578px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.credit-payment-page .why-credit .case-lists {
  height: 390px;
  margin: 146px auto 0;
  padding: 50px 64px 0;
  display: flex;
}
.credit-payment-page .why-credit .case-type {
  width: 268px;
  height: 298px;
  margin-right: 30px;
}
.credit-payment-page .why-credit .case-type .text {
  display: flex;
  align-items: center;
  height: 282px;
  color: #815716;
  line-height: 24px;
  padding: 40px 38px 40px;
  font-weight: 400;
  font-size: 15px;
}
.credit-payment-page .why-credit .case-type:first-child {
  background: url("../images/creditPayment/case-type1.png") no-repeat center;
}
.credit-payment-page .why-credit .case-type:first-child + .case-type {
  background: url("../images/creditPayment/case-type2.png") no-repeat center;
}
.credit-payment-page .why-credit .case-type:last-child {
  background: url("../images/creditPayment/case-type3.png") no-repeat center;
}
.credit-payment-page .core-box {
  background: url("../images/creditPayment/core-bg.png") no-repeat center;
  height: 650px;
  padding: 60px 0;
}
.credit-payment-page .core-box .core-lists {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}
.credit-payment-page .core-box .item {
  width: 336px;
  height: 310px;
  background: #fff;
  border-radius: 30px 60px 30px 30px;
  position: relative;
  margin-left: 16px;
  box-shadow: 0 35px 38px 0px rgba(255, 230, 170, 0.28);
  transition: all 0.3s;
  background: url("../images/creditPayment/core-item-bg.png") no-repeat center;
}
.credit-payment-page .core-box .item:hover {
  transform: translateY(-5px);
}
.credit-payment-page .core-box .item:hover:before {
  background: linear-gradient(to bottom, #FFFDE4, rgba(207, 138, 33, 0.9));
}
.credit-payment-page .core-box .item:first-child {
  margin-left: 0;
}
.credit-payment-page .core-box .item:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to bottom, #FFFDE4, rgba(207, 138, 33, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  transition: all 0.3s;
}
.credit-payment-page .core-box .item .text {
  font-size: 16px;
  color: #CF8A21;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.credit-payment-page .core-box .info {
  text-align: center;
  padding: 40px 60px 0;
  background: url("../images/creditPayment/core-info-bg.png") no-repeat center;
  width: 319px;
  height: 250px;
  margin: 12px auto 0;
  position: relative;
  z-index: 2;
}
.credit-payment-page .core-box .info-title {
  text-align: center;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
.credit-payment-page .scenarios-box {
  padding: 60px 0;
  background: url("../images/creditPayment/scenarios-bg.png") no-repeat center;
  height: 750px;
}
.credit-payment-page .scenarios-box .scenarios-lists {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
.credit-payment-page .scenarios-box .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 18px;
  color: #001010;
  padding: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.credit-payment-page .scenarios-box img {
  transition: all 0.3s;
}
.credit-payment-page .scenarios-box .scenarios-l {
  width: 456px;
  height: 496px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.credit-payment-page .scenarios-box .scenarios-l:hover img {
  transform: scale(1.02);
}
.credit-payment-page .scenarios-box .scenarios-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.credit-payment-page .scenarios-box .view-row {
  position: relative;
  width: 928px;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
}
.credit-payment-page .scenarios-box .view-row:hover img {
  transform: scale(1.02);
}
.credit-payment-page .scenarios-box .multiple-row {
  display: flex;
  justify-content: space-between;
}
.credit-payment-page .scenarios-box .multiple-row .multiple-l,
.credit-payment-page .scenarios-box .multiple-row .multiple-r {
  position: relative;
  width: 456px;
  height: 240px;
  overflow: hidden;
  border-radius: 12px;
}
.credit-payment-page .scenarios-box .multiple-row .multiple-l:hover img,
.credit-payment-page .scenarios-box .multiple-row .multiple-r:hover img {
  transform: scale(1.02);
}
.credit-payment-page .activate-box {
  background: url("../images/creditPayment/activate-bg.png") no-repeat center;
  height: 500px;
  padding: 60px 0;
}
.credit-payment-page .activate-box .activate-steps {
  margin-top: 96px;
  display: flex;
}
.credit-payment-page .activate-box .activate-steps .steps {
  position: relative;
  margin-left: 112px;
  color: #a16110;
  text-align: center;
}
.credit-payment-page .activate-box .activate-steps .steps:first-child {
  margin-left: 0;
}
.credit-payment-page .activate-box .activate-steps .steps:first-child .view-icon:before {
  display: none;
}
.credit-payment-page .activate-box .activate-steps .steps .des {
  font-size: 14px;
}
.credit-payment-page .activate-box .activate-steps .steps img {
  transition: all 0.3s;
}
.credit-payment-page .activate-box .activate-steps .steps:hover img {
  transform: scale(1.1);
}
.credit-payment-page .activate-box .activate-steps .view-icon {
  background: url("../images/creditPayment/step-bg.png") no-repeat center;
  height: 140px;
  width: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.credit-payment-page .activate-box .activate-steps .view-icon:before {
  display: block;
  content: '';
  background: url("../images/creditPayment/step-arrow.png") no-repeat center;
  width: 34px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: -74px;
  z-index: 1;
  transform: translateY(-50%);
}
.credit-payment-page .activate-box .activate-steps .steps-title {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.credit-payment-page .faq-box {
  padding: 60px 0;
  background: url("../images/creditPayment/faq-bg.png") no-repeat center;
  height: 740px;
}
.credit-payment-page .faq-box .faq-lists {
  margin-top: 80px;
}
.credit-payment-page .faq-box .faq-lists .item {
  border-radius: 8px;
  background: #FFE6AA;
  border: 1px solid #F3C136;
  overflow: hidden;
  margin-bottom: 30px;
}
.credit-payment-page .faq-box .faq-lists .title {
  background: #FFE6AA;
  padding: 21px 40px;
  font-size: 18px;
  color: #001010;
}
.credit-payment-page .faq-box .faq-lists .rules {
  color: #fff;
  font-size: 20px;
  padding: 21px 40px;
  background: #F3C136;
  position: relative;
}
.credit-payment-page .faq-box .faq-lists .rules:before {
  display: block;
  content: '';
  border-left: transparent 16px solid;
  border-bottom: #F3C136 18px solid;
  border-right: transparent 16px solid;
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.credit-payment-page .apply-box {
  background: url("../images/creditPayment/apply-bg.png") no-repeat center;
  height: 348px;
  overflow: hidden;
}
.credit-payment-page .apply-box .apply-title {
  display: block;
  margin: 110px auto 0;
}
.credit-payment-page .apply-box .jump-pcb {
  background: url("../images/creditPayment/apply-btn.png") no-repeat center;
  width: 280px;
  height: 72px;
  display: block;
  margin: 38px auto 0;
  transition: all 0.3s;
  text-indent: -99999em;
}
.credit-payment-page .apply-box .jump-pcb:after {
  content: url("../images/creditPayment/apply-hover-btn.png");
}
.credit-payment-page .apply-box .jump-pcb:hover {
  background: url("../images/creditPayment/apply-hover-btn.png") no-repeat center;
  width: 280px;
  height: 72px;
}
