/*移动端重置样式*/
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;
  height: 100%;
}
#app header {
  position: relative;
  width: 7.5rem;
  height: 8.42rem;
  background: url(../images/zn4-1.jpg) no-repeat;
  background-size: 7.5rem 8.42rem;
}
#app header .userTel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5.9rem;
  height: 0.42rem;
  background: url(../images/zn2.png) no-repeat;
  background-size: 5.9rem 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 9;
  color: #fff;
  font-size: 0.2rem;
}
#app header .userTel a {
  padding-left: 0.3rem;
  color: #fff;
}
#app header .tip {
  position: absolute;
  width: 5.09rem;
  height: 1.05rem;
  background: url(../images/zn29.png) no-repeat;
  background-size: 5.09rem 1.05rem;
  top: 2.8rem;
  left: calc(50% - 2.545rem);
}
#app header .tip p {
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  line-height: 1.2rem;
}
#app header .tip p span {
  color: #ffe300;
}
#app header .active-step {
  position: absolute;
  width: 4.5rem;
  height: 2.3rem;
  top: 4.25rem;
  left: calc(50% - 2.25rem);
  font-size: 0.24rem;
}
#app header .active-step h1 {
  font-size: 0.28rem;
  color: #f76826;
  font-weight: bold;
  text-align: center;
}
#app header .active-step p {
  font-size: 0.24rem;
  color: #333333;
  margin: 0.1rem;
}
#app header .active-step p i {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.08rem;
  font-size: 0.17rem;
  color: #ffffff;
  border-radius: 50%;
  line-height: 0.15rem;
  text-align: center;
  background-color: #f76826;
  margin-right: 0.17rem;
}
#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.2rem;
  line-height: 0.24rem;
  top: 0.53rem;
  color: #ffffff;
}
#app header .scroll::before {
  content: '';
  background: url(../images/zn3.png) no-repeat;
  width: 0.26rem;
  height: 0.22rem;
  background-size: 0.26rem 0.22rem;
  position: absolute;
  top: 0.1rem;
  left: 0.35rem;
}
#app header .scroll .scroll-wrap {
  display: inline-block;
  width: 90%;
  height: 0.42rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-left: 0.25rem;
}
#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.45rem;
}
#app header .alert-wrap {
  position: absolute;
  width: 1.04rem;
  height: 1.98rem;
  top: 1.68rem;
  right: 0rem;
  background: url(../images/zn5.png) no-repeat;
  background-size: 1.04rem 1.98rem;
}
#app header .alert-wrap div {
  width: 100%;
  height: 0.53rem;
}
#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 .notice {
  width: 7.5rem;
  height: 1.12rem;
  background: url(../images/zn6.jpg) no-repeat;
  background-size: 7.5rem 1.12rem;
}
#app .notice p {
  line-height: 0.8rem;
  color: #ffffff;
  font-size: 0.28rem;
  text-align: justify;
  padding-left: 1.4rem;
}
#app .main {
  position: relative;
  width: 7.5rem;
  height: 7.38rem;
  background: url(../images/ll1-2.jpg) no-repeat;
  background-size: 7.5rem 7.38rem;
  padding: 0 0.3rem;
}
#app .main .main-wrap {
  width: 6.8rem;
  height: 7.05rem;
  background: url(../images/ll5.png) no-repeat;
  background-size: 6.8rem 7.05rem;
  padding: 1.15rem 0.24rem 0.28rem;
  margin: 0 auto;
}
#app .main .main-wrap .redWrap {
  border: 0.01rem solid #ffdcdb;
  background-color: #fff2f1;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-items: center;
  align-content: space-around;
  justify-content: space-around;
  padding: 0.3rem 0.27rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(1) {
  width: 1.19rem;
  height: 1.41rem;
  margin: 0 auto;
  background: url(../images/ll4.png) no-repeat;
  background-size: 1.19rem 1.41rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(1) em:nth-of-type(1) {
  display: block;
  font-size: 0.2rem;
  color: #fe3654;
  text-align: center;
  padding-top: 0.25rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(1) em:nth-of-type(2) {
  display: block;
  text-align: center;
  padding-top: 0.25rem;
  font-size: 0.25rem;
  color: #fffefb;
}
#app .main .main-wrap .redWrap div p:nth-of-type(2) {
  font-size: 0.24rem;
  text-align: center;
  color: #ffffff;
  padding-top: 0.36rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(2) button {
  display: block;
  margin: 0 auto;
  width: 1.08rem;
  height: 0.5rem;
  background: url(../images/ll7-3.png) no-repeat;
  background-size: 1.08rem 0.5rem;
  text-align: center;
  line-height: 0.1rem;
  font-size: 0.24rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(2) button.active1 {
  background: url(../images/ll7-2.png) no-repeat;
  background-size: 1.08rem 0.5rem;
}
#app .main .main-wrap .redWrap div p:nth-of-type(2) button.active2 {
  background: url(../images/ll7-1.png) no-repeat;
  background-size: 1.08rem 0.5rem;
}
#app .main .main-wrap .record-wrap {
  margin-top: 0.27rem;
  border-top: 0.01rem solid #ffe4e3;
  padding-top: 0.32rem;
}
#app .main .main-wrap .record-wrap .recorde {
  font-size: 0.37rem;
  color: #ff5d5d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
}
#app .main .main-wrap .record-wrap .recorde div:nth-of-type(1) {
  padding-right: 1.16rem;
}
#app .main .main-wrap .record-wrap .recorde div:nth-of-type(2) a {
  display: block;
  height: 0.5rem;
  border: #ffd6d5 0.02rem solid;
  border-radius: 0.5rem;
  font-size: 0.28rem;
  text-align: center;
  padding: 0.05rem 0.12rem;
  color: #c57675;
  line-height: 0.4rem;
}
#app .main .main-wrap .record-wrap .visits {
  margin-top: 0.12rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}
#app .main .main-wrap .record-wrap .visits div p:nth-of-type(2) {
  font-size: 0.35rem;
  margin-top: 0.27rem;
}
#app .main .main-wrap .record-wrap .visits div:nth-of-type(1) {
  position: relative;
}
#app .main .main-wrap .record-wrap .visits div:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  content: '';
  display: block;
  width: 0.01rem;
  height: 100%;
  border: 0.01rem solid #ffe6e5;
}
#app .main .main-wrap .record-wrap .visits div p {
  font-size: 0.3rem;
  color: #ff5d5d;
  text-align: center;
}
#app .stars-wrap {
  margin: 0rem 0.2rem 0.37rem;
  background-color: #6ad1a2;
  border-radius: 0.3rem;
  padding: 0.19rem 0.22rem;
}
#app .stars-wrap .gray {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 89%;
  height: 5.2rem;
  z-index: 10;
  border-radius: 0.1rem;
  font-size: 0.5rem;
  color: #ffffff;
  text-align: center;
  padding-top: 2rem;
}
#app .stars-wrap .stars-content {
  padding: 0.25rem 0.2rem 0;
  border-radius: 0.3rem;
  background-color: #ffffff;
}
#app .stars-wrap .stars-content .rule {
  padding: 0.1rem 0.16rem;
  border-radius: 0.1rem;
  background-color: #ffefce;
}
#app .stars-wrap .stars-content .rule p {
  padding-left: 0.5rem;
  color: #333333;
  font-size: 0.26rem;
  position: relative;
  line-height: 0.6rem;
}
#app .stars-wrap .stars-content .rule p:nth-of-type(1)::before {
  content: '';
  background: url(../images/zn7.png) no-repeat;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 0.4rem 0.4rem;
  position: absolute;
  top: 0.08rem;
  left: 0rem;
}
#app .stars-wrap .stars-content .rule p:nth-of-type(2)::before {
  content: '';
  background: url(../images/zn8.png) no-repeat;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 0.4rem 0.4rem;
  position: absolute;
  top: 0.05rem;
  left: 0rem;
}
#app .stars-wrap .stars-content .stars {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  margin: 0.42rem 0 0.24rem;
}
#app .stars-wrap .stars-content .stars div em {
  display: block;
  width: 0.68rem;
  height: 0.53rem;
  background: url(../images/zn10.png) no-repeat;
  background-size: 0.68rem 0.53rem;
}
#app .stars-wrap .stars-content .stars div em.active {
  background: url(../images/zn9.png) no-repeat;
  background-size: 0.68rem 0.53rem;
}
#app .progress-bar {
  width: 6rem;
  height: 0.2rem;
  background-color: #ffe1e7;
  margin: 0 auto;
  border-radius: 0.1rem;
  position: relative;
}
#app .progress-bar .step {
  width: 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-radius: 0.1rem;
  background-image: -webkit-linear-gradient(to top, #f90b3a, #ff899f);
  background-image: linear-gradient(to top, #f90b3a, #ff899f);
}
#app .get-wrap {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
}
#app .get-wrap div:nth-of-type(1) .img {
  display: block;
  margin-top: 0.27rem;
  width: 2.31rem;
  height: 1.86rem;
}
#app .get-wrap div.btnWrap {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
}
#app .get-wrap div.btnWrap div {
  position: relative;
}
#app .get-wrap div.btnWrap div p {
  width: 0.85rem;
  height: 0.98rem;
  margin-top: -0.17rem;
  margin: 0 auto;
}
#app .get-wrap div.btnWrap div p img {
  display: block;
  width: 100% ;
  height: 100%;
}
#app .get-wrap div.btnWrap div button {
  display: block;
  width: 1.4rem;
  height: 0.6rem;
  font-size: 0.22rem;
  margin-top: 0.26rem;
}
#app .get-wrap div.btnWrap div button:nth-of-type(1) {
  background: url(../images/zn13.png) no-repeat;
  background-size: 100% 100%;
}
#app .get-wrap div.btnWrap div button:nth-of-type(2) {
  background: url(../images/zn14.png) no-repeat;
  background-size: 100% 100%;
}
#app .yidong {
  position: relative;
  width: 7.12rem;
  height: 2.2rem;
  margin: 0 auto;
  background: url(../images/zn15.png) no-repeat;
  background-size: 7.12rem 2.2rem;
}
#app .yidong p {
  color: #ffffff;
  font-size: 0.29rem;
  padding-top: 1.4rem;
  margin-left: 2.24rem;
  text-shadow: -1px 2px 1px #ef8346;
}
#app .yidong a {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.38rem;
  right: 0.28rem;
}
#app .list-wrap {
  position: relative;
  margin-top: 0.76rem;
}
#app .list-wrap .list-border {
  border-radius: 0.3rem;
  background-color: #6ad1a2;
  position: relative;
}
#app .list-wrap .list-border .titleImg {
  display: block;
  width: 3.3rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: -0.3rem;
  position: absolute;
  left: calc(50% - 1.65rem);
}
#app .list-wrap .list-border .listwrap {
  padding-top: 0.65rem;
  padding-bottom: 0.6rem;
}
#app .list-wrap .list-border .listwrap ul {
  padding: 0 0.2rem;
}
#app .list-wrap .list-border .listwrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.3rem;
  margin-bottom: 0.13rem;
  padding: 0.1rem;
}
#app .list-wrap .list-border .listwrap ul li div:nth-of-type(2) {
  flex: 2;
  padding-left: 0.14rem;
}
#app .list-wrap .list-border .listwrap ul li div img {
  display: block;
  width: 0.91rem;
  height: 0.91rem;
}
#app .list-wrap .list-border .listwrap ul li div .one {
  font-size: 0.27rem;
  color: #333333;
}
#app .list-wrap .list-border .listwrap ul li div .one i {
  font-size: 0.30rem;
  color: #f54c4c;
}
#app .list-wrap .list-border .listwrap ul li div .two {
  font-size: 0.2rem;
  color: #999999;
  position: relative;
  padding-left: 0.45rem;
}
#app .list-wrap .list-border .listwrap ul li div .two::before {
  content: '';
  display: inline-block;
  width: 0.33rem;
  height: 0.26rem;
  background: url(../images/zn9.png) no-repeat;
  background-size: 0.33rem 0.26rem;
  position: absolute;
  top: 0.05rem;
  left: 0;
}
#app .list-wrap .list-border .listwrap ul li div button {
  display: block;
  width: 1.46rem;
  height: 0.52rem;
  font-size: 0.28rem;
  color: #f0f0f0;
}
#app .list-wrap .list-border .listwrap ul li div button.red {
  background: url(../images/zn22.png) no-repeat;
  background-size: 1.46rem 0.52rem;
}
#app .list-wrap .list-border .listwrap ul li div button.gray {
  background: url(../images/zn22.png) no-repeat;
  background-size: 1.46rem 0.52rem;
}
#app .footerImg {
  display: block;
  width: 2.09rem;
  height: 1.72rem;
  position: absolute;
  margin-top: -0.7rem;
  z-index: 10;
}
#app .ljfooter {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.94rem;
  box-sizing: border-box;
  background: #842bde;
}
#app .ljfooter nav {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .ljfooter nav a {
  flex: 1;
  display: block;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.94rem;
  position: relative;
}
#app .ljfooter nav a::before {
  content: '';
  position: absolute;
  top: 0.11rem;
  left: 0;
  height: 0.73rem;
  border: 0.01rem solid #a96be8;
}
#app .ljfooter nav a img {
  vertical-align: middle;
  width: 0.3rem;
  height: 0.33rem;
}
#app .ljfooter nav a.active {
  color: #ffd120;
}
#app .ljfooter nav a:nth-of-type(1)::before {
  display: none;
}
#app .bottomPic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#app .linktoApp {
  position: absolute;
  width: 4.6rem;
  height: 1.2rem;
  margin: 0 auto;
  z-index: 100;
  left: calc(50% - 2.3rem);
}
#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: 5.9rem;
  height: 5.12rem;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  border: #00d4b2 0.17rem solid;
  border-radius: 0.3rem;
  background-image: -webkit-linear-gradient(to bottom, #fffbe8, #ffffff);
  background-image: linear-gradient(to bottom, #fffbe8, #ffffff);
}
.mask .content-wrap.contentWrap4 {
  width: 6.64rem;
  height: 9.08rem;
}
.mask .content-wrap .tableHead {
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  height: 0.8rem;
}
.mask .content-wrap .tableHead .title {
  color: #2e2e2e;
  font-size: 0.32rem;
  text-align: center;
  margin-top: 0.34rem;
  margin-bottom: 0.26rem;
  font-weight: bold;
}
.mask .content-wrap .tableHead table {
  height: 100%;
}
.mask .content-wrap .tableHead table td.border {
  border-left: 0.01rem solid #9adad0;
  border-right: 0.01rem solid #9adad0;
}
.mask .content-wrap .tableBody {
  font-size: 0.28rem;
  color: #666666;
  text-align: center;
  height: 3.5rem;
  overflow: scroll;
}
.mask .content-wrap .tableBody.tableBody2 {
  padding: 0 0.21rem;
  height: 7rem;
}
.mask .content-wrap .tableBody table {
  width: 100%;
}
.mask .content-wrap .tableBody table tr {
  height: 0.85rem;
}
.mask .content-wrap .tableBody table tr td {
  border: 0.01rem solid #9adad0;
}
.mask .content-wrap .tableBody table tr td p {
  color: #333333;
  font-size: 0.26rem;
  text-align: left;
  margin: 0;
}
.mask .content-wrap .tableBody table .td {
  padding-left: 0.5rem;
}
.mask .content-wrap .tableBody h1 {
  font-size: 0.26rem;
  color: #333333;
  margin-bottom: 0.21rem;
  text-align: left;
  font-weight: bold;
}
.mask .content-wrap .tableBody h6 {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.21rem;
  text-align: left;
}
.mask .content-wrap .tableBody button {
  color: #8b5900;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.34rem;
  display: inline-block;
}
.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-wrap3 {
  width: 6.62rem;
  height: 6.84rem;
  background: url(../images/cj4.png) no-repeat;
  background-size: 100% 100%;
}
.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 .titleIcon {
  width: 4.12rem;
  height: 0.9rem;
  margin: 0 auto;
  margin-top: -0.5rem;
}
.mask .content-wrap .titleIcon img {
  display: block;
}
.mask .content-wrap .titleIcon1 {
  width: 4.31rem;
  height: 1.29rem;
  margin: 0 auto;
  margin-top: -1.3rem;
}
.mask .content-wrap .titleIcon1 img {
  display: block;
}
.mask .content-wrap .titleIcon3 {
  width: 2.27rem;
  height: 2.26rem;
  margin: 0 auto;
  margin-top: -1rem;
}
.mask .content-wrap .titleIcon3 img {
  display: block;
}
.mask .content-wrap .titleIcon3 {
  width: 2.27rem;
  height: 2.26rem;
  margin: 0 auto;
  margin-top: -1rem;
}
.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 p.tip {
  font-size: 0.36rem;
  color: #333333;
  margin: 0;
  line-height: 0.6rem;
  padding: 0.7rem 0.5rem 0.4rem;
}
.mask .content-wrap .content-txt p.tip2 {
  font-size: 0.36rem;
  color: #333333;
  margin: 0;
  line-height: 0.6rem;
  padding: 0.7rem 0.3rem 0.4rem;
}
.mask .content-wrap .content-txt p.note {
  font-size: 0.26rem;
  color: #fe8448;
  margin: 0;
  line-height: 0.45rem;
  padding: 0rem 0.5rem 0.4rem;
}
.mask .content-wrap .content-txt p {
  text-align: center;
  color: #333333;
  font-size: 0.4rem;
  margin-top: 0.83em;
}
.mask .content-wrap .content-txt .p1 {
  margin-top: 0.46rem;
  text-align: center;
  color: #fa463f;
  font-size: 0.6rem;
  margin-bottom: 1.14rem;
}
.mask .content-wrap .content-txt .p2 {
  text-align: center;
  color: #333333;
  font-size: 0.4rem;
  margin-top: 1.07rem;
  margin-bottom: 1.34rem;
}
.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.4rem;
  color: #ffffff;
  text-align: center;
}
.mask .content-wrap .btn-wrap img {
  width: 2.23rem;
  height: 0.86rem;
}
.mask .content-wrap .btn-wrap2 {
  margin-top: 0.3rem;
}
.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;
  top: 8.55rem;
  left: calc(50% - 0.35rem);
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  z-index: 100000;
}
.mask .closeBtn.closeBtn4 {
  top: 1.5rem;
  right: -2rem;
}
.mask .closeBtn img {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
