@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: #fcd9c8;
}
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;
}
.clearfix {
  width: 100%;
  clear: both;
  display: block;
}
.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;
}
.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);
}
@media screen and (max-width: 800px) {
  body {
    background: #fcd9c8;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ff701c url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #ff701c url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #ff701c url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 4.87rem;
  width: 100%;
  float: left;
  position: relative;
}
.banner-box .logo {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2.94rem;
  height: 0.76rem;
  background: #f54801;
  background: -webkit-linear-gradient(left, #eb0401, #ff8c00);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #eb0401, #ff8c00);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #eb0401, #ff8c00);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #eb0401, #ff8c00);
  /* 标准的语法 */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0 0.5rem 0.5rem 0;
}
.banner-box .logo img {
  width: 1.99rem;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 0.5rem;
  height: auto;
  padding: 0.15rem 0.2rem 0.33rem;
  -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;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #666;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem #ffccb3;
}
.mainIndex {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.index-btn {
  width: 100%;
  height: auto;
  clear: both;
  margin: 6.58rem auto 0.66rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index-btn a {
  width: 5.4rem;
  height: 1.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/index-btn01.png") no-repeat center top / 100%;
  border-radius: 0.53rem;
  font-size: 0.48rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.01rem 0 #d7380d;
  position: relative;
}
.index-btn a span {
  font-weight: 600;
}
.index-btn a::after {
  content: '';
  width: 0.9rem;
  height: 0.83rem;
  display: block;
  background: url("../images/btn-icon01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.3rem;
  right: 0;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img {
  width: 2.92rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.32rem;
  color: #666666;
  font-weight: 600;
  line-height: 0.36rem;
}
.actEnd p b {
  font-weight: bold;
  color: #333;
}
.actEnd p span {
  font-size: 0.32rem;
  font-weight: bold;
  display: inline-block;
  color: #7528e0;
}
.member {
  width: 100%;
  clear: both;
  margin-bottom: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ffaf85;
  background: -webkit-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: -o-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: -moz-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: linear-gradient(-135deg, #ffd8c3, #ff8646);
  border-radius: 0.21rem;
}
.member .kuang {
  width: 6.28rem;
  height: 2.42rem;
  display: block;
  background: #fef9f6;
  background: -webkit-linear-gradient(left, #fdfeff, #fff3ed);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fdfeff, #fff3ed);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fdfeff, #fff3ed);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fdfeff, #fff3ed);
  /* 标准的语法 */
  border-radius: 0.21rem;
  margin: 0.12rem 0.11rem 0.11rem;
}
.member .kuang ul {
  width: 100%;
  clear: both;
  margin-top: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.member .kuang ul li {
  width: 1.32rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 0.55rem;
}
.member .kuang ul li img {
  width: 100%;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.15rem rgba(255, 172, 128, 0.45);
}
.member .kuang ul li span {
  font-size: 0.22rem;
  line-height: 1;
  color: #333;
  display: block;
  margin-top: 0.19rem;
}
.zd-btn {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-btn a {
  width: 4.43rem;
  height: 0.83rem;
  display: block;
  margin: 0.13rem auto 0;
  font-size: 0.32rem;
  line-height: 0.83rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
  text-shadow: 0 0.01rem 0 #d7380d;
  position: relative;
}
.zd-btn a::before {
  content: '';
  width: 0.9rem;
  height: 0.83rem;
  display: block;
  background: url("../images/btn-icon01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.3rem;
  left: 0;
}
.zdPart {
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 0.35rem;
  background: #ffaf85;
  background: -webkit-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: -o-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: -moz-linear-gradient(-135deg, #ffd8c3, #ff8646);
  background: linear-gradient(-135deg, #ffd8c3, #ff8646);
  border-radius: 0.21rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zdPart .kuang {
  width: 6.28rem;
  height: 2.42rem;
  display: block;
  background: #fef9f6;
  background: -webkit-linear-gradient(left, #fdfeff, #fff3ed);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fdfeff, #fff3ed);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fdfeff, #fff3ed);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fdfeff, #fff3ed);
  /* 标准的语法 */
  border-radius: 0.21rem;
  margin: 0.12rem 0.11rem 0.11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zdPart .kuang .zdTit {
  width: 100%;
  height: 0.98rem;
  display: block;
  margin-top: -0.22rem;
  background: url("../images/zd-title01.png") no-repeat center top / auto 100%;
  font-size: 0.32rem;
  line-height: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.zdPart .kuang .zdTit.type2 {
  background: url("../images/zd-title02.png") no-repeat center top / auto 100%;
}
.zd-progress {
  clear: both;
}
.zd-progress ul {
  width: 100%;
  margin-top: -0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-progress ul li {
  width: 1.8rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
.zd-progress ul li img {
  width: 0.84rem;
  display: block;
  margin: 0 auto 0.14rem;
  border-radius: 0.2rem;
}
.zd-progress ul li p {
  font-size: 0.22rem;
  line-height: 1;
  color: #3f4d61;
  white-space: nowrap;
}
.zd-progress ul li p span {
  font-weight: bold;
  display: block;
  color: #f45600;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.zd-progress ul li::after {
  content: "";
  width: 0.67rem;
  height: 0.14rem;
  display: block;
  background: url("../images/zd-icon-arr01.png") no-repeat center / 100%;
  position: absolute;
  top: 0.35rem;
  right: -0.4rem;
}
.zd-progress ul li:last-child::after {
  display: none;
}
.zd-joiner {
  clear: both;
  margin-bottom: 0.4rem;
}
.zd-joiner ul {
  width: 5.23rem;
  clear: both;
  margin: 0.4rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.zd-joiner ul p {
  color: #444444;
  font-size: 0.24rem;
  line-height: 0.34rem;
  width: 100%;
  clear: both;
  margin-top: -0.4rem;
}
.zd-joiner ul img {
  width: 2.05rem;
  display: block;
  margin-top: -0.1rem;
}
.zd-joiner ul li {
  width: 5rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}
.zd-joiner ul li i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  border-radius: 50%;
  background: #fe8e4b;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  margin-right: 0.1rem;
}
.zd-joiner ul li a {
  margin-right: 0.15rem;
  width: 1.1rem;
  text-align: left;
  white-space: nowrap;
}
.zd-joiner ul li time {
  color: #666;
}
.zd-joiner ul li span {
  margin-left: 0.15rem;
  color: #f45600;
}
/*# sourceMappingURL=style.css.map */