.q6 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: calc(-0.037em + 0.526px);
  --nav-height:79px;
}

.q6 *,
.q6 *:before,
.q6 *:after {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.q6 *:focus,
.q6 *:active {
  outline: none;
}

.q6 a {
  color: inherit;
}

.q6 video,
.q6 picture,
.q6 img {
  width: 100%;
  display: block;
}

.q6 h2,
.q6 h3,
.q6 h4 {
  line-height: 1.25;
  font-weight: 700;
}

.q6 .blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

.q6 .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.q6 .lazyload:not([src]) {
  display: none;
}

.q6 .is-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.q6 .opacity-non {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .opacity-non {
    display: inline;
  }
}

.q6 .nowrap {
  white-space: nowrap;
}

.q6 .common-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.q6 .col-1,
.q6 .col-2,
.q6 .col-3,
.q6 .col-4,
.q6 .col-5,
.q6 .col-6,
.q6 .col-7,
.q6 .col-8,
.q6 .col-9,
.q6 .col-10,
.q6 .col-11,
.q6 .col-12,
.q6 .col,
.q6 .col-auto,
.q6 .col-mob-1,
.q6 .col-mob-2,
.q6 .col-mob-3,
.q6 .col-mob-4,
.q6 .col-mob-5,
.q6 .col-mob-6,
.q6 .col-mob-7,
.q6 .col-mob-8,
.q6 .col-mob-9,
.q6 .col-mob-10,
.q6 .col-mob-11,
.q6 .col-mob-12,
.q6 .col-mob,
.q6 .col-mob-auto {
  position: relative;
  width: 100%;
}

.q6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.q6 .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.q6 .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.q6 .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.q6 .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.q6 .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.q6 .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.q6 .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.q6 .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.q6 .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.q6 .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.q6 .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.q6 .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.q6 .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .col-mob {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .q6 .col-mob-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .q6 .col-mob-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .q6 .col-mob-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .q6 .col-mob-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .q6 .col-mob-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .q6 .col-mob-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .q6 .col-mob-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .q6 .col-mob-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .q6 .col-mob-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .q6 .col-mob-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .q6 .col-mob-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .q6 .col-mob-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .q6 .col-mob-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.q6 sub,
.q6 sup {
  line-height: 0;
  font-size: 64%;
}

.q6 sub.yes-click,
.q6 sup.yes-click {
  cursor: pointer;
}

.q6 .last-notes {
  position: relative;
  padding-bottom: 120px;
}

.q6 .last-notes .last-notes-container {
  position: relative;
  width: 81.92708vw;
  margin: 0 auto;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .last-notes .last-notes-container {
    width: 91.66667vw;
    padding: 0;
  }
}

.q6 .last-notes .last-notes-container .notes-list {
  list-style: decimal;
  margin: 0;
  padding-left: 1.25vw;
  font-size: 0.625vw;
  line-height: 1.6;
  font-weight: 400;
  color: #7f7f7f;
}
.q6 .last-notes .last-notes-container .notes-list .nowrap{
  display: inline-block;
}

@media screen and (max-width: 1773px) {
  .q6 .last-notes .last-notes-container .notes-list {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .last-notes .last-notes-container .notes-list {
    padding-left: 5.27778vw;
    font-size: 3.05556vw;
  }
}

.q6 .last-notes .last-notes-container .notes-list>li.current {
  color: #000;
}

.q6 .last-notes .last-notes-container .notes-list>li i {
  font-weight: normal;
  white-space: pre-wrap;
  word-break: break-all;
}

.q6 .last-notes .last-notes-container .notes-list>li a {
  color: #61aefc;
  word-wrap: break-word;
  word-break: break-all;
}

.q6 .last-notes .last-notes-container .notes-list .last,
.q6 .last-notes .last-notes-container .notes-list .last2 {
  position: relative;
  list-style: none;
}

.q6 .last-notes .last-notes-container .notes-list .last::before,
.q6 .last-notes .last-notes-container .notes-list .last2::before {
  content: "*";
  position: absolute;
  top: 0.15625vw;
  left: -0.78125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {

  .q6 .last-notes .last-notes-container .notes-list .last::before,
  .q6 .last-notes .last-notes-container .notes-list .last2::before {
    top: 0.55556vw;
    left: -4.16667vw;
  }
}

.q6 .last-notes .last-notes-container .notes-list .last2::before {
  content: "**";
}

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

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

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

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

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

.q6 .hidden {
  display: none !important;
}

.q6 .is-scroll {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0, 0.6, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
  will-change: transform;
}

@media screen and (max-width: 1365px),
screen and (max-aspect-ratio: 1 / 1),
screen and (max-width: 1366px) and (min-height: 800px) {
  .q6 .is-scroll {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .is-scroll {
    -webkit-transition: none;
    transition: none;
  }
}

.q6 .is-opacity {
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
}

.q6 .is-toggle {
  opacity: 0;
  z-index: -999 !important;
}

.q6 .is-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

.q6 .common-spacing {
  height: 10.41667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-spacing {
    height: 27.77778vw;
  }
}

.q6 .common-spacing.top {
  height: calc(10.41667vw - 76px);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-spacing.top {
    height: 27.77778vw;
  }
}

.q6 .common-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.q6 .common-container {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  width: 91.66667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-container {
    width: 91.66667vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-summary {
    width: 91.66667vw;
    margin: 0 auto;
  }
}

.q6 .common-pb10 {
  margin-bottom: 0.52083vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb10 {
    margin-bottom: 1.38889vw;
  }
}

.q6 .common-pb20 {
  margin-bottom: 1.04167vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb20 {
    margin-bottom: 2.77778vw;
  }
}

.q6 .common-pb30 {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb30 {
    margin-bottom: 4.16667vw;
  }
}

.q6 .common-pb40 {
  margin-bottom: 2.08333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb40 {
    margin-bottom: 5.55556vw;
  }
}

.q6 .common-pb50 {
  margin-bottom: 2.60417vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb50 {
    margin-bottom: 6.94444vw;
  }
}

.q6 .common-pb60 {
  margin-bottom: 3.125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-pb60 {
    margin-bottom: 8.33333vw;
  }
}

.q6 .common-sub-title {
  padding-bottom: 1.666667vw;
  font-size: 1.66667vw;
  line-height: 1.25;
  font-weight: 700;
  color: #c68e5c;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-sub-title {
    padding-bottom: 2.77778vw;
    width: 100%;
    font-size: 4.44444vw;
  }
}

.q6 .common-title {
  position: relative;
  font-size: 3.333334vw;
  line-height: 1.25;
  font-weight: 700;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-title {
    width: 100%;
    font-size: 8.88889vw;
  }
}

.q6 .common-title.common-title2 {
  font-size: 2.5vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-title.common-title2 {
    font-size: 8.88889vw;
  }
}

.q6 .common-desc {
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-desc {
    width: 100%;
    font-size: 4.44444vw;
  }
}

.q6 .common-gradient-text {
  font-size: 4.166667vw;
  display: inline-block;
  color: #ba7537;
  font-weight: 800;
  background: linear-gradient(270deg, #ba7537 0%, #d4ad89 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 2.083333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-gradient-text {
    font-size: 8.8888889vw;
    margin-bottom: 2.7777778vw;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .common-gradient-text {
    background: transparent;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .common-gradient-text {
    background: transparent;
  }
}

.q6 .common-more-btn {
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 1.6;
  color: #1f71ff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-more-btn {
    font-size: 3.88889vw;
  }
}

.q6 .common-more-btn2 {
  display: inline-block;
  font-size: 0.83333vw;
  font-weight: 500;
  color: #171717;
  line-height: 3.02083vw;
  height: 3.02083vw;
  border: 1px solid #707070;
  border-radius: 4.6875vw;
  padding: 0 1.25vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .common-more-btn2 {
    font-size: 2.77778vw;
    line-height: 10.97222vw;
    height: 10.97222vw;
    border-radius: 12.5vw;
    padding: 0 5.55556vw;
  }
}

.q6 .common-more-btn2.white-font {
  color: #fff;
}

.q6 .cf:before,
.q6 .cf:after {
  content: " ";
  display: table;
}

.q6 .cf:after {
  clear: both;
}

.q6 .cf {
  zoom: 1;
}

.q6 .text-left {
  text-align: left !important;
}

.q6 .text-right {
  text-align: right !important;
}

.q6 .text-center {
  text-align: center !important;
}

.q6 #trigger-block {
  position: relative;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .show-pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .q6 .hide-pad {
    display: none !important;
  }
}

.q6 .show-pad {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .q6 .show-pad {
    display: block !important;
  }
}

.q6 .show-mob {
  display: none !important;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .show-mob {
    display: block !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .hidden-ie {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .hidden-ie {
    display: none !important;
  }
}

.q6 .show-ie {
  display: none !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .show-ie {
    display: block !important;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .show-ie {
    display: block !important;
  }
}

/* -------------- common end -------------- */
.q6 {
  color: #000;
  background-color: #f5f5f7;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 {
    overflow: hidden;
  }
}

.q6 .q6-large-title {
  padding-bottom: 4.16667vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-large-title {
    padding-bottom: 11.11111vw;
    font-size: 4.44444vw;
  }

  .q6 .q6-sec2 .q6-large-title {
    font-size: 8.888889vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-common-overlay {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 21.11111vw;
  }

  .q6 .q6-common-overlay img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.q6 .q6-sec1 {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-img {
    width: 100%;
  }
}

.q6 .q6-sec1 .q6-sec1-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-left: 52.916667vw;
  padding-top: 15.833333vw;
  text-align: center;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-summary {
    text-align: center;
    padding-left: 0;
    padding-top: 11.66667vw;
  }
}

.q6 .q6-sec1 .q6-sec1-summary .q6-sec1-summary-container {
  margin: 0 auto;
}


.q6 .q6-sec1 .q6-sec1-summary .q6-sec1-slogan {
  width: 25.46875vw;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-summary .q6-sec1-slogan {
    width: 62.5vw;
  }
}

.q6 .q6-sec1 .q6-sec1-summary .q6-sec1-slogan img {
  flex-shrink: 0;
}

.q6 .q6-sec1 .q6-sec1-summary .q6-sec1-slogan .slogan-2 {
  width: 3.75vw;
  margin-top: 0.3125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-summary .q6-sec1-slogan .slogan-2 {
    width: 11.11111vw;
    margin-top: 1.944445vw;
  }
}

.q6 .q6-sec1 .q6-sec1-summary .q6-sec1-title {
  display: inline-block;
  text-align: center;
  font-size: 3.645833vw;
  margin-top: 2.083333vw;
  letter-spacing: 0.104167vw;
  font-weight: 400;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-summary .q6-sec1-title {
    font-size: 7.5vw;
    margin-top: 4.5833334vw;
    letter-spacing: 0.1388889vw;
  }
}

.q6 .q6-sec1 .q6-sec1-desc {
  font-size: 1.25vw;
  font-weight: 400;
  margin-top: 4.166667vw;
  width: 100%;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-desc {
    font-size: 3.333333vw;
    margin-top: 6.38888889vw;
  }
}

.q6 .q6-sec1 .q6-sec1-os-btn {
  z-index: 5;
  position: absolute;
  right: 5.20833vw;
  bottom: 4.16667vw;
  width: 10.15625vw;
  height: 3.125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec1 .q6-sec1-os-btn {
    right: 62.5vw;
    bottom: 6.94444vw;
    width: 27.08333vw;
    height: 8.33333vw;
  }
}

.q6 .q6-sec1 .q6-sec1-os-btn svg {
  width: 100%;
  height: 100%;
}


.q6 .q6-video-wrap{
  position: relative;
}


.q6 .q6-video-wrap .router-section2-play{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 1.66vw;
  line-height: 1.6;
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: auto;
  top: auto;
  z-index: 5;
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-video-wrap .router-section2-play{
    font-size: 3.66vw;
  }
}

.q6-video-wrap .router-section2-play img{
  width: 3.17708333333vw;
  margin-left: 1.3541666666vw;
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6-video-wrap .router-section2-play img{
    
  }
}



.q6-sec2 .q6-sec2-title {
  font-size: 4.166667vw;
}
.q6 .q6-sec2 .common-container {
  width: 82.5vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .common-container {
    width: 91.66667vw;
  }
}

.q6 .q6-sec2 .q6-sec2-subtitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 1.5625vw 2.08333vw;
  font-size: 1.25vw;
  line-height: 1.6;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-subtitle {
    padding: 4.44444vw 4.16667vw;
    font-size: 4.44444vw;
    line-height: 1.25;
  }
}

.q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle1 {
  padding: 7.097917vw 3.541667vw;
  font-size: 1.666667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle1 {
    padding: 6.66667vw 4.16667vw;
    font-size: 4.44444vw;
  }
}

.q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle3 {
  padding: 1.5625vw 2.08333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle3 {
    padding: 4.86111vw 4.16667vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle4 {
    padding: 5.833333vw 4.16667vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-subtitle.q6-sec2-subtitle5 {
    padding: 6.66667vw 4.16667vw;
  }
}

.q6 .q6-sec2 .q6-sec2-row {
  position: relative;
  margin: -0.78125vw 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-row {
    margin: -2.08333vw 0;
  }
}

.q6 .q6-sec2 .q6-sec2-col {
  width: 100%;
  padding: 0.78125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col {
    padding: 2.08333vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col1 {
  max-width: 27.5vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5vw;
  flex: 0 0 27.5vw;
  height: 43.22917vw;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col1 {
    height: 43.05556vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col2 {
  max-width: 27.5vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5vw;
  flex: 0 0 27.5vw;
  height: 18.125vw;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col2 {
    height: 62.91667vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col3 {
  max-width: 27.5vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5vw;
  flex: 0 0 27.5vw;
  height: 25.10417vw;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: absolute;
  top: 18.125vw;
  left: 27.5vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col3 {
    position: static;
    height: 62.91667vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 {
  max-width: 27.5vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5vw;
  flex: 0 0 27.5vw;
  height: 21.61458vw;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 2.08333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block {
    width: 52.36111vw;
    padding: 4.58333vw;
    bottom: 2.5vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item {
  position: relative;
  margin: 2.60417vw 0 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item {
    margin: 0;
  }

  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item+.q6-sec2-col4-item {
    margin-top: 8.33333vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item strong {
  padding-bottom: 0.36458vw;
  display: block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item strong {
    padding-bottom: 0.97222vw;
    font-size: 2.77778vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item strong.q6-gray {
  color: rgba(0, 0, 0, 0.4);
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item b {
    font-size: 2.5vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item b.q6-gray {
  color: rgba(0, 0, 0, 0.4);
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar-wrap {
  padding: 0.625vw 0 0.52083vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar-wrap {
    padding: 1.66667vw 0 1.38889vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar {
  display: block;
  width: 13.80208vw;
  line-height: 1;
  height: 0.41667vw;
  overflow: hidden;
  border-radius: 0.20833vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #8ad6e8), color-stop(90%, #14e3bb));
  background: linear-gradient(to right, #8ad6e8 5%, #14e3bb 90%);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar {
    width: 28.75vw;
    height: 0.83333vw;
    border-radius: 0.41667vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar.q6-gray {
  width: 6.14583vw;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col4 .q6-sec2-col4-block .q6-sec2-col4-item .q6-sec2-col4-item-bar.q6-gray {
    width: 12.77778vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 {
  max-width: 27.5vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5vw;
  flex: 0 0 27.5vw;
  height: 21.61458vw;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  position: absolute;
  top: 21.61458vw;
  right: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 {
    position: static;
    height: 43.05556vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 19.84375vw;
  margin: 0 auto;
  padding-bottom: 1.82292vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-items {
    width: 52.91667vw;
    margin-right: 0;
    padding-bottom: 2.77778vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item {
  width: 6.61458vw;
  padding: 0.78125vw 0;
  text-align: center;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item {
    width: 17.63889vw;
    padding: 2.08333vw 0;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item img {
  display: inline-block;
  width: 3.48958vw;
  height: 3.22917vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item img {
    width: 9.30556vw;
    height: 8.61111vw;
  }
}

.q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item .q6-sec2-col5-block-text {
  padding-top: 0.36458vw;
  font-size: 0.83333vw;
  font-weight: 400;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-col.q6-sec2-col5 .q6-sec2-col5-block .q6-sec2-col5-block-item .q6-sec2-col5-block-text {
    padding-top: 0.97222vw;
    font-size: 2.22222vw;
  }
}

.q6 .q6-sec2 .q6-sec2-item {
  position: relative;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 1.5625vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-item {
    border-radius: 2.77778vw;
  }
}

.q6 .q6-sec2 .q6-sec2-item::after {
  content: "";
  position: absolute;
  right: 1.041667vw;
  bottom: 1.04167vw;
  width: 2.1875vw;
  height: 2.1875vw;
  background: #f4f3f3 url(/content/dam/huawei-cbg-site/cn/mkt/pdp/routers/q6/new/img/icon/icon-arrow.svg) center;
  background-size: 2.1875vw 2.1875vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-item::after {
    right: auto;
    left: 2.777778vw;
    bottom: 2.777778vw;
    width: 5.83333vw;
    height: 5.83333vw;
    background-size: 5.83333vw 5.83333vw;
  }
}

.q6 .q6-sec2 .q6-sec2-item:hover::after {
  background-position: top 2.1875vw center;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec2 .q6-sec2-item:hover::after {
    background-position: top 5.83333vw center;
  }
}

.q6 .q6-sec3-1 {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1 {
    margin-bottom: 4.1666667vw;
    padding-bottom: 10.833333vw;
  }
}

.q6 .q6-sec3 .q6-sec3-1 .q6-sec3-summary {
  margin-top: 3.125vw;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}

.q6 .q6-sec3-1 .common-sub-title{
  padding-bottom: 1.041667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-1 .q6-sec3-summary {
    margin-top: 0;
    width: 100%;
    padding: 11.11111vw 4.1666667vw 11.11111vw 8.33333vw;
  }
}

.q6 .q6-sec3 .q6-sec3-1 .q6-sec3-summary .q6-sec3-1-right{
  width: 28.072917vw;
  margin-left: 21.197917vw;
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-1 .q6-sec3-summary .q6-sec3-1-right{
    width:100%;
    margin-left: 0;
  }
}

.q6 .q6-sec3 .common-container .one-router {
  position: absolute;
  top: 15.46875vw;
  left: 12.447917vw;
  width: 20.833333vw;
  z-index: 3;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .common-container .one-router {
    position: relative;
    width: 55.555556vw;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}

.q6 .q6-sec3-1 .q6-sec3-title {
  margin-bottom: 1.40625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1 .q6-sec3-title {
    margin-bottom: 5.5555556vw;
  }
}

.q6 .q6-sec3 .q6-sec3-text2 {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.5625vw;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-text2 {
    font-size: 3.333333vw;
    margin-top: 5.2777778vw;
  }
}
.q6 .q6-sec3 .q6-sec3-block .q6-sec3-text2{
  position: relative;
  z-index: 4;
  margin-top: 3.8vw;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-text2{
    display: none;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-text2{
    display: none;
  }
}

.q6 .q6-sec3-1 .one-router .q6-sec3-circles.q6-sec3-circles2 {
  width: 15.625vw;
  height: 15.625vw;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1 .one-router .q6-sec3-circles.q6-sec3-circles2 {
    top: 40%;
    width: 41.666667vw;
    height: 41.666667vw;
  }
}

.q6 .q6-sec3-1 .right-wrap .q6-sec3-circles.q6-sec3-circles1 {
  top: -0.41458vw;
  left: -5.04167vw;
  width: 21.979167vw;
  height: 21.979167vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1 .right-wrap .q6-sec3-circles.q6-sec3-circles1 {
    top: 0.68542vw;
    left: -11.34167vw;
    width: 54.3055556vw;
    height: 54.3055556vw;
  }
}

.q6 .q6-sec3-1 .right-wrap .q6-sec3-circles.q6-sec3-circles2 {
  top: 0.28542vw;
  left: 3.85833vw;
  width: 21.979167vw;
  height: 21.979167vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1 .right-wrap .q6-sec3-circles.q6-sec3-circles2 {
    top: -1.21458vw;
    left: 8.35833vw;
    width: 62.6388889vw;
    height: 62.63888889vw;
  }
}

.q6 .q6-sec3 .common-container .right-wrap {
  position: absolute;
  margin-top: 15.46875vw;
  margin-left: 51.770833vw;
  width: 20.833333vw;
  display: none;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .common-container .right-wrap {
    display: block;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .common-container .right-wrap {
    position: relative;
    margin: 14.166667vw auto 0;
    width: 55.555556vw;
    height: auto;
    display: block;
  }
}

.q6 .q6-sec3 .common-container {
  height: 45.83333vw;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .common-container {
    height: auto;
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec3 .q6-sec3-animation{
  position: relative;
  height: 41.666667vw;
  margin: 0 auto;
  width: 91.66667vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px),
  (max-aspect-ratio: 1/1) and (max-width: 1024px) {
    .q6 .q6-sec3 .q6-sec3-animation{
      width: 100%;
      height: auto;
    }
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-animation{
    width: 100%;
    height: auto;
  }
}

.q6 .q6-sec3-1.common-container {
  position: absolute;
  top: 0;
  height: 41.666667vw;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 4;
  background-color: transparent;
}
.q6 .q6-sec3-2.common-container{
  position: absolute;
  top: 0;
  height: 41.666667vw;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  will-change: transition;
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1.common-container,
  .q6 .q6-sec3-2.common-container{
    height: auto;
    position: static;
    background-color: #fff;
  }
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3-1.common-container,
  .q6 .q6-sec3-2.common-container{
    position: static;
    background-color: #fff;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-1.common-container {
    height: auto;
    border-radius: 5.55556vw;
  }
}
.q6 .q6-sec3-2.common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-2.common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec3 .q6-sec3-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 26.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}
.q6 .q6-sec3 .q6-sec3-summary2{
  opacity: 0;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-summary2{
    opacity: 1;
  }
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-summary {
    position: static;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
    opacity: 1;
  }
}

.q6 .q6-sec3 .q6-sec3-block {
  position: relative;
  margin-top: 1.27083vw;
  margin-left: 35.10417vw;
  width: 51.35417vw;
  height: 31.45833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {

  .q6 .q6-sec3 .q6-sec3-block picture,
  .q6 .q6-sec3 .q6-sec3-block img {
    height: 56.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-block .q6-sec3-text {
  font-size: 0.83333vw;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-text {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-text {
    font-size: 3.33333vw;
    padding-top: 8.33333vw;
    opacity: 1;
  }
}
.q6 .q6-sec3 .q6-sec3-block .q6-sec3-swiper {
  transform: translateY(9.6vw) scale(0.78);
  -webkit-transform: translateY(9.6vw) scale(0.78);
  -moz-transform: translateY(9.6vw) scale(0.78);
  -ms-transform: translateY(9.6vw) scale(0.78);
  -o-transform: translateY(9.6vw) scale(0.78);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-swiper {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
  }
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block .q6-sec3-swiper {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
}
}

.q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination {
  top: calc(100% + 2.60417vw);
  left: 50%;
  width: 21.875vw;
  height: 4.16667vw;
  background-color: #f5f5f7;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  will-change: transition;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination {
    position: relative;
    top: 0;
    margin-top: 5.55556vw;
    margin-bottom: 11.11111vw;
    width: 58.33333vw;
    height: 11.11111vw;
    border-radius: 5.55556vw;
    opacity: 1;
  }
}

.q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination .swiper-pagination-bullet {
  width: 7.29167vw;
  height: 4.16667vw;
  opacity: 1;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #f5f5f7;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.25vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination .swiper-pagination-bullet {
    width: 19.44444vw;
    height: 11.11111vw;
    font-size: 3.33333vw;
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  color: #ffffff;
}

.q6 .q6-sec3 .q6-sec3-block .sec3-swiper-pagination .swiper-pagination-bullet b {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@-webkit-keyframes circleWave {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circleWave {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.q6 .q6-sec3 .q6-sec3-circles {
  z-index: 5;
  position: absolute;
}

.q6 .q6-sec3 .q6-sec3-circles::before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.67708vw;
  height: 0.67708vw;
  background-color: #358ef5;
  border: 0.10417vw solid #fff;
  border-radius: 100%;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles::before {
    width: 1.38889vw;
    height: 1.38889vw;
    border: 0.27778vw solid #fff;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles1 {
  top: 1.68542vw;
  left: 6.55833vw;
  width: 27.08333vw;
  height: 27.08333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles1 {
    top: 0.87778vw;
    left: 9.74444vw;
    width: 51.80556vw;
    height: 51.80556vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles2 {
  top: 0.40833vw;
  left: 17.65208vw;
  width: 31.25vw;
  height: 31.25vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles2 {
    top: -1.66667vw;
    left: 29.16667vw;
    width: 59.86111vw;
    height: 59.86111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles3 {
  top: 3.90625vw;
  left: 10.26042vw;
  width: 15.625vw;
  height: 15.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles3 {
    top: 3.05556vw;
    left: 13.88889vw;
    width: 36.11111vw;
    height: 36.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles4 {
  top: 2.34375vw;
  left: 28.90625vw;
  width: 18.69792vw;
  height: 18.69792vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles4 {
    top: 14.16667vw;
    left: 27.5vw;
    width: 40.27778vw;
    height: 40.27778vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles5 {
  top: 11.45833vw;
  left: 18.95833vw;
  width: 15.625vw;
  height: 15.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles5 {
    top: 3.05556vw;
    left: 50.27778vw;
    width: 36.11111vw;
    height: 36.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles6 {
  top: 1.19792vw;
  left: 15.52083vw;
  width: 15.625vw;
  height: 15.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles6 {
    top: -2.22222vw;
    left: 23.33333vw;
    width: 36.11111vw;
    height: 36.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles7 {
  top: 5.41667vw;
  left: 22.76042vw;
  width: 15.625vw;
  height: 15.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles7 {
    top: 5.83333vw;
    left: 36.38889vw;
    width: 36.11111vw;
    height: 36.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles8 {
  top: 11.66667vw;
  left: 12.23958vw;
  width: 18.69792vw;
  height: 18.69792vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles8 {
    top: 17.22222vw;
    left: 18.19444vw;
    width: 40.27778vw;
    height: 40.27778vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles9 {
  top: 13.69792vw;
  left: 25.10417vw;
  width: 15.625vw;
  height: 15.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec3-circles.q6-sec3-circles9 {
    top: 20.55556vw;
    left: 40.55556vw;
    width: 36.11111vw;
    height: 36.11111vw;
  }
}

.q6 .q6-sec3 .q6-sec3-circle {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(#1370fc, #e3f2ff);
}

.q6 .q6-sec3 .q6-sec3-circle.wave1 {
  -webkit-animation: circleWave 3s ease-in-out infinite 0.1s;
  animation: circleWave 3s ease-in-out infinite 0.1s;
}

.q6 .q6-sec4 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 {
    padding-top: 4.1666667vw;
  }
}

.q6 .q6-sec4 .common-container {
  height: 45.83333vw;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 .common-container {
    height: auto;
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec4 .q6-sec4-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 25.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
  opacity: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 .q6-sec4-summary {
    position: static;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
    opacity: 1;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec4 .q6-sec4-summary {
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec4 .q6-sec4-summary {
    opacity: 1;
  }
}

.q6 .q6-sec4 .q6-sec4-video {
  overflow: hidden;
  z-index: 3;
  position: relative;
  height: 45.83333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 .q6-sec4-video {
    height: 72.63889vw;
    margin-bottom: 13.88889vw;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec4 .q6-sec4-video {
    -webkit-transform: scale(0.65) translateX(28%);
    transform: scale(0.65) translateX(28%);
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec4 .q6-sec4-video {
    -webkit-transform: scale(0.65) translateX(28%);
    transform: scale(0.65) translateX(28%);
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 .q6-sec4-video video {
    padding: 1.38889vw;
  }
}

.q6 .q6-sec4 .q6-sec4-video .q6-sec4-img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec4 .q6-sec4-video .q6-sec4-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec4 .q6-sec4-video .q6-sec4-img {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec4 .q6-sec4-video .q6-sec4-img {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec4 .q6-sec4-video .q6-sec4-img2 {
    padding: 1.04167vw;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec4 .q6-sec4-video .q6-sec4-img2 {
    padding: 1.04167vw;
  }
}

.q6 .q6-sec5 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 {
    padding-top: 4.1666666vw;
  }
}

.q6 .q6-sec5 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .common-container {
    border-radius: 5.55556vw;
    background-color: #060607;
  }
}

.q6 .q6-sec5 .q6-sec5-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 26.354167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-summary {
    position: static;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec5 .q6-sec5-summary .q6-sec5-title {
  color: #fff;
}

.q6 .q6-sec5 .q6-sec5-summary .q6-sec5-desc {
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-summary .q6-sec5-desc {
    width: 76.944445vw;
  }
}

.q6 .q6-sec5 .q6-sec5-video {
  height: 46.875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-video {
    height: 72.63889vw;
    position: relative;
  }

  .q6 .q6-sec5 .q6-sec5-video video {
    position: static;
  }
}

.q6 .q6-sec5 .q6-sec6-icon-container {
  margin-top: 3.125vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec6-icon-container {
    margin-top: 6.944445vw;
  }
}

.q6 .q6-sec5 .q6-sec6-icon-container .sec6-icon-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.q6 .q6-sec5 .q6-sec6-icon-container .sec6-icon-wrap .icon-item {
  text-align: center;
}

.q6 .q6-sec5 .sec6-icon-wrap .icon-item img {
  display: inline-block;
  width: 2.083333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .sec6-icon-wrap .icon-item img {
    width: 5.555556vw;
  }
}

.q6 .q6-sec5 .sec6-icon-wrap .icon-item span {
  display: block;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 0.520833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .sec6-icon-wrap .icon-item span {
    font-size: 3.3333333vw;
    padding-top: 1.388889vw;
  }
}

.q6 .q6-sec5 .q6-sec5-desc-container {
  position: absolute;
  bottom: 2.916667vw;
  left: 53.90625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-container {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 8.6111111vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
}

.q6 .q6-sec5 .q6-sec5-desc-container .q6-sec5-desc-wrap {
  display: inline-flex;
  flex-direction: row;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-container .q6-sec5-desc-wrap {
    flex-direction: column;
  }
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item:first-child {
  margin-right: 4.114583vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item:first-child {
    margin-bottom: 5.555556vw;
  }
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item>div {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item h3 {
  display: inline-block;
  font-size: 6.25vw;
  line-height: 1.25;
  font-weight: 700;
  color: #ba7537;
  font-weight: 800;
  background: linear-gradient(270deg, #ba7537 0%, #d4ad89 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item h3 {
    background: none;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item h3 {
    font-size: 13.61111vw;
  }
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item img {
  width: 2.083333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item img {
    width: 5.555556vw;
  }
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item:first-child img {
  margin-top: 1.5vw
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item:first-child img {
    margin-top: 3.5vw
  }
}

.q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item span {
  display: block;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 0.4vw;
  margin-top: -0.5vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec5 .q6-sec5-desc-wrap .desc-item span {
    font-size: 3.333333vw;
    padding-left: 0.4vw;
    margin-top: -0.5vw;
  }
}

.q6 .q6-sec6 {
  position: relative;
}

.q6 .q6-sec6 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec6-new .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .common-container {
    border-radius: 5.55556vw;
    background-color: #060607;
  }
}

.q6 .q6-sec6-new .q6-sec6-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  width: 26.666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .q6 .q6-sec6-new .q6-sec6-summary {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .q6 .q6-sec6-new .q6-sec6-summary>div {
    width: 100%;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .q6-sec6-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec6-new .q6-sec6-summary .q6-sec6-title {
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {}

.q6 .q6-sec6-new .q6-sec6-block {
  margin-top: 2.083333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .q6-sec6-block {
    margin-top: 5.5555556vw;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap {
    flex-direction: column;
    justify-content: space-between;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.708333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item {
    margin-bottom: 5.9722223vw;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item3 {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item3 {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item p {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.25;
  font-weight: 400;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item p {
    font-size: 3.33333vw;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item h3 {
  flex-shrink: 0;
  display: inline-block;
  background: linear-gradient(270deg, #ba7537 0%, #d4ad89 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: #c68e5c;
  font-size: 1.666667vw;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.677083vw;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item h3 {
    background: none;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item h3 {
    margin-top: 1.8055556vw;
    font-size: 4.4444445vw;
  }
}

.q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item3 h3 {
  margin: 0 0 0.677083vw 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .sec6-desc-wrap .sec6-desc-item3 h3 {
    margin: 1.8055556vw 0 0;
  }
}

.q6 .q6-sec6-new .q6-sec6-video {
  position: relative;
  height: 45.833333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec6-new .q6-sec6-video {
    height: 67.08333vw;
  }
}

.q6 .q6-sec3-3 {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3-3 {
    margin-top: 4.1666667vw;
  }
}

.q6 .q6-sec3 .q6-sec6-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 25.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec6-summary {
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec3 .q6-sec6-img {
  height: 46.875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec3 .q6-sec6-img {
    height: 170.97222vw;
  }
}

.q6 .q6-sec7 {
  position: relative;
  padding-top: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 {
    padding-top: 0;
  }
}

.q6 .q6-sec7 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .common-container {
    border-radius: 5.55556vw;
    background-color: #060607;
  }
}

.q6 .q6-sec7 .q6-sec7-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  width: 29.30208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.q6 .q6-sec7 .q6-sec7-summary>div{
  flex-shrink: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec7 .q6-sec7-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec7 .q6-sec7-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-title {
  color: #fff;
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-desc {
  width: 27.447917vw;
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-desc {
    width: 100%;
    color: #a3a3a3;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block {
  width: 28.64583vw;
  padding-top: 4.16667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block {
    width: 100%;
    padding-top: 12.36111vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item {
  position: relative;
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item+.q6-sec7-item {
  margin-top: 2.70833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item+.q6-sec7-item {
    margin-top: 8.19444vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item strong {
  color: #fff;
  padding-bottom: 0.36458vw;
  display: block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item strong {
    padding-bottom: 0.97222vw;
    font-size: 4.44444vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item strong.q6-gray {
  color: rgba(255, 255, 255, 0.4);
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item b {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item b {
    font-size: 3.33333vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item b.q6-gray {
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item b.q6-gray {
    right: 33.33333vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar-wrap {
  padding: 0.625vw 0 0.52083vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar-wrap {
    padding: 1.66667vw 0 1.11111vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar {
  display: block;
  width: 18.54167vw;
  line-height: 1;
  height: 0.41667vw;
  overflow: hidden;
  border-radius: 0.20833vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #8ad6e8), color-stop(90%, #14e3bb));
  background: linear-gradient(to right, #8ad6e8 5%, #14e3bb 90%);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar {
    width: 54.02778vw;
    height: 2.22222vw;
    border-radius: 1.11111vw;
  }
}

.q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar.q6-gray {
  width: 8.64583vw;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-summary .q6-sec7-block .q6-sec7-item .q6-sec7-item-bar.q6-gray {
    width: 22.22222vw;
  }
}

.q6 .q6-sec7 .q6-sec7-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-overlay {
    display: none;
  }
}

.q6 .q6-sec7 .q6-sec7-video {
  position: relative;
  height: 46.875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-video {
    height: 67.08333vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-video .q6-sec7-overlay1 {
    top: -13.88889vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec7 .q6-sec7-video .q6-sec7-overlay2 {
    bottom: -6.94444vw;
  }
}

.q6 .q6-sec8 {
  position: relative;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 {
    padding-top: 4.1666667vw;
    padding-bottom: 4.1666667vw;
  }
}

.q6 .q6-sec8 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .common-container {
    border-radius: 5.55556vw;
    background-color: #060607;
  }
}

.q6 .q6-sec8 .q6-sec8-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  width: 28.28125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec8 .q6-sec8-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec8 .q6-sec8-summary {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.q6 .q6-sec8 .q6-sec8-summary .q6-sec8-title {
  color: #fff;
}

.q6 .q6-sec8 .q6-sec8-summary .q6-sec8-desc {
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .q6-sec8-desc {
    color: #a3a3a3;
  }
}

.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap {
  margin-top: 4.166667vw;
  display: inline-flex;
  flex-direction: row;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap {
    margin-top: 8.333333vw;
  }
}

.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item {
  flex-shrink: 0;
  text-align: center;
}

.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item2 img {
  transform: translateX(0.5vw);
  -webkit-transform: translateX(0.5vw);
  -moz-transform: translateX(0.5vw);
  -ms-transform: translateX(0.5vw);
  -o-transform: translateX(0.5vw);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item2 img {
    transform: translateX(1.5vw);
    -webkit-transform: translateX(1.5vw);
    -moz-transform: translateX(1.5vw);
    -ms-transform: translateX(1.5vw);
    -o-transform: translateX(1.5vw);
  }
}


.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item:not(:first-child) {
  margin-left: 4.166667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item:not(:first-child) {
    margin-left: 11.805556vw;
  }
}

.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item img {
  width: 3.6458334vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item img {
    width: 9.7222223vw;
  }
}

.q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item span {
  display: inline-block;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 0.46875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-summary .sec8-icon-wrap .icon-item span {
    font-size: 3.33333vw;
    padding-top: 1.3888889vw;
  }
}

.q6 .q6-sec8 .q6-sec8-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-overlay {
    display: none;
  }
}

.q6 .q6-sec8 .q6-sec8-video {
  position: relative;
  height: 46.875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-video {
    height: 65.41667vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-video .q6-sec8-overlay1 {
    top: -13.88889vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec8 .q6-sec8-video .q6-sec8-overlay2 {
    bottom: -6.94444vw;
  }
}

.q6 .q6-sec9 {
  position: relative;
}

.q6 .q6-sec9 .common-container {
  background-color: #090d1a;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec9 .q6-sec9-summary {
  width: 82.291667vw;
  margin: 6.04167vw auto 0;
  padding-right: 5.133333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary {
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-title {
  color: #fff;
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-right {
  width: 42.395833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-right {
    width: 100%;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-right .q6-sec9-desc {
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-right .q6-sec9-desc {
    color: #a3a3a3;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-wrap {
  padding-top: 0.83333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-wrap {
    padding-top: 2.22222vw;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-wrap .q6-sec9-sub-title {
  font-size: 1.25vw;
  color: #fff;
  padding-top: 1.66667vw;
  padding-bottom: 1.04167vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-wrap .q6-sec9-sub-title {
    font-size: 4.44444vw;
    padding-top: 8.88889vw;
    padding-bottom: 3.88889vw;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group {
  font-size: 0;
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block {
  vertical-align: top;
  display: inline-block;
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-text {
  display: inline-block;
  font-size: 0.83333vw;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0.26042vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-text {
    font-size: 3.33333vw;
    margin-bottom: 1.11111vw;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-text2 {
  padding-left: 0.625vw;
  padding-top: 0.9375vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-text2 {
    padding-left: 0;
    padding-top: 2.22222vw;
    margin-bottom: 0;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-icon {
  padding-left: 0.57292vw;
  padding-right: 1.30208vw;
  background: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/routers/q6/new/img/icon/icon-flash.svg) no-repeat right center;
  background-size: 0.9375vw 1.09375vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar-icon {
    background-image: none;
  }
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar {
  display: block;
  margin-right: 0.41667vw;
  width: 9.375vw;
  line-height: 1;
  height: 0.41667vw;
  overflow: hidden;
  border-radius: 0.20833vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #5ecaf8), color-stop(90%, #5694f5));
  background: linear-gradient(to right, #5ecaf8 5%, #5694f5 90%);
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar.q6-sec9-bar2 {
  width: 3.125vw;
  background: -webkit-gradient(linear, left top, right top, from(#8ad6e8), color-stop(96%, #14e3bb));
  background: linear-gradient(to right, #8ad6e8 0%, #14e3bb 96%);
}

.q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar.q6-sec9-bar3 {
  background: -webkit-gradient(linear, left top, right top, from(#db9afe), color-stop(96%, #a54cfd));
  background: linear-gradient(to right, #db9afe 0%, #a54cfd 96%);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar {
    margin-right: 2.22222vw;
    width: 25vw;
    height: 2.22222vw;
    border-radius: 1.11111vw;
  }

  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar.q6-sec9-bar2 {
    width: 20.55556vw;
  }

  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block .q6-sec9-bar.q6-sec9-bar3 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-summary .q6-sec9-bar-group .q6-sec9-bar-block.q6-sec9-bar-block-last {
    display: block;
  }
}

.q6 .q6-sec9 .q6-sec9-video {
  position: relative;
  width: 100%;
  height: 41.229167vw;
  margin-top: 2.86458vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-video {
    height: 51.52778vw;
    margin-top: 5.27778vw;
  }
}

.q6 .q6-sec9 .q6-sec9-video .q6-sec9-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0 0 1.5625vw 2.60417vw #090d1a;
  box-shadow: inset 0 0 1.5625vw 2.60417vw #090d1a;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-video .q6-sec9-overlay1 {
    top: -13.88889vw;
    display: none;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec9 .q6-sec9-video .q6-sec9-overlay2 {
    bottom: -6.94444vw;
  }
}

.q6 .q6-sec10 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 {
    padding-top: 5.55556vw;
  }
}

.q6 .q6-sec10 .common-container {
  position: relative;
  background-color: #000;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec10 .q6-sec10-summary {
  width: 82.291667vw;
  margin: 6.04167vw auto 0;
  padding-right: 5.133333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary {
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-title {
  color: #fff;
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-right {
  width: 42.39583vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-right {
    width: 100%;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-right .q6-sec10-desc {
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-right .q6-sec10-desc {
    color: #a3a3a3;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap {
  padding-top: 0.83333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap {
    padding-top: 2.22222vw;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap .q6-sec10-wrap-title {
  font-size: 1.66667vw;
  color: #fff;
  padding-top: 1.66667vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap .q6-sec10-wrap-title {
    font-size: 4.44444vw;
    padding-top: 8.88889vw;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap .q6-sec10-sub-title {
  font-size: 1.25vw;
  color: #fff;
  padding-top: 1.66667vw;
  padding-bottom: 1.14583vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-wrap .q6-sec10-sub-title {
    font-size: 4.44444vw;
    font-weight: 700;
    padding-top: 6.25vw;
    padding-bottom: 4.16667vw;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block {
  position: relative;
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar-text {
  position: absolute;
  bottom: -0.52083vw;
  left: 30.9375vw;
  font-size: 1.66667vw;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar-text {
    bottom: -1.66667vw;
    left: 61.66667vw;
    font-size: 3.33333vw;
    font-weight: 700;
  }
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar-text2 {
  width: 100%;
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar {
  display: block;
  width: 5.72917vw;
  line-height: 1;
  height: 0.41667vw;
  overflow: hidden;
  border-radius: 0.20833vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #8ad6e8), color-stop(90%, #14e3bb));
  background: linear-gradient(to right, #8ad6e8 5%, #14e3bb 90%);
}

.q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar.q6-sec10-bar2 {
  width: 28.85417vw;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar {
    margin-right: 2.22222vw;
    width: 11.66667vw;
    height: 2.22222vw;
    border-radius: 1.11111vw;
  }

  .q6 .q6-sec10 .q6-sec10-summary .q6-sec10-bar-block .q6-sec10-bar.q6-sec10-bar2 {
    width: 58.33333vw;
  }
}

.q6 .q6-sec10 .q6-sec10-video {
  position: relative;
  margin: 5.20833vw auto 1.04167vw;
  width: 100%;
  height: 39.0625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-video {
    height: 39.16667vw;
    margin-top: 0;
    margin-bottom: 13.88889vw;
  }
}

.q6 .q6-sec10 .q6-sec10-video .q6-sec10-overlay1 {
  display: none;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-video .q6-sec10-overlay1 {
    top: -13.88889vw;
  }
}

.q6 .q6-sec10 .q6-sec10-video .q6-sec10-overlay2 {
  display: none;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-video .q6-sec10-overlay2 {
    bottom: -6.94444vw;
  }
}

.q6 .q6-sec10 .q6-sec10-btm {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-btm {
    bottom: 13.88889vw;
  }
}

.q6 .q6-sec10 .q6-sec10-btm .q6-sec10-btm-item {
  width: 50%;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-btm .q6-sec10-btm-item {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec10 .q6-sec10-videos .q6-sec10-video-m {
    position: relative;
    width: 91.66667vw;
    height: 71.25vw;
  }

  .q6 .q6-sec10 .q6-sec10-videos .q6-sec10-btm-item-m {
    padding-top: 4.16667vw;
    padding-bottom: 8.33333vw;
    text-align: center;
    font-size: 3.33333vw;
    font-weight: 700;
    color: #fff;
  }
}

.q6 .q6-sec11 {
  position: relative;
  padding-top: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec11 {
    padding-top: 0;
  }
}

.q6 .q6-sec11 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec11 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec11 .q6-sec11-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 25.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec11 .q6-sec11-summary {
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec11 .q6-sec11-img {
  position: relative;
  width: 25.46875vw;
  height: auto;
  margin-left: 48.072917vw;
  padding-top: 5.625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec11 .q6-sec11-img {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}

.q6 .q6-sec12 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 {
    padding-top: 0;
  }
}

.q6 .q6-sec12 .common-container {
  width: 91.666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container {
    width: 91.66667vw;
    display: block;
  }
}

.q6 .q6-sec12 .common-container .q6-sec12-item {
  width: 29.479167vw;
  padding: 0;
}


@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item {
    width: 100%;
    padding: 0;
    padding-top: 5.55556vw;
  }
}

.q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-block {
  height: 46.875vw;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-block {
    height: auto;
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 3.489583vw 3.33333vw 2.16667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary {
    padding: 3.33333vw 2.8125vw 2.60417vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary {
    z-index: 5;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary {
    padding: 3.33333vw 3.125vw 2.125vw;
  }
}

@supports (-ms-ime-align: auto) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary {
    padding: 3.33333vw 3.125vw 2.125vw;
  }
}

.q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary .common-sub-title {
  font-size: 1.25vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary .common-sub-title {
    font-size: 4.44444vw;
  }
}

.q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary .q6-sec12-desc {
  font-size: 1.04167vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item .q6-sec12-summary .q6-sec12-desc {
    font-size: 4.44444vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item:nth-child(1) .q6-sec12-block {
    height: 193.19444vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item:nth-child(2) .q6-sec12-summary {
    position: relative;
    padding-bottom: 6.11111vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .common-container .q6-sec12-item:nth-child(3) .q6-sec12-block {
    height: 177.77778vw;
  }
}

.q6 .q6-sec12 .q6-sec12-img {
  position: relative;
}

.q6 .q6-sec12 .q6-sec12-sub-items {
  padding: 11.19792vw 2.60417vw 2.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .q6-sec12-sub-items {
    padding: 0 0 8.33333vw;
  }
}

.q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item {
  width: 50%;
  padding: 1.30208vw 2.60417vw;
  text-align: center;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item {
    padding: 5.55556vw 0;
  }
}

.q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item img {
  display: inline-block;
  width: 4.16667vw;
  height: 3.85417vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item img {
    width: 20.83333vw;
    height: 19.30556vw;
  }
}

.q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item .q6-sec12-sub-item-text {
  padding-top: 0.83333vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item .q6-sec12-sub-item-text {
    padding-top: 1.38889vw;
  }
}

.q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item .q6-sec12-sub-item-text span {
  display: inline-block;
  padding-right: 2.70833vw;
  font-size: 0.83333vw;
  font-weight: 400;
  background: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/routers/q6/new/img/icon/icon-on-off.svg) no-repeat right center;
  background-size: 2.29167vw 1.30208vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec12 .q6-sec12-sub-items .q6-sec12-sub-item .q6-sec12-sub-item-text span {
    padding-right: 11.38889vw;
    font-size: 3.61111vw;
    line-height: 1.6;
    background-size: 10vw 5.55556vw;
  }
}

@-webkit-keyframes progress {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes progress {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes progressMob {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes progressMob {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.q6 .q6-sec13 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 {
    padding-top: 5.55556vw;
  }
}

.q6 .q6-sec13 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec13 .q6-sec13-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 25.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-summary {
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec13 .q6-sec13-block {
  position: relative;
  margin: 3.22917vw auto 3.22917vw 37.39583vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block {
    margin: 0 auto 12.36111vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .q6-sec13-swiper {
  width: 16.77083vw;
  height: 36.45833vw;
  margin-left: 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .q6-sec13-swiper {
    width: 44.72222vw;
    height: 97.22222vw;
    margin-left: auto;
  }
}

.q6 .q6-sec13 .q6-sec13-block .q6-sec13-pagination {
  position: absolute;
  top: 0;
  left: 23.54167vw;
  width: 20.625vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .q6-sec13-pagination {
    position: static;
    width: 75.55556vw;
    margin: 9.02778vw auto 0;
    padding-bottom: 9.72222vw;
  }
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(3) i {
    left: -55.27778vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 4.6875vw 0;
  padding-left: 1.97917vw;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    padding-left: 0;
    padding-bottom: 2.77778vw;
    width: auto;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.20833vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0.55556vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet b {
  display: block;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet b {
    font-size: 4.44444vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet i {
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
  font-style: normal;
  font-weight: 400;
  pointer-events: none;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet i {
    position: absolute;
    top: 0;
    width: 75.55556vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet i strong {
  padding-top: 1.04167vw;
  display: block;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet i strong {
    padding-top: 10.55556vw;
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(2) b {
    padding: 0 4.16667vw;
    text-align: center;
  }
}

@media screen and (max-width: 779px) and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) and (max-width: 779px),
screen and (max-width: 779px) and (max-aspect-ratio: 1 / 1) and (max-width: 1200px),
screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(2) i {
    left: -24.72222vw;
  }
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(3) b {
    text-align: right;
  }
}

@media screen and (min-device-aspect-ratio:10/13) and (max-device-aspect-ratio:127/100){     
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(3) i {
    left: -55.27778vw;
  }
}
@media screen and (min-device-aspect-ratio:10/13) and (max-device-aspect-ratio:127/100) and (width:827px){
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet:nth-child(2) i {
    left: -25vw;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet-active {
  color: #000;
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.20833vw;
  height: 100%;
  background: #000;
  -webkit-animation: progress 5s linear forwards;
  animation: progress 5s linear forwards;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet-active::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0.55556vw;
    -webkit-animation: progressMob 5s linear forwards;
    animation: progressMob 5s linear forwards;
  }
}

.q6 .q6-sec13 .q6-sec13-block .sec13-swiper-pagination .swiper-pagination-bullet-active i {
  height: auto;
  opacity: 1;
}

.q6 .q6-sec13 .q6-sec13-img {
  position: relative;
  width: 16.77083vw;
  height: 36.45833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec13 .q6-sec13-img {
    width: 44.72222vw;
    height: 97.22222vw;
  }
}

.q6 .q6-sec14 {
  position: relative;
  padding-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec14 {
    padding-top: 5.55556vw;
  }
}

.q6 .q6-sec14 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec14 .common-container {
    border-radius: 5.55556vw;
  }
}

.q6 .q6-sec14 .q6-sec14-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  width: 24.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4.6875vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec14 .q6-sec14-summary {
    z-index: 5;
    position: relative;
    height: auto;
    width: 100%;
    padding: 11.11111vw 8.33333vw 7.22222vw;
    margin-left: 0;
    display: block;
  }
}

.q6 .q6-sec14 .q6-sec14-img {
  position: relative;
  height: 42.91667vw;
  padding: 3.22917vw 0;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec14 .q6-sec14-img {
    height: 60.97222vw;
    padding: 0 0 6.80556vw;
  }
}

.q6 .q6-sec15 {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 {
    margin-top: 4.166667vw;
  }
}

.q6 .q6-sec15 .s15-swiper {
  position: relative;
  text-align: center;
}

.q6 .q6-sec15 .common-container {
  overflow: hidden;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 .common-container {
    width: 91.66667vw;
    background-color: #f5f5f7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

.q6 .q6-sec15 .q6-sec15-swiper {
  width: 72.708333vw;
  border-radius: 2.08333vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 .q6-sec15-swiper {
    width: 100%;
    border-radius: 5.55556vw;
  }
}
.q6 .q6-sec15 .common-container .control-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 4.166667vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.q6 .q6-sec15 .common-container .swiper-btn-prev{
  left: 2.083333vw;
}
.q6 .q6-sec15 .common-container .swiper-btn-next{
  right: 2.083333vw;
}
.q6 .q6-sec15 .common-container .swiper-btn-next img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.q6 .q6-sec15 .s15-swiper .sec15-swiper-pagination {
  display: inline-block;
  bottom: 1.354167vw;
  left: 4.270833vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 .s15-swiper .sec15-swiper-pagination {
    position: static;
    margin: 5vw auto 0;
  }
}

.q6 .q6-sec15 .s15-swiper .swiper-pagination-bullet {
  margin: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f4f4f4;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 .s15-swiper .swiper-pagination-bullet {
    margin: 0 auto;
    width: 4.166667vw;
    height: 4.1666667vw;
    background-color: #000;
    opacity: 0.1;
  }
}

.q6 .q6-sec15 .s15-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.q6 .q6-sec15 .s15-swiper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 1023px),
(max-aspect-ratio: 1/1) and (max-width: 1024px) {
  .q6 .q6-sec15 .s15-swiper .swiper-pagination-bullet:not(:last-child) {
    margin-right: 4.166667vw;
  }
}