/* footer */
footer {
    padding: 0.8rem 0;
    background: #000000;
    color: #FFFFFF;
    font-size: 0.16rem;
    font-weight: 400;
}

.footer-download {
    padding: 0.5rem 0;
}

.footer-download-box {
    display: flex;
    width: 4.07rem;
    height: 2.08rem;
    background: url('https://res.zulong.com/cms/mystyle/img/pc_images/footer/20230904/page1_box.png') no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    transform: scale(0.8);
    box-sizing: border-box;
    padding: 0rem 0.17rem 0.1rem 0;
    justify-content: space-between;
}

.footer-download-btns {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-top: 0.05rem;
}

.footer-download-btns img {
    width: 1.65rem;
    height: 0.5rem;
    cursor: pointer;
}

.footer-download-ewm {
    width: 2.05rem;
}

.footer-download-ewm-code {
    width: 1.48rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: block;
}

.footer-download-ewm-text {
    font-size: 0.18rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 0.05rem;
    letter-spacing: 0.05rem;
}

.footer-main {
    display: flex;
    width: 15rem;
    height: 1.7rem;
    justify-content: space-between;
    margin: 0 auto 1rem;
}

.footer-left {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer-mails {
    width: 100%;
    height: 100%;
    margin-right: 0.2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    color: #FFFFFF;
}

.footer-hrefs span {
    display: inline-block;
    margin: 0 0.05rem;
}

.ga {
    color: #FFFFFF;
    text-decoration: none;
}

.ga:hover {
    color: red;
}

.ga_tu img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

.media-icon {
    width: 0.6rem;
    height: 0.5rem;
    margin-left: 0.12rem;
    cursor: pointer;
}
.icon-hykb{
    width: 0.44rem;
    height: auto;
    margin-left: 0.2rem;
}
.footer-medias-qrcode {
    text-align: right;
}

.media-icon-qrcode {
    display: none;
    width: 1.26rem;
    height: 1.24rem;
}

.footer-tips {
    text-align: center;
}

.footer-tips p {
    margin: 0.2rem 0;
}