  @font-face {
    font-family: 'HuaweiSans-Bold';
    src: url('../../fonts/HuaweiSans-Bold.eot');
    src: url('../fonts/HuaweiSans-Bold.eot') format('embedded-opentype'), url('../fonts/HuaweiSans-Bold.woff2') format('woff2'), url('../fonts/HuaweiSans-Bold.woff') format('woff'), url('../fonts/HuaweiSans-Bold.ttf') format('truetype'), url('../fonts/HuaweiSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'HuaweiSans-Regular';
    src: url('../fonts/HuaweiSans-Regular.eot');
    src: url('../fonts/HuaweiSans-Regular.eot') format('embedded-opentype'), url('../fonts/HuaweiSans-Regular.woff2') format('woff2'), url('../fonts/HuaweiSans-Regular.woff') format('woff'), url('../fonts/HuaweiSans-Regular.ttf') format('truetype'), url('../fonts/HuaweiSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  html,
  body {
    font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
    color: #333333;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }

  body {
    margin: 0;
    font-size: 16px;
  }
  @media (max-width: 1440px) {
    body {
      font-size: 14px;
    }
  }
  @media (max-width: 1199px) {
    body {
      font-size: 12px;
    }
  }

  html:lang(zh) h1,
  html:lang(zh) h2,
  html:lang(zh) h3,
  html:lang(zh) h4,
  html:lang(zh) h5,
  html:lang(zh) h6 {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  .mb140 {
    margin-bottom: 140px !important;
  }

  @media (max-width: 1199px) {
    .mb140 {
      margin-bottom: 90px !important;
    }
  }

  @media (max-width: 768px) {
    .mb140 {
      margin-bottom: 40px !important;
    }
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .wrapper {
    background-color: #F7F3F0;
    /*   display: none; */
    position: relative;
  }

  h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    letter-spacing: 0.8em;
    color: transparent;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgb(102, 102, 102));
    background-clip: text;
    -webkit-background-clip:text;
  }

  html:lang(en) h2 {
    letter-spacing: 0;
  }

  @media (max-width: 767px) {
    h2 {
      letter-spacing: 0.2em;
      font-size: 1.9em;
    }
  }

  p {
    font-size: 1.1em;
    margin: 0 0 15px;
  }

  @media (max-width: 767px) {
    p {
      font-size: 0.95em;
    }
  }

  p.signature {
    text-align: right;
  }

  h3 {
    font-size: 1.3em;
  }

  /* body{
  overflow: hidden;
} */

  /* 开屏 */
  .huaweitechLoading {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: height 2s ease;
  }

  .huaweitechLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slideUp 8s ease forwards;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }

  @keyframes slideUp {
    0% {
      -webkit-clip-path: inset(100% 0 0 0);
      clip-path: inset(100% 0 0 0);
    }

    100% {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }

  /* 进度条文字 */
  .progress-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    animation: progressText 7s forwards;
  }

  @keyframes progressText {
    0% {
      content: "0%";
    }

    100% {
      content: "100%";
    }
  }

  /* 首屏 */
  .firstScreen {
    height: 100vh;
    width: 100%;
    background: radial-gradient(50.00% 50.00% at 50% 50%, rgb(199, 0, 11), rgb(160, 0, 9) 100%);
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .firstScreen .banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    height: 100vh;
  }

  @media (max-width: 1199px) {
    .firstScreen .banner {
      display: block;
    }
  }

  .mask {
    background: rgb(0, 0, 0);
    opacity: 0.1;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .firstScreenleft,
  .firstScreenright {
    height: 100%;
  }

  .firstScreenleft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .firstScreenleft .techHundredbox {
    width: 60%;
    margin: 0 auto;
  }

  @media (max-width: 1199px) {
    .firstScreenleft .techHundredbox {
      width: 40%;
    }
  }

  @media (max-width: 992px) {
    .firstScreenleft .techHundredbox {
      width: 60%;
    }
  }

  @media (max-width: 768px) {
    .firstScreenleft .techHundredbox {
      width: 90%;
    }
  }

  .firstScreenleft .techHundredbox img.htlogo {
    margin: 0 6% 20px 8%;
    width: 86%;
  }

  .firstScreenleft .techHundredbox img {
    width: 100%;
  }

  .firstScreenleft .techHundredbox h1 {
    margin: 20px 6% 0 8%;
    width: 86%;
    color: #ffffff;
    text-align: justify;
    text-transform: uppercase;
    text-align-last: justify;
    font-size: 1.4em;
  }

  @media (max-width: 767px) {
    .firstScreenleft .techHundredbox h1 {
      font-size: 1.2em;
    }
  }

  .firstScreenright {
    display: flex;
    padding: 0;
    width: calc(50% - 40px);
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
    height: calc(100% - 40px);
  }

  .firstScreenright .imgContent,
  .firstScreenright img {
    height: 100%;
  }

  .firstScreen .swiper {
    margin: 0;
  }

  .firstScreenright .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .firstScreenright .swiper-slide-down .swiper-wrapper .swiper-slide {
    transform: translateY(-100px) !important;
  }

  .firstScreenright .swiper-slide-up .swiper-wrapper .swiper-slide {
    transform: translateY(100px) !important;
  }

  /*公共 */
  .box-wrap {
    /*   width: 100%; */
    padding: 0 30px;
    text-align: center;
  }

  @media (max-width: 1199px) {
    .box-wrap {
      padding: 0;
    }
  }

  @media (max-width: 767px) {
    .box-wrap {
      padding: 15px;
    }
  }

  .content-wrap {
    background-repeat: no-repeat;
    background-position-x: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }

  .box-wrap h3 {
    color: rgba(118, 70, 37, 0.8);
    margin-bottom: 30px;
  }

  .box-wrap-textBox {
    margin: 0 auto 10px;
    text-align: left;
  }

  .box-wrap-text p {
    color: rgb(118, 70, 37);
    margin: 0 0 20px;
    line-height: 1.95em;
  }

  .show-moretext {
    line-clamp: unset !important;
    -webkit-line-clamp: unset !important;
    display: block!important;
  }

  .lessBtn {
    transform: rotate(180deg);
  }

  .box-wrap-content {
    position: relative;
  }

  #beginPointBox .box-wrap-text,
  #historyBox .box-wrap-text {
    width: 60%;
    margin: 0 auto;
  }

  @media (max-width: 1400px) {

    #beginPointBox .box-wrap-text,
    #historyBox .box-wrap-text {
      width: 80%;
    }
  }


  @media (max-width: 767px) {

    #beginPointBox .box-wrap-text,
    #historyBox .box-wrap-text {
      width: 100%;
    }
  }

  .box-wrap-content::before,
  .box-wrap-content::after {
    writing-mode: vertical-lr;
    color: rgba(193, 173, 149, 0.2);
    font-size: 3.55em;
    position: absolute;
    top: 50%;
    font-weight: bold;
    transform: translateY(-50%);
  }

  @media (max-width: 767px) {

    .box-wrap-content::before,
    .box-wrap-content::after {
      font-size: 2em;
    }
  }

  .show-more-btn {
    cursor: pointer;
  }

  .issue100 {
    background: url('https://www.huawei.com/minisite/huaweitech-100th-issue-celebration/img/issue-100.png');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
  }

  .issue100 .publication {
    width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  @media (max-width: 576px) {
    .issue100 .publication {
      width: 300px;
    }
  }

  .issue100 .publication .readMore {
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 10px;
    color: #764625;
    text-decoration: none;
    text-align: center;
    transition: all 300ms;
  }
  @media (max-width: 576px) {
    .issue100 .publication .readMore{
      width: calc(100% - 130px);
    }
  }

  .issue100 .publication .readMore:hover {
    background-color: #764625;
    color: #fff;
  }

  .issue100 .publication img {
    max-height: 260px;
  }

  @media (max-width: 576px) {
    .issue100 .publication img {
      max-height: 160px;
    }
  }

  /* 第一幕 */
  #beginPointBox .box-wrap-content {
    background-image: url(./img/beginPointKV.png);
    background-position: center center;
    background-size: 30%;
    background-repeat: no-repeat;
    padding: 70px 0;
  }

  @media (max-width: 1199px) {
    #beginPointBox .box-wrap-content {
      padding: 45px 0;
    }
  }

  @media (max-width: 1199px) {
    #beginPointBox .box-wrap-content {
      padding: 10px 0;
    }
  }

  #beginPointBox .box-wrap-textBox {
    padding: 0 7.5%;
    overflow: hidden;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 300ms;
  }

  @media (max-width: 1199px) {
    #beginPointBox .box-wrap-textBox {
      padding: 0;
    }
  }



  #beginPointBox .box-wrap-content::before,
  #beginPointBox .box-wrap-content::after {
    content: "Part One";
    display: block;
  }

  #beginPointBox .box-wrap-content::before {
    left: 0;
  }

  #beginPointBox .box-wrap-content::after {
    right: 0;
  }

  @media (max-width: 767px) {
    #beginPointBox .box-wrap-content::before {
      left: -15px;
    }

    #beginPointBox .box-wrap-content::after {
      right: -15px;
    }

  }


  /* 第二幕  */
  #historyBox {
    background-image: url(./img/historyKV.png);
    background-position-y: 100px;
  }

  #historyBox .box-wrap-textBox {
    padding: 0 7.5%;
  }

  @media (max-width: 1199px) {
    #historyBox .box-wrap-textBox {
      padding: 0;
    }
  }


  #historyBox .box-wrap-content::before,
  #historyBox .box-wrap-content::after {

    content: "Part Two";
  }



  #historyBox .box-wrap-content::before {
    left: 0;
  }

  #historyBox .box-wrap-content::after {
    right: 0;
  }

  @media (max-width: 767px) {
    #historyBox .box-wrap-content::before {
      left: -15px;
    }

    #historyBox .box-wrap-content::after {
      right: -15px;
    }
  }

  #historyBox .show-more-btn {
    display: none;
  }

  /* 路线图 */

  #historyBox .readMore {
    margin-top: 20px;
    text-align: center;
    position: relative;
  }

  #historyBox .readMore::before {
    display: block;
    content: " ";
    width: 100%;
    height: 200px;
    position: absolute;
    top: -219px;
    left: 0;
    background: linear-gradient(to top, rgba(247, 243, 240, 1), rgba(247, 243, 240, 0));
    z-index: 200;
  }

  #historyBox .show_more {
    border-radius: 30px;
    padding: 10px 20px;
    background: rgba(145, 107, 81, 1);
    color: #fff;
    cursor: pointer;
    transition: all 300ms;
  }

  #historyBox .show_more::before {
    content: " Show More ";
    display: inline-block;
  }

  #historyBox .show_more.less::before {
    content: " Show Less ";
    display: inline-block;
  }

  #historyBox .show_more:hover {
    background: rgba(145, 107, 81, 0.6);
  }

  @media (max-width: 767px) {
    #historyBox .show_more {
      padding: 10px 25px;
    }
  }

  #historyBox .show_more img {
    margin-left: 8px;
  }

  #historyBox .less img {
    transform: rotate(180deg);
  }

  /* 第三幕 */

  #storyBox .box-wrap .storyTitle::before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 210px;
    z-index: 0;
    background-image: url(./img/storytitleKV.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  #storyBox .box-wrap {
    position: relative;
  }

  #storyBox .storyTitle {
    padding: 50px 0 100px;
    position: relative;
    z-index: 2;
  }

  #storyBox .content-wrap .row {
    margin-top: 40px;
  }

  #storyBox .box-wrap-content::before,
  #storyBox .box-wrap-content::after {
    content: "Part Three";
    display: block;
  }



  #storyBox .box-wrap-content::before {
    left: 0;
  }

  #storyBox .box-wrap-content::after {
    right: 0;
  }

  @media (max-width: 767px) {
    #storyBox .box-wrap-content::before {
      left: -15px;
    }

    #storyBox .box-wrap-content::after {
      right: -15px;
    }
  }

  #storyBox .box-wrap-textBox {
    display: flex;
    border: 1px solid rgba(118, 70, 37, 0.5);
    border-radius: 20px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }

  #storyBox .box-wrap-text {
    padding: 40px;
    border-right: 1px solid rgba(118, 70, 37, 0.5);
    cursor: pointer;
    flex: 1;
  }

  @media (max-width: 1199px) {
    #storyBox .box-wrap-text {
      border-right: 0;
      border-bottom: 1px solid rgba(118, 70, 37, 0.5);
    }
  }

  #storyBox .box-wrap-text:last-of-type {
    border-right: 0;
  }

  #storyBox .box-wrap-text:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 10px 2px rgba(118, 70, 37, 0.1);
  }

  #storyBox .box-wrap-textContent {
    margin-top: 70px;
  }

  #storyBox .box-wrap-contentTitle {
    font-size: 2em;
    font-weight: bold;
    color: rgb(118, 70, 37);
    margin-bottom: 35px;
    height: 143px;
  }

  #storyBox .box-wrap-contentText {
    color: rgb(118, 70, 37);
    font-size: 1em;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    opacity: 0.5;
  }

  #storyBox .box-wrap-articleBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(118, 70, 37);
    font-size: 1em;
    opacity: 0.5;
  }

  #storyBox .box-wrap-articleBox .avata {
    display: flex;
    align-items: center;
  }

  #storyBox .box-wrap-articleBox .avata img {
    padding-right: 5px;
  }

  #storyBox .box-wrap-readMore {
    border-radius: 30px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid rgb(193, 173, 149);
    text-align: center;
    transition: all 300ms;
  }

  #storyBox .box-wrap-text:hover .box-wrap-readMore {
    background: rgb(193, 173, 149);
    border: none;
    color: #fff;
  }

  #storyBox .box-wrap-Fulltext {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 121;
    top: 0;
    left: 0;
    display: none;
  }

  #storyBox .box-wrap-Fulltext .content {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 80%;
    height: 70%;
    border-radius: 20px;
  }

  #storyBox .box-wrap-Fulltext .box-wrap-contentTitle {
    height: auto;
  }

  #storyBox .box-wrap-Fulltext .content .close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 5;
  }

  #storyBox .box-wrap-Fulltext .content .close img {
    width: 30px;
  }

  #storyBox .box-wrap-Fulltext .box-wrap-content-wrap {
    overflow: auto;
    height: 85%;
  }

  #storyBox .box-wrap-Fulltext ::-webkit-scrollbar {
    width: 4px
  }

  #storyBox .box-wrap-Fulltext ::-webkit-scrollbar-track {
    background-color: #edeff3
  }

  #storyBox .box-wrap-Fulltext ::-webkit-scrollbar-thumb {
    background-color: rgb(118, 70, 37);
  }

  /* 第四幕 */

  #testimonial .box-wrap {
    position: relative;
  }

  #testimonial .box-wrap .testimonial-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 252px;
    height: 207px;
    background-repeat: no-repeat;
    background-image: url(./img/testimonial.png);
    z-index: -1;
  }

  #testimonial .testimonial-title {
    position: relative;
    /* width: max-content; */
    padding: 50px 0 100px;
    z-index: 1;
  }
  #testimonial .testimonial-title p small{
    font-size: 0.6em;
    color: #999999;
  }
  #testimonial .box-wrap-content::before,
  #testimonial .box-wrap-content::after {
    content: "Part Four";
    display: block;
  }


  #testimonial .box-wrap-content::before {
    left: 0;
  }

  #testimonial .box-wrap-content::after {
    right: 0;
  }

  @media (max-width: 767px) {
    #testimonial .box-wrap-content::before {
      left: -15px;
    }

    #testimonial .box-wrap-content::after {
      right: -15px;
    }
  }

  #testimonial .box-wrap-textBox {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  @media (max-width: 1199px) {
    #testimonial .box-wrap-textBox {
      display: block;
    }
  }

  #testimonial .box-wrap-text {
    box-sizing: border-box;
    border: 1px solid rgb(145, 107, 81);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
  }

  #testimonial .box-wrap-textBox-bigSquare {
    width: calc(33.3333% - 30px);
    flex: 0 0 calc(33.3333% - 30px);
    margin: 0 15px;
  }

  @media (max-width: 1199px) {
    #testimonial .box-wrap-textBox-bigSquare {
      width: calc(100% - 30px);
    }
  }

  #testimonial .box-wrap-text {
    background-repeat: no-repeat;
    background-image: url(../img/testimonialBG.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  #testimonial .box-wrap-text {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  #testimonial .box-wrap-text img {
    width: 100%;
  }

  #testimonial .box-wrap-text p {
    line-height: 1.55em;
    text-align: left;
  }

  #testimonial .box-wrap-articleBox {
    text-align: center;
    margin-top: 45px;
    color: #764625;
  }

  #testimonial .articleName {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #testimonial .box-wrap-articleBox p {
    margin-bottom: 10px;
    text-align: center;
  }

  /* 页脚 */
  .banner-bottom-logo-left {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
    background: rgba(239, 239, 239);
  }

  @media (max-width: 992px) {
    .banner-bottom-logo-left {
      width: 100%;
      padding: 0 20px;
    }
  }

  .banner-bottom-logo>a {
    display: flex;
    align-items: center;
  }

  .banner-bottom-logo-left-img {
    height: 55px;
  }

  .banner-bottom-logo-left>a {
    cursor: pointer;
  }

  .banner-bottom-logo-left-img {
    height: 60px;
  }

  .banner-bottom-logo-right-img {
    height: 30px;
  }

  .banner-bottom-logo-right-img:nth-of-type(1) {
    margin-right: 10px;
  }

  @media (max-width: 1600px) {
    #storyBox .box-wrap-contentTitle {
      height: 120px;
      font-size: 1.5em;
    }
  }

  @media (max-width: 1400px) {

    #storyBox .box-wrap-text {
      padding: 20px;
    }

    #storyBox .box-wrap-textContent {
      margin-top: 35px;
    }

  }

  @media (max-width: 1199px) {
    .firstScreen {
      display: flex;
      flex-direction: column-reverse;
    }

    .firstScreenleft,
    .firstScreenright {
      height: 50%;
    }

    .firstScreen {
      position: relative;
      z-index: 0;
    }

    .firstScreenleft,
    .firstScreenright {
      height: calc(100% - 20px);
      position: absolute;
      margin: 10px 20px;
      width: calc(100% - 40px);
    }

    .firstScreenleft {
      z-index: 2;
    }

    .firstScreenright {
      z-index: 0;
    }

    .mask {
      z-index: 1;
    }

  }

  @media (max-width: 1199px) {
    #storyBox .box-wrap-textBox {
      display: block;
    }

    #storyBox .box-wrap-text {
      padding: 15px;
    }

    #storyBox .box-wrap-contentTitle {
      height: 70px;
    }

    #storyBox .storyTitle {
      padding: 30px 0 50px;
    }
  }

  @media (max-width: 767px) {
    .box-wrap h3 {
      margin: 10px 0;
      font-size: 1.25em;
    }

    #beginPointBox {
      background-position: center 45%;
      background-size: 50%;
    }

    #beginPointBox .box-wrap-textBox {
      padding: 0;
      line-clamp: 10;
      -webkit-line-clamp: 10;
    }

    #historyBox {
      background-position: center 15%;
      background-size: 50%;
    }

    /*   #historyBox .box-wrap-textBox {
    padding: 0;
    overflow: hidden;
    line-clamp: 10;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  } */

    #historyBox .show-more-btn {
      display: block;
    }

    #storyBox .box-wrap-contentTitle {
      font-size: 1.35em;
      height: auto;
    }

    #storyBox .box-wrap-text>img {
      width: 30px;
    }

    #storyBox .box-wrap-textContent {
      margin-top: 20px;
    }

    #storyBox .box-wrap-textBox {
      width: 100%;
    }

    #testimonial .box-wrap-textBox-bigSquare {
      width: 100%;
      margin: 0;
    }

    #testimonial .testimonial-title {
      margin: 0;
      padding: 30px 0;
    }

    #testimonial .box-wrap-text {
      padding: 15px;
    }

    #testimonial .box-wrap::before {
      left: 35%;
      top: 45%;
    }

    #testimonial .box-wrap-textBox {
      width: 100%;
      position: relative;
      z-index: 4;
    }

    #testimonial .box-wrap::after {
      left: 50%;
      top: 45%;
    }

    .banner-bottom-logo-right-img {
      height: 40px;
    }
  }

  /* Timline Route */

  .timeline-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 1400px;
    margin-top: 70px;
  }

  .timeline-box.more {
    height: auto;
  }

  .timeline-box .ground-route {
    position: absolute;
    width: 100%;
  }

  .timeline-box .ground-route svg.svgPc {
    display: block;
    margin: 0 auto;
  }

  .timeline-box .ground-route svg.svgMb {
    display: none;
  }

  @media (max-width: 1199px) {
    .timeline-box .ground-route svg.svgPc {
      margin: 0;
      display: none;
    }

    .timeline-box .ground-route svg.svgMb {
      display: block;
      margin-left: 25px;
    }
  }

  .timeline-box .rise-route {
    position: absolute;
    width: 100%;
  }

  .timeline-box .rise-route svg.svgPc {
    margin: 0 auto;
    display: block;
  }

  .timeline-box .rise-route svg.svgMb {
    display: none;
  }

  @media (max-width: 1199px) {
    .timeline-box .rise-route svg.svgPc {
      margin: 0;
      display: none;
    }

    .timeline-box .rise-route svg.svgMb {
      display: block;
      margin-left: 25px;
    }
  }

  .route-item {
    position: relative;
    z-index: 2;
  }

  @media (max-width: 767px) {
    .route-item {
      margin-bottom: 30px;
    }
  }

  .route-item.item23 {
    margin-bottom: 100px;
  }

  .route-item:hover {
    z-index: 4;
  }

  .section-title {
    position: absolute;
    left: 20px;
  }

  @media (min-width: 1800px) {
    .section-title {
      left: 5%;
    }
  }

  @media (min-width: 1400px) {
    .section-title {
      left: 2%;
    }
  }

  @media (max-width: 1199px) {
    .section-title {
      position: relative;
      left: 200px;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 767px) {
    .section-title {
      position: relative;
      left: 50px;
      margin-bottom: 30px;
    }
  }

  .section-title h2 {
    margin-bottom: 0;
    color: #DDAB54;
    letter-spacing: unset;
    background-image: none;
    text-transform: uppercase;
  }

  .section-title p {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    max-width: 500px;
  }

  .side-quote {
    position: absolute;
    top: -5%;
    right: 10%;
    width: 400px;
  }

  .item1 .side-quote {
    right: 5%;
  }

  .side-quote h3 {
    color: #764625;
  }

  @media (max-width: 1800px) {
    .side-quote {
      width: 350px;
      right: 2% !important;
    }

    .section-title p {
      max-width: 350px;
    }
  }

  @media (max-width: 1440px) {
    .side-quote {
      width: 260px;
    }

    .side-quote h3 {
      font-size: 1.1em;
    }

    .section-title {
      max-width: 260px;
    }
  }

  @media (max-width: 1280px) {
    .side-quote {
      width: 200px;
    }

    .item19 .side-quote {
      width: 230px;
    }

    .side-quote h3 {
      font-size: 1em;
    }

    .section-title {
      max-width: 200px;
    }
  }

  @media (max-width: 1199px) {
    .side-quote {
      position: relative;
      bottom: unset;
      right: unset;
      left: 200px;
      width: 350px;
      margin: 50px 20px;
    }
  }

  @media (max-width: 767px) {
    .side-quote {
      position: relative;
      bottom: unset;
      right: unset;
      left: 30px;
      width: 300px;
      margin: 0 20px 30px;
    }
  }

  .side-quote.quote-left {
    right: unset;
    left: 60px;
    top: 0;
  }

  .item20 .side-quote.quote-left {
    top: 180px;
  }

  @media (max-width: 1400px) {
    .item20 .side-quote.quote-left {
      top: 300px;
    }

    .item20 .side-quote{
      width: 300px;
    }
  }

  @media (max-width: 1199px) {
    .item20 .side-quote.quote-left {
      top: 0;
    }
  }

  @media (max-width: 1199px) {
    .side-quote.quote-left {
      position: relative;
      bottom: unset;
      right: unset;
      left: 200px;
      width: 400px;
      margin: 50px 30px;
    }
  }

  @media (max-width: 767px) {
    .side-quote.quote-left {
      position: relative;
      bottom: unset;
      right: unset;
      left: 30px;
      width: 300px;
      margin: 0 20px 30px;
    }
  }

  .side-quote::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
    left: -10%;
    background-image: url('https://www.huawei.com/minisite/huaweitech-100th-issue-celebration/img/quotation.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }

  .route-item-content {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
  }

  .route-item-content.sp-item {
    z-index: 2;
  }

  @media (max-width: 767px) {
    .route-item-content {
      display: block;
      margin-bottom: 0;
    }

  }

  .route-item-content .imgText {
    font-size: 0.875em;
    color: rgb(118, 70, 37);
  }

  .route-item-content .imgText span {
    display: block;
  }

  .route-item-content .imgText span:first-of-type {
    font-weight: bold;
  }

  .item1 .route-item-content {
    right: 10px;
  }

  .item2 .route-item-content {
    right: 95px;
  }

  .item3 .route-item-content {
    right: -69px;
  }

  .item4 .route-item-content {
    right: 55px;
  }

  .item5 .route-item-content {
    right: 23px;
  }

  .item6 .route-item-content {
    right: 18px;
  }

  .item7 .route-item-content {
    right: -49px;
  }

  .item8 .route-item-content {
    right: 69px;
  }

  .item9 .route-item-content {
    right: 22px;
  }

  .item10 .route-item-content {
    right: 56px;
  }

  .item11 .route-item-content {
    right: 29px;
  }

  .item12 .route-item-content {
    right: 12px;
  }

  .item13 .route-item-content {
    right: -8px;
  }

  .item14 .route-item-content {
    right: -23px;
  }

  .item15 .route-item-content {
    right: 20px;
  }

  .item16 .route-item-content {
    right: 27px;
  }

  .item17 .route-item-content {
    right: 68px;
  }

  .item18 .route-item-content {
    right: 80px;
  }

  .item19 .route-item-content {
    right: 75px;
  }

  .item20 .route-item-content {
    right: 46px;
  }

  .item21 .route-item-content {
    right: 74px;
  }

  .item22 .route-item-content {
    right: 83px;
  }

  .item23 .route-item-content {
    right: -31px;
  }

  @media (max-width: 1199px) {

    .item1 .route-item-content {
      right: 0;
    }

    .item2 .route-item-content {
      right: 0;
    }

    .item3 .route-item-content {
      right: 0;
    }

    .item4 .route-item-content {
      right: 0;
    }

    .item5 .route-item-content {
      right: 0;
    }

    .item6 .route-item-content {
      right: 0;
    }

    .item7 .route-item-content {
      right: 0;
    }

    .item8 .route-item-content {
      right: 0;
    }

    .item9 .route-item-content {
      right: 0;
    }

    .item10 .route-item-content {
      right: 0;
    }

    .item11 .route-item-content {
      right: 0;
    }

    .item12 .route-item-content {
      right: 0;
    }

    .item13 .route-item-content {
      right: 0;
    }

    .item14 .route-item-content {
      right: 0;
    }

    .item15 .route-item-content {
      right: 0;
    }

    .item16 .route-item-content {
      right: 0;
    }

    .item17 .route-item-content {
      right: 0;
    }

    .item18 .route-item-content {
      right: 0;
    }

    .item19 .route-item-content {
      right: 0;
    }

    .item20 .route-item-content {
      right: 0;
    }

    .item21 .route-item-content {
      right: 0;
    }

    .item22 .route-item-content {
      right: 0;
    }

    .item23 .route-item-content {
      right: 0;
    }
  }

  .route-item-left {
    width: 50%;
    display: flex;
    justify-content: end;
    padding: 0 20px 10px;
  }

  @media (max-width: 1199px) {
    .route-item-left {
      justify-content: start;
      width: 200px;
      margin-left: 30px;
    }

    .route-item-left::before {
      content: " ";
      display: block;
      width: 18px;
      height: 18px;
      border: 4px solid #C7000B;
      border-radius: 50%;
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      left: 17px;
      top: 3px;
    }
  }

  .sp-item.route-item-content .route-item-left::before {
    display: none;
  }

  @media (max-width: 767px) {
    .route-item-left {
      justify-content: start;
      width: calc(100% - 70px);
      margin-left: 30px;
    }
  }

  .route-item-left .route-text-box {
    width: 300px;
    text-align: right;
  }

  @media (max-width: 1199px) {
    .route-item-left .route-text-box {
      text-align: left;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .route-item-left .route-text-box p {
      margin-bottom: 0;
    }
  }

  .route-item-left .route-text-box h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .route-item-right {
    width: 50%;
    position: relative;
    padding: 0 20px 10px;
    display: flex;
  }

  @media (max-width: 1199px) {
    .route-item-right {
      width: calc(100% - 200px);
    }
  }

  @media (max-width: 767px) {
    .route-item-right {
      width: calc(100% - 70px);
      margin-left: 30px;
      display: block;
      padding: 0 20px 0;
    }
  }

  .route-item-right .route-text-box {
    width: 200px;
    padding-right: 10px;
  }

  .route-item-right .route-text-box p>span {
    color: #764625;
  }

  @media (max-width: 767px) {
    .route-item-right .route-text-box {
      width: 100%;
      padding: 10px 0 0;
    }

    .route-item-content.sp-item .route-item-right .route-text-box {
      padding: 0;
    }
  }

  .route-item-right .route-item-right-img-box {
    width: 320px;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    position: relative;
    height: 155px;
    z-index: 2;
  }

  @media (max-width: 1199px) {
    .route-item-right .route-item-right-img-box {
      width: calc(100% - 200px);
      height: auto;
    }
  }

  @media (max-width: 767px) {
    .route-item-right .route-item-right-img-box {
      width: 100%;
    }
  }

  .route-item-right .route-item-right-img-box .imgContent {
    width: calc(33.3333% - 17px);
    flex: 0 0 calc(33.3333% - 17px);
    background: rgba(193, 173, 149, 0.5);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms;
    position: absolute;
    top: 0;
    z-index: 80;
    backdrop-filter: blur(10px);
  }

  .route-item-right .route-item-right-img-box .imgContent.imgSpread {
    width: calc(66.6666% - 17px);
    flex: 0 0 calc(66.6666% - 17px);
  }

  @media (max-width: 1199px) {
    .route-item-right .route-item-right-img-box .imgContent {
      width: calc(50% - 20px);
      flex: 0 0 calc(50% - 20px);
      position: relative;
      height: auto;
      margin-bottom: 10px;
    }

    .route-item-right .route-item-right-img-box .imgContent.imgSpread {
      width: calc(100% - 20px);
      flex: 0 0 calc(100% - 20px);
    }

  }

  @media (max-width: 767px) {
    .route-item-right .route-item-right-img-box .imgContent {
      width: calc(33.3333% - 20px);
      flex: 0 0 calc(33.3333% - 20px);
      position: relative;
      height: auto;
      margin-bottom: 5px;
    }

    .route-item-right .route-item-right-img-box .imgContent.imgSpread {
      width: calc(66.6666% - 20px);
      flex: 0 0 calc(66.6666% - 20px);
    }

  }

  @media (min-width: 1199px) {
    .route-item-right .route-item-right-img-box .imgContent:hover {
      width: 60%;
      flex: 60%;
      z-index: 100;
    }

    .route-item-right .route-item-right-img-box .imgContent.imgSpread:hover {
      width: 95%;
      flex: 95%;
      z-index: 100;
    }

    .route-item-right .route-item-right-img-box .imgContent:nth-child(1) {
      left: 0;
    }

    .route-item-right .route-item-right-img-box .imgContent:nth-child(2) {
      left: 106px;
    }

    .route-item-right .route-item-right-img-box .imgContent.imgSpreadSp {
      left: 212px;
    }

    .route-item-right .route-item-right-img-box .imgContent:nth-child(3) {
      left: 212px;
    }
  }


  /* .route-item-right .route-item-right-img-box .imgContent:hover{
	width: calc(100% - 15px);
	flex: 0 0 calc(100% - 15px);
  position: absolute;
  z-index: 100;
} */

  .route-item-right .route-item-right-img-box .imgContent img {
    width: 100%;
    border-radius: 3px;
  }

  .route-item-right::before {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #C7000B;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    background: rgba(255, 255, 255, 0.8);
  }

  @media (max-width: 1199px) {
    .route-item-right::before {
      content: " ";
      border: 0;
      border-radius: 0;
      width: 2px;
      height: 100%;
      left: -1px;
      background: linear-gradient(to bottom, rgba(118, 70, 37, 0.5), rgba(118, 70, 37, 0) 60%);
    }
  }

  @media (max-width: 767px) {
    .route-item-right::before {
      content: " ";
      border: 0;
      border-radius: 0;
      width: 100%;
      height: 1px;
      left: -1px;
      background: linear-gradient(to left, rgba(118, 70, 37, 0.5), rgba(118, 70, 37, 0));
    }
  }

  .sp-item.route-item-content .route-item-right::before {
    display: none;
  }
  .left-img {
    float: left;
    margin: 10px 20px 0 0;
    padding: 0;}