*{
    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: #000;
    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: 15rem;
    height: auto;
    background: #bce2f9;
    border-radius: .39rem;
    /* border: .01rem solid #c8c8c8; */
    margin: .7rem auto .6rem;
    padding: .6rem;
    text-align: center;
    color: #203bbf;
}

.footBanner p {
    width: 100%;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: .26rem;
    color: #203bbf;
    line-height: 1.6;
    /* text-align: center; */
}