h4 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.partner-type {
  width: 1192px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-inline-start: 0px;
  padding-bottom: 24px;
}

.partner-type-item {
  box-sizing: border-box;
  width: 386px;
  height: 312px;
  list-style: none;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(251, 252, 255, 1);
  box-shadow: 0px 4px 16px rgba(46, 51, 191, 0.08);
  margin-bottom: 16px;
  position: relative;
}

.partner-type-item:nth-child(1),.partner-type-item:nth-child(2) {
  width: 588px;
}

.partner-type-item-img {
 width: 100%;
 height: 240px;
}

.partner-type-item-title {
  height: 72px;
  line-height: 65px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
}

.partner-type-item-detail{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  padding: 16px;
}
/* .partner-type-item:hover .partner-type-item-detail{
  display: block;
  background: rgba(232, 237, 248, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(100px);
  padding: 16px;
} */
/* .partner-type-item:hover .partner-type-item-title{
  color: rgba(27, 209, 209, 1);
} */
.partner-type-item-detail-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(27, 209, 209, 1);
  margin-bottom: 8px;
}
.partner-type-item-detail-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  height: 200px;
  display: block;
}
.partner-type-item-detail-a{
  width: 354px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background: rgba(27, 209, 209, 1);
  color: #fff;
  font-size:18px;
  font-weight:700;
  display: inline-block;
}
.partner-type-swiper{
  display: none;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.partner-type-swiper .swiper-wrapper{
  padding-inline-start: 0px;
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
  .partner-type {
    width: 1000px;
  }
  .partner-type-item{
    width: 324px;
    height: 272px;
    margin-bottom: 12px;
  }
  .partner-type-item:nth-child(1),.partner-type-item:nth-child(2) {
    width: 492px;
  }
  .partner-type-item-img {
    height: 200px;
   }
  .partner-type-item-detail-desc{
    height: 160px;
  }
  .partner-type-item-detail-a{
    width: 292px;
  }
}

@media ((min-width: 750px) and (max-width: 1023px)) {
  .partner-type{
    width: 100%;
  }
  .partner-type-item{
    width: calc((100% - 24px)/3);
    height:auto;
    margin-bottom: 12px;
  }
  .partner-type-item:nth-child(1),.partner-type-item:nth-child(2) {
    width: calc((100% - 12px)/2);
  }
  .partner-type-item-img {
    width: 100%;
    height: auto;
    margin-right: 12px;
  }
  .partner-type-item-article{
    flex: 1;
  }
  .partner-type-item-title {
    font-size: 18px;
    height: 64px;
    line-height: 56px;
  }
  .partner-type-item-detail-title{
    font-size: 18px;
  }
  .partner-type-item-detail-a{
    position: absolute;
    bottom: 10px;
    width: 90%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    left: 5%;
  }
}

@media (max-width: 749px) {
  .partner-type {
    display: none;
  }
  .partner-type-swiper{
    display: block;
    position: relative;
    padding-bottom: 24px !important;
  }
  /* .partner-type-swiper .swiper-slide-prev::before, .partner-type-swiper .swiper-slide-next::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
  } */
  .partner-type-item-img {
    width: 100%;
    height: auto;
    margin-right: 12px;
  }
  .partner-type-item-article{
    flex: 1;
  }
  .partner-type-item-title {
    margin-top: 2px;
    font-size: 18px;
  }
  .partner-type-swiper .swiper-pagination{
    z-index: 2000;
    bottom: 10px !important;
    right:inherit !important;
    text-align: center !important;
    left: 50%;
  }
  .partner-type-swiper .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: rgba(212, 215, 226, 1);
  }
  .partner-type-swiper .swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    background-color: rgba(27, 209, 209, 1);
  }
  .partner-type-item-detail-title{
    font-size: 14px;
  }
  .partner-type-item-detail-desc{
    font-size: 12px;
    height: auto;
  }
  .partner-type-item:hover .partner-type-item-detail,  .partner-type-item-detail{
    padding: 8px;
  }
  .partner-type-item-detail-a{
    position: absolute;
    bottom: 10px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    left: 5%;
  }
  .partner-type-item-title {
    font-size: 16px;
    height: 48px;
    line-height: 40px;
  }
}
