.foot_regbox{
    height: 180px;
flex-shrink: 0;
background: url(/style/img/reg_bg.png) 100%  no-repeat;
}

.foot_regbg{
    height: 100%; 
    position: relative;
    display: flex;
    justify-content: space-between;
align-items: center;
}
.foot_reg{
    color: #fff;
    font-family: Microsoft YaHei UI;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
 
.foot_regbtn{
    color: #1A5AFE;

    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_regbtn:hover{
    color:#fff;
    background:#1A5AFE;
 }

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;
opacity: 0.8;
}

.footer_right{
    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;
}