.ribbon {
    overflow: hidden;
    --ribbon-background-color: #f5f5f7;
    --ribbon-text-color: #1d1d1f;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color:rgba(0, 125, 250, 0.6);
    font-size: unset;
    position: relative;
    z-index: 3;
}

.ribbon-content-wrapper {
    text-align:center
}

.ribbon-content {
    margin-left: auto;
    margin-right: auto;
    width:980px
}

@media only screen and (min-width: 1251px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

@media only screen and (max-width: 320px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

.ribbon-link {
    white-space:nowrap
}

.ribbon-link:focus {
    text-decoration:underline
}

.ribbon .ribbon-content-wrapper {
    padding-top: .9411764706em;
    padding-bottom:.9411764706em
}

.ribbon .ribbon-content {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family:SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.ribbon .ribbon-content:lang(zh) {
    letter-spacing:0em
}

.ribbon .ribbon-content:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.ribbon .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.ribbon .ribbon-content {
    color:var(--ribbon-text-color)
}

.ribbon .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon .ribbon-link {
    color:var(--ribbon-link-color)
}

.ribbon-elevated .ribbon-content-wrapper {
    padding-top: 1.4117647059em;
    padding-bottom:1.4117647059em
}

.ribbon-elevated .ribbon-content {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family:SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.ribbon-blue {
    --ribbon-background-color: #0071e3;
    --ribbon-text-color: white;
    --ribbon-link-color: white;
    --ribbon-focus-color:rgba(255, 255, 255, 0.6)
}

.ribbon-blue .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.ribbon-blue .ribbon-content {
    color:var(--ribbon-text-color)
}

.ribbon-blue .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon-blue .ribbon-link {
    color:var(--ribbon-link-color)
}

.ribbon-blue-to-default {
    --ribbon-background-color: #f5f5f7;
    --ribbon-background-color-initial: #0071e3;
    --ribbon-text-color: #1d1d1f;
    --ribbon-text-color-initial: white;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color: rgba(0, 125, 250, 0.6);
    --ribbon-link-color-initial:white
}

.ribbon-blue-to-default .ribbon-content-wrapper {
    background-color: var(--ribbon-background-color-initial);
    animation:animate-background-0071e3-f5f5f7 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-content-wrapper {
        background-color: var(--ribbon-background-color);
        animation:none
    }
}

.ribbon-blue-to-default .ribbon-content {
    color: var(--ribbon-text-color-initial);
    animation:animate-color-white-1d1d1f 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-content {
        color: var(--ribbon-text-color);
        animation:none
    }
}

.ribbon-blue-to-default .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon-blue-to-default .ribbon-link {
    color: var(--ribbon-link-color-initial);
    animation:animate-color-white-0066cc 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-link {
        color: var(--ribbon-link-color);
        animation:none
    }
}

.ribbon-drop-wrapper {
    animation:ribbon-drop .8s ease-in-out forwards
}

@media (prefers-reduced-motion) {
    .ribbon-drop-wrapper {
        animation:none
    }
}

.theme-dark.ribbon, .theme-dark .ribbon {
    --ribbon-background-color: #1d1d1f;
    --ribbon-text-color: #f5f5f7;
    --ribbon-link-color: #2997ff;
    --ribbon-focus-color:rgba(0, 125, 250, 0.6)
}

.theme-dark.ribbon .ribbon-content-wrapper, .theme-dark .ribbon .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.theme-dark.ribbon .ribbon-content, .theme-dark .ribbon .ribbon-content, .theme-dark .ribbon .ribbon-content p {
    color:var(--ribbon-text-color)
}

.theme-dark.ribbon .ribbon-link:focus, .theme-dark .ribbon .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.theme-dark.ribbon .ribbon-link, .theme-dark .ribbon .ribbon-link {
    color:var(--ribbon-link-color)
}

.theme-dark.ribbon-blue, .theme-dark .ribbon-blue {
    --ribbon-background-color: #0071e3;
    --ribbon-text-color: white;
    --ribbon-link-color: white;
    --ribbon-focus-color:rgba(255, 255, 255, 0.6)
}

.theme-dark.ribbon-blue .ribbon-content-wrapper, .theme-dark .ribbon-blue .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.theme-dark.ribbon-blue .ribbon-content, .theme-dark .ribbon-blue .ribbon-content {
    color:var(--ribbon-text-color)
}

.theme-dark.ribbon-blue .ribbon-link:focus, .theme-dark .ribbon-blue .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.theme-dark.ribbon-blue .ribbon-link, .theme-dark .ribbon-blue .ribbon-link {
    color:var(--ribbon-link-color)
}

.theme-dark.ribbon-blue-to-default, .theme-dark .ribbon-blue-to-default {
    --ribbon-background-color: #1d1d1f;
    --ribbon-background-color-initial: #0071e3;
    --ribbon-text-color: #f5f5f7;
    --ribbon-text-color-initial: white;
    --ribbon-link-color: #2997ff;
    --ribbon-focus-color: rgba(0, 125, 250, 0.6);
    --ribbon-link-color-initial:white
}

@keyframes animate-background-0071e3-1d1d1f {
    0% {
        background-color:var(--ribbon-background-color-initial)
    }

    100% {
        background-color:var(--ribbon-background-color)
    }
}

.theme-dark.ribbon-blue-to-default .ribbon-content-wrapper, .theme-dark .ribbon-blue-to-default .ribbon-content-wrapper {
    background-color: var(--ribbon-background-color-initial);
    animation:animate-background-0071e3-1d1d1f 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-dark.ribbon-blue-to-default .ribbon-content-wrapper, .theme-dark .ribbon-blue-to-default .ribbon-content-wrapper {
        background-color: var(--ribbon-background-color);
        animation:none
    }
}

@keyframes animate-color-white-f5f5f7 {
    0% {
        color:var(--ribbon-text-color-initial)
    }

    100% {
        color:var(--ribbon-text-color)
    }
}

.theme-dark.ribbon-blue-to-default .ribbon-content, .theme-dark .ribbon-blue-to-default .ribbon-content {
    color: var(--ribbon-text-color-initial);
    animation:animate-color-white-f5f5f7 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-dark.ribbon-blue-to-default .ribbon-content, .theme-dark .ribbon-blue-to-default .ribbon-content {
        color: var(--ribbon-text-color);
        animation:none
    }
}

.theme-dark.ribbon-blue-to-default .ribbon-link:focus, .theme-dark .ribbon-blue-to-default .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

@keyframes animate-color-white-2997ff {
    0% {
        color:var(--ribbon-link-color-initial)
    }

    100% {
        color:var(--ribbon-link-color)
    }
}

.theme-dark.ribbon-blue-to-default .ribbon-link, .theme-dark .ribbon-blue-to-default .ribbon-link {
    color: var(--ribbon-link-color-initial);
    animation:animate-color-white-2997ff 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-dark.ribbon-blue-to-default .ribbon-link, .theme-dark .ribbon-blue-to-default .ribbon-link {
        color: var(--ribbon-link-color);
        animation:none
    }
}

.theme-light.ribbon, .theme-light .ribbon {
    --ribbon-background-color: #f5f5f7;
    --ribbon-text-color: #1d1d1f;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color:rgba(0, 125, 250, 0.6)
}

.theme-light.ribbon .ribbon-content-wrapper, .theme-light .ribbon .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.theme-light.ribbon .ribbon-content, .theme-light .ribbon .ribbon-content {
    color:var(--ribbon-text-color)
}

.theme-light.ribbon .ribbon-link:focus, .theme-light .ribbon .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.theme-light.ribbon .ribbon-link, .theme-light .ribbon .ribbon-link {
    color:var(--ribbon-link-color)
}

.theme-light.ribbon-blue, .theme-light .ribbon-blue {
    --ribbon-background-color: #0071e3;
    --ribbon-text-color: white;
    --ribbon-link-color: white;
    --ribbon-focus-color:rgba(255, 255, 255, 0.6)
}

.theme-light.ribbon-blue .ribbon-content-wrapper, .theme-light .ribbon-blue .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.theme-light.ribbon-blue .ribbon-content, .theme-light .ribbon-blue .ribbon-content {
    color:var(--ribbon-text-color)
}

.theme-light.ribbon-blue .ribbon-link:focus, .theme-light .ribbon-blue .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.theme-light.ribbon-blue .ribbon-link, .theme-light .ribbon-blue .ribbon-link {
    color:var(--ribbon-link-color)
}

.theme-light.ribbon-blue-to-default, .theme-light .ribbon-blue-to-default {
    --ribbon-background-color: #f5f5f7;
    --ribbon-background-color-initial: #0071e3;
    --ribbon-text-color: #1d1d1f;
    --ribbon-text-color-initial: white;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color: rgba(0, 125, 250, 0.6);
    --ribbon-link-color-initial:white
}

@keyframes animate-background-0071e3-f5f5f7 {
    0% {
        background-color:var(--ribbon-background-color-initial)
    }

    100% {
        background-color:var(--ribbon-background-color)
    }
}

.theme-light.ribbon-blue-to-default .ribbon-content-wrapper, .theme-light .ribbon-blue-to-default .ribbon-content-wrapper {
    background-color: var(--ribbon-background-color-initial);
    animation:animate-background-0071e3-f5f5f7 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-light.ribbon-blue-to-default .ribbon-content-wrapper, .theme-light .ribbon-blue-to-default .ribbon-content-wrapper {
        background-color: var(--ribbon-background-color);
        animation:none
    }
}

@keyframes animate-color-white-1d1d1f {
    0% {
        color:var(--ribbon-text-color-initial)
    }

    100% {
        color:var(--ribbon-text-color)
    }
}

.theme-light.ribbon-blue-to-default .ribbon-content, .theme-light .ribbon-blue-to-default .ribbon-content {
    color: var(--ribbon-text-color-initial);
    animation:animate-color-white-1d1d1f 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-light.ribbon-blue-to-default .ribbon-content, .theme-light .ribbon-blue-to-default .ribbon-content {
        color: var(--ribbon-text-color);
        animation:none
    }
}

.theme-light.ribbon-blue-to-default .ribbon-link:focus, .theme-light .ribbon-blue-to-default .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

@keyframes animate-color-white-0066cc {
    0% {
        color:var(--ribbon-link-color-initial)
    }

    100% {
        color:var(--ribbon-link-color)
    }
}

.theme-light.ribbon-blue-to-default .ribbon-link, .theme-light .ribbon-blue-to-default .ribbon-link {
    color: var(--ribbon-link-color-initial);
    animation:animate-color-white-0066cc 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .theme-light.ribbon-blue-to-default .ribbon-link, .theme-light .ribbon-blue-to-default .ribbon-link {
        color: var(--ribbon-link-color);
        animation:none
    }
}

/*          Personalization Style            */
.ribbon .ribbon-content sup.footnote {
    top: -0.5em;
}

.ribbon .ribbon-content sup.footnote a {
    color: inherit;
}
.ribbon.ipad-pro-ribbon {
    margin-top: -52px;
    z-index: 9998;
}

.ribbon.ipad-air-specs-ribbon {
    transform: translateY(-61px);
}

@media (max-width:1068px) {
    .ribbon.ipad-air-specs-ribbon {
        transform: translateY(-45px);
    }
}

@media (max-width:734px) {
    .ribbon.ipad-air-specs-ribbon {
        transform: translateY(0);
    }
}

.ribbon.ipad-air-why-ipad-ribbon {
    transform: translateY(calc(var(--localnav-height) + var(--globalnav-height)));
}

.ribbon.mac-pro-specs-ribbon {
    transform: translateY(calc(var(--r-localnav-height) + var(--r-globalnav-height)));
}

html.no-enhance-xp .ribbon.studio-display-ribbon {
    transform: translateY(0);
}

html.enhance-xp .ribbon.studio-display-ribbon {
    transform: translateY(calc(var(--r-localnav-height) + var(--r-globalnav-height)));
}

.ribbon.pro-display-xdr-ribbon {
    transform: translateY(calc(var(--r-localnav-height) + var(--r-globalnav-height)));
}

@media (max-width:1068px) {
    .theme-dark-pro-display-xdr {
        color: #ccc;
        background-color: initial;
    }

    .theme-dark-pro-display-xdr .ribbon.pro-display-xdr-ribbon {
        --ribbon-background-color: #f5f5f7;
        --ribbon-text-color: #1d1d1f;
        --ribbon-link-color: #0066cc;
        --ribbon-focus-color: rgba(0, 125, 250, 0.6);
    }
}

.ribbon.apple-watch-hermes-ribbon {
    --ribbon-background-color: #fff;
}


.ribbon.ribbon-mac-does-that .ribbon-content.row {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
@media only screen and (max-width: 1068px) {
    .ribbon.ribbon-mac-does-that .ribbon-content.row {
        margin-left: auto;
        margin-right: auto;
        width: 692px;
    }
}
@media only screen and (max-width: 734px) {
    .ribbon.ribbon-mac-does-that .ribbon-content.row {
        width: 87.5%;
    }
}



/* mac-pro 补充样式(国家条情况下需补充) */
/* 只有国家条 */
html.ac-ls-visible .ribbon-mac-pro .ribbon {
    top: 166px
}

@media only screen and (max-width: 833px) {
    html.ac-ls-visible .ribbon-mac-pro .ribbon {
        top: 234px
    }
}

@media only screen and (max-width: 767px) {
    html.ac-ls-visible .ribbon-mac-pro .ribbon {
        top: 236px
    }
}

/* 只有教育条 */
html.ac-gn-segmentbar-visible .ribbon-mac-pro .ribbon {
    top: 96px
}

/* 国家条与教育条都有 */
html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .ribbon {
    top: 206px
}

@media only screen and (max-width: 833px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .ribbon {
        top: 267px
    }
}

@media only screen and (max-width: 767px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .ribbon {
        top: 269px
    }
}

/* 国家条时 防止被ribbon挡住------------S------------ */
html.ac-ls-visible .ribbon-mac-pro .section-hero {
    min-height: 1000px;
    max-height: 1440px;
}
@media only screen and (max-width:1068px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero {
        min-height: 750px;
        max-height: 985px;
    }
}
@media only screen and (max-width:734px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero {
        /* min-height: 450px;
        max-height: 550px; */
        min-height: 450px;
        max-height: 563px;
    }
}

/* 字部分 */
html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-wrapper {
    /* top: calc(90px + 7.5vh + var(--r-localeswitcher-height)); */
    /* 92-46=+46 */
    top: calc(136px + 7.5vh + var(--r-localeswitcher-height));
}
@media only screen and (max-width: 1068px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(82px + 7vh + var(--r-localeswitcher-height)); */
        /* 67-23=+44 */
        top: calc(126px + 7vh + var(--r-localeswitcher-height));
    }
}
@media only screen and (max-width: 767px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(82px + 7vh + var(--r-localeswitcher-height)); */
        /* 67-23=+44 */
        top: calc(126px + 7vh + var(--r-localeswitcher-height));
    }
}
@media only screen and (max-width: 734px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(52px + 14vh + var(--r-localeswitcher-height)); */
        /* 21+31=+52 */
        top: calc(104px + 14vh + var(--r-localeswitcher-height));
    }
}

/* 主机图片部分 */
html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
    /* top: calc(324px + 14vh); */
    /* 113-106=+6 */
    top: calc(330px + 14vh);
}
@media only screen and (max-width:1068px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(243px + 14vh); */
        /* 83-77=+6 */
        top: calc(249px + 14vh);
    }
}
@media only screen and (max-width:734px) {
    html.ac-ls-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(187px + 14vh); */
        /* 13 */
        top: calc(200px + 14vh);
    }
}

/* 国家条时 防止被ribbon挡住------------E------------ */
/* 教育条时 防止被ribbon挡住------------S------------ */

html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
    min-height: 1000px;
    max-height: 1440px;
}
@media only screen and (max-width:1068px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
        min-height: 750px;
        max-height: 985px;
    }
}
@media only screen and (max-width:734px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
        /* min-height: 450px;
        max-height: 550px; */
        min-height: 450px;
        max-height: 563px;
    }
}

/* 字部分 */

html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
    top: calc(106px + 7.5vh + var(--r-globalnav-segmentbar-height));
}
@media only screen and (max-width: 1068px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        top: calc(105px + 7vh + var(--r-globalnav-segmentbar-height));
    }
}
@media only screen and (max-width: 767px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        top: calc(105px + 7vh + var(--r-globalnav-segmentbar-height));
    }
}
@media only screen and (max-width: 734px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        top: calc(85px + 14vh + var(--r-globalnav-segmentbar-height));
    }
}

/* 主机图片部分 */
html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
    /* top: calc(324px + 14vh); */
    /* 113-106=+6 */
    top: calc(330px + 14vh);
}
@media only screen and (max-width:1068px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(243px + 14vh); */
        /* 83-77=+6 */
        top: calc(249px + 14vh);
    }
}
@media only screen and (max-width:734px) {
    html.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(187px + 14vh); */
        /* 13 */
        top: calc(200px + 14vh);
    }
}




/* 教育条时 防止被ribbon挡住------------E------------ */
/* 国家条+教育条时 防止被ribbon挡住------------S------------ */

html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
    /* min-height: 1000px;
    max-height: 1440px; */
    /* 26 */
    min-height: 1026px;
    max-height: 1440px;
}
@media only screen and (max-width:1068px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
        /* min-height: 750px;
        max-height: 985px; */
        /* 42 */
        height: 842px;
    }
}
@media only screen and (max-width:734px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero {
        /* min-height: 450px;
        max-height: 550px; */
        /* 67 */
        min-height: 450px;
        max-height: 617px;
    }
}

/* 字部分 */
html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
    /* top: calc(90px + 7.5vh + var(--r-localeswitcher-height)); */
    /* 25 */
    top: calc(155px + 7.5vh + var(--r-localeswitcher-height));
}
@media only screen and (max-width: 1068px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(82px + 7vh + var(--r-localeswitcher-height)); */
        /* 67-23=+44 */
        top: calc(170px + 7vh + var(--r-localeswitcher-height));
    }
}
@media only screen and (max-width: 767px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(82px + 7vh + var(--r-localeswitcher-height)); */
        /* 67-23=+44 */
        top: calc(170px + 7vh + var(--r-localeswitcher-height));
    }
}
@media only screen and (max-width: 734px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-wrapper {
        /* top: calc(52px + 14vh + var(--r-localeswitcher-height)); */
        /* 68 */
        top: calc(170px + 14vh + var(--r-localeswitcher-height));
    }
}

/* 主机图片部分 */
html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
    /* top: calc(324px + 14vh); */
    /* 26 */
    top: calc(350px + 14vh);
}
@media only screen and (max-width:1068px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(243px + 14vh); */
        /* 42 */
        top: calc(285px + 14vh);
    }
}
@media only screen and (max-width:734px) {
    html.ac-ls-visible.ac-gn-segmentbar-visible .ribbon-mac-pro .section-hero .hero-overflow-container .hero-video-container {
        /* top: calc(187px + 14vh); */
        /* 67 */
        top: calc(254px + 14vh);
    }
}



/* 国家条+教育条时 防止被ribbon挡住------------E------------ */
