@media only screen and (max-width: 735px) {
    .fade-gallery .item-container>* {
        grid-auto-rows: minmax(70px, auto) !important; 
    }

    .no-android .fade-gallery .item-container>* {
        grid-template-rows: subgrid !important;
    }
}

@media (max-width: 734px) and (max-width: 734px) {
    .overview-intelligence-hero-ai-gradient {
        --p-height: 302px;
    }
}

/* 针对 iphone + wechat 修复 */
html.wechat-ios .all-access-pass__element {
  opacity: 1 !important; 
}

html.wechat-ios .all-access-pass__container .all-access-pass__background {
    width: 100% !important;
	opacity: 1 !important;
    background-color: rgba(42, 42, 45, 0.72)!important;
}
/* 针对 iphone + wechat 修复 */