@charset "utf-8";
/* CSS Document */
/* * {
	margin: 0;
	padding: 0;
} */
/* body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
} */
.apple-banner {
  width: 100%;
  /* height: 37.5rem; */
  height: 100%;
  overflow: hidden;
}
.apple-banner .swiper-container {
  /* margin-top: -40px; */
  width: 100%;
  /* height: 37.5rem; */
  height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 15%;
  height: 100%;
  top: 0;
  background: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev span,
.swiper-button-next span {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -32px;
  border-radius: 100%;
  background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center
    17px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.swiper-button-next span {
  background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
  left: auto;
  right: 20px;
}
.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  opacity: 0.6;
}
/*分页器*/
.apple-banner .swiper-pagination {
  top: auto;
  bottom: 0px;
  background: none;
}
.apple-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
  width: 50px;
  height: 2px;
  display: block;
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet-active span {
  background: gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet i {
  background: #648bf4;
  height: 2px;
  transform: scaleX(0);
  transform-origin: 0;
  display: block;
}
.apple-banner .autoplay .firsrCurrent i {
  transition: transform 2.9s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .current i {
  transition: transform 4s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
  background: gray;
}
/*内容样式*/

.slide1 {
  background: #ebf0f7 url(../images/ban.jpg) no-repeat 50% 10%;
  background-size: auto 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .title {
  position: absolute;
  top: 0;
  color: #3d3d3d;
  width: 76%;
}

.swiper-slide .title {
  text-align: left;
  font-size: 1.375rem;
  font-weight: normal;
  color: #3d3d3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide .title h2 {
  font-size: 2.75rem;
}
.swiper-slide .title h2 span {
  font-size: 4.75rem;
}
.swiper-slide .title p {
  font-size: 1.875rem;
}
.swiper-slide .title button {
  width: 7.5rem;
  height: 2.5rem;
  color: #fff;
  background: #4482ff;
  border-radius: 10px 10px 10px 10px;
  border: 0;
  margin-top: 4%;
  font-size: 0.9375rem;
}

.slide2 {
  background: #f3f3f3 url(../img/watch_alt_large.jpg) no-repeat center 50%;
  background-size: auto 100%;
}

.slide2 .title {
  /* padding-top: 100px; */
  /* text-align: center; */
  color: #fff;
}

.slide2 h2 {
  /* bottom: 100px; */
  /* text-align: center; */
  font-size: 30px;
  font-weight: normal;
  /* position: absolute; */
  width: 100%;
  color: #fff;
}

.slide3 {
  background: #fff url(../img/macbookpro_large.jpg) no-repeat center 110%;
  background-size: auto 70%;
}

.slide3 .title {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  font-weight: normal;
}

@media screen and (max-width: 767.999999px) {
  .swiper-slide .title {
    font-size: 1.275rem;
    width: 90%;
  }
  .swiper-slide .title h2 {
    font-size: 2rem;
  }
  .swiper-slide .title p {
    font-size: 1.375rem;
  }
  .swiper-slide .title h2 span {
    font-size: 3.75rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 1%;
  }
}
