.notify-box {
  height: 45px;
}
.notify-box .go-msg-bord-box {
  position: relative;
}
.notify-box .go-msg-bord-box span {
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 2;
  color: #fff;
  border-radius: 100%;
  padding: 0 6px;
  background: #ff4e00;
}
.notify-box .change-btn {
  margin-top: 9px;
  margin-right: 15px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  float: left;
}
.notify-box .change-btn.go-msg-bord {
  display: block;
  background: url(../img/icon.png?v=4) -10px -214px no-repeat;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.notify-box .change-btn.go-msg-bord.current {
  display: block;
  background: url(../img/icon.png?v=4) -10px -257px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-msg-bord:hover {
  display: block;
  background: url(../img/icon.png?v=4) -10px -257px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-msg-bord:hover + .msg-bord-tip {
  display: block;
}
.notify-box .change-btn.go-chat-room {
  display: block;
  background: url(../img/icon.png?v=4) -54px -214px no-repeat;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.notify-box .change-btn.go-chat-room.current {
  display: block;
  background: url(../img/icon.png?v=4) -54px -257px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-chat-room:hover {
  display: block;
  background: url(../img/icon.png?v=4) -54px -257px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-chat-room:hover + .chat-room-tip {
  display: block;
}
.notify-box .change-btn.go-live {
  display: block;
  background: url(../img/icon.png?v=4) -54px -303px no-repeat;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.notify-box .change-btn.go-live.current {
  display: block;
  background: url(../img/icon.png?v=4) -10px -301px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-live:hover {
  display: block;
  background: url(../img/icon.png?v=4) -10px -301px no-repeat;
  position: relative;
  cursor: pointer;
}
.notify-box .change-btn.go-live:hover + .live-tip {
  display: block;
}
.notify-box .change-btn.go-game {
    display: block;
    background: url(../img/icon-game.png);
    position: relative;
    cursor: pointer;
    width: 34px;
    height: 34px;
}
.notify-box .change-btn.go-game.current {
    display: block;
    background: url(../img/icon-yx.png) no-repeat;
    position: relative;
    cursor: pointer;
}
.notify-box .change-btn.go-game:hover {
    display: block;
    background: url(../img/icon-yx.png);
    position: relative;
    cursor: pointer;
}
.notify-box .change-btn.go-game:hover+.game-tip {
    display: block;
}

.notify-box .msg-bord-tip {
  display: none;
  width: 70px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #00C8EC;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 52px;
  left: -19px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 100;
}
.notify-box .msg-bord-tip::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -4px;
  border: 1px solid #00C8EC;
  border-bottom: none;
  background: #00C8EC;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
}
.notify-box .chat-room-tip {
  display: none;
  width: 70px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #12DCDA;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 52px;
  left: 31px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 100;
}
.notify-box .chat-room-tip::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -4px;
  border: 1px solid #12DCDA;
  border-bottom: none;
  background: #12DCDA;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
}
.notify-box .live-tip {
  display: none;
  width: 70px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #F3456E;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 52px;
  left: 79px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 100;
}
.notify-box .live-tip::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -4px;
  border: 1px solid #F3456E;
  border-bottom: none;
  background: #F3456E;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
}

.notify-box .game-tip {
    display: none;
    width: 70px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #5f2eff;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 52px;
    left: 127px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 100;
}
.notify-box .game-tip::before {
    content: "";
    position: absolute;
    right: 30px;
    top: -4px;
    border: 1px solid #5f2eff;
    border-bottom: none;
    background: #5f2eff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
}

