html,
body {
  overflow: auto;
}

#logo {
  opacity: 1 !important;
  top: 30px !important;
}

#mainContent {
  padding-top: initial;
}

#dpHeader {
  margin-top: auto;
  width: 100%;
  height: 71px;
  background-color: #f5f5f5;
  display: flex;
}
#dpHeader .copyRight {
  padding-left: 50px;
  height: 14px;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  flex: 1;
}
#dpHeader .footerMenu {
  width: auto;
  text-align: right;
  padding-right: 50px;
}
#dpHeader .footerMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 71px;
}
#dpHeader .footerMenu ul li {
  margin-left: 20px;
  float: left;
}
#dpHeader .footerMenu ul li a {
  text-decoration: none;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}