@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: #fcba77;
}
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: #fcba77;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ff8000 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: #df2c00 url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #df2c00 url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.58rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 6.88rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.1rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 3.84rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 10.66rem;
}
.banner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.18rem;
  height: 0.63rem;
  display: inline-block;
  background: url("../images/logoBg.png") no-repeat center top;
  background-size: 100%;
}
.banner-box .logo img {
  width: 1.6rem;
  display: block;
  margin-left: .18rem;
  margin-top: .14rem;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.42rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.18rem;
  width: 1.4rem;
  height: .6rem;
  -webkit-border-radius: 0 0 0.12rem 0.12rem;
  -moz-border-radius: 0 0 0.12rem 0.12rem;
  border-radius: 0 0 0.12rem 0.12rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ffa820;
}
.banner-box .fixBtn .fixBtn1{
  background: #ff6000;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: .54rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 7.4rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5.6rem;
  height: 0.97rem;
  display: block;
  margin: 0 auto;
  font-size: 0.4rem;
  line-height: 0.88rem;
  font-weight: bold;
  color: #fb480a;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/idBtn.png") no-repeat center top;
  background-size: 100%;
  box-shadow: 0 0.1rem 0.1rem #f66627;
}
.mainIndex .indexBtn a::after{
  display: inline-block;
  content: '';
  width: .36rem;
  height: .36rem;
  background: url(../images/btnJt1.png) no-repeat center top;
  background-size: 100%;
  margin-top: .08rem;
  vertical-align: text-top;
  margin-left: .15rem;
}
.mainIndex .indexBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.idTs{
  display: inline-block;
  width: 100%;
  font-size: .2rem;
  color: #6b4228;
  text-align: center;
  margin-top: .14rem;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd h3 {
  font-size: 0.48rem;
  line-height: 1;
  color: #e92028;
  margin-bottom: 0.88rem;
}
.actEnd img.ewm {
  width: 2.55rem;
  margin: 0.35rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.actEnd p span {
  color: #ff2323;
}
.member {
  width: 100%;
  /*height: 2.77rem;*/
  display: block;
  position: relative;
  background: url("../images/zdBg1.png") no-repeat center top;
  background-size: 100%;
}
.member.suc::after {
  content: '';
  width: 1.3rem;
  height: 1.03rem;
  display: block;
  background: url("../images/tag-suc.png") no-repeat center top / auto 100%;
  position: absolute;
  top: -0.35rem;
  right: -0.11rem;
}
.member ul {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-top: 0.26rem;
  margin-bottom: 0.18rem;
}
.member ul li {
  width: 1.58rem;
  display: inline-block;
  margin: 0 0.07rem;
  position: relative;
}
.member ul li img {
  width: 100%;
  display: block;
}
.member ul li span {
  font-size: 0.24rem;
  color: #fff;
  display: inline-block;
  width: 1.21rem;
  height: .43rem;
  line-height: .43rem;
  background: #fd7d00;
  background: -webkit-linear-gradient(#fd7d00, #f12500);
  background: -moz-linear-gradient(#fd7d00, #f12500);
  background: -o-linear-gradient(#fd7d00, #f12500);
  background: linear-gradient(#fd7d00, #f12500);
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.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.8rem;
  height: 0.84rem;
  display: block;
  font-size: 0.36rem;
  border-radius: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.74rem;
  cursor: pointer;
  background: url("../images/zdBtn.png") no-repeat center top;
  background-size: 100%;
  box-shadow: 0 0.1rem 0.1rem #f34e2a;
}
.zd-btn a::after {
  display: inline-block;
  content: '';
  width: .32rem;
  height: .32rem;
  background: url(../images/btnJt2.png) no-repeat center top;
  background-size: 100%;
  margin-top: .08rem;
  vertical-align: text-top;
  margin-left: .15rem;
}
.zd-btn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #8b2315 0%, #3d160d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.zdTs{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: .2rem;
  color: #ffdd95;
  margin-top: .12rem;
}
.zd-joiner{
  margin-bottom: .4rem;
}
.zd-joiner ul {
  width: 4.65rem;
  display: inline-block;
  float: left;
  margin-top: 0.25rem;
  margin-left: .3rem;
}
.zd-joiner ul li {
  width: 100%;
  height: 0.78rem;
  line-height: .78rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #333;
  border-bottom: .01rem solid #ffc56b;
}
.zd-joiner ul li:last-child{
  border-bottom: none;
}
.zd-joiner ul li i {
  width: 0.28rem;
  height: 0.28rem;
  line-height: .28rem;
  display: inline-block;
  background: #ff8100;
  background: -webkit-linear-gradient(#fec500, #ff8100);
  background: -moz-linear-gradient(#fec500, #ff8100);
  background: -o-linear-gradient(#fec500, #ff8100);
  background: linear-gradient(#fec500, #ff8100);
  border-radius: 50px;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 0.1rem;
  float: left;
  margin-top: .23rem;
}
.zd-joiner ul li a {
  font-weight: bold;
  width: 1.3rem;
  text-align: left;
  margin-right: 0.08rem;
  display: inline-block;
  float: left;
}
.zd-joiner ul li time {
  display: inline-block;
  float: left;
  margin-right: 0.15rem;
}
.zd-ggdb{
  display: inline-block;
  width: 100%;
  height: 2.33rem;
  background: url("../images/zdBg2.png") no-repeat center top;
  background-size: 100%;
}
.zd-ggdb h3{
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: .47rem;
  float: left;
  margin-left: .2rem;
  padding: .38rem .1rem 0;
  line-height: .33rem;
}
.share-btn {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 3.1rem;
}
.share-btn a {
  width: 5.6rem;
  height: 0.97rem;
  display: block;
  margin: 0 auto;
  font-size: 0.4rem;
  line-height: 0.88rem;
  font-weight: bold;
  color: #fb480a;
  border-radius: 50px;
  cursor: pointer;
  background: url(../images/idBtn.png) no-repeat center top;
  background-size: 100%;
  box-shadow: 0 0.1rem 0.1rem #f66627;
}
.share-btn a::after {
  display: inline-block;
  content: '';
  width: .36rem;
  height: .36rem;
  background: url(../images/btnJt1.png) no-repeat center top;
  background-size: 100%;
  margin-top: .08rem;
  vertical-align: text-top;
  margin-left: .15rem;
}
.zd-process {
  margin-bottom: 1.37rem;
  width: 100%;
  clear: both;
  height: 4.2rem;
  border-radius: 0.2rem;
  background: #fff;
}
.zd-process h3 {
  width: 100%;
  height: 0.8rem;
  display: block;
  background: url("../images/zd-tit01.png") no-repeat center top / auto 100%;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: bold;
}
.zd-process ul {
  width: 100%;
  clear: both;
  margin-top: 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zd-process ul li {
  width: 2.8rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #ffedd8;
  border-radius: 0.2rem;
  margin: 0 0.15rem;
}
.zd-process ul li img {
  width: 1.58rem;
  display: block;
  border-radius: 50px;
  margin-top: -0.63rem;
  margin-bottom: 0.18rem;
}
.zd-process ul li span {
  width: 100%;
  display: block;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #000;
}
/*# sourceMappingURL=style.css.map */
.Gg1{
  display: inline-block;
  width: 100%;
  height: 2.85rem;
  background: url("../images/Gg1.png") no-repeat center top;
  background-size: 100%;
  margin-top: .22rem;
}
.Gg1 a{
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1rem;
  float: right;
  margin-right: .55rem;
  margin-top: .28rem;
}
.Gg2{
  display: inline-block;
  width: 100%;
  height: 2.1rem;
  background: url("../images/Gg2.png") no-repeat center top;
  background-size: 100%;
  margin-top: -.14rem;
}
.Gg2 a{
  display: inline-block;
  width: 1.17rem;
  height: 1.17rem;
  border-radius: 1rem;
  float: right;
  margin-right: .55rem;
  margin-top: .48rem;
}
.zd-lqlc{
  margin-top: .3rem;
}
.zd-lqlc ul{
  display: inline-block;
  width: 72%;
  margin-top: .31rem;
  margin-left: .57rem;
  float: left;
}
.zd-lqlc ul li{
  display: inline-block;
  float: left;
  margin-right: .68rem;
  position: relative;
}
.zd-lqlc ul li:last-child{
  margin-right: 0;
}
.zd-lqlc ul li::before {
  display: inline-block;
  content: '';
  width: .11rem;
  height: .17rem;
  background: url(../images/zd-icon04.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: .35rem;
  right: -.3rem;
}
.zd-lqlc ul li:last-child::before{
  display: none;
}
.zd-lqlc ul li .p1{
  width: .81rem;
}
.zd-lqlc ul li .p1 img{
  width: 100%;
}
.zd-lqlc ul li .p2{
  font-size: .24rem;
  color: #834b32;
  line-height: .32rem;
  margin-top: .05rem;
}
.noData{
  width: 4.15rem;
  margin-top: .34rem;
  margin-left: -.4rem;
}