/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Microsoft YaHei', \5b8b\4f53, Arial, Helvetica, sans-serif;
}
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
table,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
area {
  outline: none;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  zoom: 1;
}
body.grab {
  cursor: grab;
}

html {
  background-color: black;
}

.wrapper {
  background: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/20251013/bg.png)
    no-repeat center center;
  background-size: cover;
  width: 7.5rem;
  height: 65.4rem;
  position: relative;
  margin: 0 auto;
}
.top {
  width: 6.07rem;
  height: 1.16rem;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: white;
  background: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/20251013/top.png)
    no-repeat;
  background-size: 100% auto;
  padding-top: 0.23rem;
  padding-left: 1.5rem;
  font-weight: bold;
}
.top b {
  color: #cb4f3c;
}
.top p {
  margin-top: 0.1rem;
}

.btn {
  position: absolute;
  width: 3.38rem;
  height: 0.81rem;
  background-size: contain;
  cursor: pointer;
}
.btn.btn1 {
  top: 5.8rem;
  left: 0.2rem;
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/20251013/btn1.png);
}
.btn.btn2 {
  top: 5.8rem;
  right: 0.2rem;
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/20251013/btn2.png);
}

.tip,
.item-tip {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.9);
  display: none;
}
.item-bg {
  width: 6.9em;
  height: 3.67rem;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%);
  padding: 1rem 0.3rem 0;
}
.item-bg.fish {
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/fish_popup.png);
}
.item-bg.cake {
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/cake_popup.png);
}
.tip_main {
  width: 6.9em;
  height: 3.67rem;
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/tip_popup.png);
  background-size: contain;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%);
  padding: 1rem 0.3rem 0;
}
.tip_content {
  height: 1.61rem;
  font-size: 0.28rem;
  color: #0e0e0e;
  line-height: 0.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip_close,
.item_close {
  width: 1.05rem;
  height: 1.05rem;
  background-image: url(//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/close.png);
  background-size: contain;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  cursor: pointer;
}
.confirm,
.item_confirm {
  width: 2.7rem;
  height: 0.66rem;
  background-image: url('//media.zlongame.com/media/pictures/cn/actv/61/2025/4rdReflux/images/share/btn_confirm.png');
  background-size: contain;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
