/*footer*/
footer {
    width: 100%;
    min-height: 5rem;
    padding-top: .4rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
}

footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .7rem;
}

.footLogo {
    width: 2rem;
    height: .88rem;
    display: flex;
}

footer .top h2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.36rem;
    color: #FFFFFF;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
}

footer .bottom .left {
    width: 2.88rem;
}

footer .bottom .left h4 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

footer .bottom .left .item {
    width: 2.88rem;
    display: flex;
    margin-bottom: 0.15rem;
}
footer .bottom .left .item:last-child{
    margin-bottom: 0;
}
footer .bottom .left .item img{
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
footer .bottom .left .item a{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
footer .bottom .foot_nav{
    display: flex;
    width: calc(100% - 4.63rem);
    justify-content: space-between;
    padding: 0 0.9rem 0 1.11rem;
    box-sizing: border-box;
}
footer .bottom .foot_nav .foot_class1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    white-space: nowrap;
}
footer .bottom .foot_nav .foot_class2{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 0.16rem;
}
footer .bottom .foot_nav .foot_class2:last-child{
    margin-bottom: 0;
}
footer .bottom .foot_fr{
    width: 1.75rem;
}
footer .bottom .foot_code{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

footer .bottom .foot_code img{
    width: 100%;
    height: auto;
    /* 关键：允许图片触发原生事件（如长按） */
    pointer-events: auto;
    /* 禁止用户选择文本（避免长按弹出选中文本框，但不影响图片识别） */
    user-select: none;
    /* 移除可能的透明遮罩/滤镜（若有） */
    opacity: 1;
    filter: none;
}
footer .bottom .foot_code span{
    width: 100%;
    display: block;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.05rem;
    text-align: center;
}


footer .bottom .foot_fr .foot_share{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
    margin-top: 0.2rem;
    justify-content: center;
}

footer .bottom .foot_fr .foot_share .share_item{
    width: 0.36rem;
    height: 0.36rem;
    transition: all 0.5s;
    display: flex;
    position: relative;
}
footer .bottom .foot_fr .foot_share .share_item>img{
    position: relative;
    z-index: 0;
}
footer .bottom .foot_fr .foot_share .share_item:hover{
    transform: translateY(-0.06rem);
}
footer .bottom .foot_fr .foot_share .share_code{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
}
footer .bottom .foot_fr .foot_share .share_code p{
    display: none !important;
}
footer .bottom .foot_fr .foot_share .share_item:hover .share_code{
    display: block;
}
footer .banquan{
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
footer .banquan a{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-left: 0.16rem;
}









@media screen and (max-width:1043px){
    footer{
        overflow: hidden;
    }
    .footLogo{
        width: 200px;
        height: auto;
    }
    footer .top h2{
        font-size: 30px;
    }
    footer .bottom .foot_nav{
        display: none;
    }
    footer .bottom .left h4{
        font-size: 28px;
    }
    footer .bottom .left .item a{
        font-size: 16px;
    }
    footer .bottom{
        gap: .4rem;
    }
    footer .bottom .left{
        width: auto;
    }
    footer .bottom .left .item{
        width: auto;
    }
    footer .bottom .foot_code span{
        font-size: 16px;
    }
    footer .banquan{
        flex-direction: column;
        font-size: 16px;
        height: auto;
        padding: 20px 15px;
        text-align: center;
    }
    footer .banquan a{
        font-size: 16px;
    }
}

@media screen and (max-width:769px){
    .footLogo{
        width: 120px;
    }
    footer .top h2{
        font-size: 18px;
    }
    footer .bottom{
        flex-wrap: wrap;
    }
    footer .bottom .left{
        width: 100%;
    }
    footer .bottom .left h4{
        font-size: 18px;
    }
    footer .bottom .foot_code{
        width: 100px;
        max-width: 100px;
    }
    footer .bottom .foot_fr{
        width: 100%;
        display: flex;
        column-gap: 10px;
        align-items: flex-start;
        justify-content: center;
    }
    footer .bottom .foot_fr .foot_share{
        max-width: calc(66.66% - 5px);
        column-gap: 10px;
        margin: 0;
    }
    footer .bottom .foot_fr .foot_share .share_item{
        width: 100px;
        height: fit-content;
    }
     footer .bottom .foot_fr .foot_share .share_item:hover{
        transform: none;
    }
    footer .bottom .foot_fr .foot_share .share_item>img{
        display: none;
    }
    footer .bottom .foot_fr .foot_share .share_code{
        width: 100%;
        height: fit-content;
        top: 34px;
        pointer-events: auto;
        display: block;
        position: initial;
        transform: none;
        max-width: 114px;
    }
    footer .bottom .foot_fr .foot_share .share_code img{
        width: 100px;
        height: 100px;
          object-fit: contain; /* 避免图片变形 */
          display: block; /* 取消行内元素默认间距 */
          border: none; /* 取消边框干扰 */
          /* 关键：允许图片被长按（微信识别核心） */
          pointer-events: auto;
          -webkit-touch-callout: default;
        
    }
    footer .bottom .foot_fr .foot_share .share_code p{
        width: 100%;
        display: block !important;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 0.05rem;
        text-align: center;
    }
}