@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: #fbdbd5;
}
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 .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .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: #fbdbd5;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5b0201 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-list {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5b0201 url('../images/page-list.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5b0201 url('../images/page-base.jpg') no-repeat center top;
  background-size: 7.5rem;
  float: left;
}
.page-share {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #5b0201 url('../images/page-share.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 6.04rem;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.zdbanbox{
  height: 5.74rem;
}
.banner-box .logo {
  width: 2.22rem;
  height: auto;
  position: absolute;
  left: .45rem;
  top: .42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .proTxt {
  width: 2.9rem;
  height: .7rem;
  display: block;
  position: absolute;
  right: 0;
  top: .5rem;
  background: #8b2200;
  background: -webkit-linear-gradient(#671500, #af2f00);
  background: -moz-linear-gradient(#671500, #af2f00);
  background: -o-linear-gradient(#671500, #af2f00);
  background: linear-gradient(#671500, #af2f00);
  border: solid .01rem #ff4300;
  border-right: none;
  -webkit-border-radius: 0.7rem 0 0 0.7rem;
  -moz-border-radius: 0.7rem 0 0 0.7rem;
  border-radius: 0.7rem 0 0 0.7rem;
  font-size: .38rem;
  line-height: .7rem;
  color: #fff;
  font-weight: bold;
}
.banner-box .fixBtn {
  position: absolute;
  right: 0;
  top: .35rem;
  z-index: 2;
  text-align: center;
}
.banner-box .fixBtn a {
  display: block;
  border-radius: 1rem 0 0 1rem;
  font-size: .24rem;
  line-height: .5rem;
  color: #fff;
  width: 1.6rem;
  background: #f8383d;
  background: -webkit-linear-gradient(to right, #d50b2a, #f8383d);
  background: -o-linear-gradient(to right, #d50b2a, #f8383d);
  background: -moz-linear-gradient(to right, #d50b2a, #f8383d);
  background: linear-gradient(to right, #d50b2a, #f8383d);
  margin-bottom: .17rem;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: .7rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5.45rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5rem;
  height: .8rem;
  display: inline-block;
  margin: auto;
  font-size: .36rem;
  line-height: .8rem;
  color: #560302;
  font-weight: 600;
  background: url("../images/idBtn.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.mainIndex .indexBtn p {
  display: inline-block;
  width: 6.11rem;
  height: .57rem;
  line-height: .57rem;
  font-size: .24rem;
  color: #fff3d0;
  margin-top: .25rem;
  background: url("../images/idP.png") no-repeat center top;
  background-size: 100%;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.actEnd img {
  width: 2.63rem;
  margin: .22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: .36rem;
  color: #333333;
}
.actEnd span {
  width: 100%;
  font-size: .36rem;
  color: #787878;
}
.kmList {
  width: 100%;
  height: 6.2rem;
  clear: both;
  float: left;
  background: url("../images/listBg.png") no-repeat center top;
  background-size: 100%;
  margin-bottom: .62rem;
}
.kmList ul {
  width: 6.2rem;
  display: inline-block;
  margin: 0 auto;
  padding-top: .22rem;
}
.kmList ul li {
  width: 100%;
  height: 1.8rem;
  margin: 0 auto .16rem;
  background: #fff;
  /* 标准的语法 */
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.kmList ul li .kuang {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  position: relative;
}
.kmList ul li .kuang img {
  width: 1rem;
  display: block;
  margin-top: .16rem;
  margin-left: .16rem;
  position: absolute;
  left: 0;
  top: 0;
}
.kmList ul li .kuang .txt {
  width: 60%;
  position: absolute;
  left: 1.32rem;
  top: .32rem;
}
.kmList ul li .kuang .txt h3 {
  font-size: .3rem;
  color: #d81413;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.kmList ul li .kuang .txt h3 b {
  font-weight: bold;
}
.kmList ul li .kuang .txt span {
  display: inline-block;
  font-size: .24rem;
  line-height: .3rem;
  color: #220202;
  margin-top: .14rem;
  position: relative;
  float: left;
  margin-left: 1.62rem;
}
.kmList ul li .kuang .txt em{
  display: inline-block;
  width: 1.52rem;
  height: .16rem;
  margin-right: .09rem;
  position: absolute;
  left: 0;
  bottom: .05rem;
  background: url("../images/kcBfb1.png") no-repeat center top;
  background-size: auto .16rem;
}
.kmList ul li .kuang .txt em p{
    display: inline-block;
    width: 0;
    height: .16rem;
    background: url("../images/kcBfb2.png") no-repeat left top;
    background-size: auto .16rem;
    position: absolute;
    left: 0;
    top: 0;
}
/*.kmList ul li .kuang .txt span::before{*/
/*  display: inline-block;*/
/*  content: '';*/
/*  width: 1.66rem;*/
/*  height: .09rem;*/
/*  border: .02rem solid #df2929;*/
/*  border-radius: 1rem;*/
/*  margin-right: .09rem;*/
/*  background: #fff;*/
/*}*/
/*.kmList ul li .kuang .txt span::after{*/
/*  display: inline-block;*/
/*  content: '';*/
/*  width: 1.66rem;*/
/*  height: .09rem;*/
/*  background: #ffe63d;*/
/*  background: -webkit-linear-gradient(to bottom, #fff4cd, #ffe63d);*/
/*  background: -o-linear-gradient(to bottom, #fff4cd, #ffe63d);*/
/*  background: -moz-linear-gradient(to bottom, #fff4cd, #ffe63d);*/
/*  background: linear-gradient(to bottom, #fff4cd, #ffe63d);*/
/*  position: absolute;*/
/*  left: .38rem;*/
/*  top: .1rem;*/
/*  border-radius: 1rem;*/
/*}*/
.kmList ul li .kuang .btn {
  display: inline-block;
  position: absolute;
  right: .22rem;
  top: .8rem;
  width: 1.6rem;
  text-align: center;
  margin: 0 auto;
}
.kmList ul li .kuang .btn a {
  width: 1.6rem;
  height: .5rem;
  display: inline-block;
  /* 标准的语法 */
  border-radius: 0.6rem;
  font-size: .24rem;
  line-height: .5rem;
  color: #fff;
  background: #f8383d;
  background: -webkit-linear-gradient(to right, #d50b2a, #f8383d);
  background: -o-linear-gradient(to right, #d50b2a, #f8383d);
  background: -moz-linear-gradient(to right, #d50b2a, #f8383d);
  background: linear-gradient(to right, #d50b2a, #f8383d);
}
.kmList ul li .kuang .btn a.zero {
  color: #fff;
  text-shadow: none;
  background: #828282;
  background: -webkit-linear-gradient(to left, #818181, #828282);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #818181, #828282);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #818181, #828282);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #818181, #828282);
  /* 标准的语法 */
  box-shadow: 0 0 .2rem #fff inset;
  border: solid .01rem #b9b9b9;
}
.member {
  width: 100%;
  height: 2.6rem;
  clear: both;
  position: relative;
  background: url("../images/zdK1.png") no-repeat center top;
  background-size: 100%;
  display: inline-block;
}
.member ul {
  width: 100%;
  clear: both;
  margin-bottom: .25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: .32rem;
}
.member ul li {
  width: 1.2rem;
  display: block;
  margin: 0 .15rem;
}
.member ul li .pic {
  width: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
}
.member ul li .pic img {
  width: 100%;
  display: block;
}
.member ul li span {
  width: 1rem;
  height: .4rem;
  display: block;
  margin: -0.15rem auto 0;
  background: #f8383d;
  background: -webkit-linear-gradient(to left, #d50b2a, #f8383d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #d50b2a, #f8383d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #d50b2a, #f8383d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #d50b2a, #f8383d);
  /* 标准的语法 */
  border-radius: 1rem;
  font-size: .24rem;
  line-height: .4rem;
  color: #fff;
  position: relative;
  text-align: center;
}
.zd-btn {
  width: 100%;
  clear: both;
  text-align: center;
}
.zd-btn a {
  width: 5rem;
  height: .8rem;
  display: block;
  margin: auto;
  font-size: .36rem;
  line-height: .78rem;
  color: #fff;
  font-weight: bold;
  background: url("../images/zdBtn.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.Gg{
  display: inline-block;
  width: 100%;
  height: 1.5rem;
  background: url("../images/Gg.png") no-repeat center top;
  background-size: 100%;
  margin-top: .48rem;
}
.Gg a{
  display: inline-block;
  width: .9rem;
  height: .9rem;
  border-radius: 1rem;
  float: right;
  margin-right: .34rem;
  margin-top: .3rem;
  cursor: pointer;
}
.zdPart {
  width: 100%;
  height: 3rem;
  background: url("../images/zdK2.png") no-repeat center top;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: .2rem;
  margin-bottom: .2rem;
}
.zdPart h3 {
  width: 100%;
  clear: both;
  background: url(../images/zd-title01.png) no-repeat center / 3.37rem;
  font-size: .3rem;
  line-height: .6rem;
  font-weight: bold;
  color: #6c0c08;
  display: inline-block;
}
.zdPart .kuang {
  width: 6.2rem;
  display: block;
  min-height: 1.62rem;
  margin: 0 auto .15rem;
  background: #fff;
  border-radius: 0.2rem;
  border: solid .01rem #ffffdb;
}
.zdPart .kuang h3 {
  width: 100%;
  height: .88rem;
  display: block;
  background: url("../images/zd-title01.png") no-repeat center top / auto 100%;
  margin-top: -0.19rem;
  font-size: .35rem;
  line-height: .78rem;
  color: #fff;
  font-weight: 600;
}
.zd-progress {
  clear: both;
}
.zd-progress ul {
  width: 100%;
  clear: both;
  margin: .21rem auto .17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: auto;
  display: block;
  border-radius: 0.1rem;
  text-align: center;
  position: relative;
  font-size: .24rem;
  line-height: .3rem;
  color: #333;
  min-width: 1.35rem;
}
.zd-progress ul li.step2 {
  margin: 0 .45rem;
}
.zd-progress ul li img {
  width: .7rem;
  display: block;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 0.04rem 0.1rem rgba(255, 66, 1, 0.42);
}
.zd-progress ul li span {
  clear: both;
  display: block;
  padding-top: .1rem;
}
.zd-progress ul li::after {
  content: '';
  width: .25rem;
  height: .25rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center top / auto 100%;
  position: absolute;
  top: .31rem;
  right: -0.36rem;
}
.zd-progress ul li.step3::after {
  display: none;
}
.capsule {
  width: 5.92rem;
  height: 1.11rem;
  background: url("../images/zd-img02.png") no-repeat center top / 100%;
  margin: .07rem auto .11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.capsule a {
  width: .82rem;
  height: .82rem;
  display: block;
  margin-right: .17rem;
  margin-bottom: .1rem;
}
.capsule a img {
  width: 100%;
  display: block;
}
.zd-joiner .noData {
  width: 100%;
  clear: both;
  padding: .65rem 0 .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.zd-joiner .noData img {
  width: 5.64rem;
  display: block;
}
.zd-joiner .noData span {
  font-size: .24rem;
  line-height: .34rem;
  color: #666;
  display: block;
}
.zd-joiner ul {
  width: 5.4rem;
  clear: both;
  margin: auto;
}
.zd-joiner ul li {
  width: 100%;
  clear: both;
  height: .72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  border-radius: 0.12rem;
  border-bottom: dashed .01rem #ffddcf;
  font-size: .24rem;
  color: #000;
  border-bottom: .01rem dashed #fee5cc;
}
.zd-joiner ul li i {
  width: .4rem;
  height: .4rem;
  display: block;
  border-radius: 50px;
  background: #f6363c;
  color: #fff;
  font-size: .2rem;
  line-height: .4rem;
  margin-left: .2rem;
}
.zd-joiner ul li a {
  font-size: .24rem;
  font-weight: bold;
  line-height: 1;
  color: #fe0f11;
  width: 1.5rem;
  text-align: left;
  margin-left: .15rem;
}
.zd-joiner ul li span {
  display: block;
  font-size: .24rem;
  color: #000;
  line-height: .39rem;
  margin-right: .1rem;
  margin-left: .15rem;
}
.zd-joiner ul li:last-child {
  border-bottom: 0;
}
.shareBtn {
  width: 100%;
  clear: both;
  margin-top: 2.55rem;
  margin-bottom: 4.2rem;
  float: left;
}
.shareBtn a {
  width: 5rem;
  height: .8rem;
  display: inline-block;
  margin: auto;
  font-size: .36rem;
  line-height: .8rem;
  color: #4e0300;
  font-weight: 600;
  background: url("../images/idBtn.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.joinPro {
  clear: both;
  margin-bottom: .56rem;
}
.joinPro ul {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: .24rem 0 0;
}
.joinPro ul li {
  width: 2.8rem;
  height: 1.54rem;
  margin: auto .06rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ffe6be;
  background: -webkit-linear-gradient(#ffcd7d, #ffffff);
  background: -moz-linear-gradient(#ffcd7d, #ffffff);
  background: -o-linear-gradient(#ffcd7d, #ffffff);
  background: linear-gradient(#ffcd7d, #ffffff);
  border-radius: 0.1rem;
}
.joinPro ul li img {
  width: .59rem;
  height: .59rem;
  display: block;
  border-radius: 50%;
  margin-top: .36rem;
}
.joinPro ul li span {
  font-size: .24rem;
  line-height: .33rem;
  color: #742a14;
  display: block;
  width: auto;
  text-align: left;
  margin-left: .15rem;
  margin-top: .3rem;
}
.joinPro ul li span b {
  font-weight: 700;
}
