* {
  margin: 0;
  padding: 0;
}
.floor-box {
  width: 100%;
  height: 548px;
  background: url(../img/floor_bg.png) no-repeat top;
  display: flex;
  justify-content: center;
  position: relative;
}
.floor {
  width: 1200px;
  color: #fff;
}
.floor-top {
  padding: 62px 0 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-top .floor_logo img {
  width: 128px;
  height: 59px;
}
.floor-top div {
  display: flex;
  flex-direction: column;
}
.floor-top div span {
  font-size: 16px;
  line-height: 1;
}
.floor-top div i {
  margin-top: 10px;
  font-size: 50px;
  line-height: 1;
}
.floor-center {
  margin-top: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.floor-center-left {
  display: flex;
  flex-direction: column;
}
.floor-center-left div {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.floor-center-left div a {
  margin-right: 30px;
}
.floor-center-left p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1;
}
.floor-center-right {
  display: flex;
}
.floor-center-right div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-center-right div img {
  width: 98px;
  height: 98px;
  background: url(../img/qrcode_border.png) no-repeat center / 100%;
  padding: 4px;
}
.floor-center-right div span {
  margin-top: 6px;
  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: #222;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.copyright-info {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
