.footer-out {
  width: 1200px;
  margin: 0 auto;
  height: 431px;

  box-sizing: border-box;
}
.footer {
  padding-top: 73px;
  padding-left: 55px;
  height: 272px;
  background-color: #fe731c;
  display: flex;
  box-sizing: content-box;
  color: #fff;
}
.footer .left {
  width: 360px;
}
.footer .left img,
.footer .right img {
  width: 31px;
  margin-right: 13px;
}
.footer .title {
  font-family: Microsoft YaHei, Microsoft YaHei Regular, 'PingFang SC', tahoma, arial,
    'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: left;
}
.footer .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 27px;
  height: 31px;
}
.footer .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.footer .left .item {
  margin-bottom: 17px;
}
.footer .item.go-link {
  cursor: pointer;
}

.footer .item.go-link:hover p {
  text-decoration: underline;
}
.footer .item.go-link:hover span {
  text-decoration: none;
}
.footer .item.code {
  cursor: pointer;
  position: relative;
}

.footer .item.code .hover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  background-color: #fff;
  padding: 2px;
  border-radius: 5px;
  display: none;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.footer .item.code:hover .hover {
  display: block;
  right: -146px;
  top: -45px;
}

.footer .left .item.code:hover .hover {
  display: block;
  right: 28px;
  top: -45px;
}

/* Add a container for the QR code to include the triangle */
.footer .item.code:hover::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -9px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid white;
  border-bottom: 8px solid transparent;
  z-index: 10;
}

.footer .left .item.code:hover::after {
  position: absolute;
  top: 6px;
  right: 165px;
}

.copy-right {
  padding-left: 399px;
  margin-top: 41px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  width: auto;
  text-align: left;
  line-height: 1;
}
.copy-right a {
  color: #fff;
  text-decoration: none;
}
