/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  -webkit-touch-callout: none;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
i,
b,
s {
  font-style: normal;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
body,
html {
  width: 100%;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
}
body {
  background: #000;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.fixing {
  overflow: hidden;
}
a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
p,
a,
li,
span,
input {
  font-size: 0.24rem;
}
h1 {
  font-size: 0.32rem;
}
h2 {
  font-size: 0.34rem;
}
h3 {
  font-size: 0.3rem;
}
h4 {
  font-weight: normal;
  font-size: 0.3rem;
}
h5 {
  font-size: 0.28rem;
}
textarea {
  font-size: 24px;
}
a {
  color: #434343;
}
html {
  font-size: 312.5%;
}
@media screen and (max-width: 359px) and (orientation: portrait) {
  html {
    font-size: 266.67%;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
  html {
    font-size: 300%;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) and (orientation: portrait) {
  html {
    font-size: 320%;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 333.33%;
  }
}
@media screen and (min-width: 414px) and (max-width: 431px) and (orientation: portrait) {
  html {
    font-size: 345%;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) and (orientation: portrait) {
  html {
    font-size: 360%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait) {
  html {
    font-size: 400%;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  html {
    font-size: 533.33%;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  clear: both;
  zoom: 1;
}
#Jmain {
  display: none;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/***背景渐变***/
/***文字渐变 暂时只支持谷歌***/
.poniter_event_none {
  pointer-events: none;
}
/*********************弹层*********************/
#forhorview {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  color: #FFF;
  display: none;
}
#forhorview p {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: .4rem;
}
#forhorview.on {
  display: block;
}
.Layer {
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.Layer.on {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10000;
}
img {
  display: block;
  width: 100%;
}
html,
body {
  width: 100%;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pop.on {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
  visibility: visible;
}
.pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pop .pop-bg.on {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
}
.pop .pop-bg .video-view {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.pop .pop-bg .video-view video {
  display: block;
  width: 100%;
}
.pop .pop-bg .close-pop {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url(../img/close.png) no-repeat center center / 100% 100%;
}
.container-all {
  position: relative;
  width: 100%;
  margin: auto;
}
.container-all .part-0 {
  position: relative;
  width: 100%;
  height: 14.82rem;
  background: url(../img/p0-bg.jpg) no-repeat center center / 100% auto;
  padding-top: .01rem;
  box-sizing: border-box;
}
.container-all .part-0 .logo {
  position: absolute;
  display: block;
  width: 3.04rem;
  height: .92rem;
  left: .73rem;
  top: .66rem;
}
.container-all .part-0 .iconbox {
  position: relative;
  margin-top: 12.6rem;
}
.container-all .part-0 .iconbox .icon {
  position: absolute;
  width: 2.08rem;
  margin-left: .78rem;
}
.container-all .part-0 .iconbox .text {
  position: absolute;
  margin-top: .28rem;
  margin-left: 3.26rem;
}
.container-all .part-0 .iconbox .text .t {
  font-size: .48rem;
  color: #000000;
  font-weight: bold;
}
.container-all .part-0 .iconbox .text p {
  color: #000000;
  font-size: .29rem;
}
.container-all .part-0 .iconbox .text p:nth-of-type(1) {
  margin: .07rem 0;
}
.container-all .part-0 .iconbox .text p i {
  margin: 0 .35rem;
}
.container-all .part-0 .iconbox .text p .num {
  color: #ff0000;
}
.container-all .part-1 {
  width: 100%;
  height: 14.2rem;
  background: url(../img/p1-bg.jpg) no-repeat top center / 100% auto;
  overflow: hidden;
}
.container-all .part-1 .title {
  width: 4.66rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p1-tit.png) no-repeat center center / 100%;
}
.container-all .part-1 .tips {
  text-align: center;
  font-size: .3rem;
  color: #ffffff;
}
.container-all .part-1 .lottery {
  width: 9.69rem;
  margin: .96rem auto 0;
  height: auto;
}
.container-all .part-1 .lottery a {
  display: block;
  width: 100%;
}
.container-all .part-1 .remainNum {
  text-align: center;
  font-size: .33rem;
  color: #ffffff;
  margin: 1.08rem auto .7rem;
}
.container-all .part-1 .remainNum span {
  font-size: .33rem;
}
.container-all .part-1 .btns {
  font-size: 0;
  text-align: center;
}
.container-all .part-1 .btns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 3.94rem;
  height: .94rem;
}
.container-all .part-1 .btns .btn.lookPrize {
  background: url(../img/p1-ckbtn.png) no-repeat center / 100%;
  margin-right: .5rem;
}
.container-all .part-1 .btns .btn.invite {
  background: url(../img/p1-yqbtn.png) no-repeat center / 100%;
}
.container-all .part-2 {
  width: 100%;
  height: 9.26rem;
  background: url(../img/p2-bg.jpg) no-repeat center center / 100% auto;
  overflow: hidden;
}
.container-all .part-2 .title {
  width: 7.18rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p2-tit.png) no-repeat center center / 100%;
}
.container-all .part-2 .content {
  margin-top: .3rem;
  position: relative;
}
.container-all .part-2 .content .jlbox {
  position: relative;
  left: 50%;
  top: 0;
  margin-left: -5.4rem;
  width: 10.8rem;
  height: 5.31rem;
  background: url(../img/p1-award-bg.png) no-repeat center center / 100%;
}
.container-all .part-2 .content .tips {
  text-align: center;
  font-size: .3rem;
  color: #ffffff;
  margin-top: .05rem;
}
.container-all .part-3 {
  width: 100%;
  height: 29.07rem;
  background: url(../img/p3-bg.jpg) no-repeat center center / 100% auto;
  overflow: hidden;
}
.container-all .part-3 .title {
  width: 4.27rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p3-tit.png) no-repeat center center / 100%;
}
.container-all .part-3 .content {
  margin-top: .31rem;
}
.container-all .part-3 .content .zs {
  text-align: left;
  font-size: 0;
}
.container-all .part-3 .content .zs img {
  display: inline-block;
  width: 8.9rem;
}
.container-all .part-3 .content .hx {
  text-align: right;
  font-size: 0;
  margin-top: .48rem;
}
.container-all .part-3 .content .hx img {
  display: inline-block;
  width: 9.21rem;
}
.container-all .part-4 {
  width: 100%;
  height: 9.81rem;
  background: url(../img/p4-bg.jpg) no-repeat center center / 100% auto;
  overflow: hidden;
}
.container-all .part-4 .title {
  width: 3.6rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p4-tit.png) no-repeat center center / 100%;
}
.container-all .part-4 .content {
  margin-top: .5rem;
}
.container-all .part-4 .content .video-box {
  position: relative;
  width: 9.48rem;
  height: 5.61rem;
  margin: auto;
  background: url(../img/p4-vbg.png) no-repeat center center / 100%;
}
.container-all .part-4 .content .video-box .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8.83rem;
  height: 4.94rem;
  margin-top: -2.44rem;
  margin-left: -4.38rem;
  cursor: pointer;
}
.container-all .part-4 .content .video-box .videoBtn img {
  display: block;
  width: 100%;
}
.container-all .part-4 .content .video-box .videoBtn video {
  position: absolute;
  z-index: -5;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
  height: 100%;
}
.container-all .part-4 .content .video-box .videoBtn.on img {
  display: none;
}
.container-all .part-4 .content .video-box .videoBtn.on video {
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-all .part-4 .endTips {
  margin-top: 6.4rem;
}
.container-all .part-4 .endTips .txt {
  font-size: .36rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.container-all .part-4 .endTips .ace {
  font-size: 0;
  text-align: center;
  margin-top: .66rem;
}
.container-all .part-4 .endTips .ace i {
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 1px;
  background-color: #fde016;
}
.container-all .part-4 .endTips .ace p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3rem;
  font-size: .24rem;
  letter-spacing: .2rem;
  color: #fde016;
}
.container-all .part-5 {
  width: 100%;
  height: 20.39rem;
  background: url(../img/p5-bg2.jpg) no-repeat center center / 100% auto;
  overflow: hidden;
}
.container-all .part-5 .title {
  width: 6.7rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p5-tit.png) no-repeat center center / 100%;
}
.container-all .part-5 .content {
  position: relative;
  width: 9.85rem;
  margin: .55rem auto 0;
}
.container-all .part-5 .content .p5Swp {
  width: 8.75rem;
}
.container-all .part-5 .content .p5Swp .swiper-slide {
  position: relative;
  width: 6.03rem;
  height: 10.73rem;
}
.container-all .part-5 .content .p5Swp .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.container-all .part-5 .content .p5Swp .swiper-slide.swiper-slide-active::after {
  display: none;
}
.container-all .part-5 .content .p5Swp-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.85rem;
  height: 1.37rem;
  margin-top: -0.685rem;
  background: url(../img/p3-prev.png) no-repeat center center / 100%;
}
.container-all .part-5 .content .p5Swp-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.85rem;
  height: 1.37rem;
  margin-top: -0.685rem;
  background: url(../img/p3-next.png) no-repeat center center / 100%;
}
.container-all .part-6 {
  width: 100%;
  height: 15.12rem;
  background: url(../img/p6-bg.jpg) no-repeat center center / 100% auto;
  overflow: hidden;
}
.container-all .part-6 .title {
  width: 5.86rem;
  height: 2.06rem;
  margin: auto;
  background: url(../img/p6-tit.png) no-repeat center center / 100%;
}
.container-all .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  margin: auto;
}
