/*IE 适配*/
.ua-ie {
    
}
.ua-ie .case-swiper .swiper-slide{
   width: 24% !important;
   margin-right: 1%;
}
.ua-ie .case-swiper .swiper-slide:nth-child(4){
   margin-right: 0%;
}
/*IE 适配*/





.case-des-box{
    margin: 0 auto;
}
.case-des {
    /*display: none;*/
    margin-top: .8rem;
    position: relative;
}
.case-des-img{
    height: 7rem;
    width: 100%;
    object-fit: cover;
}

.case-des:first-of-type {
    display: block;
}
.case-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .8rem .6rem;

}
.case-text {
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.case-text span {
    width: 0.72rem;
    height: 0.01rem;
    background: #FFFFFF;
    margin: 0 .15rem;
    display: block;
}

.case-p {
    font-size: 0.18rem;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
}
.case-p p,span{
    font-size: 20px!important;
}
.case-swiper {
    margin: 0 auto;
    margin-top: .3rem;
    position: relative;
}

.caseSwiper {
    width: 100%;
    margin-bottom: .8rem;
}

.caseSwiper .swiper-wrapper {
    /* align-items: flex-end; */
}

.caseSwiper .swiper-slide {
    /* width: 2.4rem; */
    height: 2.2rem;
}

.case-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
    top: auto;
    bottom: .5rem;
    color: #fff;

}

.case-swiper .swiper-button-next:after,
.case-swiper .swiper-button-prev:after {
    font-size: .35rem;
    font-weight: bold;
}

.case-swiper .swiper-button-next:hover,
.case-swiper .swiper-button-prev:hover {
    color: #FDD000;
}

@media only screen and (max-width: 1024px){
    .case-des-img,.caseSwiper .swiper-slide{
        height: auto;
    }
    .case-des{
        margin-top: .5rem;
    }
    .caseSwiper {
        margin-bottom: 0.3rem;
        padding-bottom: 0.7rem;
    }
    .case-des-box,.case-swiper{
        padding: 0 .2rem;
    }
    .case-text{
        margin-bottom: 0.2rem;
        font-size: 16px;
    }
    .case-p span{
        font-size: 14px!important;
        line-height:1.7;
    }
    .case-p p{
        line-height: normal!important;
    }
    .case-des-img{
        /*height: 600px;*/
    }
    .case-des .case_auto .case-content {
        display: block;
    }
    .case-content{
        padding: 0.4rem 0.3rem;
        position: initial;
        background: rgba(0,0,0,.5);
    }
    
}