* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
#ul {
  padding: 0 3.2vw 3.2vw 3.2vw;
}
#ul a {
  border-bottom: 1px solid #ccc;
  padding: 1.6vw;
  display: flex;
  justify-content: space-between;
}
.qrImg {
  background-image: url(/img/qrBG1.jpg);
  width: 100vw;
  height: 216.3333vw;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.qrImg img {
  width: 57.6667vw;
  height: 57.6667vw;
  position: absolute;
  top: 48.1333vw;
  left: 21.6667vw;
}
.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
  color: #dddddd;
}
