.caseDetail{
    padding:0 3rem;
}
.caseDetail .detailTitle {
    display: flex;
    margin:0.6rem 0 0.4rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #075dd8;
}
.caseDetail .detailTitle h3 {
    font-size: 0.36rem;
    color: #075dd8;
    text-align: left;
    font-weight: 400;
}
.caseDetail .detailTitle img{
    height:0.7rem;
}
.caseDetail .content img {
    max-width: 100%;
}
.caseDetail .oprBtn{
    margin:0.3rem 0;
}
.caseDetail .oprBtn button{
    width: 1.4rem;
    height: .4rem;
    font-size:0.16rem;
    background:#fff;
    border: 1px solid #ccc;
    cursor: pointer;
    outline:none;
}
@media screen and (max-width: 900px) {
    .caseDetail .detailTitle img {
        display: none;
    }
    .caseDetail .detailTitle h3 {
        font-size: 22px;
        width: 100%;
        font-weight: 400;
        color: #075dd8;
        text-align: left;
        margin: 10px 0;
    }
    .caseDetail .content img {
        width: 100%;
    }

}