@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: #ffeee6;
}
body,
button,
input,
select,
textarea {
  font-family: 'MiSans', 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;
}
.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: #e12632;
  }
}
.page-index {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e12632 url("../images/page-index.jpg") no-repeat center top / 7.5rem;
}
.page-list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e73f4c url("../images/page-list.jpg") no-repeat center top / 7.5rem;
}
.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e12632 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-zd .wrap1 {
  padding-bottom: 0.4rem;
}
.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #e12632 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.6rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  height: 11.28rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-list .banner-box {
  height: 4.38rem;
}
.page-zd .banner-box {
  height: 4.27rem;
}
.page-share .banner-box {
  height: 10.77rem;
}
.banner-box .logo {
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.6rem;
  left: 0.5rem;
}
.page-list .banner-box .logo {
  width: 1.66rem;
  top: 0.23rem;
  left: 0.36rem;
}
.page-zd .banner-box .logo {
  width: 1.66rem;
  top: 0.23rem;
  left: 0.36rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0.34rem;
  right: 0;
}
.banner-box .fixBtn a {
  width: 0.4rem;
  height: 1.03rem;
  font-size: 0.2rem;
  line-height: 0.22rem;
  color: #493a3a;
  display: block;
  -webkit-border-radius: 0.05rem 0 0 0.05rem;
  -moz-border-radius: 0.05rem 0 0 0.05rem;
  border-radius: 0.05rem 0 0 0.05rem;
  background: #fad3d6;
  margin-bottom: 0.15rem;
  text-align: center;
  padding: 0 0.12rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pubBtn {
  width: 5.03rem;
  height: 1.33rem;
  text-align: center;
  margin: 0 auto;
  background: url(../images/index_btn_bg.png) no-repeat center / 100%;
}
.pubBtn a {
  width: 100%;
  height: 1.08rem;
  display: block;
  font-size: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(to right, #3e2827, #b22600);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.02rem 0 #feeaa5);
}
.pubBtn agray {
  background-color: #ccc;
}
.kmList {
  width: 100%;
  background: #fb9f4d;
  background: -webkit-linear-gradient(#ffca86, #f67314);
  background: -moz-linear-gradient(#ffca86, #f67314);
  background: -o-linear-gradient(#ffca86, #f67314);
  background: linear-gradient(#ffca86, #f67314);
  border-radius: 0.3rem;
  border: 0.02rem solid #fee1ca;
  padding: 0.32rem 0.34rem;
  box-sizing: border-box;
}
.kmList ul li {
  width: 100%;
  height: 2.09rem;
  background: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.kmList ul li .pro {
  display: inline-block;
  width: 1.5rem;
  margin-top: 0.28rem;
}
.kmList ul li .pro img {
  width: 100%;
}
.kmList ul li .btn {
  margin-left: 0.1rem;
  margin-top: 0.62rem;
  text-align: center;
}
.kmList ul li .btn span {
  font-size: 0.3rem;
  font-weight: 700;
  color: #834b19;
  line-height: 1;
}
.kmList ul li .btn a {
  width: 1.94rem;
  height: 0.5rem;
  display: block;
  border-radius: 50px;
  background: #fb402b;
  background: -webkit-linear-gradient(left, #fe6d43, #f81312);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #fe6d43, #f81312);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #fe6d43, #f81312);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fe6d43, #f81312);
  /* 标准的语法 */
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 0.26rem;
}
.kmList ul li:last-child {
  margin-bottom: 0;
}
.zd-main .zdPart {
  width: 100%;
  margin-bottom: 0.1rem;
  position: relative;
}
.zd-main .zdPart h3 {
  width: 3.44rem;
  height: 0.99rem;
  margin-top: -0.28rem;
  background: url("../images/zd-tit01.png") no-repeat center / auto 100%;
  font-size: 0.34rem;
  font-weight: 600;
  color: #5f2b04;
  line-height: 0.7rem;
  margin: 0 auto;
}
.zd-main .member {
  width: 100%;
  height: 3.62rem;
  background: #ff8478;
  background: -webkit-linear-gradient(#ff3324, #ffd5cb);
  background: -moz-linear-gradient(#ff3324, #ffd5cb);
  background: -o-linear-gradient(#ff3324, #ffd5cb);
  background: linear-gradient(#ff3324, #ffd5cb);
  border: 0.02rem solid #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0 0.3rem;
  margin-bottom: 0.7rem;
}
.zd-main .member ul {
  width: 100%;
  height: 2.43rem;
  margin-bottom: 0.13rem;
  background: #fff;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-main .member ul li {
  width: 1.84rem;
  position: relative;
  text-align: center;
}
.zd-main .member ul li img {
  width: 1.22rem;
  display: block;
  margin: 0 auto 0.16rem;
}
.zd-main .member ul li i {
  width: 0.84rem;
  height: 0.32rem;
  background: #ffab33;
  border-radius: 0.16rem;
  border: 0.03rem solid #fff;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0.93rem;
  left: 50%;
  transform: translateX(-50%);
}
.zd-main .member ul li span {
  font-size: 0.2rem;
  color: #4f0909;
  display: block;
}
.zd-main .member .zd-btn {
  position: relative;
  margin-top: 0.2rem;
}
.zd-main .member .zd-btn a {
  font-size: 0.36rem;
}
.zd-main .zdPart2 {
  background: #ffc1b3;
  border-radius: 0.2rem;
  padding: 0.18rem 0 0.24rem;
  margin-bottom: 0.4rem;
}
.zd-main .zdPart2 .zd-joiner {
  width: 6.1rem;
  height: 2.7rem;
  border-radius: 0.2rem;
  margin: 0 auto;
  background: #fff;
}
.zd-main .zdPart2 .zd-joiner .noData {
  width: 100%;
  display: none;
  margin-top: -0.3rem;
}
.zd-main .zdPart2 .zd-joiner .noData img {
  width: 2.4rem;
  display: block;
  margin: auto;
}
.zd-main .zdPart2 .zd-joiner .noData p {
  font-size: 0.26rem;
  line-height: 1;
  color: #444;
  padding-top: 0.15rem;
}
.zd-main .zdPart2 .zd-joiner ul {
  width: 5.6rem;
  display: block;
  margin: -0.1rem auto 0.2rem;
}
.zd-main .zdPart2 .zd-joiner ul li {
  width: 100%;
  height: 0.74rem;
  line-height: 0.74rem;
  font-size: 0.24rem;
  color: #444444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 0.01rem dashed #ededed;
}
.zd-main .zdPart2 .zd-joiner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.zd-main .zdPart2 .zd-joiner ul li i {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  margin-left: 0.3rem;
  border-radius: 50px;
  background: #ff3b2b;
  font-size: 0.24rem;
  line-height: 0.27rem;
  color: #fff;
}
.zd-main .zdPart2 .zd-joiner ul li time {
  margin-right: 0.2rem;
}
.zd-main .zdPart2 .zd-joiner ul li a {
  font-size: 0.24rem;
  color: #010101;
  width: 1.3rem;
  text-align: left;
  margin-left: 0.1rem;
}
.zd-main .zdPart2 .zd-joiner ul li span {
  margin-right: 0.3rem;
}
.share-main {
  height: 5.24rem;
}
.share-main .shareBtn a {
  font-size: 0.36rem;
}
.capsule {
  width: 6.41rem;
  height: 1.66rem;
  margin: 0 auto;
  background: url("../images/capsule-img01.png") no-repeat center / 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.capsule a {
  width: 0.39rem;
  display: block;
  margin-right: 0.84rem;
  margin-top: 0.57rem;
  animation: scale1 0.8s linear infinite alternate;
  -o-animation: scale1 0.8s linear infinite alternate;
  -moz-animation: scale1 0.8s linear infinite alternate;
  -webkit-animation: scale1 0.8s linear infinite alternate;
}
.capsule a img {
  width: 100%;
  display: block;
}
.coupon {
  width: 6.2rem;
  height: 2.17rem;
  background: url(../images/coupon_bg.png) no-repeat center / 100%;
  margin: 0 0 0.15rem 0.22rem;
}
.coupon a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.coupon a img {
  width: 1.27rem;
  margin-right: 0.6rem;
  animation: scale1 0.8s linear infinite alternate;
  -o-animation: scale1 0.8s linear infinite alternate;
  -moz-animation: scale1 0.8s linear infinite alternate;
  -webkit-animation: scale1 0.8s linear infinite alternate;
  margin-top: 0.36rem;
}
.page-list .capsule {
  width: 100%;
  margin-top: 0.2rem;
}
.page-list .coupon {
  width: 96%;
  margin: 0 auto;
}
#appletJumpBtn img {
  width: 1.5rem;
}
/*# sourceMappingURL=./style.css.map */