footer a:hover{
    color: rgba(0,0,0,0.5);
}
.footJoin{
    width: 100%;
    height: 345px;
    background: url(https://imgac.huafvge.cn/img/acetop/public/zimg/20221027/e8a8bc87-4d9c-4300-8853-123171adde6e.png) no-repeat center;
    padding-top: 92px;
}
.footJoin .container{
    padding-left: 500px;
}
.footJoin .title1{
    font-size: 22px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 18px;
}
.footJoin .title2,.footJoin .title2 a{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 14px;
    letter-spacing: 1px;
}
.footJoin .joinBtn{
    width: 200px;
    height: 42px;
    background: #0170c1;
    border: 1px solid #0170c1;
    border-radius: 7px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 36px;
    display: block;
}
.footNav .menuBox{
    background: url(../images/119.jpg) no-repeat center/cover;
    padding: 50px 0 30px 0;
}
.footNav .menuBox .logo{
    width: 150px;
    height: 53px;
    /* background: url(../images/logo-foot.png) no-repeat center/cover; */
    margin-bottom: 30px;
}
.footNav .menuBox .menu .menuItem{
    margin:20px 0 10px 0;
}
.footNav .menuBox .menu .menuItem .menuTitle{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 22px;
    letter-spacing: 1px;
    width: 110px;
}
.footNav .menuBox .menu .menuItem .menuLink a{
    font-size: 13px;
    color: #a9b1c2;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 14px;
    width: 75px;
}
.footNav .menuBox .share .shareIcon{
    width: 112px;
    height: 143px;
    margin-right: 20px;
    padding-top: 4px;
}
.footNav .menuBox .share .shareIcon img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgb(0 151 253 / 65%);
}
.footNav .menuBox .share .shareIcon p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.footNav .menuBox .share .shareLink{
    margin-top: -5px;
}
.footNav .menuBox .share .shareLink .linkTitle{
    font-size: 14px;
    color: #8991a3;
    display: inline-block;
    line-height: 26px;
}
.footNav .menuBox .share .shareLink .linkTitle .icon{
    width: 15px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon1{
    background: url(../images/1.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon2{
    background: url(../images/2.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon3{
    background: url(../images/3.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon4{
    background: url(../images/4.png) center;
}
.footNav .menuBox .share .shareLink .linkDesc,.footNav .menuBox .share .shareLink .linkDesc a{
    display: inline-block;
    font-size: 13px;
    color: #c1c1c1;
    transition: all .5s;
}
.footNav .menuBox .share .shareLink .linkDesc a:hover{
    opacity: .6;
}
.footNav .hotBox{
    background: #18233b;
    padding: 30px 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.footNav .hotBox .itemRow{
    margin-bottom: 15px;
}
.footNav .hotBox .itemRow .itemTitle{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 22px;
}
.footNav .hotBox .itemRow .itemLink{
    width: 1100px;
    text-align: justify;
    word-break: break-all;
}
.footNav .hotBox .itemRow a{
    font-size: 13px;
    color: #80889a;
    line-height: 20px;
    letter-spacing: 0px;
    margin-right: 10px;
    justify-content: space-around;
    display: inline-block;
    margin-bottom: 10px;
    transition: all .5s;
}
.footNav .hotBox .itemRow a:hover{
    opacity: .6;
}
.footNav .approve{
    background: #18233b;
    padding: 36px 0 16px 0;
}
.footNav .approve .approveDesc{
    margin: 4px 0 24px;
    color: #d0d3dc;
    text-align: justify;
    padding-right: 28px;
    font-size: 12px;
}
.footNav .approve .approveItem{
    margin-bottom: 14px;
}
.footNav .approve a,.footNav .approve span{
    font-size: 13px;
    color: #80889a;
    line-height: 17px;
    letter-spacing: 0px;
    display: inline-block;
    margin-right: 10px;
    transition: all .5s;
}
.footNav .approve a:hover{
    opacity: .6;
}
.footNav .approve .approveRight{
    width: 240px;
}
.footNav .approve  img{
    width: 14px;
    height: 15px;
    margin-right: 3px;
}
.footPhone{
    display: none;
}

/* ========== PC悬浮底部双按钮（固定定位，滚动跟随） ========== */
.fixed-foot-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 16px 0;
    background: #0170c154;
    z-index: 99;
}
.fixed-foot-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 52px;
    background: #0170c1;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
    text-decoration: none;
}
.fixed-foot-buttons a:nth-child(1) {
    background: #4096ff;
}
.fixed-foot-buttons a:hover {
    opacity: 0.85;
}

/* ========== PC右侧悬浮二维码（固定右侧居中，滚动跟随） ========== */
.fixed-qrcode-box {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    background: #fff;
    border-radius: 8px;
    padding:12px;
    text-align:center;
    z-index:99;
}
.fixed-qrcode-box .qrcode-title {
    background:#0170c1;
    color:#fff;
    padding:6px 0;
    border-radius:4px;
    margin-bottom:10px;
    font-weight:bold;
    font-size:14px;
}
.fixed-qrcode-box .qrcode-item {
    margin-bottom:12px;
}
.fixed-qrcode-box .qrcode-item img {
    width:160px;
    height:100%;
}
.fixed-qrcode-box .qrcode-item p {
    margin:4px 0;
    color:#333;
    font-size:13px;
}

/* ========== 移动端隐藏悬浮组件，启用手机页脚 ========== */
@media (max-width:768px) {
    .fixed-foot-buttons,
    .fixed-qrcode-box {
        display: none !important;
    }
    .footPhone{
        display: block;
    }
}
/* ========== 移动端底部浮窗 ========== */
.mobile-bottom-float {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.mobile-bottom-float .m-float-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 22px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.mobile-bottom-float .m-float-app {
    background: #0170c1;
}

.mobile-bottom-float .m-float-home {
    background: #4096ff;
}

.mobile-bottom-float .m-float-icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* 仅移动端显示 */
@media (max-width: 768px) {
    .mobile-bottom-float {
        display: flex;
    }

    /* 手机页脚底部留出空间，避免被浮窗遮挡 */
    .footPhone {
        padding-bottom: 70px;
    }
}
