.foot-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    height: .8rem;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* max-width: 750px; */
    background: -webkit-linear-gradient(top,#4589CA,#0980D0);
    background: linear-gradient(180deg,#4589CA,#0980D0);
}
.foot-fixed a.flex{
    margin-right: .1rem;
    color: #ffffff;
    width: 20%;
}
.foot-fixed .icon{
    font-size:.3rem!important;
}
.foot-fixed .i-bzxw,.foot-fixed .i-bddh{
    /* -webkit-animation-name: scaleDraw; */
    /* -webkit-animation-timing-function: ease-in-out; */
    /* -webkit-animation-iteration-count: infinite; */
    /* -webkit-animation-duration: 4s; */
}
@keyframes scaleDraw{
    0% {transform:scale(1);}
    25% {transform:scale(1.16);}
    50% {transform:scale(1);}
    75%{transform:scale(1.16);}
}
@keyframes scaleDraw{
    0% {-webkit-transform:scale(1);}
    25% {-webkit-transform:scale(1.16);}
    50% {-webkit-transform:scale(1);}
    75%{-webkit-transform:scale(1.16);}
}
.foot-fixed  span{
    font-size:.17rem
}
.groupBtn {
    width: 4rem;
    height: .5rem;
    background: #ffffff;
    border-radius: 1rem;
    font-size: .25rem;
    line-height: .5rem;
    color: #FF6F00;
    margin-left: auto;
    font-weight: 700;
    text-align: center;
}
.foot-link,.foot-link a{
    color:#666;
    font-size:.3rem;
}