.footer{
    width: 100%;
    min-width: 1200px;
    background: rgb(4, 134, 254);
    /* margin-top: 50px; */
}
.footer-top{
    height: 271px;
    border-bottom: 1px solid rgba(244, 244, 246, 0.2);
}
.footer-top-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.footer-con-left{
    padding-top: 100px;
    box-sizing: border-box;
    margin-right: 90px;
}
.footer-con-left>div img{
    width: 54px;
    height: 53px;
}
.footer-con-left>div p{
    color: rgb(244, 244, 246);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer-icon{
    padding-left: 20px;
    margin-top: 3px;
}
.footer-icon img{
    width: 16px !important;
    height: 16px !important;
    margin-left: 12px;
}
.footer-con-item{
    padding-top: 61px;
    box-sizing: border-box;
    margin-left: 128px;
}
.footer-con-item h3{
    color: rgb(244, 244, 246);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-con-item p{
    color: rgba(244, 244, 246, 0.8);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.footer-con-item p img{
    width: 16px;
    margin-right: 8px;
}
.footer-bottom{
    height: 135px;
    color: rgba(244, 244, 246, 0.8);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}