@charset "UTF-8";
.pc {
  background: #F6F8FC;
}
.pc .page-banner {
  position: relative;
}
.pc .page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.pc .page-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 46px;
  font-weight: 900;
  padding: 24px 82px;
  background: rgba(194, 207, 244, 0.2);
  border-radius: 70px 8px 70px 70px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.pc .row-title {
  font-size: 32px;
  color: #202532;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.pc .main-text {
  font-size: 14px;
  color: #818593;
  text-align: center;
  line-height: 1.62;
  font-weight: 500;
}
.pc .summary {
  background-image: linear-gradient(180deg, #F3F8FF 0%, #FAFCFF 99%);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0 6px 20px 0 rgba(149, 153, 164, 0.1);
  border-radius: 60px;
  padding: 18px;
  width: 75%;
  margin: 30px auto;
}
.pc .summary .thumb {
  width: 68px;
  height: 68px;
  background-image: url("/static/home/images/finance/产融服务1-ICON.png");
  margin-right: 30px;
}
.pc .summary .text {
  font-size: 16px;
  color: #000c37;
  line-height: 1.62;
  font-weight: 500;
}
.pc .partners {
  background: #FFFFFF;
  box-shadow: 0 50px 150px 0 rgba(149, 153, 164, 0.12);
  border-radius: 32px 32px 0 0;
  padding: 16px 16px 66px;
}
.pc .partners .bg {
  background-image: linear-gradient(180deg, #F3F6FC 0%, #FFFFFF 100%);
  border-radius: 24px 24px 0px 0px;
  padding: 25px 0;
}
.pc .partners .bank .item {
  width: 220px;
  height: 74px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgb(232, 233, 237);
  box-shadow: 0 2px 16px 0 rgba(169, 171, 177, 0.1);
  border-radius: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.pc .partners .bank .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pc .partners .bank .grid .item:last-child {
  margin-right: 0;
}
.pc .financing {
  margin: 60px 0;
}
.pc .financing .column {
  margin-top: 36px;
}
.pc .financing .column .item {
  background: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(218, 219, 222, 0.1);
  border-radius: 16px;
  padding: 15px 30px 28px;
  position: relative;
}
.pc .financing .column .item:hover {
  position: relative;
}
.pc .financing .column .item:hover::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(180deg, #517DD0 0%, #2847A3 100%);
  border-radius: 16px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pc .financing .column .item:hover .thumb {
  position: relative;
  top: 10%;
}
.pc .financing .column .item:hover .sub-title {
  color: #fff;
  position: relative;
  top: 15%;
}
.pc .financing .column .item:hover .main-text {
  display: none;
}
.pc .financing .column .item:hover .bottom {
  background: #FFFFFF;
  border-radius: 16px;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.pc .financing .column .item .thumb {
  width: 118px;
  height: 118px;
  background: rgba(243, 246, 249, 0.3);
  margin: 0 auto;
  border-radius: 50%;
}
.pc .financing .column .item .thumb .icon {
  width: 88px;
  height: 88px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 4px 12px 30px -6px rgba(22, 52, 80, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc .financing .column .item .thumb .icon.icon-1::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("/static/home/images/finance/service-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc .financing .column .item .thumb .icon.icon-2::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("/static/home/images/finance/service-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc .financing .column .item .thumb .icon.icon-3::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("/static/home/images/finance/service-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc .financing .column .item .thumb .icon.icon-4::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("/static/home/images/finance/service-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc .financing .column .item .sub-title {
  font-size: 20px;
  color: #202532;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 60px;
  margin: 10px 0;
}
.pc .financing .column .item .main-text {
  min-height: 220px;
  text-align: left;
}
.pc .financing .column .item .bottom .apply {
  font-size: 16px;
  color: #2847A3;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 12px;
}
.pc .financing .column .item .bottom .arrow {
  width: 17px;
  height: 16px;
  background-image: url("/static/home/images/finance/icon-arrow.png");
  background-size: contain;
}
.pc .gradient {
  background-image: linear-gradient(180deg, #DEE8FF 1%, #F5F8FC 100%);
  padding-top: 80px;
}
.pc .gradient .step {
  background-image: linear-gradient(0deg, #FFFFFF 0%, #ECF3FC 100%);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0 0 18px 0 rgba(159, 160, 161, 0.1);
  border-radius: 110px;
  position: relative;
  padding: 10px 50px;
}
.pc .gradient .step .aggregate {
  margin-top: -40px;
}
.pc .gradient .step .aggregate .item {
  z-index: 1;
}
.pc .gradient .step .aggregate .item .sort {
  width: 60px;
  height: 60px;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 60px;
}
.pc .gradient .step .aggregate .item .sort.sort-1 {
  background: #39CBE9;
  box-shadow: 0 2px 16px 0 rgba(57, 203, 233, 0.2);
}
.pc .gradient .step .aggregate .item .sort.sort-2 {
  background: #39BBF1;
  box-shadow: 0 2px 16px 0 rgba(57, 187, 241, 0.2);
}
.pc .gradient .step .aggregate .item .sort.sort-3 {
  background: #3AA8FB;
  box-shadow: 0 2px 16px 0 rgba(58, 168, 251, 0.2);
}
.pc .gradient .step .aggregate .item .sort.sort-4 {
  background: #3A92F4;
  box-shadow: 0 2px 16px 0 rgba(58, 146, 244, 0.2);
}
.pc .gradient .step .aggregate .item .sort.sort-5 {
  background: #3978DF;
  box-shadow: 0 2px 16px 0 rgba(57, 120, 223, 0.2);
}
.pc .gradient .step .aggregate .item .sort.sort-6 {
  background: #385CC7;
  box-shadow: 0 2px 16px 0 rgba(56, 92, 199, 0.2);
}
.pc .gradient .step .aggregate .item .title {
  font-size: 20px;
  color: #202532;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin: 16px 0;
  line-height: 22px;
  min-height: 44px;
}
.pc .gradient .step .line {
  position: absolute;
  width: 80%;
  height: 4px;
  background-image: linear-gradient(90deg, #39CDE9 0%, #3A9FFF 50%, #385CC7 100%);
  top: -2px;
  left: 10%;
}
.pc .gradient .insurance {
  margin-top: 60px;
}
.pc .gradient .insurance .column {
  margin-top: 36px;
}
.pc .gradient .insurance .column .item .thumb {
  position: relative;
  border-radius: 16px 16px 0 0;
  height: 260px;
}
.pc .gradient .insurance .column .item .thumb .title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(4, 51, 192, 0.4);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
.pc .gradient .insurance .column .item .main-text {
  padding: 24px 50px;
  background: #fff;
  min-height: 230px;
  text-align: left;
}

/*# sourceMappingURL=finance.css.map */
