.jzxty {
  width: 100%;
}

.jzxty .box {
  padding: 0 3rem;
}

.jzxty .box .banner,
.jzxty .box .banner img {
  width: 100%;
}

/* .jzxty .box .pattern {
  margin-top: 4rem;
} */

.jzxty .box .pattern .tit,
.jzxty .box .type .tit,
.jzxty .box .experience .tit,
.jzxty .ai .tit,
.jzxty .swiperBox .tit,
.jzxty .day .tit {
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 800;
  color: #111111;
  padding-top: 4rem;
  line-height: 1;
}

.jzxty .box .pattern .hint,
.jzxty .box .type .hint,
.jzxty .box .experience .hint,
.jzxty .ai .hint,
.jzxty .swiperBox .hint,
.jzxty .day .hint {
  font-size: 2.4rem;
  font-family: PingFang;
  font-weight: 500;
  color: #484848;
  margin-bottom: 2.6rem;
  line-height: 1;
  transform: scale(0.833);
  transform-origin: top left;
}

.jzxty .box .pattern .list,
.jzxty .box .experience .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jzxty .box .pattern .item,
.jzxty .box .experience .item {
  width: 22rem;
  height: 24.8rem;
  margin-bottom: 2.3rem;
  background: RGBA(240, 240, 240, 1);
  text-align: center;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
}
.jzxty .box .pattern .item:nth-child(4),
.jzxty .box .pattern .item:nth-child(5),
.jzxty .box .pattern .item:nth-child(6),
.jzxty .box .experience .item:nth-child(4),
.jzxty .box .experience .item:nth-child(5),
.jzxty .box .experience .item:nth-child(6) {
  margin-bottom: 0;
}

.jzxty .box .pattern .item p,
.jzxty .box .experience .item p {
  font-size: 2.4rem;
  margin-top: 1.4rem;
  font-weight: 500;
  color: #484848;
  transform: scale(0.75);
}

.jzxty .box .pattern .item img,
.jzxty .box .experience .item img {
  width: 17rem;
  height: 17rem;
}

.experience {
  padding-bottom: 7rem;
}

.typeCon {
  width: 69rem;
  height: 44.2rem;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/jzxty/bg.png");
  background-size: 100% 100%;
  padding-top: 31.1rem;
}

/* .typeCon button {
  margin-top: 352rem;
} */
.ai {
  background: RGBA(245, 246, 251, 1);
  padding-bottom: 3.1rem;
}

.ai .tit,
.ai .hint {
  margin: 0 3rem;
}

.ai .mh img {
  width: 100%;
}

.ai .flex {
  margin: 3.1rem 3rem 0;
  display: flex;
  justify-content: space-between;
}

.ai .flex div {
  width: 33.2rem;
  height: 18rem;
}

.ai .flex div img {
  width: 100%;
  height: 100%;
}

.btn {
  display: block;
  width: 33rem;
  height: 6rem;
  margin: 0 auto;
  background: RGBA(255, 100, 0, 1);
  color: white;
  display: block;
  margin: 4rem auto 0;
  border: 0;
  font-size: 2.4rem;
  border-radius: .4rem;
  line-height: 6rem;
  text-align: center;
}

.day {
  position: relative;
  padding: 0 3rem 3rem;
  background: RGBA(245, 246, 251, 1);
}
.jzxty .day .tit {
  padding-top: 3rem;
}
.day .more {
  display: block;
  position: absolute;
  top: 3.4rem;
  right: 3rem;
  color: #484848;
  font-size: 2.4rem;
  line-height: 3rem;
}

.day .con,
.day .con img {
  width: 100%;
}

.swiperBox {
  padding: 0 3rem 4rem;
}

.jzxtyContent {
  margin-top: 3rem;
  padding-bottom: 4rem;
  /* width: 65rem;
  height: 46.5rem; */

  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 2rem;
  --swiper-pagination-bullet-horizontal-gap: 2.6rem;
}

.jzxtyContent .contentImg img {
  width: 100%;
  height: 100%;
}

.day_1_item {
  position: relative;
}

.day_1_item_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 2rem .5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.day_1_item_tit.show {
  opacity: 1;
}

.day_1_item_tit p:first-child {
  font-size: 2.4rem;
  font-family: PingFang;
  font-weight: 600;
  color: #111111;
  color: white;
  line-height: 3.4rem;
}

.day_1_item_tit p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 600;
  color: #111111;
  color: white;
  line-height: 3.4rem;
}

.day_1_item_tit p:nth-child(3) {
  font-size: 2.4rem;
  font-weight: 500;
  color: #111111;
  color: white;
  transform: scale(0.75);
  white-space: nowrap;
}

.day_1 {
  position: relative;

  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.day_1 > div {
  width: 22.2rem;
  height: 26rem;
}

.day_2 > div:last-child,
.day_3 > div:first-child {
  width: 45.8rem;
  height: 26rem;
}

.day_1 > div > img {
  width: 100%;
  height: 100%;
}

.jzxtyContent .contentImg .right .rightItem .rightIcon img {
  width: 100%;
  height: 100%;
}

.jzxtyContent .swiper-pagination {
  bottom: 0;
}

.jzxtyContent .swiper-pagination .swiper-pagination-bullet {
  /* border: 1rem solid #787878; */
  width: .8rem;
  height: .8rem;
  background: #e5e5e5;
  margin: 0 .6rem !important;
}

.jzxtyContent .swiper-pagination .swiperBulletActive {
  width: .8rem;
  height: .8rem;
  background: RGBA(255, 86, 0, 1);
  border-radius: 50%;
}

