

/* 尾部 */
.footer {
  width: 100%;
  height: 327px;
}
.footer .top {
  height: 267px;
  display: flex;
  align-items: center;
  background-color: #f1f2f3;
}
.footer .top .container {
  display: flex;
  justify-content: space-around;
  justify-items: center;
}
.footer .top .card {
  width: 250px;
  height: 168px;
  background: #eaebeb;
  padding: 25px 20px;
}
.footer .top .policy h5 {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #0d1c28;
  padding-bottom: 15px;
}

.footer .top .policy h5.line {
  border-bottom: 1px dashed #bbb2b2;
}
.footer .top .policy a {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4293f4;
}
.footer .top .thr {
  width: 250px;
  height: 168px;
}
.footer .top .thr .item {
  background: #eaebeb;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 20px;
}
.footer .top .thr .item img {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.footer .top .thr .item div {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #45484b;
}
.footer .top .gr-img .img-group {
  display: flex;
  justify-content: space-between;
}
.footer .top .gr-img .img-group div {
  width: 123px;
  height: 111px;
  background: #eaebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .top .gr-img .img-group div img {
  vertical-align: middle;
}
.footer .bottom {
  background: #eaebeb;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
}
.footer .bottom span{
  margin-right: 10px;
}