@charset "utf-8";
html, body, ul, li, img, a, p, div, input, form, h1, h2, h3, h4, span, p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  max-height: 100000000000000000000px;
}

html, body {
  width: 100%;
  /* height: 100%; */
}

html {
  background-color: #e6e6e6;
}

* {
  /* 渐入 渐出 */
  /* @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ */
  /* .iphonex{padding-top:44px;padding-bottom: 34px;} */
  /* .iphonex::before{content:'';display:block;position: fixed;width:100%;height:44px;background-color: #000;top:0;left: 0;z-index:9999;} */
  /* .iphonex::after{content:'';display:block;position: fixed;width:100%;height:34px;bottom:0;left: 0;z-index:9999;} */
  /* }   */
}

* h1, * h2, * h3 {
  text-align: center;
}

* h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  /* position: absolute; */
}

* h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

* body {
  font-family: "microsoft yahei regular","microsoft yahei", "heiti sc","冬青黑体简体中文";
  font-size: 30px;
  background-color: #fff;
  /* background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(246,247,250,1) 100%); */
  color: #333;
  word-break: break-word;
  /* padding: 30px; */
}

* .footer {
  max-width: 750px;
  right: 0;
  border-top: 1px solid rgba(216, 216, 216, 0.8);
  margin: auto;
}

* body {
  max-width: 750px;
  /* padding-bottom: 100px; */
  margin: auto;
}

* hr {
  border: none;
  outline: none;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
}

* a {
  text-decoration: none;
  color: #666;
}

* a:hover {
  color: #0f88eb;
  text-decoration: none;
  cursor: pointer;
}

* label {
  cursor: text;
}

* span {
  cursor: pointer;
}

* ul {
  list-style: none;
  display: inline;
}

* textarea,
* input {
  outline: none;
  border: none;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 1px #ccc;
  padding: 10px;
  font-family: 'yahei';
  font-size: 14px;
}

* .clearfix::before,
* .clear::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  /* transform: rotate3d(0, 0, 0, angle) */
  transform: rotate(7deg);
}

* .fl {
  float: left;
}

* .fr {
  float: right;
}

* .v-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

* .vbetween {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

* .center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

* .line_one {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* .line_two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

* .lxd_toastbox {
  position: fixed;
  top: 35%;
  text-align: center;
  width: 100%;
}

* .lxd_toastbox h1 {
  font-size: 31px;
  border: 1px solid;
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: normal;
  border-radius: 12px;
}

* .yaheiregular {
  font-family: "microsoft yahei regular","microsoft yahei", "heiti sc","冬青黑体简体中文";
}

* .yaheilight {
  font-family: "microsoft yahei light","microsoft yahei", "heiti sc","冬青黑体简体中文";
}

* .iosnumber {
  font-family: "microsoft yahei regular","microsoft yahei", "heiti sc";
}

@keyframes myfirst {
  0% {
    transform: translatex(800px);
  }
  100% {
    transform: translatex(-800px);
  }
}

@-webkit-keyframes myfirst {
  0% {
    -webkit-transform: translatex(800px);
  }
  100% {
    -webkit-transform: translatex(-800px);
  }
}

* .fadeslidey-enter-active, * .fadeslidey-leave-active {
  transition: all .25s;
}

* .fadeslidey-enter, * .fadeslidey-leave-to {
  opacity: 0;
  transform: translatey(-20px);
}

@media screen and (orientation: landscape) {
  * .screenmsg {
    display: block;
  }
}

* .my-integral-page {
  width: 680px;
  background-color: white;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}

* .my-integral-page a {
  color: #fff;
}

* .my-integral-page .mi-prev {
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(225deg, #8de9ff 0%, #4c9dff 100%);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

* .my-integral-page .mi-state {
  width: 110px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 1px solid #c8c3c4;
  text-align: justify;
  text-align-last: center;
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
}

* .my-integral-page .mi-next {
  width: 180px;
  height: 60px;
  line-height: 60px;
  background: #ec0928;
  background: linear-gradient(225deg, #8de9ff 0%, #4c9dff 100%);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#bannar {
  width: 680px;
  height: 264px;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px auto;
  background-color: white;
}

#bannar a {
  height: 100%;
}

#bannar a img {
  width: 100%;
}

#bannar .swiper-pagination-bullet-active {
  background: #fff !important;
}

.pop-window {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.pop-window > div {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}
