.case-top{
    margin-bottom: .6rem;
}
.case-top-img{
    width: 52%;
    border-radius: 8px;
    overflow: hidden;
}
.case-top-img img{
    width: 100%;
    height: auto;
}
.case-top-text{
    width: 52%;
    line-height: 2;
    padding: .6rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
    border-radius: 8px;
    margin-left: -4%;
}
.case-top-title{
    position: relative;
    line-height: 1.6;
    padding-left: .2rem;
    margin: 0 0 .3rem;
}
.case-top-title::before{
    position: absolute;
    left: 0;
    top: 15%;
    display: block;
    content: "";
    width: 6px;
    height: 70%;
    background: var(--baseColor);
    border-radius: 3px;
}

.case-list{
    list-style: none;
    margin: 0 -.3rem;
}
.case-list + .pagination{
    margin-top: 0;
}
.case-list li{
    width: 33.33%;
    padding: 0 .3rem;
    margin-bottom: .6rem;
}
.case-item{
    height: 100%;
    padding: 10px .3rem;
    background: #F6F6F6;
    border-radius: 8px;
    transition: all .3s;
}
.case-title{
    margin: .25rem 0;
}
.case-img{
    padding-bottom: 67.31%;
}
.case-line{
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: .3rem auto;
}
.case-model-title{
    margin: .2rem 0;
}
.case-model{
    margin: .2rem -.1rem;
}
.case-model span,
.case-model a{
    color: #666666;
    margin: 5px .1rem;
    transition: all .3s;
}
.case-model a:hover{
    color: var(--baseColor);
}
.case-item:hover{
    box-shadow: 0px .05rem .1rem 0px rgba(0,0,0,0.1);
}


.case-name{
    color: var(--textColor);
    line-height: 2;
    padding-bottom: .2rem;
    margin-bottom: .6rem;
    border-bottom: 1px solid #D8D8D8;
}
.case-text{
    line-height: 2;
    margin: .6rem 0;
    overflow: hidden;
}
.case-pic{
    float: left;
    width: 50%;
    margin-right: 4%;
}
.case-pic img{
    width: 100%;
    height: auto;
}
.case-table{
    margin: .6rem 0 .8rem;
}
.case-table table{
    width: 100% !important;
}
.case-table table th,
.case-table table td{
    line-height: 20px;
    padding: .2rem .3rem;
}
.case-table table thead th{
    font-size: 112.5%;
    color: #FFFFFF;
    background-color: var(--baseColor);
    text-align: left;
}
.case-table table tbody tr:nth-child(2n){
    background-color: #F6F6F6;
}
.case-table table tbody span,
.case-table table tbody a{
    color: var(--baseColor);
    margin-right: .2rem;
}


@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .case-top{
        position: relative;
        display: block;
        padding: .3rem;
        margin-bottom: .4rem;
    }
    .case-top-img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .case-top-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .case-top-text{
        width: 100%;
        margin: 0;
        color: #333333;
        padding: .3rem;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
    }
    .case-top-title{
        margin-bottom: .2rem;
    }

    .case-list{
        margin: 0 -.1rem;
    }
    .case-list li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }
    .case-item{
        padding: 10px .2rem;
    }
    .case-title{
        margin: .2rem 0;
    }
    .case-line{
        margin: .2rem auto;
    }
    .case-model span,
    .case-model a{
        margin: 0 .1rem;
    }
    .case-list + .pagination{
        margin-top: .4rem;
    }
}
@media (max-width:991px){

}
@media (max-width:767px){
    .case-list li{
        width: 50%;
    }
    .case-name{
        margin-bottom: .3rem;
    }
    .case-text{
        margin: .3rem 0;
    }
    .case-pic{
        width: 100%;
        margin: 0 auto .3rem;
    }
}
@media (max-width:640px){

}
@media (max-width:460px){
    .case-table table th,
    .case-table table td{
        padding: .2rem .1rem;
    }

}