/* alts */

.section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
    width: 522px;
}

@media only screen and (min-width: 1441px) {
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 760px;
        }
}

@media only screen and (max-width:1068px){
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 376px;
        }
}

@media only screen and (max-width:734px){
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 240px;
    }
}


.new-top{
    margin-top: 10px;
}

/* apple store */
.section-tiles .tile-apple-store .tile-copyblock-center {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.section-tiles .tile-apple-store .tile-copyblock{
    width: auto;
    margin-top: 0px;
 }

 @media only screen and (max-width: 1068px) {
    .section-tiles .tile-apple-store .tile-copyblock-center {
        position: absolute;
        left: 65%;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
}


@media only screen and (max-width: 734px) {
    .section-tiles .tile-apple-store .tile-copyblock-center {
       position: static;
       left:initial;
       top:initial;
       transform: none;
    text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .section-tiles .tile-apple-store .tile-copyblock{
        width: 100%;
        margin-top: 20px;
     }
}

.gradient-text{
    -webkit-background-clip: text !important;
}

.localnav-container .content-expand-wrap .product-action .product-cta .pricing{
    height: auto;
}

.section-intro-coming-soon {
    color:#6e6e73;
    max-width: 426px;
}
@media only screen and (max-width: 1068px) {
    .section-intro-coming-soon {
        max-width:312px
    }
}

@media only screen and (max-width: 734px) {
    .section-intro-coming-soon {
        max-width: 320px;
        margin-left: auto;
        margin-right:auto;
        font-size: 14px;
        margin-top: 0.1em;
    }
}

.section-features.section-tiles .tile-button .icon::after, .section-features.section-tiles .tile-button .icon::before {
    vertical-align: unset;
}

.section-compare .cell .image-icon-chip-a18 {
    padding-top:8px
}
/* 切 */
.section-tiles .tile-apple-intelligence .box-content{
    margin-top:3px !important;
}