/*footer CSS*/
.div-footer-wrap { width: 100%; min-height: 150px; padding-bottom: 20px; border-top: 1px solid #cccccc; background-color: #F7F8F8;}
.div-footer { width: 1200px; min-height: 150px; padding-bottom: 20px;  position: relative; margin: auto;}
.div-footer-add { width: 50%; float: left;}
.div-footer-add img { width: 100%;}
.div-footer-line { width: 100%; height: 40px;}
.div-footer-text { font-size: 12px; color: #888888; margin-left: 10px; margin-top: 50px;}

@media screen and (max-width: 800px) { 
    .div-footer-add { width: 100%; float: left; }
    .div-footer-text { font-size: 0.7rem;}
}

@media screen and (max-width: 1200px) { 
    .div-footer{width: 100%;}
 
}