/*移动端重置样式*/
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%;
  background: #feae03;
}
* {
  -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 {
  display: block;
  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 {
  padding-bottom: 0.5rem;
  position: relative;
  height: 100%;
}
#app header {
  position: relative;
}
#app header .userTel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7.5rem;
  height: 0.5rem;
  background: url(../images/car19.png) no-repeat;
  background-size: 7.5rem 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
  color: #ffffff;
  font-size: 0.24rem;
  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.7rem;
  height: 0.27rem;
  background: url(../images/car14.png);
  background-size: 0.7rem 0.27rem;
  position: relative;
  top: 0rem;
  left: 0.1rem;
  line-height: 0.28rem;
}
#app header .rule {
  width: 0.5rem;
  height: 1.2rem;
  position: absolute;
  top: 0.7rem;
  right: 0rem;
}
#app header .prize {
  width: 0.5rem;
  height: 1.2rem;
  position: absolute;
  top: 2.1rem;
  right: 0rem;
}
#app .jpyl {
  width: 4rem;
  height: 0.7rem;
  margin: 0 auto;
}
#app .jpylist {
  margin: 0.22rem;
  border-radius: 0.1rem;
  background-color: #ed8800;
  box-shadow: inset 3.857px 4.596px 9px 0px rgba(217, 101, 8, 0.5), inset 2.344px -5.523px 4px 0px rgba(244, 152, 29, 0.7);
  width: 7.02rem;
  height: 1.99rem;
  z-index: 186;
  padding: 0.16rem;
  margin-bottom: 0.56rem;
  overflow: hidden;
  position: relative;
}
#app .jpylist ul {
  display: flex;
  animation: showList 9s linear infinite;
  position: absolute;
}
#app .jpylist ul li {
  margin: 0 0.1rem;
}
#app .jpylist .swiper-item.bg1 {
  padding-top: 0.7rem;
  width: 1.4rem;
  height: 1.7rem;
  background: url(../images/cmh9.png) no-repeat;
  background-size: 1.4rem 1.7rem;
}
#app .jpylist .swiper-item.bg2 {
  padding-top: 0.7rem;
  width: 1.4rem;
  height: 1.7rem;
  background: url(../images/cmh10.png) no-repeat;
  background-size: 1.4rem 1.7rem;
}
#app .jpylist .swiper-item .txt1 {
  font-size: 0.18rem;
  font-family: "SourceHanSansCN";
  color: #ffffff;
  text-align: center;
}
#app .jpylist .swiper-item .txt2 {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-family: "Adobe Heiti Std";
  color: #5b1600;
  text-align: center;
  font-weight: bold;
}
#app .swiper .swiper-slide {
  display: flex;
  justify-content: space-around;
}
#app .chm11 {
  display: block;
  width: 3.04rem;
  height: 0.48rem;
  margin: 0 auto;
}
#app .footer {
  margin-top: 0.35rem;
  margin-bottom: 1.314rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
#app .footer div img {
  display: block;
  width: 3.39rem;
  height: 2.4rem;
}
#app .yxjBG {
  position: relative;
}
#app .yxjBG .list-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#app .yxjBG .list-wrap .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.11rem;
}
#app .yxjBG .list-wrap .list div {
  height: 2rem;
}
#app .yxjBG .list-wrap .list div img {
  width: 2rem;
  height: 2rem;
}
#app .yxjBG .btn-wrap {
  position: absolute;
  width: 6.09rem;
  height: 1.9rem;
  top: 5.3rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/cmh21.png) no-repeat;
  background-size: 6.09rem 1.9rem;
  margin: 0 auto;
}
#app .yxjBG .btn-wrap img {
  display: block;
  width: 5.8rem;
  height: 1rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
#app .rule-wrap {
  padding: 0.45rem 0.4rem;
  width: 90%;
  margin-left: 3%;
  height: 100%;
  padding: 0.2rem;
  color: #666666;
}
#app .rule-wrap .txt1 {
  display: inline-block;
  color: #333333;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.35rem;
}
#app .rule-wrap .txt2 {
  color: #666666;
  font-size: 0.27rem;
  line-height: 0.65rem;
}
#app .rule-wrap .txt2 span {
  color: #e72d2d;
  font-weight: bold;
}
#app .prize-wrap {
  padding: 0 0.4rem;
  background-color: #ffffff;
}
#app .prize-wrap .list:last-child {
  border-bottom: none;
}
#app .prize-wrap .list {
  padding: 0.3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #d6d6d6;
}
#app .prize-wrap .list div p {
  font-size: 0.32rem;
  color: #1a1a1a;
}
#app .prize-wrap .list div p:nth-of-type(2) {
  color: #727272;
  font-size: 0.28rem;
  margin-top: 0.3rem;
}
#app .prize-wrap .list div .get {
  display: block;
  border-radius: 0.5rem;
  background-image: -moz-linear-gradient(90deg, #ff9630 0%, #ffd83b 100%);
  background-image: -webkit-linear-gradient(90deg, #ff9630 0%, #ffd83b 100%);
  background-image: -ms-linear-gradient(90deg, #ff9630 0%, #ffd83b 100%);
  width: 1.6rem;
  height: 0.56rem;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
}
#app .prize-wrap .list div .over {
  display: block;
  border-radius: 0.5rem;
  width: 1.6rem;
  height: 0.56rem;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
  background-color: #d9d9d9;
}
#app .tip-wrap {
  background-color: #f6f6f6;
  padding: 0.41rem 0.35rem;
}
#app .tip-wrap .icon {
  width: 1.97rem;
  height: 0.37rem;
}
#app .tip-wrap .txt {
  margin-top: 0.27rem;
  font-size: 0.3rem;
  color: #727272;
  line-height: 1.5;
}
#app .tip-wrap .txt span {
  color: #e13636;
  font-weight: bold;
}
@keyframes showList {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.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;
}
#sharePic {
  display: block;
  width: 100%;
  position: fixed;
  top: 0rem;
  right: 0;
  z-index: 1000;
}
.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.48rem;
  height: 10.23rem;
  position: absolute;
  top: 2.44rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../images/car17.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap2 {
  background: url(../images/car18.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 2rem;
}
.mask .content-wrap.content-wrap2 .txt-wrap {
  height: 7.8rem;
  padding: 0.45rem;
  overflow: hidden;
  overflow-y: scroll;
}
.mask .content-wrap.content-wrap2 .txt-wrap p {
  color: #424242;
  font-size: 0.28rem;
  line-height: 1.6;
  margin-bottom: 0.52rem;
}
.mask .content-wrap.content-wrap2 .txt-wrap p span {
  color: #222222;
  font-size: 0.3rem;
  font-weight: bold;
}
.mask .content-wrap.content-wrap3 {
  width: 6.03rem;
  height: 6.15rem;
  background: url(../images/cmh16.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap3 .txt-wrap3 {
  padding-top: 1.28rem;
}
.mask .content-wrap.content-wrap3 .txt-wrap3 .titleIcon {
  width: 2.14rem;
  height: 1.54rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.mask .content-wrap.content-wrap3 .txt-wrap3 .titleIcon img {
  display: block;
}
.mask .content-wrap.content-wrap3 .txt-wrap3 .txt1 {
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  padding: 0 1.2rem;
  line-height: 2;
}
.mask .content-wrap.content-wrap3 .txt-wrap3 .btn {
  background-image: -moz-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -webkit-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -ms-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  box-shadow: 0px 0px 14px 0px rgba(255, 178, 52, 0.2);
  width: 3.43rem;
  height: 0.61rem;
  border-radius: 10rem;
  margin: 0 auto;
  margin-top: 0.43rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.61rem;
}
.mask .content-wrap.content-wrap4 {
  width: 6.03rem;
  height: 6.25rem;
  background: url(../images/cmh16.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 {
  padding-top: 1.28rem;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 .titleIcon {
  width: 1.25rem;
  height: 1.61rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 .titleIcon img {
  display: block;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 .txt1 {
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  padding: 0 1.2rem;
  line-height: 1.5;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 .txt2 {
  margin-top: 0.13rem;
  font-size: 0.26rem;
  color: #999999;
  text-align: center;
  padding: 0 0.8rem;
}
.mask .content-wrap.content-wrap4 .txt-wrap4 .btn {
  background-image: -moz-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -webkit-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -ms-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  box-shadow: 0px 0px 14px 0px rgba(255, 178, 52, 0.2);
  width: 3.43rem;
  height: 0.61rem;
  border-radius: 10rem;
  margin: 0 auto;
  margin-top: 0.43rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.61rem;
}
.mask .content-wrap.content-wrap5 {
  width: 6.03rem;
  height: 6.15rem;
  background: url(../images/cmh16.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 {
  padding-top: 1.28rem;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .titleIcon {
  width: 1.25rem;
  height: 1.61rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .titleIcon img {
  display: block;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .txt1 {
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .txt2 {
  margin-top: 0.13rem;
  font-size: 0.26rem;
  color: #999999;
  text-align: center;
  padding: 0 0.8rem;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .txt3 {
  width: 5rem;
  margin: 0 0.81rem;
}
.mask .content-wrap.content-wrap5 .txt-wrap4 .txt3 {
  width: 5rem;
  margin: 0 0.81rem;
}
.mask .content-wrap.content-wrap5-new {
  width: 6.633rem;
  height: 6.765rem;
}
.mask .content-wrap.content-wrap5 .txt-wrap5 .btn {
  background-image: -moz-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -webkit-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  background-image: -ms-linear-gradient(90deg, #ff912f 0%, #ffdc3b 100%);
  box-shadow: 0px 0px 14px 0px rgba(255, 178, 52, 0.2);
  width: 3.43rem;
  height: 0.61rem;
  border-radius: 10rem;
  margin: 0 auto;
  margin-top: 0.43rem;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.61rem;
}
.mask .content-wrap.content-wrap6 {
  width: 6.68rem;
  height: 6.69rem;
  background: url(../images/cmh18.png) no-repeat;
  background-size: 100% 100%;
}
.mask .content-wrap.content-wrap6 .txt-wrap6 {
  padding-top: 2rem;
}
.mask .content-wrap.content-wrap6 .txt-wrap6 .txt1 {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  color: #fa8900;
  text-align: center;
  line-height: 0.5rem;
}
.mask .content-wrap.content-wrap6 .txt-wrap6 .txt2 {
  margin-top: 0.18rem;
  font-size: 0.26rem;
  color: #fa8900;
  line-height: 0.4rem;
  text-align: center;
}
.mask .content-txt {
  margin-top: 0.4rem;
  padding: 0 0.3rem 0.7rem;
}
.mask .content-txt.content-txt2 {
  padding-bottom: 0;
}
.mask .content-txt .title {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #ad4c1e;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 0.17rem;
  text-align: center;
  margin-top: 2.14rem;
}
.mask .content-txt .title div {
  flex: 1 ;
  text-align: center;
}
.mask .content-txt .title.title1 {
  font-size: 0.28rem;
  text-indent: 0.8rem;
}
.mask .content-txt .list {
  overflow-y: scroll;
}
.mask .content-txt .list.list {
  height: 7rem;
}
.mask .content-txt .list p {
  padding-left: 0.88rem;
  font-size: 0.28rem;
  color: #8b5223;
}
.mask .content-txt .list .list-border {
  padding: 0.1rem 0rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #222222;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 0.04rem;
  text-align: center;
}
.mask .content-txt .list .list-border div {
  flex: 1 ;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mask .content-txt .list .list-border div button {
  display: block;
  width: 1.2rem;
  height: 0.48rem;
  color: #ffffff;
  border-radius: 0.3rem;
  margin: 0 auto;
  line-height: 0.48rem;
  background-color: #fc0b33;
}
.mask .content-txt .list .list-border div button.used {
  background-color: #c0c0c0;
}
.mask .closeBtn {
  position: fixed;
  top: 2.2rem;
  right: 1.4rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
  z-index: 100000;
}
.mask .closeBtn.closeBtn1 {
  right: 0.5rem;
}
.mask .closeBtn.closeBtn2 {
  right: 0.5rem;
}
.mask .closeBtn.closeBtn6 {
  top: 2.8rem;
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/cmh19.png) no-repeat;
  background-size: 100% 100%;
}
.mask .useBtn {
  position: fixed;
  top: 9.5rem;
  right: 0rem;
  left: 0;
  margin: 0 auto;
  z-index: 100000;
}
.mask .useBtn.useBtn6 {
  background-image: -moz-linear-gradient(0deg, #e83425 0%, #e76f2c 100%);
  background-image: -webkit-linear-gradient(0deg, #e83425 0%, #e76f2c 100%);
  background-image: -ms-linear-gradient(0deg, #e83425 0%, #e76f2c 100%);
  position: absolute;
  width: 3.52rem;
  height: 0.87rem;
  font-size: 0.4rem;
  font-family: "PingFangSC";
  color: rgba(255, 244, 220, 0.902);
  line-height: 0.87rem;
  text-align: center;
  border-radius: 5rem;
}
