.footer-bottom span,p,a{
    color: black;
}
ul{
    margin-bottom: 0;
}
/* 尾部样式 */

p{
    margin-bottom: 0;
}
footer{
    margin-top: -150px;
}
#footer{
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;

}

.footer-bottom {
    display: flex;
    align-items: center;
    height: 150px;
}
.footer-py-6{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.popup{
    position: absolute;
    width: 144px;
    height: 160px;
    bottom:26px;
    right: -5px;
    z-index: 999;

}
.er-code{
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    -ms-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
#phone .popup{
    height: 45px;
    width: 130px;
}
.footer-phone{
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    -ms-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.triangle{
    position: absolute;
    background: #fff;
    -ms-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    -o-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
    z-index: 8;
    width: 11px;
    height: 11px;
    bottom: 16px;
    right: 16px;
    transform: translateY(50%) rotate(
45deg
);
} 
.footer-phone p{
    font-size: 14px;
}
.footer-bottom-top{
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6)
}

footer ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer li{
    font-size: 12px;
}   
.footer-bottom-start ul li a{
    opacity: 0.6;
    font-size: 12px;
}
.footer-bottom-start ul li{
    line-height: 2;
}

footer ul li{
    letter-spacing: 1px;
}
.footer-top .footer-box .service{
    position: absolute;
    right: 0;
}
.footer-contact{
    display: flex;
    align-items: flex-end;
}
.footer-link{
    display: flex;
    padding-left: 0;
    flex: 1;
    font-size: 12px;
}
.footer-link li a{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 8px;
    margin-right: 8px;
}
.footer-link li:nth-child(3) a{
    border-right: 0;
}
.footer-link li a:hover{
    color: black;
}
.link-child{
    display: flex;
    align-items: flex-end;
}

.icp{
    display: flex;
    flex-wrap: nowrap;   
}
.icp p{
    font-size: 12px;
}
.icp a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 769px){
    .m-hidden{
        display: none;
    }
    .footer-bottom h2{
        font-size: 1.2em;
    }
    /*footer*/
    .footer-link {
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-link li {
        text-align: left;
        letter-spacing: 2px;
        white-space: nowrap;
    }
    .device-link {
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .device-link li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-link {
        display: flex;
        flex: 1;
    }
    .link-child {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
    }
    footer .row {
        align-items: flex-end;
    }
    .icp{
        flex-wrap: wrap;
    }
    .icp p {
        font-size: 10px;
        letter-spacing: 1px;
        opacity: 0.5;
        font-weight: 500;
    }
    .icp .row {
        align-items: flex-start;
    }
}
@media only screen and (min-width: 769px){
    .icp p {
        font-size: 12px;
    }
    .footer-link{
        display: flex;
        padding-left: 0;
        align-items: flex-end;
        flex: 1;
    }
}