.position {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
}
.position .container {
  width: 1400px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.position .container img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.position .container span {
  color: #999;
  margin-top: 6px;
  font-size: 20px;
}
.position .container a {
  color: #999;
  font-size: 20px;
  margin-right: 16px;
}