.pc {
  display: none;
}
.mb {
  display: block;
}
.header {
  position: fixed;
  height: 90px;
  background: #000;
  z-index: 3;
}
.main {
  width: 750px;
  min-width: 750px;
  height: 3420px;
  overflow-x: hidden;
  background: url(../img/bg-m.jpg);
}
.box {
  width: 750px;
}
.logo {
  width: 220px;
  height: 84px;
  margin: 3px 0 0 40px;
  background-image: url("../img/logo-m.png");
}
.towebsite {
  margin: 20px 40px 0 0;
  width: 144px;
  height: 50px;
  background: url(../img/btn-tosite-m.png) no-repeat;
}
.slogan {
  margin: 157px 0 0 36px;
  width: 266px;
  height: 401px;
  background: url(../img/slogan-m.png) no-repeat;
}
.icon-yy {
  position: relative;
  margin: 40px auto 0;
  width: 320px;
  height: 97px;
  background: url(../img/btn-yy-m.png) no-repeat;
}
.person {
  top: 178px;
  right: 0;
  width: 705px;
  height: 1324px;
  background: url(../img/person-m.png);
}
.video {
  margin: 788px auto 0;
  width: 463px;
  height: 265px;
  background: url(../img/video-box-m.png);
}

/* rule */
.rule-box {
  margin: 114px auto 0;
  width: 726px;
  height: 837px;
  background-image: url("../img/rule-box-bg-m.png");
  box-sizing: border-box;
  padding: 110px 40px 40px 40px;
}

.rule-box li {
  font-size: 24px;
  line-height: 2;
}
.rule-box li a {
  display: block;
}
.rule-box li i {
  margin-right: 20px;
  margin-top: 8px;
}

.gift-box {
  width: 718px;
  height: 1195px;
  background-image: url("../img/gift-box-bg-m.jpg");
}

/* tk */
.tk .close {
  top: 0;
  right: -10px;
  width: 52px;
  height: 52px;
  background: url(../img/tk-close.png) no-repeat;
}
.share-tip {
  padding: 60px;
  width: 713px;
  height: 537px;
  line-height: 2;
  background: url(../img/tk-b-bg-m.png) no-repeat;
  font-size: 24px;
}

.icon-share {
  margin: 30px auto 0;
  width: 218px;
  height: 63px;
  background: url(../img/btn-share-m.png) no-repeat;
}

.share-icon {
  width: 660px;
  height: 350px;
  background: url(../img/tk-s-bg-m.png) no-repeat;
}

/* .share-icon ul {
  margin-top: 67px;
}
.share-icon li {
  width: 76px;
  height: 76px;
  background: url(../img/share-icon-m.png) no-repeat;
}
.share-icon li:nth-child(2) {
  background-position-x: -101px;
}
.share-icon li:nth-child(3) {
  background-position-x: -202px;
}
.share-icon li:nth-child(4) {
  background-position-x: -303px;
}
.share-icon li:nth-child(5) {
  background-position-x: -404px;
} */

body #share {
  margin-top: 67px;
}
body .ztsharebutton a {
  width: 76px;
  height: 76px;
  background: url(../img/share-icon-m.png) no-repeat;
}
body .ztsharebutton .share_sina {
  background-position: 0 0;
}
body .ztsharebutton .share_qqzone {
  background-position: -101px 0;
}
body .ztsharebutton .share_qq {
  background-position: -202px 0;
}
body .ztsharebutton .share_bdtieba {
  background-position: -303px 0;
}
body .ztsharebutton .share_weixin {
  background-position: -404px 0;
}


.share-tip-tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.share-tip-tk img {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* code */
.code {
  display: inline-block;
  margin: 170px 0 70px 220px;
  text-align: center;
}
.code img {
  margin: 20px auto 10px;
}
.code p {
  font-size: 22px;
  color: #74cefd;
  font-weight: 600;
}
/*.sns-qq {*/
/*  !* display: flex;*/
/*  justify-content: space-between; *!*/
/*  margin: 0 auto;*/
/*  width: 610px;*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*  font-weight: 600;*/
/*  text-align: center;*/
/*} */
/*.sns-qq span {*/
/*  display: inline-block;*/
/*  margin: 0 19px;*/
/*  width: 260px;*/
/*  font-size: 20px;*/
/*  color: #b7a0fb;*/
/*}*/
/*.sns-qq i {*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/
/* footer */
.footer_main {
  display: none;
}