* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 548px;
  background: url(../img/floor_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
  color: #fff;
}
.floor-top {
  padding: 77px 0 62px;
  border-bottom: 1px solid rgba(229, 183, 89, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-top .floor_logo img {
  width: 265px;
  height: 70px;
}
.floor-top div {
  display: flex;
}
.floor-top div a {
  color: #fff;
  font-size: 16px;
  margin-right: 67px;
}
.floor-top div a:last-child {
  margin-right: 0;
}
.floor-center {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.floor-center-left {
  display: flex;
  flex-direction: column;
}
.floor-center-left p {
  font-size: 16px;
  line-height: 1;
}
.floor-center-left i {
  margin-top: 20px;
  font-size: 52px;
  line-height: 1;
  font-family: din;
  color: #e5b759;
}
.floor-center-center {
  display: flex;
  flex-direction: column;
}
.floor-center-center p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.floor-center-center p span {
  margin-left: 8px;
}
.floor-center-right {
  display: flex;
}
.floor-center-right div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-center-right div img {
  width: 111px;
  height: 111px;
  background: url(../img/qrcode_border.png) no-repeat center / 100%;
  padding: 5px;
}
.floor-center-right div span {
  margin-top: 10px;
  line-height: 1;
  font-size: 12px;
}
.floor-center-right div:last-child {
  margin-left: 10px;
}
.copyright {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.copyright-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
