@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: #e2f3f9;
}
body,
button,
input,
select,
textarea {
  font-family: 'MiSans';
}
.none {
  display: none;
}
.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;
}
@media screen and (max-width: 800px) {
  body {
    background: #1057ff;
  }
}
.page-index {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1057ff url("../images/page-index.jpg") no-repeat center top / 7.5rem;
}
.page-list {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1057ff url("../images/page-list.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 0.3rem;
}
.page-zd {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1057ff url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
  padding-bottom: 0.4rem;
}
.page-share {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1057ff url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.banner-box {
  width: 100%;
  height: 11.38rem;
  display: block;
  position: relative;
}
.page-list .banner-box {
  height: 4.03rem;
}
.page-zd .banner-box {
  height: 3.71rem;
}
.page-share .banner-box {
  height: 10.68rem;
}
.banner-box .logo {
  width: 2.1rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0.48rem;
  background: #fff;
  background: -webkit-linear-gradient(bottom, #caf6ff 2%, #fff 50%);
  background: -o-linear-gradient(bottom, #caf6ff 2%, #fff 50%);
  background: -moz-linear-gradient(bottom, #caf6ff 2%, #fff 50%);
  background: linear-gradient(to bottom, #caf6ff 2%, #fff 50%);
  -webkit-border-radius: 0 0 0.1rem 0.1rem;
  -moz-border-radius: 0 0 0.1rem 0.1rem;
  border-radius: 0 0 0.1rem 0.1rem;
}
.banner-box .logo img {
  width: 1.63rem;
  display: block;
}
.page-zd .banner-box .logo {
  background: none;
  width: 2.03rem;
  top: 0.62rem;
  left: 0.48rem;
}
.page-zd .banner-box .logo img {
  width: 100%;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.49rem;
  display: flex;
}
.banner-box .fixBtn a {
  width: 0.9rem;
  height: 1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #0601fe;
  display: block;
  -webkit-border-radius: 0 0 0.45rem 0.45rem;
  -moz-border-radius: 0 0 0.45rem 0.45rem;
  border-radius: 0 0 0.45rem 0.45rem;
  background: #50c9df;
  background: -webkit-linear-gradient(#38b3ef, #67dfcf);
  background: -moz-linear-gradient(#38b3ef, #67dfcf);
  background: -o-linear-gradient(#38b3ef, #67dfcf);
  background: linear-gradient(#38b3ef, #67dfcf);
  border: 0.01rem solid #6ceefd;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.09rem;
}
.pubBtn {
  width: 5.81rem;
  height: 1.01rem;
  text-align: center;
  margin: 0 auto;
  background: url("../images/index_btn_bg.png") no-repeat center / 100%;
  animation: scale2 0.8s infinite alternate ease-in-out;
}
.pubBtn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.42rem;
  color: #a14800;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0.01rem 0 #fff;
}
.pubBtn.gray {
  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);
}
.list-main {
  text-align: center;
}
.list-main .kmList {
  margin-bottom: 0.32rem;
}
.list-main .kmList ul li {
  height: 2.88rem;
  padding-top: 0.28rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.04rem 0.1rem rgba(108, 238, 253, 0.7);
  margin-bottom: 0.16rem;
}
.list-main .kmList ul li img {
  width: 2.23rem;
}
.list-main .kmList ul li .list-info {
  margin-left: 0.1rem;
}
.list-main .kmList ul li .list-info p.title {
  margin-bottom: 0.12rem;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #333333;
}
.list-main .kmList ul li .list-info p.title span {
  color: #0c00ff;
}
.list-main .kmList ul li .list-info .line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.list-main .kmList ul li .list-info .line .progress-wrap {
  width: 2.26rem;
  height: 0.32rem;
  background: #fdecd2;
  border-radius: 0.16rem;
  margin-right: 0.06rem;
}
.list-main .kmList ul li .list-info .line .progress-wrap .progress-bar {
  width: 10%;
  height: 100%;
  background: #ec1909;
  border-radius: 0.16rem;
}
.list-main .kmList ul li .list-info .line p {
  font-size: 0.24rem;
  color: #333;
}
.list-main .kmList ul li .list-info .listBtn {
  width: 3.49rem;
  margin: 0 auto;
}
.list-main .kmList ul li .list-info .listBtn a {
  width: 100%;
  height: 0.69rem;
  line-height: 0.7rem;
  background: url(../images/list_btn_bg.png) no-repeat center / 100%;
  font-size: 0.3rem;
  font-weight: 600;
  color: #a14800;
  text-shadow: 0 0.01rem 0 #fff;
  display: block;
}
.list-main .kmList ul li .list-info .listBtn a.gray {
  background: url(../images/grayBtnBg.png) no-repeat center / 100%;
  color: #fff;
  text-shadow: none;
}
.list-main .kmList ul li .list-info .tips {
  font-size: 0.24rem;
  color: #707a98;
  margin-top: 0.1rem;
  line-height: 1;
}
.list-main .kmList ul li:last-child {
  margin-bottom: 0;
}
.bg1 {
  background: rgba(33, 22, 217, 0.5);
  border-radius: 0.2rem;
  padding: 0.15rem;
  box-sizing: border-box;
  border: 0.01rem solid #00eba8;
}
.bg2 {
  border-radius: 0.2rem;
  padding: 0 0.16rem 0.16rem;
  border: 0.01rem solid #6ceefd;
  background: #2550eb;
  background: -webkit-linear-gradient(#2204d7, #289cff);
  background: -moz-linear-gradient(#2204d7, #289cff);
  background: -o-linear-gradient(#2204d7, #289cff);
  background: linear-gradient(#2204d7, #289cff);
}
.bg2 h3 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.64rem;
  background: url(../images/zd_line.png) no-repeat center / 3.67rem;
}
.bg2 .bg3 {
  background: #fff;
  border-radius: 0.15rem;
}
.zd-main .bg1 {
  margin-bottom: 0.28rem;
}
.zd-main .member {
  position: relative;
}
.zd-main .member ul {
  padding: 0;
  padding-top: 0.32rem;
  height: 2.74rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.zd-main .member ul li {
  width: 1.8rem;
  position: relative;
  text-align: center;
  margin: 0 0.3rem;
}
.zd-main .member ul li img {
  width: 1.62rem;
  display: block;
  margin: 0 auto;
}
.zd-main .member ul li span {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.24rem;
  background: #44bee8;
  background: -webkit-linear-gradient(#219dff, #67ded0);
  background: -moz-linear-gradient(#219dff, #67ded0);
  background: -o-linear-gradient(#219dff, #67ded0);
  background: linear-gradient(#219dff, #67ded0);
  border: 0.01rem solid #6ceefd;
  color: #0601fe;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.5rem auto 0;
}
.zd-main .member .zd-btn {
  width: 5.31rem;
  height: 0.81rem;
  line-height: 0.6rem;
  background: url(../images/zd_btn_bg.png) no-repeat center / 100%;
  margin-top: -0.8rem;
  align-items: flex-start;
}
.zd-main .member .zd-btn a {
  font-size: 0.36rem;
}
.zd-main .member .zd-tips {
  font-size: 0.24rem;
  color: #1f25db;
  text-align: center;
  margin-top: 0.14rem;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.zd-main .member .zd-suc-img {
  width: 1.19rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zd-main .zd-lc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  position: relative;
}
.zd-main .zd-lc ul li {
  width: 33.3%;
  text-align: center;
}
.zd-main .zd-lc ul li img {
  width: 0.91rem;
}
.zd-main .zd-lc ul li p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: -0.15rem;
}
.zd-main .zd-lc ul::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/zd_jt.png) no-repeat center / 100%;
  position: absolute;
  top: 0.6rem;
  left: 1.85rem;
  display: block;
}
.zd-main .zd-lc ul::after {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/zd_jt.png) no-repeat center / 100%;
  position: absolute;
  top: 0.6rem;
  left: 4rem;
  display: block;
}
.zd-main .zd-joiner {
  margin-top: 0.2rem;
}
.zd-main .zd-joiner .bg3 {
  height: 1.62rem;
  box-sizing: border-box;
}
.zd-main .zd-joiner .noData {
  width: 100%;
  display: none;
  padding-top: 0.2rem;
}
.zd-main .zd-joiner .noData img {
  width: 3.35rem;
  display: block;
  margin: 0 auto 0;
}
.zd-main .zd-joiner ul {
  display: block;
  padding-top: 0.4rem;
  margin: 0 0.6rem;
}
.zd-main .zd-joiner ul li {
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.26rem;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-main .zd-joiner ul li i {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  background: #ffddcf;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  color: #ff4606;
  font-weight: 600;
}
.zd-main .zd-joiner ul li time {
  width: 1.84rem;
  text-align: left;
}
.zd-main .zd-joiner ul li a {
  width: 1.56rem;
  color: #ff4200;
  font-weight: 600;
  flex: 1;
  margin-left: 0.08rem;
  text-align: left;
}
.zd-main .zd-joiner ul li span {
  font-weight: 600;
}
.share-main {
  height: 4.33rem;
}
.capsule {
  width: 100%;
  height: 1.41rem;
  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.92rem;
  height: 0.92rem;
  display: block;
  margin-right: 0.15rem;
  margin-top: 0.3rem;
  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: 100%;
}
.coupon img {
  width: 100%;
}
#appletJumpBtn img {
  width: 1.5rem;
}
/*# sourceMappingURL=./style.css.map */