/* 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) {
    /* 分页器 */
    .custom-pagination {
        padding: 20px 0;
        font-size: 14px;
    }
    .custom-pagination .prev, .custom-pagination .next {
        width: 60px;
        height: 40px;
        border-radius: 20px;
        margin: 0 5px;
        font-size: 12px;
    }
    .custom-pagination .page {
        width: 30px;
        height: 40px;
        border-radius: 20px;
        margin: 0 5px;
        font-size: 12px;
    }

    /* 视频弹窗 */
    .video-dialog-body {
        width: calc(100vw - 80px);
        padding: 20px;
        border-radius: 10px;
    }
    .video-dialog-header-close-btn {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .video-dialog-header-close-btn-icon {
        width: 20px;
        height: 20px;
    }
    .video-dialog-header-close-btn-icon-img {
        width: 20px;
        height: 20px;
    }
    .video-dialog-content {
        padding-top: 20px;
    }

    /* 产品搜索弹窗 */
    .product-search-dialog-content{
        padding-top: 200px;
        /*height: 100%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-search-dialog-content-action{
        width: 40px;
        height: 40px;
    }
    .product-search-dialog-content-action-icon{
        width: 20px;
        height: 20px;
    }
    .product-search-dialog-content-action-icon-img{
        width: 20px;
        height: 20px;
    }
    .product-search-dialog-content-header{
        padding-top: 20px;
    }
    .product-search-dialog-content-header-title{
        font-size: 20px;
    }
    .product-search-dialog-input-bar{
        margin-top: 20px;
        padding: 10px 0;
        border-bottom: #CCCCCC solid 2px;
    }
    .product-search-dialog-input-wrap{
        width: calc(100% - 60px);
    }
    .product-search-dialog-input{
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .product-search-dialog-action{
        width: 40px;
        height: 40px;
    }
    .product-search-dialog-action-icon{
        width: 20px;
        height: 20px;
    }
    .product-search-dialog-action-icon-img{
        width: 20px;
        height: 20px;
    }
}