
.foot {

    position: fixed;
    z-index: 100;
    max-width: 700px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;

}

.footPic {
    border: 2px solid #ffe0c3;
    border-radius: 500px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    display: block;
    margin-bottom: 15px;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 4px 33px rgb(190 196 207 / 28%);
}

.footContent {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 10px;
}

.wx {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.wxText {
    margin-left: 10px;
    flex: 1;

}

.wxText>p {
    font-size: 15px;
    color: #8f4e10;
    padding: 0;margin:0;

}

.wxText>img {
    width: 190px;
    margin-top: 5px;

}
.ballon {
    width: 80px;
    height: 30px;
    background-size: 80px 30px;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    position: absolute;
    right: 1.25rem;
    cursor: pointer;
}