.product-block .fl {
  width: 288px;
  height: 256px;
}
.product-block .img-box {
  width: 160px;
  height: 160px;
  margin-left: 64px;
}
.product-block .text-1 {
  margin-top: 12px;
  font-size: 26px;
  color: #121736;
  line-height: 24px;
}
.product-block .text-2 {
  margin-top: 12px;
  font-size: 16px;
  color: #888b9a;
  line-height: 22px;
}
.loan-step-block {
  padding-bottom: 177px;
}
.loan-step-block .step-box {
  width: 1200px;
  height: 246px;
  padding-top: 50px;
  background: #00b85c;
  border-radius: 0px 100px 0px 100px;
}
.loan-step-block .step-box > .fl {
  width: 380px;
  position: relative;
}
.loan-step-block .step-box > .fl::after {
  content: '';
  width: 128px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  opacity: 0.2;
  position: absolute;
  right: -70px;
  top: 11px;
}
.loan-step-block .step-box > .fl:nth-child(1)::after {
  right: -56px;
}
.loan-step-block .step-box > .fl:last-child::after {
  display: none;
}
.loan-step-block .icon-box {
  display: inline-block;
  width: 24px;
  vertical-align: text-bottom;
}
.loan-step-block .top-box {
  height: 24px;
}
.loan-step-block .text-1 {
  display: inline-block;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.loan-step-block .text-2 {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
.loan-step-block .img-box {
  margin-top: 27px;
}
.about-block {
  background: linear-gradient(180deg, #00b85c 0%, #00ad57 100%);
}
.about-block .about-bg {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.about-block .about-bg::before {
  content: '';
  width: 182px;
  height: 162px;
  background-image: url(../images_new/about-bg-01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 133px;
  left: 50%;
  margin-left: -720px;
}
.about-block .about-bg::after {
  content: '';
  width: 760px;
  height: 760px;
  background-image: url(../images_new/about-bg-03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 400px;
}
.about-block .container {
  padding-top: 80px;
  background: url(../images_new/about-bg-02.png) no-repeat 780px 268px;
  background-size: 182px 162px;
}
.about-block .mt-66 {
  margin-top: 66px;
}
.about-block .mt-56 {
  margin-top: 56px;
}
.about-block .text {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}
.about-block .text-1 {
  width: 852px;
  margin-top: 8px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 34px;
}
.about-block .swiper-container {
  width: 100%;
  height: 482px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide {
  width: 452px;
  padding-top: 32px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box {
  position: relative;
  height: 106px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .line {
  display: block;
  width: 100%;
  height: 3px;
  box-shadow: 0px 6px 12px 0px rgba(0, 134, 67, 0.2);
  background-color: #33c67c;
  position: absolute;
  top: 7px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .circular {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .time-box .time {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 48px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box {
  width: 420px;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid #f0f2f5;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box span {
  display: block;
  padding: 30px 0 21px 32px;
  font-size: 16px;
  color: #121736;
  line-height: 22px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide .img-box img {
  width: 358px;
  height: 162px;
  padding-left: 32px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide {
  width: 512px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide .img-box {
  width: 480px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide.slide .img-box img {
  width: 418px;
}
.about-block .swiper-container .swiper-wrapper .swiper-slide:last-child .line {
  width: 0;
  left: 0;
}
.about-block .swiper-container .swiper-scrollbar {
  height: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0;
  width: 100%;
  left: 0;
}
.about-block .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 4px;
  background: #fff;
  top: 4px;
  cursor: pointer;
}
.honor-block .title-box .fr {
  margin-top: 30px;
}
.honor-block .title-box img {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.honor-block .title-box span {
  font-size: 14px;
  color: #b7b9c2;
  line-height: 20px;
}
.honor-block .img-item {
  width: 384px;
}
.safe-block .safe-cont {
  height: 424px;
  padding-top: 16px;
  padding-left: 74px;
  background: #00b85c url(../images_new/safe-bg.png) no-repeat top right;
  background-size: contain;
  border-radius: 0px 100px 0px 100px;
}
.safe-block .text {
  position: relative;
  padding-left: 52px;
  margin-top: 36px;
}
.safe-block .num-icon {
  position: absolute;
  width: 30px;
  top: 11px;
  left: 0;
}
.safe-block .text-1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
}
.safe-block .text-2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}
.plan-block {
  padding: 80px 0;
  background: #e6f9ef url(../images_new/plan-block-bg.jpg) no-repeat center center;
  background-size: auto 100%;
}
.plan-block .plan-cont {
  position: relative;
}
.plan-block .img-box {
  height: 440px;
}
.plan-block .img-box img {
  border-radius: 16px;
}
.plan-block .text-box {
  position: absolute;
  width: 312px;
  top: 0;
  right: 0;
  border-radius: 0px 16px 16px 0px;
}
.plan-block .text-box li {
  padding: 50px 32px;
  background: rgba(87, 91, 94, 0.7);
  cursor: pointer;
}
.plan-block .text-box li.actived {
  height: 268px;
  padding-top: 48px;
  padding-bottom: 0;
  background: rgba(0, 184, 92, 0.9);
}
.plan-block .text-box li:first-child {
  border-radius: 0px 16px 0px 0px;
}
.plan-block .text-box li:last-child {
  border-radius: 0px 0px 16px 0px;
}
.plan-block .text-box .text-1 {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.plan-block .text-box .text-1::after {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 16px;
  background: #ffffff;
  border-radius: 2px;
  top: 5px;
  left: 0;
}
.plan-block .text-box .text-2 {
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.partner-block .partner-cont {
  width: 1199px;
}
