
/*************************尾部-begin***************************/
#footer{
    width: 100%;
    height: 200px;
    color:#cdc8c7;
    background-color: #222;
   
}

#footer .container-fluid .row .col-12{
    /*background-color: red;*/
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
#footer .container-fluid .box{
    height: 60px;
    color: #fff;
    width: 100%;
    background-color: #f36b5d;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#footer .container-fluid .row a{
    color: #fff;
}
#footer .container-fluid .row .item{
    box-sizing: border-box;
    color: #fff;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
#footer h4{

    color: #fff;
 
}
#footer .container-fluid .row .item div{
    margin-bottom: 8px;
}
#footer .container-fluid .row .item div:first-child{
    margin-bottom: 20px;
}
#footer .container-fluid .row img{
    width: 80px;
    height: 80px;
}
#footer .container-fluid .row .box img{
    width: 20px;
    margin-right: 8px;
    height: 20px;
}
#footer .container-fluid .row .box a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .container-fluid .row .box p{
    margin: 0;
}
@media (max-width: 992px) {
    #footer{
        width: 100%;
        height: 60px;
        color:#cdc8c7;
        background-color: #222;
        font-size: 13px;
       
    }
    #footer .container-fluid .row .box img{
        width: 16px;
        margin-right: 6px;
        height: 16px;
    }
}


/*************************尾部-end***************************/