
.typeTigs2 {
  position: fixed;
  width: 2.4375rem;
  height: 6.75rem;
  right: 0;
  top: 20rem;
  background-image: url('../images/type2.png');
  background-size: 100% 100%;
  z-index: 9999;
  cursor: pointer;
}
.followOfficialAccout {
  width: 13.6875rem;
  height: 36.5625rem;
  background-image: url('../images/pcbg.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 16.5rem;
  right: 2rem;
  z-index: 10;
  display: none;
}
.followOfficialAccout .name1 {
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
  padding-top: 0.25rem;
}
.followOfficialAccout .MoreBenefits {
  font-size: 1.25rem;
  font-weight: 700;
  color: #773030;
  padding-top: 1.25rem;
}
.followOfficialAccout .qrCode {
  padding-top: 0.8125rem;
  width: 10.75rem;
  height: 10.6875rem;
}
.followOfficialAccout .name2 {
  width: 11.3125rem;
  height: 4.3125rem;
  background-image: url('../images/pcicon2.png');
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #831c1c;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.followOfficialAccout .subTitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #65443e;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.followOfficialAccout .divisionLine {
  width: 10.625rem;
  height: 0.0625rem;
  background: #c6a979;
  margin-bottom: 0.25rem;
}
.followOfficialAccout .info {
  width: 10.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #b82323;
  padding-top: 1rem;
}
.followOfficialAccout .arrow_up {
  position: absolute;
  width: 4.8125rem;
  height: 3.0625rem;
  background-image: url('../images/arrow_up.png');
  background-size: 100% 100%;
  bottom: 0.3125rem;
  left: 50%;
  transform: translate(-50%, 100%);
  cursor: pointer;
}