html,
body {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .firstPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 2;
}
.swiper-container .firstPage .loadPage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.swiper-container .firstPage .loadPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .firstPage .loadPage .meiboLogo {
  width: 18%;
  position: absolute;
  top: 50px;
  left: 40px;
}
.swiper-container .firstPage .loadPage .meiboLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .firstPage .loadPage .bigTitle {
  width: 36%;
  display: block;
  margin: 30vh auto 0;
}
.swiper-container .firstPage .loadPage .bigTitle img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .firstPage .loadPage .downLoad {
  width: 26%;
  margin: 55px auto 0;
  overflow: hidden;
  position: relative;
}
.swiper-container .firstPage .loadPage .downLoad div {
  width: 48%;
}
.swiper-container .firstPage .loadPage .downLoad div:nth-child(1) {
  float: left;
  cursor: pointer;
}
.swiper-container .firstPage .loadPage .downLoad div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .firstPage .loadPage .downLoad div:nth-child(2) {
  float: right;
  cursor: pointer;
}
.swiper-container .firstPage .loadPage .downLoad div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .firstPage .loadPage .code {
  width: 26%;
  height: 50px;
  margin: 0 auto;
  display: none;
}
.swiper-container .firstPage .loadPage .code img {
  width: 48%;
}
.swiper-container .firstPage .loadVideo {
  width: 100%;
  height: 100%;
}
.swiper-container .firstPage .indexVideo {
  height: 100%;
  width: auto;
}
.swiper-container .firstPage .recharge {
  width: 12%;
  position: absolute;
  top: 55px;
  right: 40px;
  cursor: pointer;
}
.swiper-container .firstPage .recharge img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .firstPage .recordNumber {
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  line-height: 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  font-family: arial;
}
.swiper-container .secondPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/secondPage/2_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .secondPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .secondPage div:nth-child(1) {
  width: 37%;
  position: absolute;
  top: 25vh;
  left: 7%;
}
.swiper-container .secondPage div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .secondPage div:nth-child(2) {
  float: right;
  width: 67%;
  position: absolute;
  top: 0;
  right: 0;
}
.swiper-container .secondPage div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .thirdPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/thirdPage/3_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .thirdPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .thirdPage div:nth-child(1) {
  width: 57%;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.swiper-container .thirdPage div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .thirdPage div:nth-child(2) {
  float: right;
  width: 41%;
  position: absolute;
  top: 34vh;
  right: 7%;
}
.swiper-container .thirdPage div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .fourthPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/fourthPage/4_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .fourthPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .fourthPage .fourthText {
  width: 36%;
  display: block;
  margin: 17vh auto 0;
}
.swiper-container .fourthPage .fourthText img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .fourthPage .fourthPic {
  width: 71%;
  margin: 0 auto;
  position: relative;
}
.swiper-container .fourthPage .fourthPic div:nth-child(1) {
  width: 48%;
  float: left;
  position: relative;
}
.swiper-container .fourthPage .fourthPic div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .fourthPage .fourthPic div:nth-child(2) {
  width: 48%;
  float: right;
  position: relative;
  top: 0;
  right: 0;
}
.swiper-container .fourthPage .fourthPic div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .fifthPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/fifthPage/5_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .fifthPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .fifthPage div:nth-child(1) {
  width: 26%;
  position: absolute;
  top: 30%;
  left: 7%;
}
.swiper-container .fifthPage div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .fifthPage .fifthPageImg {
  width: 63%;
  position: absolute;
  top: 13%;
  right: 0;
}
.swiper-container .fifthPage .fifthPageImg img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .sixthPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/sixthPage/6_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .sixthPage .meiboSlide {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -14px;
  -webkit-animation: myfirst 2s infinite linear;
  -moz-animation: myfirst 2s infinite linear;
  -ms-animation: myfirst 2s infinite linear;
  -o-animation: myfirst 2s infinite linear;
  animation: myfirst 2s infinite linear ;
}
@keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes myfirst {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.2;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.swiper-container .sixthPage div:nth-child(1) {
  width: 58%;
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.swiper-container .sixthPage div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .sixthPage div:nth-child(2) {
  width: 23%;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -40%);
}
.swiper-container .sixthPage div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(http://www.meibozhibo.com/img/seventhPage/7_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.swiper-container .seventhPage div:nth-child(1) {
  width: 43%;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-container .seventhPage div:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage div:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.swiper-container .seventhPage div:nth-child(2) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage div:nth-child(3) {
  width: 58%;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.swiper-container .seventhPage div:nth-child(3) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage div:nth-child(4) {
  width: 27%;
  position: absolute;
  bottom: 55px;
  left: 4%;
}
.swiper-container .seventhPage div:nth-child(4) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage div:nth-child(5) {
  width: 27%;
  position: absolute;
  bottom: 55px;
  right: 4%;
}
.swiper-container .seventhPage div:nth-child(5) img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container .seventhPage div:nth-child(6) {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
  font-family: arial;
  opacity: 0.5;
}
.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
