/* .chao-container {
    position: relative;
    width: 100%;
    height: 185px;
    background-size: 100% 100%;
    background-image: url('./erweima.png');
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
} */

.chao-container .zaax-qr {
    height: calc(100% - 20px);
    margin-top: 10px;
    margin-right: 10px;
}

.chao-container .zaax-qr.hidden {
    right: 0;
    top: 0;
    height: calc(100% - 20px);
    opacity: 0;
    z-index: 10;
}

body {
    padding-bottom: 90px;
}

.footer {
    height: 70px;
    position: fixed;
    bottom: 0;
    width: 100vw;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: azure;
}

.footer .left-bot a {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.footer .left-bot p img {
    margin-right: 5px;
}

.chao-container {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
    /* background-image: url(./a1.jpg); */
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
}