/* 头部css样式 */
.header {
  background: linear-gradient(to bottom, #142555 0%, #142555 62%, #F6F7FB 62%, #F6F7FB 100%);

}

.headerContent {
  /* position: relative; */
  /* background-color: pink; */
}

.headerName {
  padding-bottom: 80px;
  padding-top: 50px;
  font-weight: 800;
  font-size: 44px;
  color: #FFFFFF;
}

.headerInfo {
  display: flex;
  align-items: center;
  padding-bottom: 127px;
}

.headerImg {
  width: 475px;
  height: 502px;
}

.headerTitle {
  padding: 40px 0;
  font-weight: bold;
  font-size: 54px;
  color: #FFFFFF;
  line-height: 68px;
}

.headerText {
  margin-left: 170px;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 36px;
}

.headerLoanTitle {
  padding-top: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  color: #333333;
}


.headerBtn {
  width: 218px;
  height: 65px;
  margin-top: 78px;
}

.headerBg {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: skyblue; */
}

.headerLoanInfo {
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 160px;
  background-color: #FFFFFF;
  /* background-color: yellow; */
}

.Vector_119 {
  width: 310px;
  height: 514px;
  position: absolute;
  top: -8px;
  left: -90px;
  z-index: 1;
}

.Vector_118 {
  width: 699px;
  height: 899px;
  position: absolute;
  top: -260px;
  right: 0;
  z-index: 1;
}

.headerLoanBrText {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 75px;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
}

.headerLoanBrAmount {
  font-size: 55px;
  color: #FF5035;
  line-height: 64px;
}

.headerLoanLineBg {
  width: 800px;
  height: 18px;
  display: flex;
  align-items: center;
  background: #E5E6EF;
}

.headerLoanLineAct {
  width: 500px;
  height: 18px;
  background: #FF6B6B;
}

.headerLoanBlock {
  width: 20px;
  height: 34px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.headerLoanAmount {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
}

.headerLoanBtn {
  width: 360px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  background: #FF6B6B;
  border-radius: 4px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}

.headerLoanTips {
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #888888;
}

/* adv css 样式 */

.advSection {
  padding-top: 100px;
}

.advTitle {
  color: #FF6B6B;
}

.advInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.advItem {
  margin-bottom: 52px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.advImg {
  width: 68px;
  height: 68px;
}

.advItemTitle {
  padding-top: 20px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 25px;
  color: #333333;
  line-height: 35px;
}

.aboutMain {
  background: linear-gradient(to bottom, #FF6B6B 0%, #FF6B6B 80%, #FFFFFF 80%, #FFFFFF 100%);
}

.jourInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 70px;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
}

.jourTitle {
  width: 450px;
}

.jourText {
  width: 668px;
  height: 180px;
  box-sizing: border-box;
  padding: 37px 78px;
  margin-left: 10%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px 12px 12px 12px;
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 36px;
}

.stepBg {
  width: 100%;
  height: 880px;
  box-sizing: border-box;
  background: url('../images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.stepList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-top: 80px;
}

.stepItem {
  /* width: 368px; */
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 24px;
  font-weight: 600;
  font-size: 32px;
  color: #142455;
  text-align: center;
  transition: 0.5s ease-in;
}

.stepItemIc {
  width: 100px;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 35px;
}

.stepItem:hover {
  background: #FF6B6B;
  color: #FFFFFF;
}

/* SatisMain */
.SatisMain {
  padding-top: 100px;
  padding-bottom: 160px;
}

.SatisTitle {
  width: 430px;
  padding-bottom: 50px;
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 64px;
}

.SatisContent {
  display: flex;
  justify-content: center;
  position: relative;
  /* background-color: yellow; */
}

.SatisImg {
  width: 450px;
  height: 450px;
}

.SatisIc {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  left: 16px;
}

.SatisInfo {
  width: 520px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 30px;
  left: 0;
  bottom: -57px;
  box-sizing: border-box;
  position: absolute;
  background: #142455;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}

.SatisInfoR {
  width: 520px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 30px;
  right: 0;
  top: -57px;
  box-sizing: border-box;
  position: absolute;
  background: #FF6B6B;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}

.SatisIcR {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  right: 16px;
}

.SatisInfoName {
  text-align: right;
  padding-top: 22px;
  font-weight: 600;
}

/* 底部css样式 */
.footer {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 127px;
  background-color: #142555;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.footer_a {
  margin-top: 80px;

}

.footer_a a {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_name {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
  color: #FF6B6B;
}

.footer_title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.footer_email_ic {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.footer_email_text {
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.footer_text {
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(#FFFFFF, 0.8);
}

.footer_play_btn {
  width: 218px;
  height: 65px;
  margin-top: 62px;
}