@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff7eb;
}
body,
button,
input,
select,
textarea {
  font-family: 'MiSans-467', sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flexL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray2 {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
@media screen and (max-width: 800px) {
  body {
    background: #ff8e0c;
  }
}
.page-index {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ff8e0c url("../images/page-index.jpg") no-repeat center top / 7.5rem;
  overflow: hidden;
}
.page-list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fcaf38 url("../images/page-list.jpg") no-repeat center top / 7.5rem;
  overflow: hidden;
}
.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ffb741 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
  overflow: hidden;
}
.page-zd .wrap1 {
  padding-bottom: 0.4rem;
}
.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ff8b0a url("../images/page-share.jpg") no-repeat center top / 7.5rem;
  overflow: hidden;
}
.wrap {
  width: 6.42rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  height: 10.85rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-list .banner-box {
  height: 5.19rem;
}
.page-zd .banner-box {
  height: 4.89rem;
}
.page-share .banner-box {
  height: 10.85rem;
}
.banner-box .logo {
  width: 2.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.7rem;
  left: 0.38rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.4rem;
  display: flex;
}
.banner-box .fixBtn a {
  width: 1.09rem;
  height: 1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  display: block;
  -webkit-border-radius: 0 0 0.15rem 0.15rem;
  -moz-border-radius: 0 0 0.15rem 0.15rem;
  border-radius: 0 0 0.15rem 0.15rem;
  margin-left: 0.2rem;
  border-top: initial;
  text-align: center;
  background: #ff3e24;
  background: -webkit-linear-gradient(#ff5724, #ff2524);
  background: -moz-linear-gradient(#ff5724, #ff2524);
  background: -o-linear-gradient(#ff5724, #ff2524);
  background: linear-gradient(#ff5724, #ff2524);
  border: 0.01rem solid #fff;
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.index-main .indexBtn {
  width: 6.59rem;
  height: 1.09rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  background: url(../images/index_btn_bg.png) no-repeat center top;
  background-size: 100%;
}
.index-main .indexBtn a {
  width: 100%;
  height: 0.96rem;
  display: block;
  margin: auto;
  background: #ffffcd;
  background: -webkit-linear-gradient(left, #FFF, #fffe9a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #FFF, #fffe9a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #FFF, #fffe9a);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #FFF, #fffe9a);
  /* 标准的语法 */
  border: solid 0.03rem #fff;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271d43;
  font-weight: bold;
  background: linear-gradient(to bottom, #fffffd, #fff779);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 #ff2517);
}
.index-main .indexBtn a.gray {
  background: linear-gradient(to bottom, #d8d8d8, #787878);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: not-allowed;
  opacity: 0.6;
}
.index-main .index-tips {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.index-main .index-tips span {
  font-weight: 600;
}
.shareBtn {
  width: 6.59rem;
  height: 1.09rem;
  background: url(../images/share_btn_bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 3.36rem;
}
.shareBtn a {
  width: 100%;
  height: 0.96rem;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  font-size: 0.48rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fffffd, #fff779);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 #ff2517);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shareBtn a.null {
  background: #a8a8a8;
  background: -webkit-linear-gradient(#d8d8d8, #787878);
  background: -moz-linear-gradient(#d8d8d8, #787878);
  background: -o-linear-gradient(#d8d8d8, #787878);
  background: linear-gradient(#d8d8d8, #787878);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.2);
}
.kmList {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.1rem;
}
.kmList .kuang {
  width: 100%;
  padding-top: 0.2rem;
}
.kmList .kuang ul {
  width: 7.16rem;
  margin: 0 auto;
}
.kmList .kuang ul li {
  width: 100%;
  height: 1.81rem;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
  background: url(../images/list_list_bg.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0.08rem 0.2rem #fc7624;
  padding: 0 0.22rem 0 0.28rem;
  box-sizing: border-box;
}
.kmList .kuang ul li .icon {
  width: 0.57rem;
  display: inline-block;
  margin-right: 0.2rem;
}
.kmList .kuang ul li .icon img {
  width: 100%;
}
.kmList .kuang ul li .txt {
  font-size: 0.38rem;
  color: #333;
  text-align: left;
  flex: 1;
}
.kmList .kuang ul li .txt span {
  color: #d10000;
  font-weight: 600;
}
.kmList .kuang ul li .btn {
  width: 2.38rem;
  display: inline-block;
}
.kmList .kuang ul li .btn a {
  width: 100%;
  height: 0.66rem;
  display: block;
  font-weight: 700;
  background: url(../images/list_btn_bg.png) no-repeat center top;
  background-size: 100% 100%;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271d43;
  box-shadow: 0 0.1rem 0.1rem rgba(196, 163, 163, 0.2);
}
.kmList .kuang ul li .btn a span {
  background: linear-gradient(to bottom, #fffffd, #fff779);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 #ff2517);
}
.kmList .kuang ul li .btn a.null {
  background: #a8a8a8;
  background: -webkit-linear-gradient(#d8d8d8, #787878);
  background: -moz-linear-gradient(#d8d8d8, #787878);
  background: -o-linear-gradient(#d8d8d8, #787878);
  background: linear-gradient(#d8d8d8, #787878);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.kmList .kuang ul li .btn a.sm {
  font-size: 0.24rem;
}
.kmList .kuang ul li .btn a.gray {
  color: #fff;
  border-radius: 50px;
}
.kmList .kuang ul li .btn p {
  font-size: 0.24rem;
  color: #cdb191;
  text-align: center;
  margin-top: 0.1rem;
  display: block;
}
.coupon {
  width: 7.11rem;
  height: 2.85rem;
  margin: 0 auto;
  background: url(../images/list_coupon.png) no-repeat left -0.05rem top / 100%;
  position: relative;
  margin-bottom: 0.15rem;
}
.coupon img {
  width: 1.49rem;
  position: absolute;
  top: 0.9rem;
  right: -0.3rem;
  animation: scale1 0.8s infinite alternate ease-in-out;
}
#kmName {
  min-width: 2.22rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 0.03rem 0 #ffffff;
  background: linear-gradient(to bottom, #ff8c3e, #ff2424);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.07rem 0.07rem 0 #ffffff);
  line-height: 1;
  position: absolute;
  top: 1.48rem;
  left: 3.6rem;
}
#kmName span {
  text-shadow: 0 0.11rem 0.25rem #ff523063;
  font-weight: 700;
  font-style: italic;
}
.zdPart {
  width: 100%;
  margin-bottom: 0.24rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.14rem 0.2rem #fc7624, inset 0.04rem 0.04rem 0 #ffd9d4;
  border: 0.01rem solid #ffbeb5;
  border-radius: 0.2rem;
}
.zdPart .kuang {
  width: 100%;
}
.zdPart .kuang h3 {
  width: 3.77rem;
  height: 0.98rem;
  line-height: 0.8rem;
  background: url("../images/zd-tit01.png") no-repeat center / 100% 100%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0.03rem 0 #ff6f3296;
  margin: 0 auto;
}
.zdPart .kuang h3.type2 {
  background: url("../images/zd-tit02.png") no-repeat center / auto 100%;
}
.member {
  width: 100%;
}
.member ul {
  margin-top: 0.34rem;
  margin-bottom: 0.28rem;
  min-height: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member ul li {
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.member ul li img {
  width: 1.48rem;
  display: block;
}
.member ul li span {
  min-width: 1.51rem;
  height: 0.43rem;
  display: block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #b4b5b5;
  margin-top: 0.08rem;
  position: relative;
  border: 0.01rem solid #b4b5b5;
  border-radius: 50px;
  box-sizing: border-box;
}
.member ul li span.on {
  border: none;
  color: #872c00;
  background: url(../images/zd_userNum_bg.png) no-repeat center / 100% 100%;
}
.member .zd-btn {
  width: 4.5rem;
  height: 1.09rem;
  background: url(../images/zd_btn_bg.png) no-repeat center top / 100% 100%;
  margin: 0 auto;
}
.member .zd-btn a {
  width: 100%;
  height: 0.96rem;
  display: block;
  font-weight: 600;
  font-size: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fffffd, #fff779);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 #ff2517);
}
.member .zd-btn a.null {
  background: #a8a8a8;
  background: -webkit-linear-gradient(#d8d8d8, #787878);
  background: -moz-linear-gradient(#d8d8d8, #787878);
  background: -o-linear-gradient(#d8d8d8, #787878);
  background: linear-gradient(#d8d8d8, #787878);
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.2);
}
.member .zd-btn a.sm {
  font-size: 0.24rem;
}
.member .zd-btn p {
  font-size: 0.24rem;
  line-height: 1;
  color: #999;
  padding: 0.2rem 0 0.29rem;
}
.member .zd-tips {
  font-size: 0.24rem;
  color: #999999;
  padding-bottom: 0.28rem;
}
.zd-lc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.zd-lc ul li {
  width: 2.2rem;
}
.zd-lc ul li img {
  width: 1.22rem;
}
.zd-lc ul li p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.32rem;
  margin-top: -0.1rem;
}
.zd-joiner {
  margin-top: 0.3rem;
  min-height: 3.08rem;
}
.zd-joiner .noData {
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: none;
  border-radius: 0.2rem;
  background: #fff;
}
.zd-joiner .noData img {
  width: 5.39rem;
  display: block;
  margin: auto;
}
.zd-joiner ul {
  display: block;
  margin: 0.2rem 0.52rem 0.28rem;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 0.1rem;
  margin-bottom: 0.12rem;
  font-size: 0.2rem;
  color: #999999;
  border: 0.01rem solid #ffd675;
  background: #fff9f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner ul li:last-child {
  margin-bottom: 0;
}
.zd-joiner ul li i {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  margin-left: 0.3rem;
  border-radius: 50px;
  background: #ffc98a;
  font-size: 0.24rem;
  line-height: 0.27rem;
  color: #e70000;
  line-height: 0.44rem;
}
.zd-joiner ul li time {
  margin-right: 0.2rem;
}
.zd-joiner ul li a {
  font-size: 0.24rem;
  color: #333333;
  width: 1.3rem;
  text-align: left;
  margin-left: 0.1rem;
}
.zd-joiner ul li span {
  color: #ff451e;
  margin-right: 0.3rem;
}
.help-flow {
  width: 100%;
}
.help-flow ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.54rem auto 0.25rem;
}
.help-flow ul li {
  width: 2.5rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #fff6bd;
  background: -webkit-linear-gradient(#ffec7b, #fff);
  background: -moz-linear-gradient(#ffec7b, #fff);
  background: -o-linear-gradient(#ffec7b, #fff);
  background: linear-gradient(#ffec7b, #fff);
  border-radius: 0.12rem;
  position: relative;
}
.help-flow ul li img {
  width: 0.71rem;
  display: block;
  margin-top: -0.38rem;
  box-shadow: 0 0.05rem 0.1rem rgba(255, 102, 0, 0.2);
  border-radius: 50px;
}
.help-flow ul li span {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000a33;
  padding-top: 0.2rem;
}
.help-flow ul li:first-child {
  margin-right: 1.19rem;
}
.help-flow ul li:first-child::after {
  content: '';
  width: 0.76rem;
  height: 0.26rem;
  display: block;
  background: url("../images/zd-icon-arr02.png") no-repeat center / 100%;
  position: absolute;
  top: 0.53rem;
  right: -0.98rem;
}
.capsule {
  width: 100%;
  height: 1.85rem;
  margin-bottom: 0.15rem;
  background: url("../images/capsule-img01.png") no-repeat center / auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-radius: 50px;
  box-shadow: 0 0.09rem 0.25rem #ffd67595;
}
.capsule a {
  width: 1.45rem;
  height: 1.44rem;
  display: block;
  margin-right: 0.42rem;
  animation: scale1 0.8s infinite alternate ease-in-out;
}
.capsule a img {
  width: 100%;
  display: block;
}
.Gg {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.4rem;
}
.Gg a {
  display: inline-block;
  width: 100%;
  height: 2.06rem;
  background: url("../images/Su.png") no-repeat center top;
  background-size: auto 100%;
  margin: 0 auto;
}
#appletJumpBtn img {
  width: 1.5rem;
}
/*# sourceMappingURL=./style.css.map */