.coreBusiness{
    background-color: #ACD9FF;
    /* text-align: center; */
    padding-bottom: 1.8375rem;
}
.coreBusiness .title{
    font-size: .45rem;
    color: #000000;
    font-weight: bold;
    padding: .6875rem 0 .25rem 0;
    line-height: 1;
    text-align: center;
}
.coreBusiness .info{
    font-size: .275rem;
    color: #000000;
    margin: 0 3.5875rem;
    padding-bottom: .425rem;
    line-height: .375rem;
    text-align: center;
}
.coreBusiness  .businessCard{
    padding-bottom:1.65rem;
    padding:0 1.5rem;
}
.businessCard ul{
    display: flex;
    justify-content: space-around;
}
.businessCard ul li{
    width: 4rem;
    height: 5.25rem;
    border-radius: .25rem .25rem .25rem .25rem;
    background: #F7FAFF;
    padding: .4625rem 0 0 .4625rem;
    position: relative;
    cursor: pointer;
}
.businessCard ul li:hover{
    background: linear-gradient(180deg, #4AB1FF 0%, #D4EBFF 100%);
    box-shadow: -3px 14px 10px 1px rgba(0,137,255,0.2000);
}
.businessCard .businessCardTitle{
 font-weight: bold;
 font-size: .375rem;
 line-height: 1;
}
.businessCard .online{
    font-size: .225rem;
    color: #0089FF;
    margin-top: .1875rem;
    line-height: 1;
}
.businessCard .businessCardImg{
 position: absolute;
 bottom: 0;
 right: 0;
}
.advantage{
    background-color: #D9EEFF;
    padding-bottom: 1.4125rem;
}
.advantage .title{
    font-size: 0.45rem;
    font-weight: bold;
    padding: .75rem 0 .5625rem 0;
    text-align: center;
}
.advantage .title span{
line-height: 1;
}
.cardList .cardItem{
    width: 6.625rem;
}
.cardList ul{
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
}
.cardList ul li{
    position: relative;
}
.cardItem .cardInfo{
font-size: .225rem;
color: #000000;
line-height: .375rem;
width: 6.1875rem;
padding-top: .25rem;
}
.cardItem .cardTitle{
 font-size: .375rem;
 font-weight: bold;
 color: #000000;
 position: absolute;
 line-height: 1;
 top: 2.4375rem;
 left: .375rem;
}
.Solution{
    background-color: #FFFFFF;
    padding: 1.3rem 0 1.2875rem 0;
    text-align: center;
}
  