.footer-box{
    width: 100%;
    background: #d6336c;
}
.footer{
    width: 1200px;
    color: #f2f1f1;
    font-size: 16px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.footer .left{
    width: 400px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.footer .left1{
    padding-left: 20px;
    padding-right: 36px;
    float: none;
}
.footer .left2{
    padding-left: 36px;
    float: none;
}
.footer .title{
    text-align: left;
}
.footer ul{
    padding-left: 16px;
}
.footer ul li{
    margin-top:5px;
}
.footer a{
    color: #f2f1f1;
    font-size: 14px;
}
.d51{
    width: 400px;
    flex-shrink: 0;
}
.mini-img{
    width: 145px;
    height: 145px;
    flex-shrink: 0;
}
.mini-img img{
    width: 100%;
    height: 100%;
}
.footer .right{
    flex-shrink: 0;
}

.footer .right .right-top{
    display: flex;
    gap: 40px;
}
.footer .right .right-top .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .right .right-top .title img{
    width: 45px;
    height: 45px;
}
.footer .right .right-top .title .icon-n2{
    width: 38px;
    height: 38px;
}
.footer .right .right-top .icon-middle{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .right .right-top .icon-outer{
    width: 75px;
    height: 75px;
    background: #DD73B3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .right .right-bottom div{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footer .right .right-bottom img{
    margin-right: 5px;
}
.link-box{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #4a4b4e;
}
.link-box a{
    color: #4a4b4e;
    padding: 0 5px;
}
.record{
    font-size: 15px;
    text-align: center;
    background: #d6336c;
    line-height: 60px;
    color: #fff;
} 
.record a{
    color: #fff;
}