/*==页脚footer样式==*/
#footer-container{
    width: 100%;
    background:#424040;
  
}
#footer-container .wrap-container {
    height: 80px;
    padding: 38px 9px 0 15px;
    box-sizing: border-box;
}
.foot-left p {
    font-size:16px;
    font-family:'EB Garamond', 'Noto Serif SC', serif;
    font-weight:bold;
    color:rgb(246, 246, 246);
    /* line-height:42px; */
    margin-bottom: 20px;
}
.foot-right dl dt {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.foot-right dl dt img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.foot-right dl  dd {
    text-align: center;
    font-size:12px;
    font-family:'EB Garamond', 'Noto Serif SC', serif;
    /* font-weight:bold; */
    color:rgba(246,246,246,1);
    /* margin-top: 2px; */
}
.foot-right .dependably {
    margin-left: 30px;
    width:127px;
    height:47px;
    /* border:1px solid rgba(239, 239, 239, 1); */
    margin-top: 5px;
}
.foot-right .fl dt {
    margin-top: -20px;
}
.foot-right .fl img {
    margin-top:-5px;
}