.mar-t60{
  margin-top: 60px;
}
.mar-r25{
  margin-right: 25px;
}
.linH32{
  line-height: 32px;
}
.settlement_banner{
  width: 100%;
  height: 381px;
  position: relative;
  
}
.settlement_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.settlement_banner .settlement_banner{
  position: relative;
}
.settlement_banner .banner_text{
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 90px;
}
.settlement_banner .banner_subTitle{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 32px;
  width: 100%;
  color: #fff;
}
.settlement_banner .banner_text .font32{
  font-size: 32px;
}
.settlement_wenti{
  padding: 30px 25px;
  border-radius: 20px;
  position: relative;
  top: -44px;
}
.settlement_wenti .wenti_text{
  display: flex;
  font-size: 32px;
  margin-bottom: 23px;
  align-items: center;
  flex-direction: column;
}
.bottomLine{
  height: 4px;
  width: 60px;
  border-radius: 2px;
  background: #007DEE;
}
.wenti_item{
  width: 30%;
  display: flex;
  align-items: center;
  padding: 55px 30px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.wenti_item .wenti_title{
  font-size: 20px;
  line-height: 40px;
}
.fanganBox{
  flex-wrap: wrap;
}
.fangAn_item{
  align-items: center;
}
.case_text{
  font-size: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caseList{
  justify-content: space-between;
}
.caseList .caseItem{
  width: 32%;
  height: 270px;
  border: 1px solid #007DEE;
}

.caseList .caseItem .caseImg{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.processInstructions .processBox{
  justify-content: space-around;
}
.processInstructions .processItem{
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.processInstructions .processBottomLine{
  width: 75%;
  border: 1px solid #DDDDDD;
}
.processItem .lineRound{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DDDDDD;
  position: absolute;
  bottom: -35px;
}
.registerNowBtn{
  color: #fff;
  padding: 18px 44px;
  background: #007DEE;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 35px;
  display: block;
}
.fanganBoxNew{flex-wrap: wrap;}
.fangAn_item{width: 468px;margin-right: 48px;}
.fangAn_item{border: 1px solid #E5E5E5; border-radius: 8px 8px 8px 8px; border-top: none;border-top-left-radius:14px ;border-top-right-radius:14px ;}
.fangAn_item:last-child{margin-right: 0;}
.fangAn_item_img{width: 100%;height: 311.05px;}
.fangAn_item_img img{width: 100%;height: 100%;}
.linH32{margin-top: 26px;}
.linH32 .fangAn_title{text-align: center;}
.linH32 .fangAn_text{margin:12px 19px 12px;}
.settlement_wenti{padding-bottom: 16px;}
#footer .bg-dark {margin-top: 0;}
.settlement_banner  .banner_subTitle_new{line-height: 50px;transform: translate(-50%, -11%);}