/* footer */
footer {
    width: 100%;
    /* padding: 0.2rem 0 0.3rem; */
    background: rgba(0, 0,0,1);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.footer-main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
}

.footer-left {
    position: relative;
    /* display: flex; */
    height: 100%;
    /* margin-right: 3%; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.footer-right{
    margin-left: 0.5rem;
    /* width: 55%; */
    padding-top: 0rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.footer-mails {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.footer-logos{
    display: inline-block;
    width: 233px;
    height: 51px;
    background: url('https://res.zulong.com/cms/lom/assets/img/pc/footer-logo.png') no-repeat center center;
    background-size: 100%;
}
.mobile .footer-logos{
    width: 3.6rem;
    height: 0.75rem;
}
.footer-hrefs span {
    display: inline-block;
    margin: 0 5px;
}

.ga {
    color: #FFFFFF;
    text-decoration: none;
}

.ga:hover {
    color: red;
}

.ga_tu img {
    width: 0.16rem;
    margin-right: 0.1rem;
}

.media-icon {
    width: 0.6rem;
    height: 0.5rem;
    cursor: pointer;
}
.desktop .media-icon{
    margin-left: 0.12rem;
}
.icon-hykb{
    width: 0.44rem;
    height: auto;
    margin-left: 0.2rem;
}
.footer-right .medias{
    margin-bottom: 0.2rem;
}
.footer-medias{
    text-align: center;
}
.footer-medias span{
    display: inline-block;
    margin-left: 0.12rem;
    position: relative;
}
.footer-medias-qrcode {
    text-align: right;
}
.footer-medias span:first-child {
    margin-left: 0;
}
/* .media-icon:hover+.media-icon-qrcode {
    display: block;
} */
.footer-tips {
    text-align: center;
}

.footer-tips p,.footer-mails p {
    margin: 0.1rem 0;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;    

}


.mobile .footer-main,
.mobile .footer-left,
.mobile .footer-right{
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    position: unset;
}
/* .desktop .footer-right{
    margin-top: -0.2rem;
} */
.desktop .footer-right .footer-tips p:nth-child(1){
    margin:0;
}
.mobile footer{
    padding-bottom: 1rem;
    padding-bottom: calc(0.6rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(0.6rem + env(safe-area-inset-bottom));
    position: relative;
    padding-top: 0.2rem;
    font-size: 0.22rem;
}
.systemInfo{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    background-size: 100%;
    color: white;
}
.systemInfo div{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.systemInfo .system_left{
    padding-left: 0.2rem;
}
.systemInfo p{
    display: block;
}
.systemInfo p a{
    /* text-decoration: none; */
    color: #fff;
}
.mobile .footer-tips p,.mobile .footer-mails p {
    margin: 0.2rem 0;
}
.mobile .footer-tips p:last-child,.mobile .footer-mails p:last-child {
    margin: 0;
    /* margin: 0.2rem 0; */
}