* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
.index-wrap {
  width: 100%;
  height: 100%;
}
.index-wrap .section1 {
  width: 100%;
  height: 100%;
}
.index-wrap .section1 .swiper-container {
  width: 100%;
  height: 100%;
}
.index-wrap .section1 .swiper-container .swiper-slide .video-box {
  width: 100%;
  height: 100%;
  background: url(../images/video-bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index-wrap .section1 .swiper-container .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-wrap .section1 .swiper-container .swiper-slide .video-box i {
  width: 6.90625rem;
  height: 6.71875rem;
  background: url(../images/video-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 13.28125rem;
  left: 5.0625rem;
  animation: scales 2s linear infinite;
  -webkit-animation: scales 2s linear infinite;
}
@keyframes scales{0%{transform: scale(1); }50% {transform: scale(0.9);}100% {transform: scale(1);}}
@-webkit-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(0.9);}100% {-webkit-transform: scale(1);}}
@-moz-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(0.9);}100% {-webkit-transform: scale(1);}}
@-o-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(0.9);}100% {-webkit-transform: scale(1);}}
@-ms-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(0.9);}100% {-webkit-transform: scale(1);}}
.index-wrap .section1 .swiper-container .swiper-slide .video-box span {
  width: 3.375rem;
  height: 1.75rem;
  border: 0.0625rem solid #a1a5ab;
  border-radius: 0.3125rem;
  line-height: 1.7rem;
  text-align: center;
  font-size: 0.8125rem;
  color: #fff;
  display: block;
  position: absolute;
  right: 0.625rem;
  bottom: 1.40625rem;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box {
  width: 100%;
  height: 100%;
  background: url(../images/landing-bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box .logo {
  width: 5.21875rem;
  height: 2.15625rem;
  position: absolute;
  top: 0.78125rem;
  left: 0.6875rem;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box .logo img {
  width: 100%;
  height: 100%;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box .finish-btn {
  width: 15.625rem;
  height: 2.8125rem;
  background: url(../images/finish-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 5.125rem;
  left: 2.1875rem;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box .again-btn {
  width: 7.5rem;
  height: 2.5rem;
  background: url(../images/again-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.03125rem;
  left: 2.1875rem;
}
.index-wrap .section1 .swiper-container .swiper-slide .landing-box .share-btn {
  width: 7.5rem;
  height: 2.5rem;
  background: url(../images/share-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.03125rem;
  right: 2.1875rem;
}
.index-wrap .section1 .swiper-container .swiper-slide .share-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.index-wrap .section1 .swiper-container .swiper-slide .share-mask .icon {
  width: 9.6875rem;
  height: 8.5625rem;
  background: url(../images/share-icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.78125rem;
  right: 0.46875rem;
}
/*# sourceMappingURL=style.css.map */