/*----css 初始化----*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
dd,
ol,
p,
pre,
td,
textarea,
th,
dl,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea,
p,
span {
  font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi,
    "Microsoft Yahei", sans-serif;
}

body {
  background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

pre {
  word-wrap: break-word;
}

small {
  font-size: 0.21rem;
}

ol,
dl,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
mark,
menu,
nav,
section,
summary,
time,
video {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

label,
span,
i {
  display: inline-block;
}
html,
body {
  background: #000;
}
.page-box {
  width: 100%;
  height: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #000;
}
.top-box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.top-box img {
  width: 40%;
  display: block;
}
.banner-box {
  width: 100%;
}
.banner-box img {
  width: 100%;
  display: block;
}
.btn-box {
  width: 70%;
  height: 35px;
  border: 1px solid #ffdfb4;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.android-btn {
  width: 100%;
  height: 100%;
  display: none;
}
.ios-btn {
  width: 100%;
  height: 100%;
  display: none;
}
.ios-android {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn-box img {
  width: 21px;
  display: block;
}
.text-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.text-box span {
  font-size: 12px;
  color: #b3b3b3;
  transform: scale(0.8);
}
.text-box p {
  color: #ffdfb4;
  font-size: 14px;
}
.text-img {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
.text-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.ws-box {
  width: 100%;
}
.ws-box img {
  width: 100%;
  display: block;
}
.text-text {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
}
.fuwu-box {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.fuwu-box img {
  height: 18px;
  display: block;
  margin-right: 6px;
}
.fuwu-box span {
  display: block;
  color: #fff;
  font-size: 16px;
}
.pop-btn {
  width: 60px;
  position: fixed;
  left: 10px;
  top: 43%;
  z-index: 99;
  display: none;
}
.pop-btn img {
  width: 100%;
  display: block;
}
.pop-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  overflow: auto;
  display: none;
}
.pop-box img {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
  display: block;
}
.kefu-box {
  width: 100px;
  position: fixed;
  right: 0px;
  top: 43%;
  z-index: 99;
}
.kefu-box img {
  width: 100%;
  display: block;
}
.swhz {
  width: 100px;
  position: fixed;
  right: 0px;
  top: 52%;
  z-index: 99;
}
.swhz img {
  width: 100%;
  display: block;
}
.qr-box {
  width: 240px;
  height: 280px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  background: #fff;
  border-radius: 10px;
  display: none;
}
.qr-box span {
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.qr {
  width: 220px;
  display: block;
  margin: 0 auto;
}
.out-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  
  .out-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    max-width: 660px;
    padding: 15px 15px 0;
  }
  
  .out-panel .out-close {
    position: absolute;
    right: 20px;
    top: -40px;
    width: 40px;
  }
  
  .out-panel .out-bg {
    width: 100%;
  }
  
  .out-panel .game-btn {
    position: absolute;
    display: block;
    width: 50%;
    height: 20%;
    bottom: -60px;
    left: 25%;
  }
  
  .out-panel .game-btn {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
