﻿
/*Footer-2020 Start Zsl*/
.r__footer a {
  color: rgba(255, 255, 255, .6);
  -webkit-transition: color ease-in-out .1s;
  transition: color ease-in-out .1s;
}
.r__footer a:hover {
  color: rgba(255, 255, 255, 1);
}
.rf__box {
  background: #1A1E23;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  border-top: 1px solid #323A4C;
  padding: 0;
  line-height: 20px;
}
.rf__box .rf__zizhi {
  display: block;
  text-align: center;
  margin: 37px auto 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 0;
  line-height: 18px;
  font-size:0;
}
.rf__box .rf__zizhi > li {
  display: inline;
  margin-right: 25px;
  font-size:13px;
}
.rf__box .rf__zizhi > li:last-child {
  margin-right: 0
}
.rf__box .rf__company{padding:24px 0 16px;}
.rf__box .rf__links{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rf__box .rf__company,
.rf__box .rf__links{
  text-align: center
}
.rf__box .rf__company > dt,
.rf__box .rf__links > dt {
  display: inline-block;
}
.rf__box .rf__company > dd,
.rf__box .rf__links > dd {
  display: inline-block;
  margin: 0 3px 0 0;
  float: none;
  line-height: 1.4;
}
.beian-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.rf__box .rf__company > dd:last-child,
.rf__box .rf__links > dd:last-child{margin-right:0;}
/*Footer-2020 End Zsl*/