

.marg {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.padd {
  width: 100%;
  padding: 25px 0;
}

.footer {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

.footer .foot-bot-t {
  width: auto;
  height: 60px;
  line-height: 60px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.footer .foot-bot-t span:nth-of-type(2) {
  margin: 0 15px;
}

.footer .foot-bot {
  width: 100%;
  padding: 25px 0;
}

.footer .foot-bot .foot-bot-con {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer .foot-bot .foot-bot-con dl dt {
  font-size: 14px;
  text-align: center;
}

.footer .foot-bot .foot-bot-con dl dd {
  font-size: 12px;
  margin: 10px 0;
}

.footer .foot-bot .foot-bot-con dl dd a {
  text-decoration: none;
  color: #777777;
}

.footer .foot-top {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}

.footer .foot-top .foot-top-con {
  width: 100%;
}

.footer .foot-top .foot-top-con ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer .foot-top .foot-top-con ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .foot-top .foot-top-con ul li span {
  margin-top: 5px;
  font-weight: bold;
}

.footer .foot-top .foot-top-con ul li img {
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 900px){
  .foot-bot{
    display: none;
  }
  .foot-top{
    display: none;
  }
  .footer .foot-bot-t{
    height: auto;
    line-height: normal;
    padding: 8px 0;
  }
}