html {
  font-size: 100px;
}

.wrap *,
.pop:not(.pop-pass-with-wegame) * {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

img {
  -webkit-touch-callout: default;
  /* 禁止长按链接与图片弹出菜单 */
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  box-sizing: border-box;
}

body {
  font-size: 0.24rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
img,
input {
  border: none;
}

select,
input {
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  user-select: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -webkit-touch-callout: default !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html,
body {
  width: 100%;
}

img {
  display: block;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.dia-con {
  width: 6.6rem;
  height: 4.77rem;
  padding: 1.04rem 1.2rem 0.3rem 0.2rem;
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  color: #fff;
  background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/popup-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  transform: translateX(.4rem);
}
.dia-close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.dia-title-success {
  display: none;
  width: 2.99rem;
  height: .59rem;
  background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/title-success.png) no-repeat;
	background-size: cover;
  position: absolute;
  top: 0.2rem;
  left: 1.4rem;
}
.dia-title-fail {
  display: none;
  width: 2.1rem;
  height: .49rem;
  background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/title-fail.png) no-repeat;
	background-size: cover;
  position: absolute;
  top: 0.25rem;
  left: 1.8rem;
}
.dia-description {
  width: 85%;
  margin: 0 auto 0.2rem;
  text-align: center;
  font-size: 0.34rem;
}
.dia-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dia-btn.btn1 {
  width: 3.57rem;
  height: 1.11rem;
  background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/popup-btn.png) no-repeat;
	background-size: cover;
}
.dia .platform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.dia .platform a {
  display: flex;
  width: 2rem;
  height: 2rem;
  background: #4095ff;
  border-radius: 50%;
  margin: 0.2rem 0.3rem;
  align-items: center;
  justify-content: center;
}
.dia .platform span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.4rem;
  font-size: 0.26rem;
  color: #666;
}
.dia .platform svg {
  filter: drop-shadow(0 0.05rem 0.03rem rgba(0, 0, 0, 0.3));
}

.wrap{
	background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100vw;
	height: 100vh;
	position: relative;
    overflow-x: hidden;
}
.get_btn{
  display: block;
	background: url(//game.gtimg.cn/images/bs/cp/a20250616bs/get_btn.png) no-repeat;
	background-size: 100% 100%;
	width: 4.5rem;
	height: 1.56rem;
	position: absolute;
	top: 11.5rem;
	left: 50%;
  transform: translateX(-50%);
}