.footer{background-color:#3886fe}
.footer .fd-top{padding:18px 0;background:rgba(255,255,255,.05)}
.footer .fd-top .wp{display:flex;justify-content:space-between;flex-wrap: wrap;}
.footer .fd-top .wp span{flex:0 0 calc(50% - 26px);height:65px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;margin-bottom: 10px;}
.footer .fd-bot{padding:30px 0 40px}
.footer .fd-bot img{display:block;margin:0 auto}
.footer .fd-bot p{margin-top:20px;font-size:20px;text-align:center;color:#fff}
@media only screen and (max-width:1199px){
    .footer .fd-top .wp span{font-size:14px}
}
@media only screen and (max-width:959px){
    .footer .fd-top .wp span{padding:20px;height:auto}
}
@media only screen and (max-width:767px){
    .footer .fd-top .wp{display:block}
    .footer .fd-top .wp span+span{margin-top:10px}
    .footer .fd-bot p{padding:20px 20px 0;font-size:14px}
}