.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
    position: relative;
}

.section-apple-intelligence .grid-item-apple-intelligence .model-caption{
    font-size: 12px;
    color:#6e6e73;
    margin-top: .8em;
}

@media only screen and (max-width: 734px) {
    html[lang=zh-CN] br.large {
        display: none;
    }
    html[lang=zh-CN] br.medium {
        display: none;
    }
    html[lang=zh-CN] br.small {
        display: block;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    html[lang=zh-CN] br.large {
        display: none;
    }
    html[lang=zh-CN] br.medium {
        display: block;
    }
    html[lang=zh-CN] br.small {
        display: none;
    }
}

@media only screen and (min-width: 1069px) {
    html[lang=zh-CN] br.large {
        display: block;
    }
    html[lang=zh-CN] br.medium {
        display: none;
    }
    html[lang=zh-CN] br.small {
        display: none;
    }
}

.section-techspecs .section-cel .configure-content,
.section-techspecs .section-cel .grid-container{
    width: 100%;
}

.section-techspecs .section-cel .grid-content{
    display: grid;
    grid-template-columns:43% 43%;
}

@media only screen and (min-width: 734px) {
    .section-techspecs .section-cel .grid-content{
        grid-template-columns:48% 48%;
    }
}