/* footer */
footer {
    width: 100%;
    min-height: 2.2rem;
    background: rgba(0, 0,0,1);
    color: #FFFFFF;
    font-size: 0.14rem;
    font-weight: 400;
    /*position: absolute;
    bottom: 0; */
}

.footer-main {
    display: flex;
    width: 16rem;
    margin: 0 auto;
    justify-content: space-evenly;
}
.footer-main p,.footer-main a {
    font-size: 0.16rem;
    color: #737373;
}
.footer-left {
    position: relative;
    /* display: flex; */
    height: 100%;
    margin-right: 3%;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.footer-center {
    position: relative;
    /* display: flex; */
    height: 100%;
    padding-top: 0.4rem;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.footer-center p{
    text-align: left;
}

.footer-mails {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.footer-logos{
    display: inline-block;
    width: 3.14rem;
    height: 0.77rem;
    background: url('../img/pc/footer_logo.png') no-repeat center center;
    background-size: 100%;
    margin-top: 0.7rem;
}
.footer-hrefs span {
    display: inline-block;
    margin: 0 0.05rem;
}

.ga {
    display: none !important;
    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-qrcode {
    display: none;
    width:  1.24rem;
    height: 1.24rem;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    margin-left: -0.5rem;
}
/* .media-icon:hover+.media-icon-qrcode {
    display: block;
} */
.footer-tips {
    text-align: center;
}

.footer-tips p,.footer-mails p {
    margin: 0.1rem 0;
}
.icon-tap{
    width: 0.85rem;
}
.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.dialog.qrcode{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 14px;
    text-align: center;
    color:white;
}
.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;    

}
.dialog.qrcode .close{
    position: unset;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
}
.dialog.qrcode img{
    display: block;
    margin:0.3rem auto;
}


.mobile .footer-main{
    width: 100%;
    height: 1.86rem;
    background: #000;
    background-size: 100%;
    position: unset;
    display: block;
}
.mobile .footer-right{
    display: none;
}
.mobile .footer-left .footer-logos{
    width: 2rem;
    height: 0.49rem;
    background: url(../img/pc/footer_logo.png) no-repeat center center;
    background-size: 100%;
    margin: 0.7rem 0 0 0.4rem;

}
.mobile .footer-center{
    width: 4.6rem;
    height: auto;
    /* background: #fff; */
    position: absolute;
    top: 0.3rem;
    right: 0;
    padding: 0;
}
.mobile .footer-center .footer-tips p{
    margin: 0 0 0.1rem 0 !important;
}
.mobile footer{
    padding-bottom: calc(0.1rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(0.1rem + env(safe-area-inset-bottom));
    position: relative;
    font-size: 0.12rem;
}