.sidebtn {
  z-index: 99;
  position: fixed;
  right: 6px;
  bottom: 20%;
  width: 52px;
  display: flex;
  flex-direction: column;
}

.sidebtn a {
  margin-bottom: 10px;
}

.sidebtn a:last-child img {
  margin-bottom: 0;
}

.sidebtn img {
  display: block;
  width: 100%;
}

.sidebtn .sidebtn_gif {
  width: 70px;
  position: relative;
  right: 5px;
  bottom: 3px;
}

.jq_popup {
  display: none;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000030;
}

.jq_popup_content {
  width: 310px;
  height: 335px;
  background: url(/res/jqtc/jq_popup.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #fd0;
  border-radius: 12px;
  position: relative;
  bottom: 30px;
}

.jq_popup_content svg {
  width: 30px;
  fill: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -42px;
}

.jq_popup_content img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 155px;
  top: 133px;
  border-radius: 3px;
}

.jq_popup_content a {
  display: block;
  width: 133px;
  height: 25px;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  bottom: 14px;
  margin-left: -67px;
}

.sidebtn a,
.jq_popup a {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* new_popup start */

.new_freebie {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 12px;
  filter: drop-shadow(0 0 12px #00000020);
  border-radius: 8px;
  overflow: hidden;
}

.new_freebie img {
  width: 100%;
}

.new_freebie a {
  width: 267px;
  height: 45px;
  position: absolute;
  bottom: 18px;
}

.new_freebie button {
  width: 35px;
  height: 35px;
  position: absolute;
  border: 0;
  background: none;
  right: 0px;
  top: 15px;
}



.new_freebie_two button{
  right: initial;
  top: initial;
  bottom: 0;
}

.new_freebie_two a {
  width: 189px;
  height: 39px;
  bottom: 92px;
}

/* new_popup end */