*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.footBox {
    height: 2.8rem;
    display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-top: .1rem;
    background-color: #ffc000;
    color: #fff;
    padding-bottom: 10px;
}

.footBox h3 {
    font-family: Roboto, Roboto;
    font-weight: 700;
    font-size: .18rem;
    margin-bottom: .2rem;
}

.footBox p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: .18rem;
    line-height: .25rem;
    margin-bottom: .1rem;
}

.footBox p a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: .3rem;
}
.footBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 2rem;
    background:#199755;

    border-radius: .39rem;
    border: .01rem solid #c8c8c8;
    margin: .7rem auto .6rem;
}

.footBanner p {
    width: 10.11rem;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: .26rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
}