.footer{
    height: 35%;
    padding: 2% 10% 20px;
    background-color: #131D2C;
    color: #fff;
    box-sizing: border-box;
}
.footer-m{
    float: left;
    margin-right: 10%;
}
.footer-title{
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .footer-list{
    margin: 7px 0;
    font-size: 1rem;
}

.f-top{
    height: 80%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.f-bottom{
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 15px;
}
.f-bottom a:hover{
    opacity: .6;
}
.fp-watermark{
    display: none;
}
@media screen and (max-width: 1550px){
    .footer-more-left-list-ct .item{
        font-size: 14px;
    }
    .footerMore-btn{
        width: 28px;
        height: 28px;
    }
    .footer-more-list-hdText{
        font-size: 26px;
    }
    .footer-more-right-cn{
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 801px){
    .footer-more-right-cn{
        line-height: 20px;
    }
}
@media screen and (max-width: 650px){
    .footer{
        padding: 20px;
    }
    .footer-m{
        margin-right: 0;
    }
}