/* iPadPro, iPadAir, SurfacePro7 */
@media (max-width:1024px) and (min-width: 821px) {

}

/* iPadMini */
@media (max-width:820px) and (min-width: 641px) {

}

/* iPhone */
@media (max-width: 640px) {
    /* 区块1 */
    .case-section1-container{
        height: 240px;
    }
    .case-section1-container-bg{
        height: 240px;
    }
    .case-section1-container-bg-img{
        height: 240px;
    }
    .case-section1-container-content-wrap{
        height: 240px;
    }
    .case-section1-container-content{
        height: 240px;
    }
    .case-section1-container-sub-title{
        font-size: 16px;
    }
    .case-section1-container-title{
        padding-top: 10px;
        font-size: 20px;
    }

    /* 区块2 */
    .case-section2-container{
        padding: 30px 0;
    }
    .case-section2-container-header-title{
        font-size: 20px;
    }
    .case-section2-case-list{
        padding-top: 20px;
    }
    .case-section2-case-group{
        margin-bottom: 10px;
    }
    .case-section2-case-group:last-of-type{
        margin-bottom: 0;
    }
    .case-section2-case{
        width: calc(50% - 5px);
        margin-right: 10px;
        height: 240px;
        border-radius: 20px;
    }
    .case-section2-case:last-of-type{
        margin-right: 0;
    }
    .case-section2-case-bg{
        height: 240px;
    }
    .case-section2-case-bg-img{
        height: 240px;
    }
    .case-section2-case-content{
        width: calc(100% - 40px);
        height: calc(240px - 60px);
        padding: 30px 20px;
    }
    .case-section2-case-title{
        font-size: 16px;
    }
}