.footer_left{
    width: 452px;
}
.footer_left_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.footer_left_top a{
  color: #fff;
}
.footer_left_bottom{
    width: 100%;
    display: flex;
    font-size: 16px;
}
.footer_left_bottom > div{
    padding: 0 7px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.footer_left_bottom img{
    background: none;
    margin-right: 10px;
}
.footer_left_bottom .shu_z{
    width: 1px;
    height: 30px;
    padding: 0;
    opacity: 1;
    margin:0 10px ;
    background: rgba(255, 255, 255, 0.5);
}
.footer_right{
    width: 152px;
    height: 48px;
    display: flex;
    justify-content: center;
    line-height: 48px;
    background: #FF6721;
}