.riskMan {
    padding-top: 18rem;
    background:url(../img/bg3.png) bottom no-repeat;
    padding-bottom: 18rem;
}
.risk-text{
    text-align: left;
}
.riskFraudBox{
    width: 100%;
    background:#F3F8FF;
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.footer{
    /* height: 131.5rem; */
    width: 100%;
    background: #fff;
    padding: 10rem 0;
}
.footer>.footer-title{
    text-align: center;
    font-weight: Bold;
    color: #3D3652;
    margin: 0 auto 5.1rem;
    width: 60%;
}
.footer>.footer-content{
    /* width: 120rem; */
    margin: 0 auto;
    height: 28rem;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.footer>.footer-content>div{
    width: 37.3rem;
    height: 26rem;
    background: #F5F7FC;
    border-radius: 3rem;
    line-height: 22px;
}
.footer>.footer-content>div>img{
    width: 6rem;
    height: 4.9rem;
    display: block;
    margin: 3.4rem auto 3rem;
}
.footer>.footer-content>div>h3{
    text-align: center;
    margin-bottom: 1.6rem;
    font-weight: 600;
}
.footer>.footer-content>div>.riskFraudItemText{
    width: 100%;
    margin: 0 auto 1.7rem;
    position: relative;
}
/* .footer>.footer-content>div>p:nth-of-type(2)::before{
    position: absolute;
    content: '';
    display: block;
    width: 2.2rem;
    height: 100%;
    background: #00037A;
    left: 50%;
    transform: translateX(-50%);
} */
.footer>.footer-content>div>p:nth-of-type(3){
    text-align: left;
}
.footer>.footer-content>div:nth-of-type(1){
    /* margin-bottom: 4rem; */
}
.footer>.footer-content>div:nth-of-type(2){
    /* margin-bottom: 4rem; */
}
.footer>.footer-content>div:nth-of-type(3){
    /* margin-bottom: 4rem; */
}
.riskFraud{
    
    margin: 0 auto;
    max-width: 1200px;
    /* width: 64%; */
    background: none;
    /* padding: 10rem 0 0; */
}
.riskFraud-title{
    /* line-height: 4.8rem; */
}
.riskFraud-item{
    position: relative;
}
.footer>.footer-content>.riskFraud-item{
    width: 32rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(10, 34, 56, 0.2);
    border-radius: 3rem;
    padding: 0 3rem 2.4rem;
    height: auto;
}
.learnBtn{
    text-align: center;
    position: absolute;
    bottom: 2.6rem;
    left: 50%;
    transform: translate(-50%);
}
.learnBtn>a{
    color: #436AEE;
    text-decoration: underline;
    
}
.radius-box {
    width: 100%;
    height: 8rem;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  .radius-box::after {
    content: "";
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 1;
    border-radius: 0 0 50% 50%;
    background: #F3F8FF;
  }
  .footer>.riskFraud-content{
    height: auto;
  }
  .risk-cont-title{
    margin-bottom: 2.8rem;
  }
  .risk-cont3{
      padding-bottom: 10rem;
  }
  .riskDetail .risk-cont2{
      justify-content: flex-start;
  }
  .i1{
      width: 35%;
      margin-right: 10rem;
  }
  .text-style-right-phone{
    display: none;
  }