.amin-footer{
    background: #222736;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.amin-footer .lines{
    width: 75vw;
    padding: 0;
    display: flex;
    margin-bottom: 50px;
}
.amin-footer .lines p{
    margin-bottom: 15px;
    font-size: 14px;
}
.amin-footer .lines p a{
    color: #fff;
}
.amin-footer .lines h3{
    margin-bottom: 20px;
    font-size: 20px;
}
.amin-footer .lines>div{
    margin-right: 100px;
}
.amin-footer .lines>div:last-child{
    margin-right: 0;
}
.amin-footer .lines .box-6{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 50px;
}
.amin-footer .lines .box-6>div{
    display: flex;
}
.amin-footer .lines .box-6>div img{
    width: 80px;
    height: 80px;
}
.amin-footer .lines .box-6>div img:nth-child(1){
    margin-right: 10px;
}
.amin-footer>p{
    margin-bottom: 10px;
    font-size: 14px;
    opacity: .5;
}