/* 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) {
    body{
        padding-top: 40px!important;
    }

    /* 区块2 */
    .exhibition-section2-container{
        padding: 30px 0;
    }
    .exhibition-section2-container-content{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .exhibition-section2-container-left{
        width: 100%;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .exhibition-section2-desc-swiper-wrap{
        width: 100%;
        height: max-content;
    }
    .exhibition-section2-desc-swiper{
        width: 100%;
        height: max-content;
    }
    .exhibition-section2-desc-swiper .swiper-slide{
        width: 100%;
        height: max-content;
    }
    .exhibition-section2-desc{
        width: 100%;
        height: max-content;
    }
    .exhibition-section2-desc-poster{
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        overflow: hidden;
    }
    .exhibition-section2-desc-poster-img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .exhibition-section2-thumb-desc-swiper-wrap{
        width: 100%;
        height: max-content;
        padding-top: 20px;
    }
    .exhibition-section2-thumb-desc-swiper{
        width: 100%;
        height: max-content;
    }
    .exhibition-section2-thumb-desc-swiper .swiper-slide{
        width: 100%;
    }
    .exhibition-section2-thumb-desc{
        height: max-content;
        border-radius: 10px;
        overflow: hidden;
    }
    .exhibition-section2-thumb-desc-poster{
        height: max-content;
        border-radius: 10px;
        overflow: hidden;
    }
    .exhibition-section2-thumb-desc-poster-img{
        height: unset;
        aspect-ratio: 1 / 1;
    }
    .exhibition-section2-thumb-desc-swiper .swiper-slide-thumb-active .exhibition-section2-thumb-desc{
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        border: #c40d23 solid 2px;
        padding: 2px;
    }
    .exhibition-section2-container-right{
        width: 100%;
        flex: unset;
        padding-left: 0;
        padding-top: 20px;
    }
    .exhibition-section2-cover-title{
        font-size: 20px;
    }
    .exhibition-section2-cover-description{
        padding-top: 10px;
        font-size: 12px;
    }
    .exhibition-section2-cover-actions{
        padding-top: 20px;
    }
    .exhibition-section2-cover-action{
        padding: 10px 0;
        font-size: 14px;
    }
    
    /* 轮播全文弹窗 */
    .exhibition-cover-full-text-dialog{
        backdrop-filter: blur(20px);
    }
    .exhibition-cover-full-text-dialog-content-wrap{
        padding: 100px 0;
    }
    .exhibition-cover-full-text-dialog-content{
        width: calc(100% - 80px);
        padding: 20px;
        border-radius: 20px;
    }
    .exhibition-cover-full-text-dialog-header-title{
        font-size: 20px;
    }
    .exhibition-cover-full-text-dialog-body{
        padding-top: 20px;
    }
    .exhibition-cover-full-text-dialog-desc{
        margin-bottom: 20px;
    }
    .exhibition-cover-full-text-dialog-desc:last-of-type{
        margin-bottom: 0;
    }
    .exhibition-cover-full-text-dialog-desc-description{
        padding-top: 10px;
        font-size: 14px;
    }
    .exhibition-cover-full-text-dialog-footer{
        padding-top: 20px;
    }
    .exhibition-cover-full-text-dialog-close-btn{
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .exhibition-cover-full-text-dialog-close-btn-icon{
        width: 14px;
        height: 14px;
    }
    
    /* 展会照片弹窗 */
    .exhibition-gallery-dialog{
        backdrop-filter: blur(20px);
    }
    .exhibition-gallery-dialog-content-wrap{
        padding: 100px 0;
    }
    .exhibition-gallery-dialog-content{
        width: calc(100% - 80px);
        padding: 20px;
        border-radius: 20px;
    }
    .exhibition-gallery-dialog-header-title{
        font-size: 20px;
    }
    .exhibition-gallery-dialog-body{
        padding-top: 20px;
    }
    .exhibition-gallery-poster{
        margin-bottom: 10px;
    }
    .exhibition-gallery-poster:last-of-type{
        margin-bottom: 0;
    }
    .exhibition-gallery-dialog-footer{
        padding-top: 20px;
    }
    .exhibition-gallery-dialog-close-btn{
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .exhibition-gallery-dialog-close-btn-icon{
        width: 14px;
        height: 14px;
    }

    /* 区块3 */
    .exhibition-section3-container{
        padding-bottom: 100px;
    }
    .exhibition-section3-container-header-title{
        font-size: 20px;
    }
    .exhibition-section3-container-body{
        padding-top: 20px;
    }
    .exhibition-section3-desc-swiper .swiper-slide{
        width: calc(100vw - 40px);
        height: max-content;
    }
    .exhibition-section3-desc-poster{
        height: max-content;
        border-radius: 10px;
    }
    .exhibition-section3-desc-poster-img{
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .exhibition-section3-container-footer{
        bottom: 20px;
    }
    .exhibition-section3-container-actions{
        width: calc(100% - 40px);
        justify-content: space-between;
        align-items: center;
    }
    .exhibition-section3-container-action{
        width: calc(50% - 5px);
        height: 50px;
        padding: 0;
        border-radius: 15px;
        margin-right: 0;
    }
    .exhibition-section3-container-action-icon{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .exhibition-section3-container-action-icon-img{
        width: 20px;
        height: 20px;
    }
    .exhibition-section3-container-action-title{
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    /* 区块4 */
    .exhibition-section4-container{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .exhibition-section4-container-header{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .exhibition-section4-container-header-left{
        width: 100%;
        flex: unset;
        padding-right: 0;
    }
    .exhibition-section4-container-header-title{
        font-size: 20px;
    }
    .exhibition-section4-container-header-right{
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .exhibition-section4-container-header-actions{
        width: 100%;
        justify-content: flex-start;
    }
    .exhibition-section4-container-header-action{
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        border: #b6b6b6 solid 1px;
        border-radius: 21px;
        font-size: 14px;
    }
    .exhibition-section4-container-header-action:hover{
        background: #c40d23;
        border: #c40d23 solid 1px;
        color: #FFFFFF;
    }
    .exhibition-section4-container-body{
        padding-top: 20px;
    }
    .exhibition-section4-desc-swiper .swiper-slide{
        padding-bottom: 40px;
    }
    .exhibition-section4-desc-swiper .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        border: #484848 solid 1px;
        border-radius: 4px;
    }
    .exhibition-section4-desc-swiper .swiper-pagination-bullet-active{
        border: #c40d23 solid 1px;
    }
    .exhibition-section4-desc{
        padding-bottom: 100px;
    }
    .exhibition-section4-desc-poster{
        height: 240px;
        border-radius: 10px;
    }
    .exhibition-section4-desc-poster-img{
        height: 240px;
    }
    .exhibition-section4-desc-info{
        padding: 10px 0;
        height: 80px;
    }
    .exhibition-section4-desc-category{
        width: 100%;
        font-size: 14px;
    }
    .exhibition-section4-desc-title{
        width: 100%;
        padding-top: 10px;
        font-size: 16px;
    }
}