*{
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,html{
  width: 100%;
}
#bg {
  width: 100%;
  height: auto;
  position: relative;
}
.top-bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.bg-all {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 头部动图 */
.top {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
#bg .firstvd {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
.content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.title {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120%;
}
.title .logo {
  width: 50%;
}
/* 按钮 */
.title .btn {
  display: block;
  width: 35%;
  height: 38px;
  background: url('../img/btn.png') no-repeat center center;
  background-size: 100%;
}
.vip-card,.page1-intro,.page2-award{
  width: 75%;
}
/* 独家福利 */
.vip-card{
  margin-top: 25%;
}
.self-intro{
  display: inline-block;
  width: 95%;
}
.self-intro img {
  width: 100%;
}
.page2-award{
  width: 95%;
}
.video {
  width: 100%;
  height: 17% ;
  background: url(../img/video-bg.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  top: 99%;
}
.video img {
  width: 94%;
  position: absolute;
  left: 3%;
  top: 23.5%;
}
.video video {
  width: 89%;
  margin-top: 27%;
}
/* 特色展示 */
.special-show {
  width: 100%;
  height: 18%;
  background: url('../img/tese-bg.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 113%;
  z-index: 2;
}
.gif {
  width: 100%;
  height: 22%;
  margin-top:31%;
  display: flex;
  flex-direction: column;
}
.page3-gif1,.page3-gif2,.page3-gif3{
  width: 30%;
}
.page1-intro {
  /* margin-top: 101%; */
}
.page2-award {
  margin-top: 19%;
}
.page3-gif1{
  margin-left: 9%;
  
}
.page3-gif2{
  margin-top: -11.5%;
  margin-left: 62.5%;
}
.page3-gif3 {
  margin-top: 16.5%;
  margin-left: 23%;
}
/* 猎人 */
#bg #swiper1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#swiper1 .swiper-icon {
  width: 100%;
  height: 20%;
  position: absolute;
  top: 75%;
  left: 0;
}
#swiper1 .swiper-icon .selected{
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#swiper1 .swiper-icon .unselected-L,#swiper1 .swiper-icon .unselected-R{
  width: 25%;
  position: absolute;
  margin-top: 10%;
}
.unselected-L {
  left: 10%;
}
.unselected-R{
  left: 70%;

}

#bg #swiper1 .swiper-container1 img {
  width: 100%;
  height: 100%;
}
#bg .swiper-button-prev1{
  background: url('../img/left.png') no-repeat center center;
  left: 0%;
  background-size: 100%;
}
#bg .swiper-button-next1{
  right:0%;
  background: url('../img/right.png') no-repeat center center;
  background-size: 100%;
} 
#bg .swiper-button-prev1,#bg .swiper-button-next1{
  width: 13%;
  height: 30%;
  position: absolute;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
}
#bg .swiper-button-prev3,#bg .swiper-button-next3{
  width: 20%;
    height: 60%;
    position: absolute;
    top: 53%;
    z-index: 1;
    transform: translateY(-50%);
    background-color: transparent;
}
#bg .swiper-button-prev3{
  left: 12%;
}
#bg .swiper-button-next3{
  left:72%;
} 
#swiper1 .swiper-pagination-bullet{
  position: absolute;
  top: 65%;
  width: 25%;
  height: 11%;
  border-radius: 0;
  z-index: 2;
  opacity: 1;
}
#bg #swiper1 .swiper-pagination-bullet-active{
  position: absolute;
  top: 60%;
  width: 35%;
  height: 21%;
  border-radius: 0;
  z-index: 2;
  opacity: 1;
}
#bg #swiper1 .swiper-pagination-bullet:nth-child(1) {
  left: 7%;
  background: url("../img/shengnv1.png") no-repeat center center;
  background-size: 100%;
}

#bg #swiper1 .swiper-pagination-bullet:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bingpo1.png") no-repeat center center;
  background-size: 100%;
}
#bg #swiper1 .swiper-pagination-bullet:nth-child(3) {
  left: 67%;
  background: url("../img/maonv1.png") no-repeat center center;
  background-size: 100%;
}
#bg #swiper1 .swiper-pagination-bullet-active:nth-child(1) {
  left: 2%;
  background: url("../img/shengnv2.png") no-repeat center center;
  background-size: 100%;
}
#bg #swiper1 .swiper-pagination-bullet-active:nth-child(2) {
  left: 50%;
  background: url("../img/bingpo2.png") no-repeat center center;
  background-size: 100%;
}
#bg #swiper1 .swiper-pagination-bullet-active:nth-child(3) {
  left: 62%;
  background: url("../img/maonv2.png") no-repeat center center;
  background-size: 100%;
}
/* 轮播图2 */
.swiper2 {
  position: absolute;
  top: 128%;
  left: 0;
  width: 100%;
  height: 13%;
  background: url('../img/shikong-bg.png') no-repeat center center;
  background-size: 100%;
  z-index: 3;
}
.swiper2 .swiper {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
#bg .swiper-container2,#bg .swiper-container2 .swiper-slide ,#bg .swiper-container2 .swiper-slide img {
width: 100%;
height: 20%;
}
#bg .swiper-button-prev2,#bg .swiper-button-next2{
  width: 13%;
  height: 30%;
  position: absolute;
  top: 45%;
  z-index: 1;
  transform: translateY(-50%);
}
#bg .swiper-button-prev2{
  background: url('../img/left.png') no-repeat center center;
  left: -9%;
  background-size: 100%;
}
#bg .swiper-button-next2{
  right:-9%;
  background: url('../img/right.png') no-repeat center center;
  background-size: 100%;
} 
.swiper-button-prev2:focus{
  outline: none;
}

.swiper-button-next2:focus{
    outline: none;
}
/* 分页器 */
.swiper-pagination2 .swiper-pagination-bullet {
  width: 10%;
  height: 2px;
  border-radius: 0;
  background: #e5dddd;

}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #007aff;
}
