.jjfc {
  width: 100%;
  /* height: 112%; */
  /* border: 1px solid rgba(91, 0, 134, 1); */
  background-color: rgba(91, 0, 134, 1);
  overflow: hidden;
  /* height: calc(40vw + 200px); */
}
.jjtitle {
  width: 80%;
  /* height: 70px; */
  padding-top: 130px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(91, 0, 134, 1);
}
.jjtitle > div:nth-of-type(1) {
  font-size: 62px;
  color: white;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1;
}
.jjtitle > div:nth-of-type(2) {
  font-size: 25px;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1;
}
.jjswiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 37.8vw;
  /* border: rgba(91, 0, 134, 1) solid 1px; */
}
.swiper_jj_container,
.swiper_jj_wrapper,
.swiper_jj_slide,
.swiper_jj_slide > img {
  width: 100%;
  height: 100%;
}
.swiper_jj_slide {
  /* margin-top: 60px; */
}
.swiper_jj_pagination {
  display: flex;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 5%;
  /* left: 85%; */
  z-index: 2;
  font-size: 0px;
  /* width: 10%; */
  /* height: 10%; */
}
.jjleft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  background: #E85555;
  height: 70px;
  width: 110px;
  cursor: pointer;
}
.jjmiddle {
  /* display: inline-block; */
  /* width: 5%; */
  /* height: 70px; */
}
.jjright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E85555;
  height: 70px;
  width: 110px;
  cursor: pointer;
}
.jjleft > img,
.jjright > img {
  width: 24px;
  height: 32px;
}
.jjmiddle > img {
  width: 3px;
  height: 70px;
}
.jj_slide {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
}

@media (min-width: 1200px) and (max-width: 1530px) {
  .jjtitle {
    width: 100%;
    border: none;
    margin-left: 90px;
    padding-top: 87px;
    padding-bottom: 40px;
    margin-left: 139px;
  }
  .swiper_jj_pagination {
    left: 80%;
  }
  .jjtitle > div:nth-of-type(1) {
    font-size: 38px;
  }
  .jjtitle > div:nth-of-type(2) {
    font-size: 16px;
  }
  .jjleft {
    width: 70px;
    height: 50px;
  }
  .jjright {
    width: 70px;
    height: 50px;
  }
  .jjmiddle > img {
    height: 50px;
  }
  .jjleft > img, .jjright > img {
    width: 16px;
    height: 22px;
  }
  .swiper_jj_pagination {
    left: 85%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .jjtitle {
    width: 900px;
  }
  .swiper_jj_pagination {
    /* left: 75%; */
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  
  .jjtitle > div:nth-of-type(1) {
    font-size: 38px;
  }
  .jjtitle > div:nth-of-type(2) {
    font-size: 16px;
  }
  .jjleft {
    width: 70px;
    height: 50px;
  }
  .jjright {
    width: 70px;
    height: 50px;
  }
  .jjmiddle > img {
    height: 50px;
  }
}

@media (width: 640px) {
  .jjtitle {
    width: 100%;
    padding-top: 50px;
    padding-left: 80px;
    box-sizing: border-box;
  }
  .jjtitle > div:nth-of-type(1) {
    font-size: 24px;
  }
  .jjtitle > div:nth-of-type(2) {
    font-size: 12px;
  }
  .jjleft, .jjright {
    width: 45px;
    height: 30px;
  }
  .jjmiddle {
    height: 30px;
  }
  .jjmiddle > img {
    height: 30px;
  }
  .jjleft > img, .jjright > img {
    width: 13px;
    height: auto;
  }
  .swiper_jj_pagination {
    top: -16px;
  }
}
