.case .case-header {
    margin-top: 30px;
}

.case .case-h {
    margin-bottom: 20px!important;
}

.case .case-c .case-nav {
    float: none;
    width: fit-content;
    margin: 0 auto;
}

.case .case-item:first-child {
    margin-left: 0;
}
  
.case .search input{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .case {
        width: 100%;
        overflow: hidden;
    }
    /* 成功案例 */
    .case .case-header {
        margin-top: 50px;
        height: auto;
    }
    .case .case-header .eff {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .case .eff::after {
        display: block;
        margin-bottom: 30px;
    }
    .case .case-nav {
        float: none;
    }
    .case .case-nav .case-item {
        /* width: 25%!important; */
        margin-left: 0;
    }
    .case .swiper {
        height: auto;
    }
    .case .swiper .slide {
        margin: 0;
        width: 49%;
        /* height: 293px; */
        margin-bottom: 2%;
    }
    .case .swiper > li:nth-child(odd) .slide{
        margin-right: 2%;
    }
    .information {
        display: block!important;
    }
}

.companyShorthand {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}
.information {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;  
}
.title {
    text-align: center;
    font-size: 18px;
}
.displayBlock {
    display: block!important;
}
.caseBox {
    display: none;
}

/* 类型筛选 */
.case-header {
    position: relative;
}
.qrcodeBox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    top: 0;
    left: 0;
}
.qrcode {
    position: absolute;
    width: 150px!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.qrcode img {
    /* border: 5px solid #fff; */
    padding: 5px;
    background-color: white;
    margin-left: -5px;
}
.empty {
    height: 600px;
    font-size: 24px;
    color: #ccc;
    text-align: center;
    line-height: 600px;
}
.screeningBox {
    display: flex;
    margin-top: 20px;
}
.screeningButton {
    width: 70px;
    border: 0;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
}
.screeningClass {
    display: flex;
    flex-grow: 1;
    /* height: 31px; */
    flex-wrap: wrap;
    justify-content: left;
}
.screening-class-item {
    /* width: 60px; */
    /* line-height: 31px; */
    /* text-align: center; */
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}
.deleteIco {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.screening_active {
    color: #1073d8;
}

[v-cloak] {  /*属性选择器*/
    display: none;
}