.bottom {
  background: #262b34;
}
.bottom-label {
  margin: 24px 0 8px;
  color: rgba(255, 255, 255, 0.55);
}
.bottom .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  flex-direction: row;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bottom-logo {
  width: 143px;
  height: 46px;
  background-image: url(../image/grl-logo.png);
  background-size: cover;
}
.bottom-phone {
  font-size: 24px;
}
.bottom-left {
  width: 400px;
}
.bottom-right {
  flex: 1;
}
.bottom-right-inner {
  justify-content: flex-end;
  margin-bottom: 36px;
}
.bottom-right-item > div, .bottom-right-item > a {
  margin-bottom: 20px;
}
.bottom-right-item > a {
  display: block;
}
.bottom-right-item > a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.bottom-right-item {
  margin-right: 64px;
}
.bottom-right-item:last-child {
  margin-right: 0;
}
.bottom-right-item .content {
  color: rgba(255, 255, 255, 0.55);
}
.bottom-right-item .title {
  font-weight: 600;
}
.bottom-icons {
  margin-top: 102px;
}
.bottom-icons img {
  width: 40px;
  height: 40px;
  margin-right: 40px;
}
.bottom-qrs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 24px;
}
.bottom-qrs .bottom-qr-container {
  width: 88px;
  height: 88px;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.bottom-qrs .bottom-qr-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-qr {
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  margin-right: 12px;
}
.bottom-qr:last-child {
  margin-right: 0;
}
.copyright {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.55);
}
.copyright a {
  color: rgba(255, 255, 255, 0.55);
}
.copyright a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.copyright > div {
  margin: 0 auto;
  text-align: center;
  max-width: 946px;
}