.p1 {
  margin-bottom: 1.5rem;
}

.p2 {
  margin-bottom: .4rem;
}

.swiper-btn {
  margin: .15rem auto 0 auto;
  width: 8.35rem;
  overflow: hidden;
}

.p1-cont,
.p2-cont {
  position: relative;
}

.p1-cont img,
.p2-cont img {
  display: block;
}

.p1-cont .swiper-button-next,
.p1-cont .swiper-button-prev,
.p2-cont .swiper-button-next,
.p2-cont .swiper-button-prev {
  width: .37rem;
  height: 1.87rem;
  bottom: 0;
  top: auto;
  margin-top: 0;
}

.p1-cont .swiper-button-next {
  right: 0;
  background: #92ccc7 url(../img/ty/next.png) center no-repeat;
  background-size: 100%;
}

.p1-cont .swiper-button-prev {
  left: 0;
  background: #92ccc7 url(../img/ty/prev.png) center no-repeat;
  background-size: 100%;
}

.p2-cont .swiper-button-next {
  right: 0;
  background: #ff8000 url(../img/ty/next.png) center no-repeat;
  background-size: 100%;
}

.p2-cont .swiper-button-prev {
  left: 0;
  background: #ff8000 url(../img/ty/prev.png) center no-repeat;
  background-size: 100%;
}
.p1-cont .p1-swiper .swiper-slide img,
.p2-cont .p2-swiper .swiper-slide img
{
  width: 100%;
  height: 6.12rem;
}
.p1-cont .swiper-btn .swiper-slide img,
.p2-cont .swiper-btn .swiper-slide img
{
  width: 100%;
  height: 1.87rem;
}