/*nav fix*/

.adv-wrapper {
   top: -41px;
   height: 41px;
}

@media only screen and (max-width: 767px) {
  .adv-wrapper {
        top: -45px;
        height: 45px
  }      
}

html[lang=zh-CN].ac-nav-overlap.ac-ls-visible .page-why-apple-watch #ac-globalnav{
    top: 110px;
}


html[lang=zh-CN].ac-nav-overlap.ac-ls-visible .page-why-apple-watch #ac-localnav {
    margin-top: 150px;
}

@media only screen and (max-width: 767px) {
    html[lang=zh-CN].ac-nav-overlap.ac-ls-visible .page-why-apple-watch #ac-localnav {
        margin-top:227px
    }

    html[lang=zh-CN].ac-nav-overlap.ac-ls-visible .page-why-apple-watch #ac-globalnav{
        top: 179px;
    }

}

/* avail ecg start */
.main .avail-ecg{
    position: absolute;
    left: 50%; 
    transform: translate(-50%, 0); 
    bottom: 30px;
}

@media only screen and (max-width: 734px) {
    .main .avail-ecg{
        bottom: 10px;
    }
}

.main .avail-ecg-copy {
    font-size: 12px;
    color: #86868b;
    text-align: center;
}

@media only screen and (max-width: 734px) {
    .avail-ecg-copy {
        margin: 0 auto;
        max-width:var(--content-max-width)
    }
}


@media only screen and (max-width: 734px) {
    .main .avail-ecg-copy {
        font-size: 10px;
    }
}
/* avail ecg end */

#main .section-health .grid-item-ecg .overview-health-health-ecg{
    --p-height: 634px;
}

@media only screen and (max-width: 1068px) {
    #main .section-health .grid-item-ecg .overview-health-health-ecg{
        --p-height: 557px;
    }
}

@media only screen and (max-width: 734px) {
    #main .section-health .grid-item-ecg .overview-health-health-ecg{
        --p-height: 427px;
    }
}



/* blood oxygen full tile */

.grid-item-blood-oxygen .tile-content {
    flex-direction: row;
    justify-content:space-between
}

@media only screen and (max-width: 734px) {
    .grid-item-blood-oxygen .tile-content {
        flex-direction:column
    }
}

.grid-item-blood-oxygen .tile-content .tile-header {
    padding-right:40px
}

@media only screen and (min-width: 1069px) {
    .grid-item-blood-oxygen .overview-health-health-bo-sensor {
        margin-bottom:0px
    }
}


.grid-item-blood-oxygen .tile-body {
    padding-top:0px
}

@media only screen and (max-width: 734px) {
    .grid-item-blood-oxygen .tile-body{
        min-height: 0;
        padding-top:0px
    }
}
