.topBar {
  height: 1rem;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.topBar .icon {
  position: absolute;
  top: 0.05rem;
  left: 0.18rem;
  display: inline-block;
  width: 0.89rem;
  height: 0.89rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/game-icon_77ca6858.png) no-repeat;
  background-size: 100% 100%;
}
.topBar .txt {
  position: absolute;
  top: 0.19rem;
  left: 1.29rem;
  color: #2f2f2f;
}
.topBar .txt .p1 {
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.topBar .txt .p2 {
  font-size: 0.22rem;
  line-height: 0.22rem;
  margin-top: 0.15rem;
}
.topBar .subscribe-btn {
  display: block;
  width: 2.37rem;
  height: 0.67rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/subscribe-btn_8707448c.png) no-repeat;
  background-size: 100% 100%;
  right: .2rem;
  top: 0.12rem;
  top: 0.18rem;
  position: absolute;
}
.topBar .menu-btn {
  display: none;
  width: .89rem;
  height: 0.95rem;
  background: url(https://dream.res.netease.com/m/zt/202103041047482/img/menu-btn1_c9d0fae1.png) no-repeat;
  background-size: 100% 100%;
  right: .14rem;
  top: 0.12rem;
  position: absolute;
}
.j-officialWebsite .topBar .subscribe-btn {
  right: 1.1rem;
}
.j-officialWebsite .topBar .menu-btn {
  display: block;
}

