.footer{
    background-color: #721170;
    padding: 20px 0;
}
.footer-top{
    width: 1200px;
    margin: auto;
    color: #fff;
}
a{
  text-decoration: none;
}
.footer-top::after{
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}
.footer-top p{
    font-size: 14px;
    margin-bottom: 10px;
}
.ft-top-lf{
    float: left;
    width: 40%;
}
.ft-top-lf .link,
.ft-top-center .contact{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ft-top-lf .link::after,
.ft-top-center .contact::after{
    content: "";
    width: 60px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 5px;
}
.ft-top-lf a{
    color: #fff;
    font-size: 14px;
}
.ft-top-center{
    float: left;
    width: 40%;
}
.ft-top-rg{
    width: 20%;
    float: right;
}
.ft-top-rg .ma{
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    margin: auto;
}

.ft-top-rg .ma img{
    width: 100%;
    height: 100%;
    margin: auto;
}
.ft {
    width: 100%;
    height: auto;
    text-align: center;
    background: #333333;
}

.ft p {
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}
@media screen and (max-width:400px) {
    .ft-top-rg{
        float: none;
        margin: auto;
    }
}