@charset "UTF-8";
.stia-container *,
.stia-container *:before,
.stia-container *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.full-img {
    width: 100%;
    vertical-align: middle;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.stia-poiner {
    cursor: pointer;
}

.opacity0 {
    opacity: 0;
}

.stia-sup {
    position: relative;
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.sup-link {
    text-decoration: none;
    color: #000000;
}

.stia-section sub {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: sub;
}

.stia-section-2 .sup-link,
.stia-section-3 .sup-link,
.stia-section-4 .sup-link,
.stia-section-8 .sup-link {
    color: white;
}

span.nowrap {
    white-space: nowrap;
}

.flex-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.pc-hiden {
    display: none;
}

.mob-hide {
    display: block;
}

.icon-replay {
    width: 2.29166vw;
    display: inline-block;
    margin-left: 1.82291vw;
}


/* pc */

.stia-container {
    width: 100%;
}

.stia-section {
    margin-top: -0.03083vw;
}

.stia-section-2,
.stia-section-3,
.stia-section-4,
.stia-section-5 {
    background-color: #000000;
}

.stia-sec-normal {
    padding-top: 4.6875vw;
    padding-bottom: 6.25vw;
}

.stia-sec-top {
    padding-top: 4.6875vw;
}

.s-txt-area {
    width: 71.04166vw;
    margin: 0 auto;
}

.s-title {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 1.5625vw;
    white-space: nowrap;
    letter-spacing: -0.10416vw;
}

.s-article {
    width: 100%;
    margin: 0 auto;
    font-size: 1.66666vw;
    /* font-size: 1.14583vw; */
    line-height: 1.6;
    margin-bottom: 3.125vw;
    letter-spacing: -0.05208vw;
}


/* kv */

.stia-kv {
    width: 100%;
    /* padding-bottom: 1.97916vw; */
    padding-bottom: 6.25vw;
    /* height: 46.875vw; */
}

.stia-kv-wrap {
    width: 67.39583vw;
    margin: 0 auto;
    position: relative;
    padding-top: 14.89582vw;
    padding-bottom: 0.83333vw;
}

.stia-kv-txt {
    width: 100%;
    position: absolute;
    top: 4.89583vw;
}

.stia-kv-logo {
    width: 31.77083vw;
    height: 2.60416vw;
    margin: 0 auto;
    margin-bottom: 1.61458vw;
}

.stia-slogan {
    font-size: 1.45833vw;
    letter-spacing: -0.05208vw;
    line-height: 1.2;
}

.stia-kv-video {
    width: 47.35416vw;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.stia-kv-video-txt {
    font-size: 1.66666vw;
    color: #AAAAAA;
    text-decoration: none;
    letter-spacing: -0.05208vw;
}

.stia-kv-video>div {
    white-space: nowrap;
}

.stia-kv-video a span:first-child {
    vertical-align: middle;
}

.stia-kv-video .tl-svg-play {
    display: inline-block;
    width: 1.97916vw;
    height: 1.97916vw;
    fill: #AAAAAA;
}

.stia-poiner a {
    margin: 0 1.5625vw;
}


/* sections */

.sections-wrap {
    position: relative;
    background-color: white;
}

.stia-container .stia-progressBar {
    position: absolute;
    top: 8.20312vw;
    /* top: 11.77083vw; */
    height: calc(100% - 43vw);
    left: 1.9375vw;
    z-index: 10;
    mix-blend-mode: difference;
}

.isie .stia-progressBar {
    display: none;
}


/* progress List */

.stia-aside-progress {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 4.16666vw;
    top: calc(50% - 15.5vw);
    /* margin-bottom: 15px!important; */
    height: 34vw;
    white-space: nowrap;
    z-index: 100;
    /* 颜色与背景颜色结合变色 */
    mix-blend-mode: difference;
}

.stia-aside-progress>ul {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.li-wrap {
    padding: 1.45833vw 0.36458vw 0.10416vw 0.36458vw;
    cursor: pointer;
    /* height: 0; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.li-wrap::before {
    content: '';
    display: block;
    width: 1.04166vw;
    height: 1.04166vw;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 0.3125vw;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.li-svg {
    width: 1.04166vw;
    height: 1.04166vw;
    position: absolute;
    left: 0.3125vw;
    top: 0.3125vw;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.5) rotate(0);
    transform: scale(.5) rotate(0);
}

.li-svg circle {
    stroke-width: 0.10416vw;
}

.li-svg circle:first-child {
    stroke: rgba(255, 255, 245, .25)!important;
}

.li-svg circle:last-child {
    fill: none;
    stroke-linecap: butt;
    stroke-dasharray: 56.18428;
    stroke-dashoffset: 56.18428;
    -webkit-transition: stroke .5s ease;
    transition: stroke .5s ease;
    stroke: #fff!important;
}

.li-active svg {
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
}

.li-wrap>span {
    display: block;
    writing-mode: vertical-rl;
    margin: 0 auto;
    /* line-height: 16px; */
    position: relative;
    top: 0.5vw;
    /* -webkit-transform: scale(.75);
          transform: scale(.75); */
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: white;
    font-size: 1.14583vw;
    line-height: 0.95;
    margin-bottom: 2vw;
    max-height: 1.2vw;
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
}

.li-wrap:hover {
    height: auto;
}

.li-wrap:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.li-wrap:hover span {
    opacity: 1;
    max-height: 13vw;
}

.li-active span {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
    /* -webkit-transform: scale(1);
          transform: scale(1); */
    opacity: 1;
    max-height: 13vw;
}

.li-active::before {
    background: 0 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 0 0.10416vw rgba(255, 255, 245, .25);
}

.progress-wrap-1 {
    height: auto;
}


/* section 2 */

.stia-section {
    width: 100%;
}

.sticky-container {
    position: relative;
    height: 250vh;
}

.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100vh;
}

.stia-section-2-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 6.25vw;
    position: relative;
    color: white;
}

.s2-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(6.25vw);
    -ms-transform: translateY(6.25vw);
    -moz-transform: translateY(6.25vw);
    -webkit-transform: translateY(6.25vw);
    -o-transform: translateY(6.25vw);
    z-index: 1;
}

.isie .s2-title {
    position: static;
    margin-bottom: 1.56vw;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.s2-img {
    width: 64.6875vw;
    height: 118.69791vw;
    position: absolute;
    top: 0;
    transform: translateY(11.97916vw);
    -ms-transform: translateY(11.97916vw);
    -moz-transform: translateY(11.97916vw);
    -webkit-transform: translateY(11.97916vw);
    -o-transform: translateY(11.97916vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    will-change: transform, left, top;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: 0;
}

.isie .s2-img {
    width: 12.39583vw;
    height: auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.s2-txt {
    width: 72.29166vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: translateY(20.47vw);
    -ms-transform: translateY(20.47vw);
    -moz-transform: translateY(20.47vw);
    -webkit-transform: translateY(20.47vw);
    -o-transform: translateY(20.47vw);
    /* padding-top: 3.33333vw; */
    opacity: 0;
}

.isie .s2-txt {
    opacity: 1;
    /* top: 25.83333vw; */
    transform: translateY(25.83333vw);
    -ms-transform: translateY(25.83333vw);
    -moz-transform: translateY(25.83333vw);
    -webkit-transform: translateY(25.83333vw);
    -o-transform: translateY(25.83333vw);
}

.s2-article {
    opacity: 0;
    z-index: 1;
    position: relative;
}

.isie .s2-article {
    opacity: 1;
}

.parameter p {
    white-space: nowrap;
}

.parameter span {
    display: block;
}

.parameter-txt {
    font-size: 3.33333vw;
    font-weight: bold;
    line-height: 1.2;
}

.parameter-name {
    font-size: 1.66666vw;
    line-height: 1.5;
    margin-top: -0.83333vw;
    margin-bottom: 3.38541vw;
}

.stia-fixed {
    position: fixed;
}


/* s3 */

.stia-section-3-wrap {
    overflow: hidden;
    padding-top: 3.6875vw;
}

.stia-section-3-wrap,
.stia-section-4-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
}

.stia-section-3 .s-txt-area {
    opacity: 0;
}

.isie .stia-section-3 .s-txt-area {
    opacity: 1;
}

.s-img-area {
    width: 68.33333vw;
    margin: 0 auto;
    position: relative;
}

.s-img-item {
    width: 10vw;
    position: relative;
    opacity: 0;
    transform: translateY(10%);
    -ms-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
}

.isie .s-img-item {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.stia-section-3 .s-img-item:nth-child(1),
.stia-section-3 .s-img-item:nth-child(1) .s-img-item-content {
    padding-top: 0.41666vw;
}

.stia-section-3 .s-img-item:nth-child(2),
.stia-section-3 .s-img-item:nth-child(2) .s-img-item-content,
.stia-section-3 .s-img-item:nth-child(4),
.stia-section-3 .s-img-item:nth-child(4) .s-img-item-content {
    padding-top: 5.83333vw;
}

.stia-section-3 .s-img-item:nth-child(5),
.stia-section-3 .s-img-item:nth-child(5) .s-img-item-content {
    padding-top: 1.35416vw;
}

.stia-section-3 .s-img-item:nth-child(3) {
    width: 11.71875vw;
}

.s-img-item-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.stia-section-2-wrap .s-img-item-content,
.s-img-item-content-s2 {
    opacity: 1;
}

.s-img-item-content-s3 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.isie .stia-section-3 .s-img-item-content {
    opacity: 1;
}

.s-img-item-3-wrap {
    width: 100%;
    opacity: 0;
}

.isie .s-img-item-3-wrap {
    opacity: 1;
}


/* s4 */

.stia-section-4 {
    width: 100%;
    color: #ffffff;
}

.stia-section-4 .sticky-div {
    padding-top: 3.6875vw;
}

.isie .stia-section-4 .sticky-div {
    padding-top: 10.9375vw;
}

.stia-section-4 .s-txt-area {
    opacity: 0;
}

.isie .stia-section-4 .s-txt-area {
    opacity: 1;
}

.s4-img-1 {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
}

.isie .s4-img-1 {
    opacity: 1;
}

.s4-img-1 ul {
    width: 100%;
}

.s4-img-1 li:not(:last-child) {
    margin-bottom: 2.29166vw;
}

.s4-img-1 li div {
    width: 5.625vw;
    height: 5.625vw;
}


/* s5 */

.stia-section-5 {
    /* padding-top: 3.75vw; */
    /* padding-top: 10.9375vw; */
    padding-top: 9.0625vw;
    color: white;
}

.isie .stia-section-5 {
    padding-bottom: 6.25vw;
}


/* .stia-section-5 .swiper-container {
  width: 75.52083vw;
  height: 74.42708vw;
} */

.stia-section-5 .swiper-pagination {
    width: 100%;
    position: relative;
    margin-top: 5.52083vw;
    margin-bottom: 1.61458vw;
}

.stia-section-5 .swiper-pagination-bullet {
    width: 2.29166vw;
    height: 2.29166vw;
    margin-right: 4.21875vw;
    opacity: 1;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    position: relative;
    outline: none;
    cursor: pointer;
}

.stia-section-5 .swiper-pagination-bullet:nth-child(1) {
    background-color: #EAD6CF;
}

.stia-section-5 .swiper-pagination-bullet:nth-child(2) {
    background-color: #CAD7C4;
}

.stia-section-5 .swiper-pagination-bullet:nth-child(3) {
    background-color: #F28668;
}

.stia-section-5 .swiper-pagination-bullet:nth-child(4) {
    background-color: #262626;
    margin-right: 0;
}

.s5-color-txt {
    font-size: 1.66666vw;
    line-height: 1.5;
}

.s5-color-txt>span:not(:first-child) {
    display: none;
}

.stia-section-5 .swiper-pagination-bullet::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.41666vw;
    right: -0.41666vw;
    left: -0.41666vw;
    bottom: -0.41666vw;
    border: 0.07812vw solid #707070;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: opacity .15s linear, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity .15s linear, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .15s linear;
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .15s linear, -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stia-section-5 .swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.stia-section-6 .swiper-container {
    width: 100%;
    height: 50.26041vw;
}

.stia-section-9 .swiper-container {
    width: 100%;
    height: 50vw;
}

.stia-section-6 .swiper-pagination,
.stia-section-9 .swiper-pagination {
    width: 35.20833vw;
    left: 50%;
    bottom: 2.604vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stia-section-9 .swiper-pagination {
    width: 48.02083vw;
}

.stia-section-6 .swiper-pagination .stia-swiper-bullet,
.stia-section-9 .swiper-pagination .stia-swiper-bullet {
    margin: 0;
    width: 9.635vw;
    height: 0.3125vw;
    background-color: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.stia-section-6 .swiper-pagination .stia-swiper-bullet span,
.stia-section-9 .swiper-pagination .stia-swiper-bullet span {
    width: 100%;
    background-color: #fff;
    opacity: 0.2;
    -webkit-transition: width linear 3s;
    -o-transition: width linear 3s;
    -moz-transition: width linear 3s;
    transition: width linear 3s;
}

.stia-section-6 .swiper-pagination:focus,
.stia-section-9 .swiper-pagination:focus,
.stia-section-6 .swiper-pagination .stia-swiper-bullet,
.stia-section-9 .swiper-pagination .stia-swiper-bullet,
.stia-section-6 .swiper-pagination .stia-swiper-bullet span:focus,
.stia-section-9 .swiper-pagination .stia-swiper-bullet span:focus {
    outline: none;
}

.stia-section-6 .swiper-pagination .stia-swiper-bullet span:first-child,
.stia-section-9 .swiper-pagination .stia-swiper-bullet span:first-child {
    width: 0;
}

.stia-section-6 .swiper-pagination .swiper-pagination-bullet-active span,
.stia-section-9 .swiper-pagination .swiper-pagination-bullet-active span {
    width: 0;
}

.stia-section-6 .swiper-pagination .swiper-pagination-bullet-active span:first-child,
.stia-section-9 .swiper-pagination .swiper-pagination-bullet-active span:first-child {
    width: 100%;
    opacity: 1;
}


/* s7 */

.stia-section-7 {
    min-height: 100vh;
    padding: 6.25vw 13.64583vw 6.25vw 6.5625vw;
    position: relative;
    /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
}

.stia-s7-wrap {
    width: 85.41666vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.stia-section-7 .s-txt-area {
    width: 28.74999vw;
}

.stia-section-7 .s-article {
    width: 100%;
    font-size: 1.66666vw;
    margin-bottom: 0;
}

.stia-s7-img {
    width: 49.63541vw;
    height: 31.45833vw;
    padding-top: 0.41666vw;
}


/* s8 */

.stia-section-8 {
    position: relative;
}

.s8-sticky-container {
    height: 250vh;
    background-color: #222222;
}

.s8-sticky-container .sticky-div {
    height: auto;
}

.stia-section-8 video {
    display: block;
    width: 100%;
}

.stia-s8-video-mask {
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .64);
    opacity: 0;
}

.stia-s8-video-mask .s-txt-area {
    opacity: 0;
    transform: translateY(10%);
    -ms-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.stia-s8-video-mask .s-txt-area .s-article {
    margin-bottom: 0;
}

.isie .stia-s8-video-mask {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.isie .stia-s8-video-mask .s-txt-area {
    position: static;
}

.isie .stia-s8-video-mask,
.isie .stia-s8-video-mask .s-txt-area {
    opacity: 1;
}

.stia-s8-video-pc {
    display: block;
}

.stia-s8-video-mob {
    display: none;
}


/* s9 */

.stia-section-9.stia-sec-top {
    padding-top: 6.25vw;
}


/* s10 */

.stia-section-10 {
    padding: 6.25vw 7.29166vw 6.25vw 12.1875vw;
}

.stia-section-10 .s-txt-area {
    width: 26.66666vw;
    padding-top: 4.375vw;
}

.stia-section-10 .s-article {
    width: 100%;
    font-size: 1.66666vw;
    margin-bottom: 0;
}

.stia-s10-img {
    width: 47.91666vw;
    height: 49.79166vw;
}


/* s11 */

.stia-section-11 .s11-swiper-container {
    width: 85.41666vw;
    height: 31.5625vw;
    margin: 0 auto;
}

.stia-section-11 .swiper-pagination {
    text-align: left;
    padding-left: 5.41666vw;
    bottom: 2.8125vw;
}


/* .stia-section-11 .s-article{
  margin-bottom: 1.5625vw;
} */

.stia-section-11 .swiper-pagination-bullet,
.stia-section-15 .swiper-pagination-bullet {
    width: 1.35416vw;
    height: 1.35416vw;
    margin-right: 1.77083vw !important;
    background-color: #FAFAFA;
    border: 0.10416vw solid #707070;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    outline: none;
    opacity: 1;
    margin-left: 0 !important;
    cursor: pointer;
}

.stia-section-11 .swiper-pagination-bullet-active,
.stia-section-15 .swiper-pagination-bullet-active {
    background-color: #797979;
}


/* 12 */

.stia-static-img {
    width: 85.41666vw;
    height: 30.41666vw;
    margin: 0 auto;
}


/* .stia-section-12 .s-article{
  margin-bottom: 0.83333vw;
} */


/* s13 */

.stia-s13-video-wrap {
    width: 85.41666vw;
    margin: 0 auto;
}

.stia-s13-video-wrap .stia-video-pc {
    width: 100%;
    height: 40.20833vw;
    position: relative;
}

.stia-section-14 .stia-s13-video-wrap .stia-video-pc {
    height: 45.3125vw;
}

.stia-s13-video-wrap .stia-video-pc>div {
    position: absolute;
    z-index: 10;
    background: #fff;
}

.stia-s13-video-wrap .stia-video-pc .stia-video-l {
    width: 0.1vw;
    height: 100%;
    top: 0;
    left: -0.05vw;
}

.isie .stia-s13-video-wrap .stia-video-pc .stia-video-l {
    width: 0.4vw;
}

.stia-s13-video-wrap .stia-video-pc .stia-video-t {
    width: 100%;
    height: 0.1vw;
    top: -0.05vw;
    left: 0;
}

.isie .stia-s13-video-wrap .stia-video-pc .stia-video-t {
    height: 0.4vw;
}

.stia-s13-video-wrap .stia-video-pc .stia-video-r {
    width: 0.1vw;
    height: 100%;
    top: 0;
    right: -0.05vw;
}

.isie .stia-s13-video-wrap .stia-video-pc .stia-video-r {
    width: 0.4vw;
    right: -0.25vw;
}

.stia-s13-video-wrap .stia-video-pc .stia-video-b {
    width: 100%;
    height: 0.1vw;
    bottom: -0.05vw;
    left: 0;
}

.isie .stia-s13-video-wrap .stia-video-pc .stia-video-b {
    height: 0.4vw;
    bottom: -0.25vw;
}

.stia-s13-video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: fill;
}

.stia-replay {
    display: block;
    width: 9.58333vw;
    font-size: 1.66666vw;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2.34375vw;
    white-space: nowrap;
}

.stia-section-14 {
    padding-bottom: 0;
}


/* 15 */

.stia-section-15 {
    padding-top: 1vw;
}

.stia-section-15 .sticky-div {
    padding-top: 3.6875vw;
}

.isie .stia-section-15 .sticky-div {
    padding-top: 10.9375vw;
}

.stia-s15-mob-wrap {
    width: 100%;
    overflow: hidden;
}

.stia-s15-wrap {
    width: 85.41666vw;
    margin: 0 auto;
}

.s15-swiper-container {
    width: 42.60416vw;
}

.stia-s15-txt {
    width: 30.72916vw;
    padding-top: 13.54166vw;
    position: relative;
}

.stia-s15-txt .s-txt-area {
    width: 30.72916vw;
    position: absolute;
    opacity: 0;
}

.stia-s15-txt .s-txt-area:first-child {
    opacity: 1;
}


/* .stia-s15-txt-2,.stia-s15-txt-3{
  display: none;
} */

.stia-section-15 .stia-s15-img {
    width: 42.65625vw;
}

.stia-section-15 .s-txt-area {
    width: 30.72916vw;
    text-align: left;
    ;
    padding-top: 13.54166vw;
}

.stia-s15-wrap-1,
.stia-s15-wrap-3 {
    direction: rtl;
}

.stia-s15-wrap-1,
.stia-s15-wrap-3 .s-article {
    width: 101%;
}

.stia-s15-wrap-1,
.stia-s15-wrap-2 {
    margin-bottom: 6.25vw;
}

.stia-s15-wrap-1 .s-txt-area,
.stia-s15-wrap-3 .s-txt-area {
    direction: ltr;
}

.stia-s15-pc-wrap {
    width: 82.65625vw;
    height: 44.79166vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.isie .stia-s15-pc-wrap {
    height: auto;
}

.stia-s15-pc-wrap>div {
    width: 100%;
    padding-top: 3.125vw;
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    left: 0;
}

.stia-s15-pc-wrap>div .stia-s15-pc-img-wrap {
    height: 26.30208vw;
}

.stia-s15-pc-wrap .s-txt-area {
    width: 71.04166vw;
    text-align: center;
    padding-top: 0;
}

.stia-s15-pc-wrap-2,
.stia-s15-pc-wrap-3,
.stia-s15-mob-wrap-2,
.stia-s15-mob-wrap-3 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    /* -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out; */
}

.isie .stia-section-15 .sticky-container,
.isie .stia-section-15 .sticky-div {
    height: auto;
}

.isie .stia-s15-pc-wrap>div {
    position: static;
}

.isie .stia-s15-pc-wrap-2,
.isie .stia-s15-pc-wrap-3 {
    opacity: 1;
    margin-top: 6.25vw;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}


/* s16 */

.stia-section-16 {
    overflow: hidden;
}

.stia-s16-wrap {
    width: 100%;
    margin: 0 auto;
    padding-left: 13.64583vw;
}

.stia-section-16 .s-txt-area {
    width: 24.27083vw;
    margin: unset;
    padding-top: 0.41666vw;
}

.stia-s16-img {
    width: 63.4375vw;
    height: auto;
    margin: unset;
    flex: none;
    position: relative;
}

.stia-s16-img-1 {
    position: relative;
    width: 43.17708vw;
    height: 47.10416vw;
    left: 6.04166vw;
}

.stia-s16-img-2 {
    position: absolute;
    width: 36.92708vw;
    top: 5.72916vw;
    right: 0;
}


/* s17 */

.stia-section-17 {
    position: relative;
    overflow: hidden;
    margin-top: -1.30208vw;
}

.stia-section-17 .s-article {
    width: 100%;
}

.stia-section-17 .s17-txt-area {
    width: 25.79166vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    z-index: 1;
}

.s17-txt-area .s-title {
    margin-top: -3.85416vw;
}

.stia-s17-img-1 {
    width: 100%;
    height: 54.11458vw;
}

.stia-s17-img-2 {
    width: 100%;
    height: 33.95833vw;
}

.stia-s17-img-3 {
    width: 100%;
    height: 57.71874vw;
}

.stia-s17-img-2,
.stia-s17-img-3 {
    position: relative;
}

.stia-s17-img-2-1 {
    width: 48.48958vw;
    position: relative;
    top: -8.64583vw;
}

.stia-s17-img-2-2 {
    width: 33.90625vw;
    position: absolute;
    right: 0;
    top: 12.1875vw;
}

.stia-s17-img-3-1 {
    width: 48.28125vw;
    position: absolute;
    top: -5.46875vw;
}

.stia-s17-img-3-2 {
    width: 66.14583vw;
    position: absolute;
    top: 0;
    left: 34.16666vw;
    padding-top: 10vw;
}

.stia-s17-img-3-3 {
    width: 34.11458vw;
    padding-top: 17.5vw;
    position: relative;
    left: calc(100% - 34.11458vw);
}


/* footer */

.stia-footer {
    width: 85.41666vw;
    font-size: 13px;
    color: #a3a1a2;
    line-height: 1.6;
    padding: 7.29166vw 0;
    margin: 0 auto;
}

.stia-footer ol {
    padding-left: 1em;
}

.stia-footer li {
    list-style: decimal;
}

.stia-footer li a {
    font-size: inherit;
    line-height: inherit;
    color: #2788D9!important;
    text-decoration: underline;
}

.stia-footer li:last-child {
    list-style: none;
    margin-left: -1.5em;
}

.stia-footer .current,
.stia-footer .current a {
    color: #000000;
}

.cbg-backtotop {
    position: fixed;
    z-index: 200;
    bottom: 50px;
    right: 50px;
}

.cbg-backtotop a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    text-indent: -9999px;
    background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all linear 0.2s;
}

.cbg-backtotop a.cbg-icon-backtotop {
    background-position: -549px -188px;
}

.cbg-backtotop a.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.cbg-backtotop a.cbg-icon-backtohome {
    background-position: -549px -148px;
}

.isie .sticky-container {
    height: auto;
}

.isie .s2-sticky-container {
    padding-bottom: 8.85vw;
}

.isie .s3-sticky-container {
    padding-bottom: 10.9375vw;
}

.isie .s4-sticky-container {
    padding-bottom: 6.25vw;
}

.isie .stia-section-2 .sticky-div,
.isie .stia-section-3 .sticky-div,
.isie .stia-section-4 .sticky-div,
.isie .stia-section-8 .sticky-div {
    height: auto;
    margin-bottom: 0;
}

.isie .stia-section-2 {
    width: 100%;
}


/***********************************************************************************************************************
                                                        progressBar
************************************************************************************************************************/

.stia-container .fides-container {
    position: relative;
}

.stia-container .fides-progressBar {
    position: absolute;
    /* top: 18vw; */
    top: 13.5vw;
    height: calc(100% - 43vw);
    left: 1.9375vw;
    z-index: 10;
    mix-blend-mode: difference;
}

.stia-container .fides-progressBar.fides-fixed {
    position: fixed;
    top: calc(50% + 76px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
}

.stia-container .fides-progressBar .progress-container {
    color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: calc(50% - 9.1vw);
    text-align: center;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stia-container .fides-progressBar .progress-container ul li {
    list-style: none;
    position: relative;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.stia-container .fides-progressBar .progress-container ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform: translateX(-50%) rotate(-135deg);
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    background: #fff;
    /* border: 0.1vw solid #fff; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    will-change: width, height, background;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.stia-container .fides-progressBar .progress-container ul li>span {
    color: #fff;
    display: block;
    width: 1.3vw;
    font-size: 1.25vw;
    line-height: 1.1;
    padding-top: 1.5vw;
    margin-bottom: 2vw;
    max-height: 3vw;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    writing-mode: vertical-rl;
}

.stia-container .fides-progressBar .progress-container ul li>span span {
    display: block;
}

.stia-container .fides-progressBar .progress-container ul li:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.stia-container .fides-progressBar .progress-container .li-svg {
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* left: 0.3125vw;
  top: 0.3125vw; */
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.8) rotate(0);
    transform: scale(.8) rotate(0);
}

.stia-container .fides-progressBar .progress-container .li-svg circle {
    fill: none;
    stroke: rgba(255, 255, 245, .25) !important;
    stroke-width: 0.10416vw;
}

.stia-container .fides-progressBar .progress-container .li-svg circle:last-child {
    stroke: #fff!important;
    stroke-linecap: butt;
    stroke-dasharray: 56.18428;
    stroke-dashoffset: 56.18428;
    -webkit-transition: stroke .5s ease;
    transition: stroke .5s ease;
}

.stia-container .fides-progressBar .progress-container .active svg {
    width: 0.9375vw;
    height: 0.9375vw;
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    -moz-transform: scale(1) rotate(270deg);
    -ms-transform: scale(1) rotate(270deg);
    -o-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
}

.stia-container .fides-progressBar .progress-container ul li:hover span {
    opacity: 1;
    max-height: 13vw;
}

.stia-container .fides-progressBar .progress-container ul li.active:before {
    width: 0.9375vw;
    height: 0.9375vw;
    background: 0 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    /* box-shadow: inset 0 0 0 0.10416vw rgba(255,255,245,.25); */
}

.stia-container .fides-progressBar .progress-container ul li.active>span {
    max-height: 13vw;
    opacity: 1;
}


/* mob */

@media (max-width: 640px),
(max-aspect-ratio: 1/1) and (max-width: 1200px) {
    .pc-hiden {
        display: inline-block;
    }
    .mob-hide {
        display: none !important;
    }
    .stia-container .s-txt-area {
        width: 100%;
    }
    .stia-container .s-title {
        font-size: 6.4vw;
        letter-spacing: -0.26666vw;
        margin-bottom: 4vw;
    }
    .stia-container .s-article {
        width: 84.53333vw;
        font-size: 4.26666vw;
        margin-bottom: 8vw;
        letter-spacing: -0.13333vw;
    }
    .stia-sec-normal {
        padding-top: 8vw;
        padding-bottom: 16vw;
    }
    .stia-sec-top {
        padding-top: 8vw;
    }
    /* kv */
    .stia-kv {
        padding-bottom: 4.26666vw;
    }
    .stia-kv-wrap {
        width: 100%;
        padding-top: 76.26666vw;
        padding-bottom: 38.5vw;
    }
    .stia-kv-txt {
        top: 30.93333vw;
    }
    .stia-kv-logo {
        width: 83.73333vw;
        height: 6.66666vw;
        margin-bottom: 4vw;
    }
    .stia-poiner a {
        margin: 0;
    }
    .mob-block {
        display: block;
        margin-top: 1.6vw;
    }
    .stia-kv-video {
        width: 59.33333vw;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        white-space: nowrap;
        bottom: 10.66666vw;
    }
    .stia-kv-video>div {
        margin: 0 auto;
    }
    .stia-kv-video>div:last-child {
        margin-bottom: 3.86666vw;
    }
    .stia-kv-video-txt {
        font-size: 4.26666vw;
    }
    .stia-kv-video .tl-svg-play {
        width: 4.8vw;
        height: 4.8vw;
    }
    .stia-slogan {
        font-size: 4.13333vw;
    }
    .stia-kv-video {
        width: 65%;
        white-space: normal;
        vertical-align: inherit;
    }
    /* s2 */
    .stia-section-2-wrap {
        padding-top: 16vw;
    }
    .s2-title {
        position: static;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .s2-article {
        opacity: 1;
    }
    .s2-img {
        width: 97.86666vw;
        height: auto;
        /* top: 97.06666vw; */
        transform: translateY(97.06666vw);
        -ms-transform: translateY(97.06666vw);
        -moz-transform: translateY(97.06666vw);
        -webkit-transform: translateY(97.06666vw);
        -o-transform: translateY(97.06666vw);
    }
    .s2-txt {
        width: 84vw;
        z-index: -1;
    }
    .s2-txt>div {
        width: 100%;
    }
    .parameter-txt {
        font-size: 6.4vw;
    }
    .parameter-name {
        font-size: 4.26666vw;
    }
    .s2-txt>div p:last-child .parameter-name {
        margin-bottom: 0;
    }
    /* s3 */
    .stia-section-3 .sticky-container {
        height: 200vh;
    }
    .stia-section-3-wrap {
        padding-top: 16vw;
    }
    .stia-section-3 .s-img-item:nth-child(1),
    .stia-section-3 .s-img-item:nth-child(5) {
        display: none;
    }
    .stia-section-3 .s-img-item {
        opacity: 1;
        width: 31.06666vw;
        flex: none;
    }
    .stia-section-3 .s-img-area {
        width: 100%;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .stia-section-3 .s-img-item:nth-child(2) {
        margin-left: -4.8vw;
        /* margin-top: 4.26666vw; */
        opacity: 0;
    }
    .stia-section-3 .s-img-item:nth-child(4) {
        margin-right: -4.8vw;
        opacity: 0;
        /* margin-top: 4.26666vw; */
    }
    .s-img-item-content {
        opacity: 1;
    }
    /* s4 */
    .stia-section-4 .sticky-container {
        height: 200vh;
    }
    .stia-section-4 .sticky-div {
        height: auto;
    }
    .stia-section-4 .s-img-area {
        width: 66.66666vw;
    }
    .s4-img-1 {
        width: 66.66666vw;
        opacity: 0;
    }
    .s4-img-1 li:not(:last-child) {
        margin-bottom: 4.84vw;
    }
    .s4-img-1 li div {
        width: 13.33333vw;
        height: 13.33333vw;
    }
    /* s5 */
    .stia-section-5 {
        padding-top: 24vw;
    }
    .stia-section-5 .swiper-container {
        width: 94.93333vw;
        height: auto;
    }
    .stia-section-5 .swiper-pagination-bullet {
        width: 5.86666vw;
        height: 5.86666vw;
        margin-right: 10.4vw;
    }
    .stia-section .swiper-pagination-bullet:last-child {
        margin-right: 0 !important;
    }
    .stia-section-5 .swiper-pagination-bullet::before {
        top: -1.06666vw;
        right: -1.06666vw;
        left: -1.06666vw;
        bottom: -1.06666vw;
        border: 0.2vw solid #707070;
    }
    .stia-section-5 .swiper-pagination {
        margin-top: 14.13333vw;
        /* margin-bottom: 5.33333vw; */
        margin-bottom: 0;
    }
    .s5-color-txt {
        font-size: 4.26666vw;
    }
    /* s6 */
    .stia-section-6 .swiper-container {
        height: auto;
    }
    .stia-section-9 .swiper-container {
        height: 89.46666vw;
    }
    .stia-section-6 .swiper-pagination,
    .stia-section-9 .swiper-pagination {
        width: 82.8vw;
        height: 0.667vw;
        bottom: 7.46666vw;
    }
    .stia-section-6 .swiper-pagination {
        width: 60.66666vw;
    }
    .stia-section-6 .swiper-pagination .stia-swiper-bullet,
    .stia-section-9 .swiper-pagination .stia-swiper-bullet {
        width: 17.6vw;
        height: 1.06666vw;
    }
    /* s7 */
    .stia-section-7 {
        padding: 16vw 0;
        min-height: auto;
    }
    .stia-s7-wrap {
        position: static;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        width: 100%;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .stia-section-7 .s-txt-area {
        width: 83.2vw;
        text-align: center;
    }
    .stia-s7-img {
        width: 100%;
        height: auto;
    }
    /* s8 */
    .stia-section-8 .sticky-div {
        height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .stia-s8-video-pc {
        display: none;
    }
    .stia-s8-video-mob {
        display: block;
        width: 100%;
        height: 182.13333vw;
    }
    /* s9 */
    .s9-txt-area {
        height: auto;
    }
    .stia-section-9.stia-sec-top {
        padding-top: 16vw;
    }
    /* s10 */
    .stia-section-10 {
        padding: 16vw 0 8vw 0;
    }
    .stia-s10-wrap {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .stia-section-10 .s-txt-area {
        padding-top: 0;
        text-align: center;
    }
    .stia-s10-img {
        width: 100%;
        height: auto;
    }
    /* s11 */
    .stia-section-11 {
        position: relative;
    }
    .stia-section-11 .s11-swiper-container {
        height: auto;
    }
    .stia-section-11 .swiper-pagination {
        text-align: center;
        padding-left: 0;
    }
    .stia-section-11 .swiper-pagination-bullet {
        width: 3.46666vw;
        height: 3.46666vw;
        border-width: 0.2vw;
        margin-right: 2.93333vw !important;
    }
    .stia-section-11 .s11-mob-swiper-pagination {
        position: relative;
        width: 100%;
        bottom: unset;
        margin-top: 6.66666vw;
    }
    /* s12 */
    .stia-s12-img,
    .stia-s13-video-wrap {
        width: 100%;
        height: auto;
    }
    /* s13 */
    .stia-replay {
        width: 26.53333vw;
        font-size: 4.8vw;
        margin-top: 2.93333vw;
    }
    .stia-video-mob {
        width: 100%;
    }
    .stia-section-14 {
        padding-bottom: 0;
    }
    /* s15 */
    .stia-s15-mob-wrap {
        width: 100%;
        position: relative;
    }
    .stia-s15-mob-wrap>div {
        width: 94.8vw;
        margin: 0 auto;
        border-radius: 5.46666vw;
        background-color: #FAFAFA;
        padding-bottom: 3.23vw;
    }
    .isIPadPortrait .stia-s15-mob-wrap>div {
        padding-bottom: 0;
    }
    .stia-s15-mob-wrap>div:not(:first-child) {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }
    .s15-mob-img-1 {
        width: 58.66666vw;
        height: 87.93333vw;
        margin: 0 auto;
    }
    .isIPadPortrait .s15-mob-img-1 {
        width: 86.13333vw;
        height: 85.2vw;
    }
    .s15-mob-img-2 {
        width: 53.73333vw;
        height: 81.6vw;
        margin: 0 auto;
    }
    .isIPadPortrait .s15-mob-img-2 {
        width: 85.86666vw;
        height: 85.6vw;
    }
    .s15-mob-img-3 {
        width: 52.98533vw;
        height: 80.53333vw;
        margin: 0 auto;
    }
    .isIPadPortrait .s15-mob-img-3 {
        width: 86.26666vw;
        height: 78.2vw;
        overflow: hidden;
    }
    .stia-s15-wrap {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .stia-section-15 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .stia-section-15 .sticky-container {
        height: 300vh;
    }
    .stia-section-15 .sticky-div {
        height: auto;
        min-height: 100vh;
        padding-top: 24vw;
        padding-bottom: 16vw;
    }
    .stia-section-15 .s-txt-area {
        text-align: center;
        padding-top: 0;
    }
    .stia-s15-mob-wrap>div {
        width: 94.66666vw;
        padding-top: 7.756vw;
        background-color: #fafafa;
        border-top-left-radius: 5.46666vw;
        -webkit-border-top-left-radius: 5.46666vw;
        -moz-border-top-left-radius: 5.46666vw;
        border-top-right-radius: 5.46666vw;
        -webkit-border-top-right-radius: 5.46666vw;
        -moz-border-top-right-radius: 5.46666vw;
    }
    .stia-section-15 .stia-s15-img {
        width: 100%;
        margin: 0 auto;
    }
    .stia-s15-wrap-1,
    .stia-s15-wrap-2 {
        margin-bottom: 8vw;
        direction: initial;
    }
    /* s16 */
    .stia-s16-wrap {
        padding-left: 0;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .stia-section-16 .s-txt-area {
        width: 100%;
        padding-left: 8vw;
    }
    .stia-section-16 .s-article {
        width: 62.13333vw;
        margin: unset;
        margin-bottom: 8vw;
    }
    .stia-s16-img {
        width: 100%;
        /* padding-top: 8.53333vw; */
    }
    .stia-s16-img-1 {
        width: 100%;
        height: 83.49vw;
        top: 0;
        left: 0;
    }
    .stia-s16-img-2 {
        width: 100%;
        top: 8.53333vw;
    }
    /* s17 */
    .stia-section-17 {
        padding-top: 24vw;
    }
    .stia-section-17 .s17-txt-area {
        position: static;
    }
    .s17-txt-area .s-title {
        margin: 0 auto 4vw auto;
        width: 84.53333vw;
    }
    .stia-s17-img-mob {
        margin-bottom: 5vw;
    }
    .stia-s17-img-mob div {
        width: 207.20000vw;
        height: 304.26666vw;
        /* height: auto; */
        will-change: transform;
        transform: translate(-94.13333vw, 5%);
        -webkit-transform: translate(-94.13333vw, 5%);
        -moz-transform: translate(-94.13333vw, 5%);
        -ms-transform: translate(-94.13333vw, 5%);
        -o-transform: translate(-94.13333vw, 5%);
        background: url(/dam/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-fit-new/imgs/mob/huawei-watch-fit-new-personal-assistant.png) no-repeat bottom center;
        background-size: 100%;
    }
    /* footer */
    .stia-footer {
        font-size: 11px;
    }
    .stia-footer ol {
        width: 84vw;
        margin: 0 auto;
    }
    .icon-replay {
        width: 5.86666vw;
        margin-left: 4.66666vw;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #s8 .sticky-div {
        height: auto;
        min-height: 100vh;
    }
}

@media only screen and (width: 1024px) and (height: 534px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 9.25vw;
    }
    .s2-txt {
        /* top: 23.47vw; */
        transform: translateY(23.47vw);
        -ms-transform: translateY(23.47vw);
        -moz-transform: translateY(23.47vw);
        -webkit-transform: translateY(23.47vw);
        -o-transform: translateY(23.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 6.2875vw;
    }
    .stia-section-8 .sticky-div {
        padding-top: 1vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 4.6875vw;
    }
}

@media only screen and (width: 1024px) and (height: 566px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 11.25vw;
    }
    .s2-txt {
        /* top: 25.47vw; */
        transform: translateY(25.47vw);
        -ms-transform: translateY(25.47vw);
        -moz-transform: translateY(25.47vw);
        -webkit-transform: translateY(25.47vw);
        -o-transform: translateY(25.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .stia-section-14 {
        padding-bottom: 4.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 6.6875vw;
    }
}

@media only screen and (width: 1024px) and (height: 665px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 13.25vw;
    }
    .s2-txt {
        /* top: 30.47vw; */
        transform: translateY(30.47vw);
        -ms-transform: translateY(30.47vw);
        -moz-transform: translateY(30.47vw);
        -webkit-transform: translateY(30.47vw);
        -o-transform: translateY(30.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 12.6875vw;
    }
    .s8-sticky-container .sticky-div {
        /* height: 100vh; */
        /* padding-top: 5vw; */
        padding-top: 10vw;
    }
    .stia-section-15 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 12.6875vw;
    }
    .stia-section-16 {
        padding-top: 0;
    }
}

@media only screen and (width: 1024px) and (height: 698px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 18.25vw;
    }
    .s2-txt {
        /* top: 32.47vw; */
        transform: translateY(32.47vw);
        -ms-transform: translateY(32.47vw);
        -moz-transform: translateY(32.47vw);
        -webkit-transform: translateY(32.47vw);
        -o-transform: translateY(32.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 14.6875vw;
    }
    .s8-sticky-container .sticky-div {
        /* height: 100vh; */
        padding-top: 6vw;
    }
    .stia-section-15 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 14.6875vw;
    }
    .stia-section-16 {
        padding-top: 0;
    }
}

@media only screen and (width: 640px) and (height: 918px) and (orientation: portrait) {
    .stia-section-8 .sticky-div {
        height: auto;
    }
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 640px) and (height: 950px) and (orientation: portrait) {
    .stia-section-8 .sticky-div {
        height: auto;
    }
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 768px) and (height: 922px) and (orientation: portrait) {
    .stia-section-3-wrap {
        padding-top: 6vw;
    }
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 768px) and (height: 954px) and (orientation: portrait) {
    .stia-section-3-wrap {
        padding-top: 7vw;
    }
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 834px) and (height: 1087px) and (orientation: portrait) {
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 834px) and (height: 1120px) and (orientation: portrait) {
    .stia-section-15 {
        padding-top: 16vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8vw;
    }
}

@media only screen and (width: 1024px) and (height: 768px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 18.25vw;
    }
    .s2-txt {
        /* top: 32.47vw; */
        transform: translateY(32.47vw);
        -ms-transform: translateY(32.47vw);
        -moz-transform: translateY(32.47vw);
        -webkit-transform: translateY(32.47vw);
        -o-transform: translateY(32.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 14.6875vw;
    }
    .s8-sticky-container .sticky-div {
        height: 100vh;
        padding-top: 6vw;
    }
    .stia-section-14 {
        padding-bottom: 0;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 13vw;
    }
}

@media only screen and (width: 1194px) and (height: 760px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 14.25vw;
    }
    .s2-txt {
        /* top: 28.47vw; */
        transform: translateY(28.47vw);
        -ms-transform: translateY(28.47vw);
        -moz-transform: translateY(28.47vw);
        -webkit-transform: translateY(28.47vw);
        -o-transform: translateY(28.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 10.6875vw;
    }
    .s8-sticky-container .sticky-div {
        height: 100vh;
        padding-top: 4vw;
    }
    .stia-section-14 {
        padding-bottom: 2.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8.6875vw;
    }
}

@media only screen and (width: 1194px) and (height: 727px) and (orientation: landscape) {
    .stia-section-2-wrap {
        padding-top: 12.25vw;
    }
    .s2-txt {
        /* top: 26.47vw; */
        transform: translateY(26.47vw);
        -ms-transform: translateY(26.47vw);
        -moz-transform: translateY(26.47vw);
        -webkit-transform: translateY(26.47vw);
        -o-transform: translateY(26.47vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 9.6875vw;
    }
    .s8-sticky-container .sticky-div {
        height: auto;
        padding-top: 2.5vw;
        /* height:100vh;
    padding-top:4vw; */
    }
    .stia-section-14 {
        padding-bottom: 2.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8.6875vw;
    }
}

@media only screen and (width: 1200px) {
    .stia-section-4 .sticky-div {
        padding-top: 11.6875vw;
    }
}

@media only screen and (width: 1366px) {
    .stia-section-4 .sticky-div {
        padding-top: 0.6875vw;
    }
    .stia-container .fides-progressBar {
        top: 11.5vw;
    }
}

@media only screen and (width: 1440px) {
    .stia-section-2-wrap {
        padding-top: 10.25vw;
    }
    .s2-txt {
        transform: translateY(24.47vw);
        -ms-transform: translateY(24.47vw);
        -moz-transform: translateY(24.47vw);
        -webkit-transform: translateY(24.47vw);
        -o-transform: translateY(24.47vw);
    }
    .isie .s2-txt {
        transform: translateY(29.8333vw);
        -ms-transform: translateY(29.8333vw);
        -moz-transform: translateY(29.8333vw);
        -webkit-transform: translateY(29.8333vw);
        -o-transform: translateY(29.8333vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 5.6875vw;
    }
}

@media only screen and (width: 1440px) {
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
        margin-top: -3vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 8.6875vw;
    }
}

@media only screen and (width: 1500px) {
    .stia-section-2-wrap {
        padding-top: 10.25vw;
    }
    .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(24.47vw);
        -ms-transform: translateY(24.47vw);
        -moz-transform: translateY(24.47vw);
        -webkit-transform: translateY(24.47vw);
        -o-transform: translateY(24.47vw);
    }
    .isie .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(29.8333vw);
        -ms-transform: translateY(29.8333vw);
        -moz-transform: translateY(29.8333vw);
        -webkit-transform: translateY(29.8333vw);
        -o-transform: translateY(29.8333vw);
    }
    /* .stia-section-3 .sticky-div {
    padding-top: 7.6875vw;
  } */
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .s8-sticky-container .sticky-div {
        /* height: 100vh; */
        padding-top: 1vw;
    }
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
        margin-top: -4vw;
        padding-bottom: 0;
    }
    .isie .stia-section-15 {
        padding-bottom: 6.25vw;
    }
    .stia-section-15 .sticky-div {
        padding-top: 9.6875vw;
    }
}

@media only screen and (width: 1600px) {}

@media only screen and (width: 2160px) {
    .stia-section-2-wrap {
        padding-top: 10.25vw;
    }
    .s2-txt {
        transform: translateY(24.47vw);
        -ms-transform: translateY(24.47vw);
        -moz-transform: translateY(24.47vw);
        -webkit-transform: translateY(24.47vw);
        -o-transform: translateY(24.47vw);
    }
    .isie .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(29.8333vw);
        -ms-transform: translateY(29.8333vw);
        -moz-transform: translateY(29.8333vw);
        -webkit-transform: translateY(29.8333vw);
        -o-transform: translateY(29.8333vw);
    }
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 5.6875vw;
    }
}

@media only screen and (width: 2166px) {}

@media only screen and (width: 2880px) {
    .stia-section-2-wrap {
        padding-top: 10.25vw;
    }
    .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(24.47vw);
        -ms-transform: translateY(24.47vw);
        -moz-transform: translateY(24.47vw);
        -webkit-transform: translateY(24.47vw);
        -o-transform: translateY(24.47vw);
    }
    /* .stia-section-3 .sticky-div {
    padding-top: 7.6875vw;
  } */
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 5.6875vw;
    }
}

@media only screen and (width: 3000px) {
    .stia-section-2-wrap {
        padding-top: 10.25vw;
    }
    .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(24.47vw);
        -ms-transform: translateY(24.47vw);
        -moz-transform: translateY(24.47vw);
        -webkit-transform: translateY(24.47vw);
        -o-transform: translateY(24.47vw);
    }
    .isie .s2-txt {
        /* top: 24.47vw; */
        transform: translateY(29.8333vw);
        -ms-transform: translateY(29.8333vw);
        -moz-transform: translateY(29.8333vw);
        -webkit-transform: translateY(29.8333vw);
        -o-transform: translateY(29.8333vw);
    }
    /* .stia-section-3 .sticky-div {
    padding-top: 7.6875vw;
  } */
    .stia-section-4 .sticky-div {
        padding-top: 7.6875vw;
    }
    .stia-section-14 {
        padding-bottom: 5.25vw;
    }
    .stia-section-15 {
        padding-top: 0;
    }
    .stia-section-15 .sticky-div {
        padding-top: 5.6875vw;
    }
}

.stia-kv .stia-kv-wrap .stia-kv-video {
    display: none;
}
.stia-container .sections-wrap .stia-section-6{
    display: none;
}
.stia-container .sections-wrap .stia-section-9{
    display: none;
}
.stia-container .stia-reason-btn3{
    color: #000;
}
