.userCase-all{

}
.userCase-banner{
  position: relative;
  min-height:600px;
  display: block;
  background:url(../image/banner/ht-case.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.userCase-swiper {
  min-height: 761px;
  display: block;
  background: url(../image/case/case-swiperBac.png) no-repeat center center;
  background-size: cover;
}
.userCase-swiper-title{
  padding: 90px 0 40px 0;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
}
.typical-case{
  position: relative;
}
.userCase-school-box{
  display: flex;
  height: 100%;
}
.userCase-school-box img{
  width: 470px;
  object-fit: cover;
}
.userCase-school-content{
  flex: 1;
  background: #ffffff;
  padding: 20px;
}
.userCase-other-title{
  font-size: 18px;
  line-height: 18px;
  flex-shrink: 0;
}
.userCase-other{
  margin: 0 auto;
  padding-top: 45px !important;
}
.userCase-other-item{
  min-height: 280px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px 0px rgba(70,100,188,0.14);
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.userCase-other-item:nth-of-type(1){
  background: url("../image/case/case-other1.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(2){
  background: url("../image/case/case-other2.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(3){
  background: url("../image/case/case-other-hekeda.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(4){
  background: url("../image/case/case-other3.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(5){
  background: url("../image/case/case-other4.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(6){
  background: url("../image/case/case-other5.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(7){
  background: url("../image/case/case-other6.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(8){
  background: url("../image/case/case-other7.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(9){
  background: url("../image/case/case-other8.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(10){
  background: url("../image/case/case-other9.png") no-repeat center top;
}
.userCase-other-item:nth-of-type(11){
  background: url("../image/case/case-other10.png") no-repeat center top;
}
.userCase-other-item >img{
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
}
.userCase-other-content{
  width: 60%;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  backdrop-filter: blur(24px);
  padding: 24px;
  margin: 36px 36px 0 36px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
}
.userCase-school-content .other-msg-box .other-msg{
  line-height: 22px;
}
.userCase-school-content .other-msg-box .other-msg:last-child{
  margin-bottom: 0;
}
.other-divider{
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin: 13px 0 16px 0;
}
.other-title{
  font-size: 20px;
  line-height: 20px;
  flex-shrink: 0;
}
.other-subtitle{
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.other-msg{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.other-msg-title{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.other-logo-box{
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
}
.other-logo{
  width: 110px;
  height: 36px;
}
.icon{
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #3D6EFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userCase-school{
  position: relative;
  overflow: hidden;
  padding: 60px 0 100px 0 !important;
  margin: 0 auto;
  background: #ffffff;
}
.case-school-img{
  height: 292px;
}
.case-vague{
  width: 10%;
  height: 90%;
  background: #ffffff;
  filter: blur(30px);
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 9;
  display: block;
}
.case-vague1{
  width: 10%;
  height: 90%;
  background: #ffffff;
  filter: blur(30px);
  position: absolute;
  top: 0;
  right: -5%;
  z-index: 9;
  display: block;
}
/*轮播缩略图*/
.mySwiper .swiper-wrapper{
  padding: 20px 0;
}
.mySwiper .swiper-slide {
  width: 142px !important;
  height: 100px !important;
  margin: 20px 0 0 0 !important;
  transition: transform .2s ease-out;
}
.mySwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-wrapper .swiper-slide:first-child{
  left: 0;
}
.mySwiper .swiper-wrapper .swiper-slide:last-child{
  left: auto !important;
  right: auto;
}
.mySwiper .swiper-slide-thumb-active{
  transform: scale(1.4) !important;
  position: relative;
  z-index: 99;
  object-fit: cover;
  left: 30px !important;
  right: 30px !important;
}
.mySwiper .swiper-wrapper .swiper-slide:not(:first-child){
  left: 0 !important;
}
.mySwiper .swiper-wrapper .swiper-slide:last-child{
  left: auto !important;
}
.mySwiper2 .swiper-slide{
  height: auto;
}
.typical-case .swiper-button-prev {
  top: auto;
  bottom: 40px;
  left: -52px;
  width: 52px;
  height: 52px;
  margin-top: 0;
  background: url(../image/case/left-circle.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  z-index: 999;
  content: "";
}
.typical-case .swiper-button-prev:after{
  content: '';
}
.typical-case .swiper-button-next {
  top: auto;
  bottom: 40px;
  right: -52px;
  width: 52px;
  height: 52px;
  margin-top: 0;
  background: url(../image/case/right-circle.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  z-index: 999;
  content: "";
}
.typical-case .swiper-button-next:after{
  content: '';
}
.swiper-slide-thumb-active{

}
@media (max-width: 1200px){
  .userCase-school-box img{
    width: 350px;
    object-fit: cover;
  }
}
@media (max-width: 960px){
  .userCase-other-box{
    flex-direction: column;
    align-items: flex-start;
  }
  .userCase-school-box{
    flex-direction: column;
  }
  .userCase-school-box img {
    width: 100%;
    height: 200px;
  }
  .other-subtitle{
    width: 100%;
    padding: 10px 0 0 0;
  }
  .userCase-other-content {
    width: 90%;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .typical-case{
    width: calc(100% - 30px);
  }
  .mySwiper .swiper-slide {
    width: 71px !important;
    height: 50px !important;
    margin: 20px 0 0 0 !important;
  }
  .typical-case .swiper-button-prev{
    bottom: 32px;
    left: -25px;
    width: 25px;
    height: 25px;
  }
  .typical-case .swiper-button-next{
    bottom: 32px;
    right: -25px;
    width: 25px;
    height: 25px;
  }
  .mySwiper .swiper-slide-thumb-active{
    left: 15px !important;
    right: 15px !important;
  }
}
/**  phone  **/
@media (max-width: 576px){
  .case-vague{
    filter: blur(8px);
  }
  .case-vague1{
    filter: blur(8px);
  }
  .userCase-school{
    padding: 30px 0 50px 0 !important;
  }
  .userCase-swiper-title{
    padding: 40px  0 20px 0;
  }
  .typical-case {
    width: 100%;
    padding: 0 !important;
  }
  .userCase-school-content {
    padding: 20px 15px 20px 15px;
  }
  .userCase-other-title{
    font-size: 14px;
    line-height: 14px;
  }
  .other-divider {
    margin: 17px 0 12px 0;
  }
  .other-msg{
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .userCase-school-content .other-msg-box .other-msg{
    line-height: 16px;
  }
  .other-msg-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .mySwiper{
    width: calc(100% - 46px);
  }
  .mySwiper .swiper-wrapper{
    padding: 20px 0 40px 0;
  }
  .typical-case .swiper-button-prev{
    left: 0;
    bottom: 51px;
  }
  .typical-case .swiper-button-next{
    right: 0;
    bottom: 51px;
  }
  .userCase-other{
    padding: 0!important;
  }
  .userCase-other-content{
    width: calc(100% - 30px);
    margin: 20px 15px 0 15px;
    padding: 20px 8px;
  }
  .other-title{
    font-size: 14px;
    line-height: 14px;
  }
  .other-divider1 {
    margin: 12px 0 6px 0;
  }
  .userCase-other-item:nth-of-type(1){
    background: url("../image/case/case-mobile-other1.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(2){
    background: url("../image/case/case-mobile-other2.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(3){
    background: url("../image/case/case-mobile-hekeda.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(4){
    background: url("../image/case/case-mobile-other3.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(5){
    background: url("../image/case/case-mobile-other4.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(6){
    background: url("../image/case/case-mobile-other5.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(7){
    background: url("../image/case/case-mobile-other6.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(8){
    background: url("../image/case/case-mobile-other7.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(9){
    background: url("../image/case/case-mobile-other8.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(10){
    background: url("../image/case/case-mobile-other9.png") no-repeat center top;
  }
  .userCase-other-item:nth-of-type(11){
    background: url("../image/case/case-mobile-other10.png") no-repeat center top;
  }
  .case-school-img{
    height: 206px;
  }
}






















