/*移动端重置样式*/
html,
body {
  width: 100%;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: unset !important;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
i,
em {
  font-style: normal;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
  color: #006699;
}
a:visited {
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select,
input[type=button],
input[type=password],
input[type=submit],
input[type=text],
input[type=tel],
input[type=file],
textarea {
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border: none;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  font-weight: normal;
  padding: 0;
  margin: 0;
  border: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
img {
  width: 100%;
}
/* 单行省略号 */
.elli {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*多行省略号*/
.elliMore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*======覆盖苹果手机input提交样式======*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
}
/*ios系统中元素被触摸时产生的半透明灰色遮罩去掉*/
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only; */
}
/*input type=number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
/* chrome and safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
/* vue初始化代码的字段隐藏 */
[v-cloak] {
  display: none;
}
/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
#app {
  position: relative;
  padding: 0.3rem;
}
#app header {
  position: relative;
}
#app header .userTel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7.5rem;
  height: 0.45rem;
  background: url(../images/cj12.png) no-repeat;
  background-size: 7.5rem 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
  color: #fff;
  font-size: 0.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#app header .userTel a {
  padding-left: 0.3rem;
  color: #fff;
}
#app header .userTel p i {
  display: inline-block;
  width: 0.1rem;
  height: 0.12rem;
  background: url(../images/cj13.png);
  background-size: 0.1rem 0.12rem;
  position: relative;
  top: -0.03rem;
  left: 0.1rem;
}
#app header .help-wrap {
  position: absolute;
  right: 0;
  top: 1.92rem;
  width: 0.89rem;
  height: 1.41rem;
  z-index: 10;
}
#app header .prize-wrap {
  position: absolute;
  right: 0;
  top: 1.6rem;
  width: 0.89rem;
  height: 0.4rem;
  background: url(../images/cj15.png) no-repeat;
  background-size: 0.89rem 0.4rem;
  z-index: 10;
}
#app header .video-wrap {
  width: 7.5rem;
  height: 4.88rem;
  position: relative;
}
#app header .video-wrap video {
  width: 100%;
  height: 100%;
}
#app header .video-wrap #videoBtn {
  position: absolute;
  width: 0.95rem;
  height: 0.95rem;
  top: calc(50% - 0.475rem);
  left: calc(50% - 0.475rem);
  z-index: 10;
}
#app header .video-wrap #videoPic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 4.9rem;
}
#app header .scroll {
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.24rem;
  top: 0;
  color: #ffffff;
}
#app header .scroll .scroll-wrap {
  display: inline-block;
  width: 90%;
  height: 0.42rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#app header .scroll .scroll-wrap #box {
  overflow: hidden;
  margin: 0 auto;
}
#app header .scroll .scroll-wrap #box ul {
  display: inline-block;
  white-space: nowrap;
}
#app header .scroll .scroll-wrap #box ul li {
  display: inline-block;
  line-height: 0.42rem;
}
#app header .lj2 {
  position: absolute;
  width: 1.19rem;
  height: 0.46rem;
  display: block;
  top: 0.68rem;
  left: -0.02rem;
  background: url(../images/ll2.png) no-repeat;
  background-size: 1.19rem 0.46rem;
}
#app header .lj3 {
  position: absolute;
  width: 1.19rem;
  height: 0.46rem;
  display: block;
  top: 0.68rem;
  right: -0.02rem;
  background: url(../images/ll3.png) no-repeat;
  background-size: 1.19rem 0.46rem;
}
#app header .lj10 {
  position: absolute;
  width: 1.19rem;
  height: 0.46rem;
  display: block;
  top: 0.68rem;
  right: -0.02rem;
  background: url(../images/ll10.png) no-repeat;
  background-size: 1.19rem 0.46rem;
}
#app header .lj10 a {
  display: block;
  width: 1.19rem;
  height: 0.46rem;
}
#app .userTel {
  display: flex;
  flex-direction: row;
  justify-items: center;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
}
#app .userTel div {
  font-size: 0.32rem;
  color: #333333;
}
#app .userTel input {
  background-color: #e9e9e9;
  border: none;
  width: 3.02rem;
  height: 0.57rem;
  border-radius: 0.3rem;
  padding-left: 0.52rem;
  font-weight: bold;
  color: #333333;
  box-shadow: none;
}
#app .userTel input:focus {
  box-shadow: none;
  border: none;
}
#app .userTel img {
  display: inline-block;
  width: 0.38rem;
  height: 0.42rem;
  margin-left: 0.24rem;
}
#app .orderLink {
  display: block;
  width: 6.9rem;
  height: 1.77rem;
  background: url(../images/cz5.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
  position: relative;
}
#app .orderLink .link {
  display: block;
  width: 1.75rem;
  height: 0.6rem;
  position: absolute;
  right: 0.44rem;
  top: 0.5rem;
}
#app .buy-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.45rem;
}
#app .buy-wrap div p {
  width: 3rem;
  height: 2.06rem;
  background-color: #fdf8e3;
  border: 0.02rem solid #f7d14d;
  border-radius: 0.3rem;
  font-size: 0.5rem;
  color: #333333;
  text-align: center;
  line-height: 2.06rem;
  position: relative;
}
#app .buy-wrap div p.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.69rem;
  height: 0.69rem;
  background: url(../images/cz6.png) no-repeat;
  background-size: 100% 100%;
}
#app .explain {
  background-color: #f2f2f2;
  border-radius: 0.3rem;
  padding: 0.25rem;
  overflow: hidden;
  margin-bottom: 0.38rem;
}
#app .explain div {
  height: 4.28rem;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 0.2rem;
}
#app .explain h1 {
  margin-bottom: 0.26rem;
  color: #333333;
  font-size: 0.3rem;
}
#app .explain p {
  color: #333333;
  font-size: 0.26rem;
}
#app .check-wrap {
  margin-bottom: 0.23rem;
  text-align: center;
}
#app .check-wrap p {
  color: #999999;
  font-size: 0.24rem;
}
#app .check-wrap p em {
  color: #599ce2;
}
#app .check-wrap p input[type="checkbox"]:checked {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/cz8.png) no-repeat;
  background-size: 0.24rem 0.24rem;
}
#app .check-wrap p input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/cz7.png) no-repeat;
  background-size: 0.24rem 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.18rem;
}
#app .getWrap {
  width: 5.98rem;
  height: 0.9rem;
  background: url(../images/cz11.png) no-repeat;
  background-size: 5.98rem 0.9rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  position: relative;
}
#app .getWrap .left-post {
  position: absolute;
  left: 1.1rem;
  top: 0.18rem;
  font-size: 0.3rem;
  color: #333333;
}
#app .getWrap .left-post em {
  font-size: 0.4rem;
  font-weight: bold;
}
#app .getWrap .right-post {
  position: absolute;
  right: 0.53rem;
  top: 0.2rem;
  font-size: 0.34rem;
  color: #333333;
  font-weight: bold;
}
#app .cj17 {
  display: block;
  width: 3.76rem;
  height: 0.82rem;
  margin: 0 auto;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
#app .tab-wrap {
  position: static;
  padding: 0.2rem 0.3rem;
  display: flex;
  justify-content: space-around;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#app .tab-wrap div a {
  display: block;
  font-size: 0.26rem;
  color: #6ee1b0;
  background: #308472;
  text-align: center;
  padding: 0.1rem 0.3rem;
  border-radius: 0.1rem;
}
#app .tab-wrap div a.active {
  background-color: #59ffb8;
  color: #308472;
}
#app .huiyuan {
  background-color: #308472;
  padding: 0.07rem 0.2rem 0.22rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.25rem #1d6553;
  margin: 0.2rem 0.3rem;
}
#app .huiyuan .cj16 {
  display: block;
  width: 3.79rem;
  height: 0.82rem;
  margin: 0 auto;
  margin-top: -0.2rem;
}
#app .huiyuan .hy {
  display: flex;
  justify-content: space-around;
}
#app .huiyuan .hy div a {
  display: block;
  width: 3.09rem;
  height: 2.26rem;
  background: url(../images/cj19.png) no-repeat;
  background-size: 100% 100%;
}
#app .huiyuan .hy div a em {
  display: block;
  width: 3.09rem;
  height: 2.26rem;
  background: url(../images/cj18.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.17rem;
  animation: move 0.8s linear alternate infinite;
  -webkit-animation: move 0.8s linear alternate infinite;
  position: absolute;
}
#app .huiyuan .hy div a .img {
  position: relative;
  top: 0.2rem;
  z-index: 2;
  display: block;
  width: 2.18rem;
  height: 1.95rem;
  margin: 0 auto;
}
@keyframes move {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#app .tabActive {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 0;
}
#app .item-wrap {
  padding: 0.2rem 0.3rem;
}
#app .item-wrap #txqy {
  background-color: #308472;
  padding: 0.07rem 0.2rem 0.22rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.25rem #1d6553;
}
#app .item-wrap #txqy a {
  display: block;
  margin-top: 0.2rem;
}
#app .item-wrap #shqy {
  margin-top: 0.25rem;
  background-color: #0799db;
  padding: 0.07rem 0.2rem 0.22rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.25rem #0476c3;
}
#app .item-wrap #shqy a {
  display: block;
  margin-top: 0.18rem;
}
#app .item-wrap #acqy {
  margin-top: 0.25rem;
  background-color: #fa9a64;
  padding: 0.07rem 0.2rem 0.22rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.25rem #f8723b;
}
#app .item-wrap #acqy a {
  display: block;
  margin-top: 0.18rem;
}
#app .item-wrap #ydqy {
  margin-top: 0.25rem;
  margin-bottom: 0.68rem;
  background-color: #ed685e;
  padding: 0.07rem 0.2rem 0.22rem;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.25rem #e44d3b;
}
#app .item-wrap #ydqy a {
  display: block;
  margin-top: 0.18rem;
}
#app .lj8 {
  width: 4.32rem;
  height: 3.38rem;
  position: absolute;
  top: 3rem;
  left: calc(50% - 2.16rem);
}
#app .lj8 .wx {
  color: #666666;
  font-size: 0.3rem;
  text-align: center;
}
#app .main {
  position: relative;
  width: 6.9rem;
  height: 6.4rem;
  background: url(../images/ll1-2.jpg) no-repeat;
  background-size: 7.5rem 7.38rem;
  margin-top: -1.5rem;
  border-radius: 0.5rem;
  left: calc(50% - 3.45rem);
  right: 0;
  background: #ffffff;
}
#app .main .main-wrap {
  font-size: 0.3rem;
  position: absolute;
  top: -0.4rem;
}
#app .main .main-wrap label {
  display: inline-block;
  float: left;
}
#app .main .main-wrap input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: inline-block;
  float: left;
  width: 2rem;
  position: absolute;
  height: 0.95rem;
}
#app .main .main-wrap a {
  color: #877571;
  line-height: 0.94rem;
  text-align: center;
  display: inline-block;
  width: 1.98rem;
  height: 0.94rem;
  background: url(../images/lj8.png) no-repeat;
  background-size: 1.98rem 0.94rem;
  float: left;
}
#app .main .main-wrap .spel {
  margin: 0 0.21rem;
}
#app .main .main-wrap .content {
  display: none;
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  width: 6.9rem;
  margin: 0 auto;
  z-index: 10;
  padding: 0 0.32rem 0.26rem;
}
#app .main .main-wrap .content .list {
  width: 100%;
  height: 1.62rem;
  background: url(../images/lj9.png) no-repeat;
  background-size: 100% 1.62rem;
  position: relative;
  margin: 0.2rem 0;
}
#app .main .main-wrap .content .list .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.54rem;
  height: 0.46rem;
  background: url(../images/lj10.png) no-repeat;
  background-size: 1.54rem 0.46rem;
  color: #fdecea;
  font-size: 0.23rem;
  text-align: center;
  line-height: 0.46rem;
}
#app .main .main-wrap .content .list .buy {
  line-height: 1.62rem;
  font-size: 0.26rem;
  color: #164172;
  text-align: left;
  font-weight: bolder;
  margin-left: 0.2rem;
}
#app .main .main-wrap .content .list .buy span {
  color: #fa5d46;
  font-size: 0.46rem;
}
#app .main .main-wrap .content .list .buy em {
  color: #f95842;
}
#app .main .main-wrap .content .list .btn {
  width: 1.36rem;
  height: 0.55rem;
  position: absolute;
  top: 0.5rem;
  right: 0.15rem;
}
#app .main .main-wrap .content .list .btn1 {
  background: url(../images/lj11.png) no-repeat;
  background-size: 1.36rem 0.55rem;
}
#app .main .main-wrap .content .list .btn2 {
  background: url(../images/lj12.png) no-repeat;
  background-size: 1.36rem 0.55rem;
}
#app .main .main-wrap .content .list .btn3 {
  background: url(../images/lj13.png) no-repeat;
  background-size: 1.36rem 0.55rem;
}
#app .main .main-wrap .content .list1 {
  background: url(../images/lj14.png) no-repeat;
  background-size: 100% 1.62rem;
}
#app .main .main-wrap .content .list1 .date {
  width: 1.54rem;
  height: 0.46rem;
  background: url(../images/lj10-1.png) no-repeat;
  background-size: 1.54rem 0.46rem;
}
#app .main .main-wrap .content .list1 .buy {
  line-height: 1.62rem;
  font-size: 0.26rem;
  color: #363a3f;
  text-align: left;
  font-weight: bolder;
  margin-left: 0.2rem;
}
#app .main .main-wrap .content .list1 .buy span {
  color: #958683;
  font-size: 0.46rem;
}
#app .main .main-wrap .content .list1 .buy em {
  color: #91817f;
}
#app .main .main-wrap input:checked ~ .content {
  display: block;
}
#app .main .main-wrap input:checked + a {
  background: #ffffff;
  color: #fa4a22;
  font-size: 0.35rem;
  font-weight: bold;
  border-radius: 0.3rem;
}
#app .btn-lj {
  width: 5.6rem;
  height: 0.9rem;
  margin: 0 auto;
  margin-top: 0.26rem;
  margin-bottom: 1.26rem;
}
#app .btn-lj img {
  display: block;
}
#app .query-wrap {
  position: absolute;
  top: 4.26rem;
  right: 0;
  left: 0;
  width: 100%;
}
#app .query-wrap .query-main {
  width: 7rem ;
  margin: 0 auto;
}
#app .query-wrap .query-main .noData,
#app .query-wrap .query-main .list-wrap-data {
  position: absolute;
  top: 1.1rem;
  z-index: 10;
  width: 6.55rem;
  left: calc(50% - 3.275rem);
}
#app .query-wrap .query-main .noData .empty,
#app .query-wrap .query-main .list-wrap-data .empty,
#app .query-wrap .query-main .noData .item,
#app .query-wrap .query-main .list-wrap-data .item {
  background-color: #ffffff;
  height: 3.9rem;
  overflow: hidden;
  box-shadow: inset 0 0.2rem 0.15rem -0.05rem #fed5ff;
  /*顶部阴影*/
}
#app .query-wrap .query-main .noData .empty ul li,
#app .query-wrap .query-main .list-wrap-data .empty ul li,
#app .query-wrap .query-main .noData .item ul li,
#app .query-wrap .query-main .list-wrap-data .item ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  padding: 0rem 0 0.26rem 0;
  border-bottom: 0.02rem solid #ddcdff;
}
#app .query-wrap .query-main .noData .empty ul li p,
#app .query-wrap .query-main .list-wrap-data .empty ul li p,
#app .query-wrap .query-main .noData .item ul li p,
#app .query-wrap .query-main .list-wrap-data .item ul li p {
  width: 33.33%;
  font-size: 0.31rem;
  color: #333333;
  text-align: center;
  padding-top: 0.26rem;
}
#app .query-wrap .query-main .noData .empty ul li:last-child,
#app .query-wrap .query-main .list-wrap-data .empty ul li:last-child,
#app .query-wrap .query-main .noData .item ul li:last-child,
#app .query-wrap .query-main .list-wrap-data .item ul li:last-child {
  border-bottom: unset;
}
#app .query-wrap .query-main .noData .empty img,
#app .query-wrap .query-main .list-wrap-data .empty img,
#app .query-wrap .query-main .noData .item img,
#app .query-wrap .query-main .list-wrap-data .item img {
  display: block;
  margin: 0 auto;
  width: 2.32rem;
  height: 4.31rem;
}
#app .query-wrap .query-main .noData .invitefriendsBtn,
#app .query-wrap .query-main .list-wrap-data .invitefriendsBtn {
  margin-top: 1.17rem;
  margin-bottom: 1.87rem;
}
#app .query-wrap .query-main .noData .invitefriendsBtn button,
#app .query-wrap .query-main .list-wrap-data .invitefriendsBtn button {
  display: block;
  width: 4.75rem;
  height: 1rem;
  background: url(../images/lj28.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#app .query-wrap .query-main .noData .loadMore,
#app .query-wrap .query-main .list-wrap-data .loadMore {
  margin: 0 auto;
  width: 1.36rem;
  height: 0.3rem;
  margin-top: 0.23rem;
}
#app .query-wrap .query-main .noData .loadMore img,
#app .query-wrap .query-main .list-wrap-data .loadMore img {
  display: block;
  width: 0.36rem;
  height: 0.22rem;
  margin: 0 auto;
}
#app .query-wrap .query-main .noData .reminder,
#app .query-wrap .query-main .list-wrap-data .reminder {
  margin-top: 0.63rem;
  margin-bottom: 1.5rem;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: justify;
  line-height: 0.48rem;
}
#app .query-wrap .query-main .help-wrap {
  background-image: linear-gradient(-511deg, #7db4ff 0%, #8f81ff 30%, #9b5fff 50%, #a349ff 100%, #6467ff 60%, #a73fff 80%, #a14eff 100%);
  border-radius: 0.2rem;
  padding: 0.16rem;
  margin-top: -0.45rem;
}
#app .query-wrap .query-main .help-wrap .content {
  border-radius: 0.2rem;
  background-color: #ffffff;
  padding: 0.32rem 0.29rem;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.4rem;
  overflow: hidden;
  box-shadow: inset 0 0.2rem 0.3rem -0.05rem #fed5ff;
  /*顶部阴影*/
}
#app .query-wrap .query-main .help-wrap .content .item {
  height: 6rem;
  overflow: hidden;
}
#app .query-wrap .query-main .help-wrap .content .loadMoretxt {
  margin: 0 auto;
  width: 1.36rem;
  height: 0.3rem;
  margin-top: 0.23rem;
}
#app .query-wrap .query-main .help-wrap .content .loadMoretxt img {
  display: block;
  width: 0.22rem;
  height: 0.13rem;
  margin: 0 auto;
}
.lj {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.lj button {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
  background-color: #1E9FFF;
}
.queryPostion {
  width: 100%;
  height: 8.65rem;
  background: url(../images/ll11-2.jpg) no-repeat;
  background-size: 100% 100%;
}
.queryPostion .guanzhu {
  width: 6.33rem;
  height: 7.93rem;
  background: url(../images/ll14.png) no-repeat;
  background-size: 6.33rem 7.93rem;
  margin: 0 auto;
  margin-top: -0.01rem;
  padding-top: 2.87rem;
}
.queryPostion .guanzhu .gzEWM {
  width: 3.63rem;
  height: 3.63rem;
  border: 0.14rem solid #fb6679;
  border-radius: 0.3rem;
  margin: 0 auto;
}
.queryPostion .guanzhu .gzEWM .ewm {
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  border: 0.06rem solid #fb5964;
  margin: 0 auto;
}
.queryPostion .guanzhu p {
  margin-top: 0.55rem;
  font-size: 0.35rem;
  color: #ff5d5d;
  text-align: center;
}
.list-wrap {
  width: 6.7rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}
.list-wrap .no-list-data {
  position: relative;
  height: 4.45rem;
  background: rgba(255, 220, 220, 0.1);
  border: 0.01rem solid #ffffff;
  margin: 0 auto;
}
.list-wrap .no-list-data h1 {
  font-size: 0.38rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.65rem;
  line-height: 0.7rem;
  margin-bottom: 1.1rem;
}
.list-wrap .no-list-data .goJoinBtn {
  position: absolute;
  width: 5.39rem;
  height: 1.06rem;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  margin: 0 auto;
}
.list-wrap .list-data {
  width: 6.8rem;
  height: 3rem;
  border-radius: 0.3rem;
  padding: 0.1rem;
}
.list-wrap .list-data .content {
  height: 100%;
  border-radius: 0.2rem;
  background-color: #ffffff;
  overflow: hidden;
  border: 0.02rem solid #ff5d5d;
  box-shadow: 0 0 0.05rem #ff5d5d;
}
.list-wrap .list-data .content table {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
}
.list-wrap .list-data .content table thead {
  border-radius: 0.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 0.77rem;
  background: #fff2f0;
  color: #ff5d5d;
  font-size: 0.3rem;
  text-align: center;
}
.list-wrap .list-data .content table thead td {
  border-left: 0.01rem dashed #ecd0cf;
  border-bottom: 0.02rem solid #ecd6d6;
}
.list-wrap .list-data .content table tbody tr {
  height: 0.6rem;
}
.list-wrap .list-data .content table tbody tr td {
  height: 0.69rem;
  color: #ff6363;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.69rem;
  border-left: 0.01rem dashed #ecd6d6;
}
.list-wrap .list-data .content table tbody tr:nth-child(even) {
  /*通过结构伪类选择器为表格内的偶数行定义背景色，以实现个隔行显示效果*/
  background-color: #fff2f0;
}
.list-wrap .list-data .content table tbody tr:last-child {
  border: none;
}
.list-wrap .list-data .more {
  color: #ffffff;
  font-size: 0.3rem;
  margin: 0  auto;
  text-align: center;
  margin-top: 0.3rem;
}
.footerNote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.5rem;
  height: 3.95rem;
  background: url(../images/ll12.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 0.56rem 0.35rem 1.1rem;
}
.footerNote h2 {
  font-size: 0.33rem;
  color: #ff4949;
  text-align: center;
  margin-bottom: 0.33rem;
}
.footerNote p {
  color: #fb5863;
  font-size: 0.28rem;
  text-align: justify;
  position: relative;
  line-height: 0.5rem;
}
.footerNote p em {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: #fb5863;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.28rem;
  border-radius: 0.5rem;
}
#sharePic {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 3rem;
  right: 0;
  border: 1px solid red;
  z-index: 1000;
  opacity: 0;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.mask .content-wrap {
  width: 6.5rem;
  height: auto;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
.mask .content-wrap .tableHead {
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  height: 0.8rem;
}
.mask .content-wrap .tableHead table {
  height: 100%;
}
.mask .content-wrap .tableBody {
  font-size: 0.28rem;
  color: #666666;
  text-align: center;
  height: 4.8rem;
  overflow: scroll;
}
.mask .content-wrap .tableBody table tr {
  height: 0.5rem;
}
.mask .content-wrap .tableBody table tr td p {
  color: #333333;
  font-size: 0.3rem;
  text-align: left;
  margin: 0;
}
.mask .content-wrap .tableBody table .td {
  padding-left: 0.5rem;
}
.mask .content-wrap .tableBody button {
  color: #8b5900;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.34rem;
  display: inline-block;
  width: 0.86rem;
  background-color: #fee8d9;
  height: 0.34rem;
  border-radius: 0.5rem;
}
.mask .content-wrap .tableBody2 table {
  width: 5.4rem;
  margin-top: 0.2rem;
}
.mask .content-wrap .tableBody2 table tr {
  height: 0.5rem;
}
.mask .content-wrap .tableBody2 table tr td p {
  color: #333333;
  font-size: 0.3rem;
  text-align: left;
  margin: 0;
}
.mask .content-wrap .tableBody2 button {
  color: #8b5900;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.34rem;
  display: inline-block;
  width: 0.86rem;
  background-color: #fee8d9;
  height: 0.34rem;
  border-radius: 0.5rem;
}
.mask .content-wrap.content-wrap2 {
  top: 30%;
  width: 4.85rem;
  height: 3.87rem;
  background-color: #ffffff;
  border: unset;
}
.mask .content-wrap.content-wrap4 {
  width: 5.62rem;
  height: 6.95rem;
  background: url(../images/ll16-1.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap5 {
  width: 5.62rem;
  height: 6.95rem;
  background: url(../images/ll16-1.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap5 .titlePic {
  width: 1.39rem;
  height: 0.39rem;
  margin: 0 auto;
}
.mask .content-wrap.content-wrap6 {
  width: 5.62rem;
  height: 6.9rem;
  background: url(../images/ll16-2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 2rem;
}
.mask .content-wrap.content-wrap6 .ewmAlert {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #ffffff;
  margin: 0 auto;
}
.mask .content-wrap .tipsTxt {
  font-size: 0.3rem;
  line-height: 0.45rem;
}
.mask .content-wrap .titleIcon {
  width: 3.66rem;
  margin: 0 auto;
  margin-top: 0.43rem;
  margin-bottom: 0.39rem;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  line-height: 0.65rem;
}
.mask .content-wrap .titleIcon2 {
  width: 1.78rem;
  height: 1.79rem;
  margin: 0 auto;
  margin-top: -0.8rem;
  background: url(../images/cz1.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap .titleIcon2 img {
  display: block;
}
.mask .content-wrap .titleIcon3 {
  width: 1.78rem;
  height: 1.79rem;
  margin: 0 auto;
  margin-top: -0.8rem;
  background: url(../images/cz2.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap .titleIcon3 img {
  display: block;
}
.mask .content-wrap .titleIcon4 {
  width: 3.2rem;
  height: 2.46rem;
  margin: 0 auto;
  margin-top: -1rem;
}
.mask .content-wrap .titleIcon4 img {
  display: block;
}
.mask .content-wrap .content-txt {
  padding: 0rem 0.4rem 0.4rem;
}
.mask .content-wrap .content-txt p {
  text-align: left;
  color: #333333;
  font-size: 0.28rem;
  margin-top: 0.3rem;
  color: #164172;
}
.mask .content-wrap .content-txt .note {
  color: #f86340;
  font-size: 0.26rem;
  text-align: center;
  margin-top: 0.4rem;
}
.mask .content-wrap .content-txt .coupons-wrap {
  margin-top: 0.44rem;
  height: 1.31rem;
  background: url(../images/lj2.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap .content-txt .coupons-wrap p {
  font-size: 0.26rem;
  color: #774a3e;
  text-align: center;
  font-weight: 600;
  padding-top: 0.53rem;
}
.mask .content-wrap .content-txt .p1 {
  margin-top: 0.5rem;
  text-align: center;
  color: #333333;
  font-size: 0.36rem;
  margin-bottom: 0.45rem;
}
.mask .content-wrap .content-txt .p1 em {
  color: #f95842;
}
.mask .content-wrap .content-txt .p3 {
  margin-top: 0.6rem;
  text-align: center;
  color: #164172;
  font-size: 0.36rem;
  margin-bottom: 0.45rem;
}
.mask .content-wrap .content-txt .p3 em {
  color: #f95842;
}
.mask .content-wrap .content-txt .p2 {
  text-align: center;
  color: #999999;
  font-size: 0.22rem;
}
.mask .content-wrap .content-txt2 {
  margin-top: 2.28rem;
}
.mask .content-wrap .content-txt2 .prizeIcon {
  width: 1.89rem;
  height: 0.58rem;
  margin: 0 auto;
}
.mask .content-wrap .content-txt2 .prizeIcon img {
  display: block;
}
.mask .content-wrap .content-txt2 .iconPic {
  width: 1.79rem;
  height: 2rem;
  margin: 0 auto;
  margin-top: 0.54rem;
}
.mask .content-wrap .content-txt2 .iconPic img {
  display: block;
}
.mask .content-wrap .content-txt3 {
  height: 4rem;
  margin-top: 0rem;
  overflow: hidden;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.mask .content-wrap .content-txt3 .title-wrap {
  height: 0.92rem;
  padding-top: 0.28rem;
  border-bottom: 0.02rem solid #fff8ee;
  background-color: #ff9b9b;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.mask .content-wrap .content-txt3 .title-wrap img {
  display: block;
  width: 1.61rem;
  height: 0.42rem;
  margin: 0 auto;
}
.mask .content-wrap .content-txt3 .table-wrap1 {
  background-color: #ffe0e0;
  height: 0.88rem;
}
.mask .content-wrap .content-txt3 .table-wrap1 table {
  width: 5.2rem;
  height: 100%;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  margin: 0 auto;
}
.mask .content-wrap .content-txt3 .table-wrap1 table tr td p {
  font-size: 0.32rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.mask .content-wrap .content-txt3 .table-wrap1 table tr td p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: inline-block;
  width: 90%;
  height: 0.01rem;
  background: -webkit-linear-gradient(top, #ffe1e1 0%, #fff0f0 20%, #fff0f0 40%, #fff0f0 60%, #fff0f0 80%, #ffe7e7 100%);
}
.mask .content-wrap .content-txt3 .table-wrap2 {
  background-color: #ffe0e0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  margin-top: -0.01rem;
}
.mask .content-wrap .content-txt3 .table-wrap2.scrollItem {
  overflow: scroll;
  height: 7rem;
}
.mask .content-wrap .content-txt3 .table-wrap2 table {
  width: 5.2rem;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  margin: 0 auto;
}
.mask .content-wrap .content-txt3 .table-wrap2 table tr td p {
  color: #ff4f4f;
  font-size: 0.3rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  position: relative;
}
.mask .content-wrap .content-txt3 .table-wrap2 table tr td p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: inline-block;
  width: 90%;
  height: 0.01rem;
  background: -webkit-linear-gradient(top, #ffe1e1 0%, #fff0f0 20%, #fff0f0 40%, #fff0f0 60%, #fff0f0 80%, #ffe7e7 100%);
}
.mask .content-wrap .content-txt4 {
  margin-top: 2.37rem;
  margin-bottom: 0.2rem;
}
.mask .content-wrap .content-txt4 p {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.56rem;
}
.mask .content-wrap .content-txt5 {
  margin-top: 1.5rem;
}
.mask .content-wrap .content-txt5 p {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.56rem;
}
.mask .content-wrap .content-txt7 {
  margin-top: 1rem;
  height: 4.2rem;
  overflow: scroll;
}
.mask .content-wrap .content-txt7 p {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: left;
  line-height: 0.56rem;
  padding: 0 0.8rem;
}
.mask .content-wrap .content-txt8 {
  margin-top: 0.8rem;
  height: 3rem;
  overflow: hidden;
}
.mask .content-wrap .content-txt8.show {
  height: 4.5rem;
  overflow: scroll;
}
.mask .content-wrap .content-txt8 p {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: left;
  line-height: 0.56rem;
  padding: 0 0.28rem;
}
.mask .content-wrap .content-txt8 p em {
  display: inline;
  padding: 0.05rem 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.05rem;
  font-size: 0.25rem;
  color: #ff5749;
  text-align: center;
  margin-right: 0.1rem;
}
.mask .content-wrap .btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.28rem;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #774a3e;
  text-align: center;
  padding-top: 0.49rem;
}
.mask .content-wrap .btn-wrap div:nth-of-type(1) {
  background-color: #bbbbbb;
  width: 2.6rem;
  height: 0.88rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.34rem;
  line-height: 0.88rem;
  text-align: center;
}
.mask .content-wrap .btn-wrap div:nth-of-type(2) {
  background-color: #f9db61;
  width: 2.6rem;
  height: 0.88rem;
  border-radius: 0.5rem;
  color: #333333;
  font-size: 0.34rem;
  line-height: 0.88rem;
  text-align: center;
}
.mask .content-wrap .btn-wrap2 div {
  background-color: #f9db61 !important;
  color: #333333 !important;
  font-size: 0.34rem !important;
}
.mask .content-wrap .btn-wrap3 {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.mask .content-wrap .btn-wrap3 img {
  width: 3.5rem;
  height: 0.92rem;
}
.mask .content-wrap .btn-wrap4 {
  margin-top: 2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.mask .content-wrap .btn-wrap4 img {
  width: 2.51rem;
  height: 1.02rem;
}
.mask .content-wrap .btn-wrap5 {
  margin-top: 0.3rem;
}
.mask .content-wrap .btn-wrap5 img {
  width: 2.51rem;
  height: 1.02rem;
}
.mask .content-wrap .btn-wrap6 {
  margin-top: 0.3rem;
}
.mask .content-wrap .btn-wrap6 img {
  width: 0.33rem;
  height: 0.26rem;
}
.mask .rwm {
  margin: 0 0.46rem;
  margin-top: 1.4rem;
}
.mask .closeBtn {
  position: fixed;
  right: 0.5rem;
  top: 2.58rem;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  z-index: 100000;
}
.mask .closeBtn img {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}


/** 弹出框样式 从此拷贝 **/
.popBox-ywsld { position: fixed;left: 0; top: 0;bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000'); z-index: 30; display: none;}
:root .popBox-ywsld{ -webkit-filter: none\9;  filter: none\9;}
.popBox-ywsld.open{ display:block;}
.popBox-ywsld .popBox-inner-ywsld{ background: #fff; position: absolute; width:6.5rem; top:50%; left:50%; margin-left:-3.15rem; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%);border-radius:5px;}
.popBox-ywsld .popBox-inner-ywsld .close{ position: absolute; top: 0; right: 0; width: .5rem; height: .5rem; line-height: .46rem; display: block; text-align: center; color: #666; font-size: .5rem;}
.popBox-ywsld .popBox-headl-ywsld{ margin: 0; padding: 0 .1rem; position:relative; text-align: center; border-bottom: 1px solid #0195ff; line-height: .8rem; font-size: .36rem; color: #0195ff;}
.popBox-ywsld .popBox-body-ywsld{ padding: .2rem .4rem; font-size: .28rem; line-height:180%; color:#333; }
.popBox-ywsld .popBox-body-ywsld .popBox-scroll{ max-height: 6rem; overflow:hidden; overflow-y: auto;word-break: break-all;}
.popBox-ywsld .popBox-body-ywsld .popBox-scroll p{ text-indent: .56rem;}
.popBox-ywsld .popBox-foot-ywsld {text-align: center; padding: 10px 0 20px 0;}
.popBox-ywsld .btn {display: inline-block;  *display: inline; *zoom: 1; line-height: .66rem; font-size: .3rem; width: 2.2rem; background: #0195ff; color: #fff; -webkit-border-radius: 5px;  border-radius: 5px;border: 0; margin:0 .5rem; box-sizing:border-box;}
.pop-open-ywsld{display: block;}
.bill-info-ywsld{line-height: 1.5;}
.bill-info-ywsld .logo-ywsld{width: 2.4rem;	height: .72rem;	display: block;}
.bill-info-ywsld p{	border-bottom: 1px solid #e5e5e5;padding:.1rem 0;}
.bill-info-ywsld p:last-child{border-bottom: none;}
.bill-info-ywsld .info-scroll-ywsld{	overflow-y: scroll;	height: 6rem;}
.popBox-ywsld .popBox-inner-bill-ywsld{	width:6.6rem;margin-left:-3.25rem;color: #666;}
.info-important-ywsld{margin:.1rem 0;	display: inline-block;}
.popBox-ywsld .popBox-inner-bill-ywsld .popBox-body-ywsld{ padding: .2rem .2rem; font-size: .28rem; line-height:180%; color:#666; }
.info-important-ywsld em{font-size: .22rem;width:50%;	float:right;color:#999; }
.info-important-ywsld .logo-left-ywsld{float:left; }
.details-ywsld p{border-bottom: 0!important; }
.table-ywsld{border-collapse: collapse; width: 100% ; }
.table-ywsld tr td, .table-ywsld tr th {border: 1px #ccc solid;  word-break: break-all;  vertical-align: middle; text-align: center; padding: 5px 2px;}


.popBtn {
  width: 4.1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
  color: white;
  border-radius: 0.5rem;
  background: linear-gradient(to top, #0195ff, #0195ff);
  margin: 0rem auto 0;
}
.popBtn-grey {
  width: 4.1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  text-align: center;
  color: white;
  border-radius: 0.5rem;
  background: linear-gradient(to top, #c0bdba, #c0bdba);
  margin: 0rem auto 0;
}
.popBox-ywsld .popBox-foot-ywsld {
  text-align: center;
  padding: 0 0 20px 0;
}

.popCloseIcon {
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.24rem;
  top: 0rem;
}
.font_color_red{color: red;}
.font_weight_bold{font-weight: bold;}