
.caseCenter .productClassifyWrapper {
    background-color: #f8fbff;
}
.caseContent {
    max-height: calc(100vh - 370px);
    overflow: auto;
}
.caseContent::-webkit-scrollbar {
    display: none;
}
.caseItem {
    padding: 13px 15px;
    background-color: white;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.caseContent>a:last-child{
    display: block;
    margin-bottom: 20px;
}
.caseItemImgWrapper{
    width: 130px;
    text-align: center;
}
.caseItemImg {
    height: 50px;
}
.caseItemes {
    flex: 1;
    margin-left: 12px;
}
.caseItemTitle {
    line-height: 30px;
    font-size: 14px;
}
.classifyContent {
    display: flex;
}
.classifyContentItem {
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
}
.caseIndustry {
    margin-right: 6px;
    color: #0571ff;
    border: 1px solid #0571ff;
}
.caseModal {
    color: #ff8c05;
    border: 1px solid #ff8c05;
}
.domainCaseContent {
    margin: 0 0 82px 0;
}
.caseCenter .swiper-slide{
    width: auto;
    padding: 0 20px;
}

