/* 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 */
    .project-section1-container{
        height: 340px;
    }
    .project-section1-container-bg{
        height: 340px;
    }
    .project-section1-container-bg-img{
        height: 340px;
    }
    .project-section1-container-content{
        width: calc(100% - 40px);
        height: calc(340px - 40px);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .project-section1-container-title{
        text-align: center;
        font-size: 30px;
    }

    /* 区块2 */
    .project-section2-container{
        padding-top: 40px;
    }
    .project-section2-container-header-title{
        font-size: 16px;
    }
    .project-section2-container-body{
        padding-top: 25px;
    }
    .project-section2-desc-swiper-wrap{
        padding-bottom: 40px;
    }
    .project-section2-desc-swiper .swiper-slide{
        width: 100%;
    }
    .project-section2-desc{
        width: 100%;
    }
    .project-section2-desc-poster{
        width: 100%;
    }
    .project-section2-desc-poster-img{
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .project-section2-float-bar{
        width: calc(100% - 80px);
        padding: 0 20px;
        left: 20px;
        bottom: 20px;
        height: 50px;
        border-radius: 10px;
    }
    .project-section2-float-bar-left-title{
        font-size: 14px;
    }
    .project-section2-float-bar-right-title{
        font-size: 12px;
        padding-right: 10px;
    }
    .project-section2-float-bar-right-icon{
        width: 20px;
        height: 20px;
    }
    .project-section2-float-bar-right-icon-img{
        width: 20px;
        height: 20px;
    }

    /* 区块3 */
    .project-section3-container{
        padding: 40px 0;
    }
    .project-section3-container-header-title{
        font-size: 25px;
    }
    .project-section3-container-body{
        padding-top: 20px;
    }
    .project-section3-project-group{
        margin-bottom: 20px;
    }
    .project-section3-project{
        width: calc(50% - 10px);
        height: 240px;
    }
    .project-section3-project-poster{
        height: 240px;
    }
    .project-section3-project-poster-img{
        height: 240px;
    }
    .project-section3-project-info{
        width: calc(100% - 40px);
        height: calc(240px - 40px);
        padding: 20px;
    }
    .project-section3-project-title{
        font-size: 16px;
    }
    .project-section3-project-description{
        padding-top: 10px;
        font-size: 12px;
    }
}