.footer {
  background-color: rgb(248, 248, 248);
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  padding: 25px 0px;
}
.footer .link-com {
  text-align: left;
}
.footer .link-com .title {
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
}
.footer .link-com .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.footer .link-com .list .item {
  padding-right: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  transition: color 0.24s ease;
  cursor: pointer;
}
.footer .link-com .list .item:hover {
  color: #1d479c;
}
.footer .info {
  position: relative;
}
.footer .info .link {
  color: #666;
  line-height: 25px;
  text-decoration: none;
  cursor: pointer;
}
.footer .info .link:hover {
  color: #1d479c;
}