@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: #ffeeee;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, 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: #c1060c;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #c1060c url("../images/page-index.jpg") no-repeat center top / 7.5rem;
}
.page-list {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #c1060c url("../images/page-list.jpg") no-repeat center top / 7.5rem;
}
.page-zd {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #c1060c url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-zd .wrap1 {
  padding-bottom: 0.4rem;
}
.page-share {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #c1060c url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.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: 11.24rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-list .banner-box {
  height: 5.57rem;
}
.page-zd .banner-box {
  height: 5.57rem;
}
.page-share .banner-box {
  height: 10.77rem;
}
.banner-box .logo {
  width: 1.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0.56rem;
  left: 0.52rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.3rem;
}
.banner-box .fixBtn a {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  width: 0.82rem;
  display: block;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  border-radius: 0 0 1rem 1rem;
  background: #ff575c;
  float: left;
  margin-left: 0.09rem;
  border: 0.01rem solid #fff;
  border-top: initial;
  text-align: center;
  padding: 0.14rem 0 0.18rem;
}
.index-main .indexBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 1.17rem;
}
.index-main .indexBtn a {
  width: 5.64rem;
  height: 0.9rem;
  display: block;
  margin: auto;
  background: #ffffcd;
  background: -webkit-linear-gradient(left, #FFF, #fffe9a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #FFF, #fffe9a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #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.36rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271d43;
  font-weight: bold;
}
.index-main .indexBtn agray {
  background-color: #ccc;
}
.shareBtn {
  width: 100%;
  margin-bottom: 3.1rem;
}
.shareBtn a {
  width: 4.2rem;
  height: 0.9rem;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  background: #fff893;
  background: -webkit-linear-gradient(left, #fefec2, #fff264);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fefec2, #fff264);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fefec2, #fff264);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fefec2, #fff264);
  /* 标准的语法 */
  border: 0.03rem solid #fff;
  border-radius: 1rem;
  font-size: 0.36rem;
  color: #271d43;
  box-shadow: 0 0.1rem 0.1rem rgba(196, 163, 163, 0.2);
  box-sizing: border-box;
  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%;
  height: 7.22rem;
  background: url("../images/Zbg1.png") no-repeat center top;
  background-size: 100%;
}
.kmList .kuang {
  width: 100%;
  clear: both;
  padding-top: 0.2rem;
}
.kmList .kuang ul {
  width: 5.83rem;
  clear: both;
  padding-top: 0.07rem;
  margin: 0 auto;
}
.kmList .kuang ul li {
  width: 5.81rem;
  height: 2.09rem;
  border: solid 0.01rem #ef8686;
  border-radius: 0.2rem;
  margin-bottom: 0.12rem;
  background: #ffe0e0;
  background: -webkit-linear-gradient(left, #fff, #ffc0c0);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, #ffc0c0);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, #ffc0c0);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, #ffc0c0);
  /* 标准的语法 */
}
.kmList .kuang ul li .left {
  display: inline-block;
  margin-top: 0.07rem;
  margin-left: 0.34rem;
}
.kmList .kuang ul li .left .pro {
  display: inline-block;
  width: 2.15rem;
}
.kmList .kuang ul li .left .pro img {
  width: 100%;
}
.kmList .kuang ul li .left .txt {
  font-size: 0.32rem;
  line-height: 0.43rem;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.kmList .kuang ul li .left .txt span {
  color: #d90000;
}
.kmList .kuang ul li .btn {
  display: inline-block;
  float: left;
  margin-left: 0.32rem;
  margin-top: 0.47rem;
}
.kmList .kuang ul li .btn a {
  width: 2.2rem;
  height: 0.6rem;
  display: block;
  margin-top: 0.23rem;
  font-weight: 600;
  border-radius: 50px;
  background: #fff893;
  background: -webkit-linear-gradient(left, #fefec2, #fff264);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fefec2, #fff264);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fefec2, #fff264);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fefec2, #fff264);
  /* 标准的语法 */
  border: 0.03rem solid #fff;
  border-radius: 1rem;
  font-size: 0.3rem;
  line-height: 1.2;
  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.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 .kuang ul li .btn a.sm {
  font-size: 0.24rem;
}
.kmList .kuang ul li .btn a.gray {
  background: #ffafaf;
}
.kmList .kuang ul li .btn span {
  font-size: 0.26rem;
  line-height: 1;
  color: #271d43;
  display: block;
  font-weight: 600;
}
.zdT {
  display: inline-block;
  width: 100%;
  background: url(../images/Zbg2.png) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
.zdPart {
  width: 100%;
  clear: both;
  margin-bottom: 0.1rem;
  position: relative;
}
.zdPart .kuang {
  width: 100%;
}
.zdPart .kuang h3 {
  width: 100%;
  height: 0.6rem;
  margin-top: -0.28rem;
  background: url("../images/zd-tit01.png") no-repeat center / auto 100%;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  position: absolute;
}
.zdPart .kuang h3 span {
  line-height: 1;
  color: #fff;
}
.zdPart .kuang h3.type2 {
  background: url("../images/zd-tit02.png") no-repeat center / auto 100%;
}
.member {
  width: 100%;
}
.member ul {
  margin-top: 0.36rem;
  margin-bottom: 0.13rem;
  min-height: 1.6rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member ul li {
  width: 1.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.18rem 0.26rem;
}
.member ul li img {
  width: 1.24rem;
  display: block;
}
.member ul li span {
  min-width: 0.85rem;
  height: 0.32rem;
  display: block;
  border: 0.03rem solid #fff;
  border-radius: 50px;
  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);
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #fff;
  margin-top: -0.28rem;
  position: relative;
  padding: 0 0.1rem;
}
.member ul li span.on {
  background: #ffab33;
}
.zd-btn {
  width: 100%;
  clear: both;
}
.zd-btn a {
  width: 4.2rem;
  height: 0.9rem;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff893;
  background: -webkit-linear-gradient(left, #fefec2, #fff264);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fefec2, #fff264);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fefec2, #fff264);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fefec2, #fff264);
  /* 标准的语法 */
  border: 0.03rem solid #fff;
  border-radius: 1rem;
  font-size: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #271d43;
  box-shadow: 0 0.1rem 0.1rem rgba(196, 163, 163, 0.2);
  box-sizing: border-box;
}
.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);
}
.zd-btn a.sm {
  font-size: 0.24rem;
}
.zd-btn p {
  font-size: 0.24rem;
  line-height: 1;
  color: #999;
  padding: 0.2rem 0 0.29rem;
}
.zd-flow {
  width: 100%;
}
.zd-flow ul {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.54rem auto 0.25rem;
}
.zd-flow ul li {
  width: 1.7rem;
  height: 1.3rem;
  margin: 0 0.22rem;
  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;
}
.zd-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;
}
.zd-flow ul li span {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #000a33;
  padding-top: 0.2rem;
}
.zd-flow ul li::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.55rem;
  right: -0.33rem;
}
.zd-flow ul li:last-child::after {
  display: none;
}
.zd-joiner {
  width: 5.81rem;
  clear: both;
  border: 0.01rem solid #ee7e7e;
  border-radius: 0.2rem;
  margin: 0 auto;
  background: #fde2e3;
  background: -webkit-linear-gradient(left, #fcf1f2, #fed2d3);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fcf1f2, #fed2d3);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fcf1f2, #fed2d3);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fcf1f2, #fed2d3);
  /* 标准的语法 */
}
.zd-joiner .kuang {
  display: block;
}
.zd-joiner .noData {
  width: 100%;
  padding-top: 0.52rem;
  display: none;
  height: 2.56rem;
  border-radius: 0.2rem;
  background: #fff;
}
.zd-joiner .noData img {
  width: 3rem;
  display: block;
  margin: auto;
}
.zd-joiner .noData p {
  font-size: 0.26rem;
  line-height: 1;
  color: #444;
  padding-top: 0.15rem;
}
.zd-joiner ul {
  width: 5.6rem;
  display: block;
  padding-top: 0.52rem;
  margin: 0 auto 0.2rem;
}
.zd-joiner ul li {
  width: 100%;
  clear: both;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  /* 标准的语法 */
  margin-bottom: 0.15rem;
  font-size: 0.26rem;
  color: #444444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zd-joiner ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.zd-joiner ul li i {
  width: 0.27rem;
  height: 0.27rem;
  display: block;
  margin-left: 0.3rem;
  border-radius: 50px;
  background: #d00000;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #fff;
}
.zd-joiner ul li time {
  margin-right: 0.2rem;
}
.zd-joiner ul li a {
  font-size: 0.24rem;
  color: #010101;
  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%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.capsule a {
  width: 1.36rem;
  height: 1.36rem;
  display: block;
  margin-right: 0.52rem;
}
.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 */