body,
p,
h1,
h2,
h3,
h4,
h5,
li,
span,
i,
ul,
img,
a,
strong,
input,
button,
textarea,
select,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

body {
  font-family: "microsoft yahei", "Arial";
  font-size: 0.24rem;
  line-height: 1;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class|="ico"] {
  display: inline-block;
  vertical-align: middle;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

i,
var,
em {
  font-style: normal;
}

button {
  font-family: "microsoft yahei", "Arial";
  outline: none;
  cursor: pointer;
  font-size: 0.24rem;
  border: none;
}

iframe {
  border: none;
}

input,
select,
textarea {
  outline: none;
  font-family: "microsoft yahei", "Arial";
  font-size: 0.24rem;
  border-radius: 0;
  border: none;
  background: none;
}

input:disabled {
  opacity: 1;
  color: #333;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="button"],
button,
input[type="date"],
textarea {
  -webkit-appearance: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}
.page-box {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.page-box .bg {
  width: 100%;
  display: block;
}
.page-text {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 550px;
  margin: 0 auto;
  background: #000;
  color: #ccc;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5;
}
.page-text a {
  color: #ccc;
}
.page-text .yx {
  color: rgb(0, 132, 255);
}
.pup-box {
  width: 80%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: red;
}
.pup-content {
  width: 100%;
  position: relative;
}
.pup-img {
  width: 100%;
}
.pup-img img {
  width: 100%;
  display: block;
}
.closure-btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.closure-btn img {
  width: 100%;
  display: block;
}
.kefu-cion{
  width: 4rem;
  position: fixed;
  top: 40%;
  right: 2px;
  z-index: 99999;
}
.kefu-cion img{
  width: 100%;
  display: block;
}
@keyframes xing {
    0% {
        transform: scale(0.9);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}
