/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: cover 99.5%
*/

/* 第六页 footer */
.footer-wrapper {
    width: 100%;
    /* background: #2a2a2a; */
    position: relative;
    z-index: 1000;
}

.footer-bottom-container {
    height: 5.67rem;
    padding-top: 0.75rem;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-bottom-container::after {
    content: '';
    padding: 0 3.1rem;
    height: 0.01rem;
    background-color: rgba(151,151,151,1);
    width: calc(100% - 5rem);
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translateX(-50%);
}
.footer-bottom-container > div{
    display: inline-block;
    margin-right: 0.54rem;
    margin-bottom: 0.05rem;
}

div.footer-bottom-info {
    width: 3.22rem;
    height: 2.28rem;
    margin-right: 1.4rem;
}
.footer-info-text{
    font-size: 0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#000;
    line-height: 0.22rem;
}
.footer-bottom-links {
    height: 2.28rem;
    display: inline-block;
}
.footer-infos li {
    font-size:0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(161,161,161,1);
    line-height: 0.22rem;
    margin-bottom: 0.19rem;
}
.footer-bottom-links:nth-last-of-type(1) {
    margin-right: 0;
}
.footer-logo {
    width: 1.79rem;
    height: 0.7rem;
    margin-bottom: 0.7rem;
    filter: invert(1);
}
.foot-link-section > h5{
    font-size:0.21rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    /* color:rgba(255,255,255,1); */
    color: #000;
    line-height:0.29rem;
    margin-bottom: 0.25rem;
}
.foot-link-section > li{
    font-size:0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color: #444444;
    line-height:0.22rem;
    margin-bottom: 0.06rem;
}
.foot-link-section > li:hover{
    color: #000000;
}
.copyright-container {
    height: 1.75rem;
    color: #000;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copyright-button {
    width: 1.39rem;
    height: 0.51rem;
    display: inline-block;
    margin-right: 0.29rem;
}
.copyright-button:nth-last-of-type(1){
    margin-right: 0;
}
.copyright-text, .copyright-qrcode {
    display: inline-block;
}
.copyright-text {
    font-size:0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color: #000000;
    line-height:0.22rem;
    margin-left: 2.85rem;
}
.copyright-qrcode {
    width: 1.32rem;
    height: 1.32rem;
    position: absolute;
    right:0;
    margin-right: 2.15rem;
}