.foot_regbox{
    height: 220px;
flex-shrink: 0;
    background: linear-gradient(95deg, rgba(0, 108, 255, 0.90) 44.37%, rgba(157, 184, 221, 0.00) 115.21%, rgba(0, 108, 255, 0.40) 115.21%, rgba(0, 108, 255, 0.60) 115.21%), url("../images/foot_regbg1.png") lightgray 0px -590.116px / 100% 431.854% no-repeat;
}
.foot_reg{
    margin-top:50px;
    display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.foot_regbg{
    height: 100%;
    position: relative;

}
.foot_regtext{
    color: #fff;
    font-family: Microsoft YaHei UI;
font-size: 36px;
font-style: normal;
font-weight: 700;
}
.foot_regbtn{
    color: #016CFF;
font-family: Microsoft YaHei;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
padding: 12px 40px;

border-radius: 8px;
border: 2px solid #FFF;
background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
box-shadow: 0px 4px 16px 0px rgba(192, 199, 218, 0.30);
}
.foot_regimg{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 320px;
height:320px;
flex-shrink: 0;
    background: url("../images/foot_regbg2.png") 70% 25% / 80% no-repeat;
}

footer{
    background: #F5F9FF;
    padding:60px 0;
}
.footer_box{
    width: 100%;
    display: inline-flex;
flex-direction: column;
align-items: center;
gap: 32px;
}
.footer_top{
    display: flex;
width:100%;
align-items: flex-start;
gap: 100px;
}
.footer_left{
    display: flex;
width: 814px;
align-items: flex-start;
gap: 32px;
flex-shrink: 0;
}
.footer_left dl{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex: 1 0 0;
}
.footer_left dl dt{
    color: #253554;
font-family: PingFang SC;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}
.footer_left dl dd a{
    color: #253554;
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.footer_right{
    width: 300px;
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
color: #253554;
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.footer_right .foot_logo{
    max-width: 155px;
}
.footer_right .foot_ma{
width: 100px;
height: 100px;
}
.footer_right .foot_phone{
font-size: 16px;
line-height: 24px;
}
.footer_right .foot_btn{
display: flex;
width: 218px;
padding: 8px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 4px;
background: #0054DD;
line-height: 22px; 
color: #fff;
font-size: 14px;
}
.flink{
display: flex;
width: 100%;
align-items: flex-start;
gap: 24px;
font-family: PingFang SC;
}
.flink span{
font-size: 14px;
font-weight: 500;
line-height: 22px;
color: #253554;
}
.flink a,.footer_down,.footer_down a{
font-family: PingFang SC;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px;
color: #253554;
}
.footer_left a:hover,.flink a:hover,.footer_down a:hover{
    color: #0054DD;
}