.dirac {
  letter-spacing: calc(-0.037em + 0.526px);
  color: #000;
}

.dirac .xlz-section {
  position: relative;
}

.dirac .nr {
  white-space: nowrap;
}

.dirac .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;
}

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

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

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

.dirac img.obj-fit,
.dirac video.obj-fit {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dirac a {
  color: inherit;
}

.dirac p {
  line-height: 1.6;
}

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

.dirac h5 {
  line-height: 1.25;
}

.dirac sup {
  position: relative;
  font-size: 55%;
  cursor: pointer;
  z-index: 4;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  line-height: 0;
}

.dirac *,
.dirac *:before,
.dirac *:after {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

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

.dirac .dirac-section {
  position: relative;
  min-height: 1vh;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .dirac-section {
    min-height: 1vh;
  }
}

.dirac .bg-black {
  color: #fff;
  background: #000;
  margin-top: -1px;
}

.dirac .color-title1 {
  position: relative;
  display: inline-block;
  color: #08a9ff;
  background: -webkit-linear-gradient(left, #3b00ff 10%, #08a9ff, white);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.dirac .color-title2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #adadad;
  background: -webkit-linear-gradient(top, white 40%, #adadad 95%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.dirac .color-title3 {
  position: relative;
  display: inline-block;
  color: #08a9ff;
  background: -webkit-linear-gradient(left, #3b00ff, #00c4ff 80%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.dirac .color-title3 > em {
  display: none;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .color-title3 > em {
    display: block;
  }
}

.dirac .section-mainTitle {
  font-size: 6.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mainTitle {
    font-size: 11.11111vw;
  }
}

.dirac .section-title1 {
  font-size: 3.33333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-title1 {
    font-size: 8.88889vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.dirac .section-title2 {
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-title2 {
    font-size: 6.66667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.dirac .section-title2 > em {
  display: block;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-title2 > em {
    display: none;
  }
}

.dirac .section-subTitle {
  font-size: 1.66667vw;
  margin-bottom: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-subTitle {
    font-size: 4.44444vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.38889vw;
  }
}

.dirac .section-desc {
  font-size: 1.66667vw;
  margin-top: 1.5625vw;
  color: #c9c9c9;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-desc {
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-desc.size {
    font-size: 3.33333vw;
    margin-top: 4.16667vw;
  }
}

.dirac .section-subDesc {
  font-size: 1.14583vw;
  color: #838383;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-subDesc {
    font-size: 3.05556vw;
  }
}

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

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

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

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

.dirac .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;
}

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

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

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

.dirac .section-kv {
  width: 100%;
  height: 52.70833vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv {
    height: 119.16667vw;
  }
}

@media screen and (min-width: 730px) and (max-width: 750px) {
  .dirac .section-kv {
    padding: 13.88889vw 0;
    height: auto;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-wrap {
    padding-top: 16.66667vw;
  }
}

.dirac .section-kv .kv-textWrap {
  position: absolute;
  top: 6.25vw;
  left: 33.82812vw;
  width: 32.34375vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap {
    position: relative;
    top: auto;
    left: auto;
    width: 80.27778vw;
    margin: 0 auto;
    padding-bottom: 13.88889vw;
  }
}

.dirac .section-kv .kv-textWrap > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.78125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap > div {
    margin-top: 2.08333vw;
  }
}

.dirac .section-kv .kv-textWrap p {
  vertical-align: middle;
  font-size: 0.88542vw;
  font-size: 0.83333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap p {
    font-size: 2.22222vw;
  }
}

.dirac .section-kv .kv-textWrap .kv-bottom {
  display: block;
  line-height: 1.6;
  font-size: 0.9375vw;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 1.5625vw;
  padding-bottom: 1.14583vw;
  font-weight: 700;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap .kv-bottom {
    font-size: 4.30556vw;
    padding-top: 4.16667vw;
    padding-bottom: 3.05556vw;
  }
}

.dirac .section-kv .kv-textWrap .kv-bottom > span {
  font-size: 1.35417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap .kv-bottom > span {
    font-size: 6.25vw;
  }
}

.dirac .section-kv .kv-textWrap > a {
  font-weight: 700;
  font-size: 0.83333vw;
  border: 0.05208vw solid #bebebe;
  padding: 0.625vw 1.14583vw;
  margin: 0 auto;
  border-radius: 1.61458vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap > a {
    font-size: 2.22222vw;
    border: 0.13889vw solid #bebebe;
    padding: 1.66667vw 3.05556vw;
    border-radius: 4.30556vw;
  }
}

@media (min-width: 200px) and (max-width: 570px) {
  .dirac .section-kv .kv-textWrap > a {
    font-size: 11px;
  }
}

.dirac .section-kv .kv-textWrap > a.pc {
  display: inline-block;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap > a.pc {
    display: none;
  }
}

.dirac .section-kv .kv-textWrap > a.mob {
  display: none;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-kv .kv-textWrap > a.mob {
    display: inline-block;
  }
}

.dirac .section-tvc {
  width: 100%;
  height: 56.25vw;
  background-color: #000;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-tvc {
    height: 111.66667vw;
  }
}

.dirac .section-tvc .tvc-wrap {
  position: relative;
}

.dirac .section-tvc .tvc-playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.27083vw;
  z-index: 6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-tvc .tvc-playBtn {
    width: 11.38889vw;
  }
}

.dirac .section-ksp {
  padding: 10.41667vw 0;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp {
    padding: 27.77778vw 0;
  }
}

.dirac .section-ksp .ksp-title {
  font-size: 3.33333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-title {
    font-size: 8.88889vw;
  }
}

.dirac .section-ksp .ksp-wrap {
  position: relative;
  width: 82.13542vw;
  height: 55.52083vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-wrap {
    width: 88.88889vw;
    height: 239.58333vw;
    margin-top: 8.33333vw;
  }
}

.dirac .section-ksp .ksp-textWrap {
  position: absolute;
  top: 1.5625vw;
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-textWrap {
    top: 4.16667vw;
  }
}

.dirac .section-ksp .ksp-textWrap h4 {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-textWrap h4 {
    font-size: 3.33333vw;
  }
}

.dirac .section-ksp .ksp-textWrap p {
  font-size: 1.04167vw;
  color: #c9c9c9;
  margin-top: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-textWrap p {
    display: none;
    font-size: 1.80556vw;
  }
}

.dirac .section-ksp .ksp-detail {
  position: absolute;
  cursor: pointer;
}

.dirac .section-ksp .ksp-detail.detail1 {
  width: 20.05208vw;
  height: 35.41667vw;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail1 {
    top: 74.72222vw;
    width: 42.91667vw;
    height: 81.38889vw;
  }
}

.dirac .section-ksp .ksp-detail.detail2 {
  width: 38.75vw;
  height: 35.41667vw;
  top: 0;
  left: 21.71875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 71.11111vw;
  }
}

.dirac .section-ksp .ksp-detail.detail3 {
  width: 20.26042vw;
  height: 20.83333vw;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail3 {
    top: 74.72222vw;
    width: 42.91667vw;
    height: 45.27778vw;
  }
}

.dirac .section-ksp .ksp-detail.detail3 .ksp-img-f {
  width: 100%;
  height: 20.83333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail3 .ksp-img-f {
    height: auto;
  }
}

.dirac .section-ksp .ksp-detail.detail4 {
  width: 20.26042vw;
  height: 13.02083vw;
  top: 22.39583vw;
  right: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail4 {
    top: 122.91667vw;
    width: 42.91667vw;
    height: 32.5vw;
  }
}

.dirac .section-ksp .ksp-detail.detail5 {
  width: 26.25vw;
  height: 18.54167vw;
  bottom: 0;
  left: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail5 {
    top: 159.72222vw;
    width: 88.88889vw;
    height: 37.36111vw;
    bottom: auto;
  }
}

.dirac .section-ksp .ksp-detail.detail5 .ksp-textWrap {
  top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail5 .ksp-textWrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    padding-left: 4.16667vw;
  }
}

.dirac .section-ksp .ksp-detail.detail6 {
  width: 26.25vw;
  height: 18.54167vw;
  bottom: 0;
  left: 28.02083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail6 {
    width: 42.91667vw;
    height: 38.88889vw;
    left: 0;
  }
}

.dirac .section-ksp .ksp-detail.detail6 .ksp-textWrap {
  top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail6 .ksp-textWrap {
    top: 4.16667vw;
  }
}

.dirac .section-ksp .ksp-detail.detail7 {
  width: 26.25vw;
  height: 18.54167vw;
  bottom: 0;
  right: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail7 {
    width: 42.91667vw;
    height: 38.88889vw;
  }
}

.dirac .section-ksp .ksp-detail.detail7 .ksp-textWrap {
  top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail.detail7 .ksp-textWrap {
    top: 4.16667vw;
  }
}

.dirac .section-ksp .ksp-detail .ksp-arrow {
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  width: 2.29167vw;
  height: 2.29167vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #0b0b0b;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-detail .ksp-arrow {
    bottom: 2.77778vw;
    right: 2.77778vw;
    width: 4.86111vw;
    height: 4.86111vw;
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.dirac .section-ksp .ksp-detail .ksp-arrow img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (min-width: 1200px) {
  .dirac .section-ksp .ksp-detail:hover .ksp-arrow img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dirac .section-ksp .ksp-bgWrap {
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-ksp .ksp-bgWrap {
    border-radius: 4.16667vw;
  }
}

.dirac .section-mode {
  text-align: center;
  height: 1100vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode {
    height: 1000vh;
    background: #000;
    padding-bottom: 1vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .section-mode-big-title {
    font-size: 10.83333vw;
  }
}

.dirac .section-mode .mode-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/mode/dirac-s3-bg@2x.jpg);
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .mode-wrap {
    top: 96px;
    height: calc(100vh - 96px);
    margin-top: 8.33333vw;
    overflow: hidden;
    background: #000;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-mode .mode-wrap .mode-pad {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-mode .mode-wrap .mode-pad {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 100%;
    height: 100%;
  }
}

.dirac .section-mode .section-desc {
  width: 25vw;
  font-size: 1.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .section-desc {
    width: 100%;
    font-size: 4.44444vw;
    padding: 0 5.55556vw;
  }
}

.dirac .section-mode .mode-wrap-ie {
  display: none;
}

.dirac .section-mode .mode-matebook {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dirac .section-mode .matebook-bgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 73.4375vw;
  height: 39.16667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .matebook-bgWrap {
    width: 99.58333vw;
    height: 52.91667vw;
    left: 16.38889vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.dirac .section-mode .matebook-bgWrap .matebook-bgDetail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .matebook-bgWrap .matebook-bgDetail {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.dirac .section-mode .matebook-textWrap {
  position: absolute;
  top: 50%;
  left: 62.91667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .matebook-textWrap {
    width: 100%;
    text-align: center;
    left: 0;
    -webkit-transform: translateY(8.33333vw);
            transform: translateY(8.33333vw);
  }
}

.dirac .section-mode .matebook-textWrap > div > div {
  overflow: hidden;
  display: inline-block;
}

.dirac .section-mode .matebook-textWrap > div > div > h3 {
  padding: 1px;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}

.dirac .section-mode .creation-bgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-62%, -50%);
          transform: translate(-62%, -50%);
  width: 71.5625vw;
}

.dirac .section-mode .creation-bgWrap img {
  -webkit-transform: translateY(100%) rotate(8deg);
          transform: translateY(100%) rotate(8deg);
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-mode .creation-bgWrap img {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-mode .creation-bgWrap img {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .creation-bgWrap {
    width: 106vw;
    height: 74.16667vw;
    left: 5.55556vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.dirac .section-mode .creation-textWrap {
  position: absolute;
  top: 50%;
  left: 62.91667vw;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  text-align: left;
  z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .creation-textWrap {
    width: 100%;
    text-align: center;
    left: 0;
    -webkit-transform: translateY(15.33333vw);
            transform: translateY(15.33333vw);
  }
}

.dirac .section-mode .creation-textWrap > div {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-mode .creation-textWrap > div {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-mode .creation-textWrap > div {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.dirac .section-mode .creation-textWrap > div > div {
  overflow: hidden;
  display: inline-block;
}

.dirac .section-mode .creation-textWrap > div > div > h3 {
  padding: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dirac .section-mode .pad-bgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-105%, -50%);
          transform: translate(-105%, -50%);
  width: 31.92589vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .pad-bgWrap {
    width: 58.33333vw;
    height: 76.66667vw;
    left: 15.69444vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.dirac .section-mode .pad-textWrap {
  position: absolute;
  top: 50%;
  left: 63.95833vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .pad-textWrap {
    width: 100%;
    text-align: center;
    left: 0;
    -webkit-transform: translateY(8.33333vw);
            transform: translateY(8.33333vw);
  }
}

.dirac .section-mode .pad-textWrap > div > div {
  overflow: hidden;
  display: inline-block;
}

.dirac .section-mode .pad-textWrap > div > div > h3 {
  padding: 1px 2px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dirac .section-mode .mode-pen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.25);
          transform: translate(-50%, -50%) scale(1.25);
  width: 13.45009vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .mode-pen {
    width: 22.22222vw;
    width: 29.22222vw;
  }
}

.dirac .section-mode .mode-pen > div {
  position: relative;
}

.dirac .section-mode .mode-pen > div span {
  position: absolute;
  left: 0.26042vw;
  bottom: 0.26042vw;
  height: 0.10417vw;
  width: 3.38542vw;
  background: #f39b3d;
  -webkit-transform: rotate(-14.8deg);
          transform: rotate(-14.8deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: rotate(-10.8deg);
          transform: rotate(-10.8deg);
  -webkit-transform: rotate(-21.8deg);
          transform: rotate(-21.8deg);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mode .mode-pen > div span {
    left: 0.69444vw;
    bottom: 0.69444vw;
    height: 0.27778vw;
    width: 4.86111vw;
  }
}

.dirac .section-scene {
  margin-top: 10.41667vw;
  text-align: center;
}

.dirac .section-scene .scene-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-scene .scene-wrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-scene .scene-detail {
  position: relative;
  width: 26.25vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-scene .scene-detail {
    width: 100%;
    border-radius: 4.16667vw;
  }
  .dirac .section-scene .scene-detail:not(:last-of-type) {
    margin-bottom: 11.11111vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-scene .scene-detail .scene-detailImg3 {
    margin-top: -1px;
  }
}

.dirac .section-scene .scene-detail p {
  font-size: 1.66667vw;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 2.86458vw;
  width: 100%;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-scene .scene-detail p {
    font-size: 4.44444vw;
    bottom: 11.11111vw;
  }
}

.dirac .section-screen {
  margin-top: 10.41667vw;
  text-align: center;
  height: 500vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen {
    margin-top: 27.77778vw;
  }
}

.dirac .section-screen .screen-textWrap .section-desc {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-textWrap .section-desc {
    font-size: 3.61111vw;
  }
}

.dirac .section-screen .screen-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-wrap {
    top: calc(96px + 8.33333vw);
    width: 100%;
    height: calc(100vh - 96px);
    margin-top: 8.33333vw;
    overflow: hidden;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-screen .screen-wrap .zt {
    -webkit-transform: translateY(-15%) scale(0.7);
            transform: translateY(-15%) scale(0.7);
  }
}

.dirac .section-screen .screen-bgWrap {
  position: relative;
  width: 71.09375vw;
  -webkit-transform: translate(-1.5625vw, 1.5625vw);
          transform: translate(-1.5625vw, 1.5625vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-bgWrap {
    width: 97.63889vw;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-screen .screen-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.dirac .section-screen .screen-desktop-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.dirac .section-screen .screen-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.79167vw;
  z-index: 6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-mask {
    height: 62.5vw;
  }
}

.dirac .section-screen .screen-size {
  position: absolute;
  top: 1.66667vw;
  left: 50%;
  width: 62.76042vw;
  height: 39.375vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size {
    width: 84.02778vw;
    height: 53.05556vw;
    top: 4.16667vw;
    left: 6vw;
    -webkit-transform: none;
            transform: none;
    top: 2vw;
    width: 86.02778vw;
    height: 54.5vw;
  }
}

.dirac .section-screen .screen-size .size-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-32deg);
          transform: translate(-50%, -50%) rotate(-32deg);
  width: 72.39583vw;
  height: 0.10417vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(5%, rgba(255, 255, 255, 0.1)), color-stop(20%, white), color-stop(80%, white), color-stop(95%, rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 5%, white 20%, white 80%, rgba(255, 255, 255, 0.1) 95%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-line {
    height: 1px;
  }
}

.dirac .section-screen .screen-size .size-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625vw;
  height: 1.04167vw;
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/screen/icon-s5-1.svg);
  background-size: 100% 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-line::before {
    width: 0.83333vw;
    height: 1.38889vw;
    left: 1vw;
    -webkit-transform: translate(-270%, -50%);
            transform: translate(-270%, -50%);
  }
}

.dirac .section-screen .screen-size .size-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0.625vw;
  height: 1.04167vw;
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/screen/icon-s5-1.svg);
  background-size: 100% 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-line::after {
    width: 0.83333vw;
    height: 1.38889vw;
    -webkit-transform: translate(200%, -50%) rotate(180deg);
            transform: translate(200%, -50%) rotate(180deg);
  }
}

.dirac .section-screen .screen-size .size-border {
  position: absolute;
  height: 0.10417vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(3%, rgba(255, 255, 255, 0.1)), color-stop(20%, white), color-stop(80%, white), color-stop(97%, rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 3%, white 20%, white 80%, rgba(255, 255, 255, 0.1) 97%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-border {
    height: 1px;
  }
}

.dirac .section-screen .screen-size .size-border.border1 {
  top: 0;
  right: -3.64583vw;
  width: 69.79167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-border.border1 {
    width: 88.88889vw;
    right: -2.77778vw;
  }
}

.dirac .section-screen .screen-size .size-border.border2 {
  bottom: -3.64583vw;
  right: 0.1vw;
  width: 46.35417vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-border.border2 {
    width: 59.72222vw;
    bottom: -2.77778vw;
  }
}

.dirac .section-screen .screen-size .size-border.border3 {
  bottom: 0;
  left: -3.64583vw;
  width: 69.79167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-border.border3 {
    width: 88.88889vw;
    left: -2.77778vw;
  }
}

.dirac .section-screen .screen-size .size-border.border4 {
  top: -3.64583vw;
  left: 0;
  left: 0.2vw;
  width: 46.35417vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-size .size-border.border4 {
    width: 59.72222vw;
    top: -2.77778vw;
    left: 0;
  }
}

.dirac .section-screen .screen-frame {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.dirac .section-screen .screen-descWrap {
  position: absolute;
  top: 23.59375vw;
  right: -2.60417vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap {
    top: 94.44444vw;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dirac .section-screen .screen-descWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8.33333vw;
  width: 7.8125vw;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(255, 255, 255, 0.1)), color-stop(60%, rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.6) 60%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap::before {
    display: none;
  }
}

.dirac .section-screen .screen-descWrap h4 {
  font-size: 1.14583vw;
}

.dirac .section-screen .screen-descWrap .desc-detail {
  min-width: 7.8125vw;
}

.dirac .section-screen .screen-descWrap .desc-detail h5 {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail h5 {
    font-size: 3.05556vw;
  }
}

.dirac .section-screen .screen-descWrap .desc-detail.detail2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail.detail2 {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 11.11111vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail .desc-detail-left {
    margin-left: -1.38889vw;
  }
}

.dirac .section-screen .screen-descWrap .desc-detail .desc-detail-left > b:nth-child(1) {
  margin-left: -4%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail .desc-detail-left > b:nth-child(1) {
    margin-left: 0;
  }
}

.dirac .section-screen .screen-descWrap .desc-detail .desc-detail-left > b:nth-child(2) {
  margin-left: -6%;
}

.dirac .section-screen .screen-descWrap .desc-detail b {
  display: inline-block;
  vertical-align: bottom;
  height: 4.16667vw;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail b {
    height: 11.11111vw;
  }
}

.dirac .section-screen .screen-descWrap .desc-detail b span {
  display: block;
  font-size: 3.95833vw;
  line-height: 4.16667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail b span {
    font-size: 10.55556vw;
    line-height: 11.11111vw;
  }
}

.dirac .section-screen .screen-descWrap .desc-detail p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .screen-descWrap .desc-detail p {
    font-size: 3.61111vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-screen .section-desc {
    width: 88.88889vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.dirac .section-color {
  margin-top: 26.04167vw;
  height: 500vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .dirac .section-color {
    margin-top: 0;
  }
}

.dirac .section-color .section-title1 {
  margin-left: 8.93229vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .section-title1.dirac-mobShow {
    display: none !important;
  }
  .dirac .section-color .section-title1.dirac-pcShow {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .dirac .section-color .section-title1 {
    margin: 0 auto;
  }
  .dirac .section-color .section-title1.dirac-mobShow {
    display: block !important;
  }
  .dirac .section-color .section-title1.dirac-pcShow {
    display: none !important;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-color .section-title1 {
    -webkit-transform: translateY(-15%) scale(0.7);
            transform: translateY(-15%) scale(0.7);
    position: relative;
    top: 0;
    left: 0;
  }
}

.dirac .section-color .color-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  width: 82.13542vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .color-wrap {
    top: 96px;
    height: auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .dirac .section-color .color-wrap {
    height: calc(100vh - 96px);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-color .color-wrap {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    top: -7%;
  }
}

.dirac .section-color .color-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.125vw;
  width: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .color-wrap > div {
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-color .color-wrap > div {
    margin-top: 0vw;
  }
}

.dirac .section-color .color-textWrap {
  z-index: 5;
  position: relative;
  max-width: 23.4375vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .color-textWrap {
    width: 93.05556vw;
    max-width: 93.05556vw;
    height: 20.83333vw;
    margin-top: 13.88889vw;
  }
}

.dirac .section-color .text-detail {
  font-size: 0;
  opacity: 0.3;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail {
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.dirac .section-color .text-detail.active {
  opacity: 1;
}

.dirac .section-color .text-detail:not(:last-of-type) {
  margin-bottom: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail:not(:last-of-type) {
    margin-bottom: 5.55556vw;
  }
}

.dirac .section-color .text-detail img {
  display: inline-block;
  vertical-align: middle;
  width: 4.21875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail img {
    width: 13.19444vw;
  }
}

.dirac .section-color .text-detail > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.04167vw;
  font-size: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail > div {
    margin-left: 2.77778vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail > div > div > div {
    display: inline-block;
    vertical-align: middle;
    width: 43.05556vw;
  }
}

.dirac .section-color .text-detail h5 {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail h5 {
    font-size: 3.05556vw;
  }
}

.dirac .section-color .text-detail h4 {
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail h4 {
    font-size: 6.66667vw;
  }
}

.dirac .section-color .text-detail p {
  width: 18.02083vw;
  font-size: 0.83333vw;
  margin-top: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail p {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.05556vw;
    margin-top: 0;
    width: 32.77778vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .text-detail p > em {
    display: block;
  }
}

.dirac .section-color .color-bgWrap {
  width: 57.29167vw;
  height: 49.16667vw;
  position: relative;
  -webkit-transform: scale(1.25) translateY(15%);
          transform: scale(1.25) translateY(15%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-color .color-bgWrap {
    width: 96.11111vw;
    height: 82.5vw;
  }
}

.dirac .section-color .color-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: all 1s ease 0.5;
  transition: all 1s ease 0.5;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.dirac .section-color .color-detail img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-color .color-detail.active1 img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.dirac .section-color .color-detail.active3 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.dirac .section-color .color-detail.active2 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.dirac .section-color .color-detail-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-color .color-detail-1 {
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-color .color-detail-1 {
    opacity: 1;
  }
}

.dirac .section-color .color-detail-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.dirac .section-color .color-detail-1.active1 img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.dirac .section-color .color-detail-1.active3 img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.dirac .section-color .color-detail-1.active2 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.dirac .section-color .color-frame {
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-color .color-frame.active {
  opacity: 1;
}

.dirac .section-colorMode {
  margin-top: 26.04167vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode {
    margin-top: 27.77778vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-colorMode {
    margin-top: 26.04167vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-colorMode {
    margin-top: 26.04167vw;
  }
}

.dirac .section-colorMode .section-colorMode-title a {
  color: #adadad;
  background: -webkit-linear-gradient(top, white 40%, #adadad 95%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.dirac .section-colorMode .colorMode-topWrap {
  width: 82.13542vw;
  margin: 3.125vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-colorMode .colorMode-topWrap > div {
  width: 26.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap > div {
    position: relative;
    width: 100%;
  }
  .dirac .section-colorMode .colorMode-topWrap > div:not(:last-of-type) {
    margin-bottom: 13.88889vw;
  }
}

.dirac .section-colorMode .colorMode-topWrap h4 {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap h4 {
    font-size: 4.44444vw;
    text-align: left;
  }
}

.dirac .section-colorMode .colorMode-topWrap h4 img {
  display: inline-block;
  vertical-align: middle;
  width: 2.03125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap h4 img {
    width: 5.41667vw;
    margin-right: 0.69444vw;
  }
}

.dirac .section-colorMode .colorMode-topWrap h4 span {
  display: inline-block;
  vertical-align: middle;
}

.dirac .section-colorMode .colorMode-topWrap .colorMode-bgWrap {
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap .colorMode-bgWrap {
    border-radius: 4.16667vw;
    margin-top: 4.16667vw;
  }
}

.dirac .section-colorMode .colorMode-topWrap p {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4.44444vw;
    margin-top: 0;
  }
}

.dirac .section-colorMode .colorMode-topWrap .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap .section-desc {
    font-size: 3.88889vw;
    text-align: right;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-topWrap .section-desc.colorMode-desc-last {
    top: -3.88889vw;
  }
}

.dirac .section-colorMode .colorMode-botWrap {
  width: 82.13542vw;
  margin: 8.125vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap {
    width: 88.88889vw;
    margin-top: 11.80556vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-colorMode .colorMode-botWrap > div {
  width: 26.25vw;
  height: 31.71875vw;
  position: relative;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: #191919;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap > div {
    width: 100%;
    height: 80vw;
    border-radius: 4.16667vw;
  }
  .dirac .section-colorMode .colorMode-botWrap > div:not(:last-of-type) {
    margin-bottom: 13.88889vw;
  }
}

.dirac .section-colorMode .colorMode-botWrap > div.special {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/colormode/dirac-s7-4-blue-bg.jpg);
  background-size: 100% 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap > div.special {
    background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/colormode/dirac-s7-4-blue-bg@mob@2x.jpg);
    background-size: 100% 100%;
  }
}

.dirac .section-colorMode .colorMode-botWrap > div.special.active {
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/colormode/dirac-s7-4-bg.jpg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap > div.special.active {
    background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/colormode/dirac-s7-4-bg@mob@2x.jpg);
  }
}

.dirac .section-colorMode .colorMode-botWrap h4 {
  position: absolute;
  top: 2.60417vw;
  left: 0;
  width: 100%;
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap h4 {
    font-size: 6.66667vw;
    top: 5.55556vw;
  }
}

.dirac .section-colorMode .colorMode-botWrap h4 > em {
  display: block;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap h4 > em {
    display: none;
  }
}

.dirac .section-colorMode .colorMode-botWrap img {
  position: absolute;
  top: 8.33333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.89583vw;
}

.dirac .section-colorMode .colorMode-botWrap img.special {
  width: 11.09375vw;
  top: 9.63542vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap img {
    width: 39.72222vw;
    top: 23.61111vw;
  }
  .dirac .section-colorMode .colorMode-botWrap img.special {
    width: 25.97222vw;
    top: 30.55556vw;
  }
  .dirac .section-colorMode .colorMode-botWrap img.colorMode-botWrap-img1 {
    width: 33.33333vw;
    top: 22.22222vw;
  }
}

.dirac .section-colorMode .colorMode-botWrap p {
  position: absolute;
  top: 21.875vw;
  left: 0;
  width: 100%;
  font-size: 1.04167vw;
  padding: 0 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-colorMode .colorMode-botWrap p {
    font-size: 3.88889vw;
    top: initial;
    bottom: 5.55556vw;
    padding: 0 5.55556vw;
  }
}

.dirac .section-texture {
  margin-top: 10.41667vw;
  text-align: center;
  height: 350vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture {
    margin-top: 27.77778vw;
  }
}

.dirac .section-texture .texture-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  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;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-wrap {
    top: 96px;
    height: calc(100vh - 96px);
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-texture .texture-wrap {
    margin-top: 0;
    -webkit-transform: translateY(-10%) scale(0.8);
            transform: translateY(-10%) scale(0.8);
  }
}

@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-wrap {
    height: calc(110vh - 96px);
  }
}

@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-wrap {
    height: calc(110vh - 96px);
  }
}

.dirac .section-texture .texture-wrap-ie {
  display: none;
}

.dirac .section-texture .texture-bgWrap {
  position: relative;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 82.13542vw;
  height: 45.625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-bgWrap {
    border-radius: 4.16667vw;
    margin-top: 8.33333vw;
    width: 88.88889vw;
    height: 105.55556vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-bgWrap {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    height: 83.55vw;
  }
}

@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-bgWrap {
    width: 102.77778vw;
  }
}

@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-bgWrap {
    width: 102.77778vw;
  }
}

.dirac .section-texture .texture-bgWrap .texture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-bgWrap .texture-bg {
    -webkit-transform: translateY(-18vw);
            transform: translateY(-18vw);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-texture .texture-bgWrap .texture-bg {
    top: -30vw;
  }
}

@media screen and (min-width: 730px) and (max-width: 750px) {
  .dirac .section-texture .texture-bgWrap .texture-bg {
    -webkit-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
}

.dirac .section-texture .texture-bgWrap .texture-bg.active {
  opacity: 1;
}

.dirac .section-texture .texture-bgWrap .texture-bg:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dirac .section-texture .texture-btnWrap {
  position: absolute;
  top: 50%;
  right: 1.82292vw;
  -webkit-transform: translateY(18.22917vw);
          transform: translateY(18.22917vw);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-btnWrap {
    right: 4.16667vw;
    -webkit-transform: translateY(59.72222vw);
            transform: translateY(59.72222vw);
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-texture .texture-btnWrap {
    -webkit-transform: translateY(46vw);
            transform: translateY(46vw);
    right: 10vw;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-texture .texture-btnWrap {
    -webkit-transform: translateY(33vw);
            transform: translateY(33vw);
  }
}

.dirac .section-texture .texture-btnWrap.active {
  opacity: 0;
}

.dirac .section-texture .texture-btn {
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-texture .texture-btn p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25vw;
  font-weight: 700;
  margin-left: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-btn p {
    font-size: 3.05556vw;
    margin-left: 1.38889vw;
  }
}

.dirac .section-texture .texture-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 1.04167vw;
  height: 1.04167vw;
  border-radius: 50%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-btn span {
    width: 2.77778vw;
    height: 2.77778vw;
  }
}

.dirac .section-texture .texture-btn.btn1 span {
  background: #3c5f83;
}

.dirac .section-texture .texture-btn.btn2 span {
  background: #696969;
}

.dirac .section-texture .texture-btn.active {
  opacity: 1;
}

.dirac .section-texture .texture-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.9375vw;
  height: 3.02083vw;
  border-radius: 0.46875vw;
  background: #5594c3;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-block {
    width: 2.5vw;
    height: 5.97222vw;
    border-radius: 1.25vw;
  }
}

.dirac .section-texture .texture-block.active {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #707070;
}

.dirac .section-texture .texture-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-texture .texture-mask.active {
  opacity: 1;
}

.dirac .section-texture .texture-textWrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-textWrap {
    text-align: left;
    padding: 0 4.16667vw;
  }
}

.dirac .section-texture .texture-textWrap.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dirac .section-texture .texture-textWrap > div {
  overflow: hidden;
}

.dirac .section-texture .texture-textWrap > div .section-title1 {
  padding: 1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.dirac .section-texture .texture-textWrap .section-desc {
  font-size: 1.14583vw;
  margin-left: auto;
  margin-right: auto;
  width: 67.29167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-textWrap .section-desc {
    width: 100%;
    font-size: 3.88889vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-texture .texture-textWrap > div {
    display: inline-block;
    overflow: hidden;
    padding: 0 0.7vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-texture .texture-textWrap > div > h3 {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.dirac .section-keyboard {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard {
    margin-top: 27.77778vw;
    padding-bottom: 27.77778vw;
    padding-bottom: 0;
  }
}

.dirac .section-keyboard .keyboard-topWrap {
  position: relative;
  height: 47.91667vw;
  z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap {
    height: 125vh;
    height: 166.66667vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap > div {
  padding-top: 6.25vw;
  width: 82.13542vw;
  margin: 0 auto;
  background-image: url(/content/dam/huawei-cbg-site/common/mkt/pdp/pc/matebook-e-2022/img/keyboard/dirac-s10-bg.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap > div {
    width: 88.88889vw;
    height: 166.66667vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  text-align: left;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail {
    background: #000;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 {
  z-index: 100;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 {
    z-index: 1;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-bgWrap {
  width: 62.03125vw;
  -webkit-transform: translateX(2.70833vw);
          transform: translateX(2.70833vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-bgWrap {
    position: absolute;
    top: 50%;
    width: 85.27778vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-bgWrap {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap {
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(-28.90625vw, 0);
          transform: translate(-28.90625vw, 0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap {
    -webkit-transform: translateY(55.55556vw);
            transform: translateY(55.55556vw);
    left: 0;
    width: 100%;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap .section-title2 {
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap .section-title2 {
    font-size: 6.66667vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap .section-desc {
    font-size: 4.44444vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap.active {
  -webkit-transform: translate(-28.90625vw, -8.33333vw);
          transform: translate(-28.90625vw, -8.33333vw);
  opacity: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap.active {
    -webkit-transform: translateY(13.88889vw);
            transform: translateY(13.88889vw);
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap {
  width: 63.59375vw;
  -webkit-transform: translateX(-5.72917vw);
          transform: translateX(-5.72917vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap {
    position: absolute;
    top: 50%;
    width: 85.27778vw;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    border: 2px solid #000;
    overflow: hidden;
    background: #000;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap > video {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap > video {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-2.60417vw, 0);
          transform: translate(-2.60417vw, 0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap {
    -webkit-transform: translateY(55.55556vw);
            transform: translateY(55.55556vw);
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap {
    margin-top: -7vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap .section-title2 {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap .section-title2 {
    font-size: 4.44444vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap .section-desc {
  font-size: 1.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap .section-desc {
    font-size: 3.33333vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap.active {
  opacity: 1;
  -webkit-transform: translate(-2.60417vw, -8.33333vw);
          transform: translate(-2.60417vw, -8.33333vw);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap.active {
    -webkit-transform: translateY(13.88889vw);
            transform: translateY(13.88889vw);
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap {
  position: absolute;
  top: 50%;
  right: 1.77083vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap {
    right: 0;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #484848;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span {
    width: 1.38889vw;
    height: 1.38889vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span.active {
  background: #fff;
  border-radius: 0.46875vw;
  height: 2.55208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span.active {
    border-radius: 1.25vw;
    height: 6.80556vw;
  }
}

.dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span:not(:first-of-type) {
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-topWrap .keyboard-btnWrap span:not(:first-of-type) {
    margin-top: 2.77778vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap {
  position: relative;
  height: 55.10417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap {
    height: 250vw;
    margin-bottom: -41.66667vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .section-desc {
  position: relative;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
  z-index: 2;
  font-size: 1.14583vw;
  font-weight: 700;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .section-desc {
    -webkit-transform: none;
            transform: none;
    font-size: 4.44444vw;
    padding-top: 41.66667vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap {
  position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap {
    margin-top: 8.33333vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap {
    height: 48vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap {
    height: 48vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap img {
  -webkit-transform: translateY(-14.0625vw);
          transform: translateY(-14.0625vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-bgWrap img {
    -webkit-transform: translateY(-68.47222vw);
            transform: translateY(-68.47222vw);
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-frame {
  position: absolute;
  top: 10.75vw;
  left: 47.9vw;
  width: 3.02083vw;
  height: 1.82292vw;
  border-radius: 0.36458vw;
  border: 0.15625vw solid #009dff;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  -webkit-transform: translateX(-58%);
          transform: translateX(-58%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-frame {
    top: 40.41667vw;
    left: 45.97222vw;
    width: 8.05556vw;
    height: 5.13889vw;
    border-radius: 0.97222vw;
    border: 0.41667vw solid #009dff;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-frame.active {
  opacity: 1;
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-frame.frame1 {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.52083vw #00baff;
          box-shadow: 0 0 0.52083vw #00baff;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-frame.frame1 {
    -webkit-box-shadow: 0 0 1.38889vw #00baff;
            box-shadow: 0 0 1.38889vw #00baff;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-frame.frame2 {
  -webkit-box-shadow: 0 0 0.52083vw #00baff inset;
          box-shadow: 0 0 0.52083vw #00baff inset;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-frame.frame2 {
    -webkit-box-shadow: 0 0 1.38889vw #00baff inset;
            box-shadow: 0 0 1.38889vw #00baff inset;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-btn {
  position: absolute;
  top: 7.8125vw;
  top: 7.5vw;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 0.15625vw));
          transform: translateX(calc(-50% - 0.15625vw));
  padding: 0.52083vw 0.9375vw;
  font-size: 1.14583vw;
  font-weight: 700;
  border-radius: 1.14583vw;
  background: #009dff;
  -webkit-box-shadow: 0 0 1.04167vw #00baff;
          box-shadow: 0 0 1.04167vw #00baff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn {
    top: 30.55556vw;
    padding: 1.38889vw 2.77778vw;
    font-size: 3.05556vw;
    border-radius: 3.05556vw;
    -webkit-box-shadow: 0 0 2.77778vw #00baff;
            box-shadow: 0 0 2.77778vw #00baff;
  }
}

@media (max-width: 600px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn {
    padding: 0 2.77778vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.36458vw;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn::before {
    top: 0;
    left: 3.47222vw;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn::after {
    content: "";
    position: absolute;
    width: 1.38889vw;
    height: 1.38889vw;
    border: 0.13889vw solid #fff;
    border-radius: 50%;
    left: 2.8vw;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: -2vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-btn.active {
  opacity: 1;
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-btn.active::before {
  width: 29.16667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn.active::after {
    top: -30.4vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn {
    left: 46.5%;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-btn {
    left: 46.5%;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap {
  position: absolute;
  top: 7.8125vw;
  left: 8.85417vw;
  width: 13.02083vw;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(10.41667vw);
          transform: translateY(10.41667vw);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap {
    width: 34.72222vw;
    left: 11.80556vw;
    top: 0;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap h4 {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap h4 {
    font-size: 4.44444vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap h5 {
  font-size: 0.83333vw;
  margin-top: 1.30208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap h5 {
    font-size: 3.05556vw;
    margin-top: 0;
  }
  .dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap h5:last-of-type {
    margin-top: 3.47222vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap p {
  font-size: 0.83333vw;
  color: #a7a7a7;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap p {
    font-size: 3.05556vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-descWrap.special {
  left: 48.88889vw;
  width: 45.55556vw;
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad {
  position: absolute;
  top: 62.4%;
  left: 50%;
  -webkit-transform: translate(-49.6%, -50%);
          transform: translate(-49.6%, -50%);
  width: 22.39583vw;
  height: 11.19792vw;
  border-radius: 1.14583vw;
  background: rgba(0, 157, 255, 0.18);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad {
    top: 48.5%;
    top: 49.2%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 59.72222vw;
    height: 30.83333vw;
    border-radius: 3.05556vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad {
    top: 71%;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad {
    top: 71%;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad.active {
  opacity: 1;
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad > div {
  position: absolute;
  top: 2.29167vw;
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad > div {
    top: 2.08333vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad h4 {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad h4 {
    font-size: 4.44444vw;
  }
}

.dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad p {
  font-size: 0.83333vw;
  margin-top: 1.82292vw;
  padding: 0 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-keyboard .keyboard-botWrap .keyboard-touchpad p {
    font-size: 3.05556vw;
    margin-top: 2.77778vw;
  }
}

.dirac .section-pencil {
  margin-top: 10.41667vw;
  text-align: center;
  height: 1000vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil {
    margin-top: -27.77778vw;
    padding-top: 27.77778vw;
    z-index: 3;
    background: #fff;
  }
}

.dirac .section-pencil .pencil-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap {
    margin-top: 12vw;
  }
  .dirac .section-pencil .pencil-wrap .pencil-textWrap .pencil-text-Title {
    font-size: 6.66667vw;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 665px) and (max-width: 745px) and (min-height: 670px) and (max-height: 780px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap .pencil-text-Title {
    font-size: 6.66667vw;
  }
}

@media screen and (min-height: 665px) and (max-height: 745px) and (min-width: 670px) and (max-width: 780px) and (min-aspect-ratio: 1 / 1) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap .pencil-text-Title {
    font-size: 6.66667vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-wrap .pencil-textWrap .section-subTitle {
    font-size: 3.88889vw;
  }
}

.dirac .section-pencil .section-pencil-svg {
  display: inline-block;
  width: 25.52083vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-pencil .section-pencil-svg {
    width: 51vw;
  }
}

.dirac .section-pencil .pencil-wrap-ie {
  display: none;
}

.dirac .section-pencil .pencil-pen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94.21875vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform-origin: 20% 100%;
          transform-origin: 20% 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-pen {
    width: 170.75vw;
    -webkit-transform-origin: 17% 100%;
            transform-origin: 17% 100%;
    left: 16%;
  }
}

@media screen and (min-width: 730px) and (max-width: 750px) {
  .dirac .section-pencil .pencil-pen {
    left: 26%;
    width: 151.75vw;
  }
}

.dirac .section-pencil .pen-360 {
  position: absolute;
  top: 50%;
  left: 25.41667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.08333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pen-360 {
    width: 12.63889vw;
    left: 37.5vw;
  }
}

.dirac .section-pencil .pencil-note1 {
  position: absolute;
  top: calc(50% - 10.9375vw);
  left: 36.45833vw;
  left: 34.08854vw;
  width: 31.82292vw;
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-note1 {
    top: calc(50% - 23.61111vw);
    left: 0;
    width: 100%;
    font-size: 4.44444vw;
    z-index: 100;
  }
}

.dirac .section-pencil .pencil-note2 {
  position: absolute;
  top: calc(50% - 19.27083vw);
  left: 36.45833vw;
  left: 34.08854vw;
  width: 31.82292vw;
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-note2 {
    top: calc(50% - 27.77778vw);
    left: 0;
    width: 100%;
    font-size: 4.44444vw;
  }
}

.dirac .section-pencil .pencil-bgWrap {
  position: absolute;
  top: 50%;
  left: 23.09896vw;
  width: 53.80208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-bgWrap {
    width: 88.88889vw;
    left: 5.55556vw;
  }
}

@media screen and (min-width: 730px) and (max-width: 750px) {
  .dirac .section-pencil .pencil-bgWrap {
    top: 53%;
  }
}

.dirac .section-pencil .pencil-detailWrap {
  position: absolute;
  height: 33.18187vw;
  width: 51.37083vw;
  left: 1.3vw;
  overflow: hidden;
  top: 1.1vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detailWrap {
    height: 54.72222vw;
    width: 84.52vw;
    left: 2.2vw;
    top: 1.7vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-pencil .pencil-detailWrap {
    width: 61.3vw;
    height: 39vw;
    left: 1.5vw !important;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-pencil .pencil-detailWrap {
    height: 39vw;
    left: 1.5vw !important;
  }
}

.dirac .section-pencil .pencil-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detail.detail1 {
    z-index: 10;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detail.detail1 > picture > img {
    height: 54.1vw;
  }
}

.dirac .section-pencil .pencil-detail.detail2 {
  top: 0.3vw;
  height: 98%;
}

.dirac .section-pencil .pencil-detail.detail2 picture,
.dirac .section-pencil .pencil-detail.detail2 img {
  height: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detail.detail2 {
    top: 0.5vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-pencil .pencil-detail.detail2 {
    top: 0.6vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-pencil .pencil-detail.detail2 {
    top: 0.6vw;
  }
}

.dirac .section-pencil .pencil-detail.detail2.active1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.dirac .section-pencil .pencil-detail.detail2.active2 {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.dirac .section-pencil .pencil-detail.detail3 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.dirac .section-pencil .pencil-detail.detail3.active1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dirac .section-pencil .pencil-detail.detail3.active2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.dirac .section-pencil .pencil-detail.detail4 {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detail.detail4 {
    top: 1px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-pencil .pencil-detail.detail4 {
    top: 0.3vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-pencil .pencil-detail.detail4 {
    top: 0.3vw;
  }
}

.dirac .section-pencil .pencil-detail.detail4.active1 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.dirac .section-pencil .pencil-detail.detail4.active2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-detail.detail4 img {
    height: 53.61111vw;
  }
}

.dirac .section-pencil .pencil-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
}

.dirac .section-pencil .pencil-frame {
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-frame {
    z-index: 11;
  }
}

.dirac .section-pencil .pencil-addDesc {
  font-size: 1.14583vw;
  color: #868686;
  margin-top: 0.52083vw;
  text-align: right;
  margin-right: 1.5625vw;
  position: relative;
}

.dirac .section-pencil .pencil-addDesc span:not(:first-of-type) {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-addDesc {
    font-size: 3.05556vw;
    margin-top: 1.38889vw;
  }
}

.dirac .section-pencil .pencil-content {
  margin-top: 1.5625vw;
  font-size: 1.14583vw;
  color: #484848;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-content {
    margin-top: 3.47222vw;
    font-size: 4.44444vw;
  }
}

@media screen and (min-width: 730px) and (max-width: 750px) {
  .dirac .section-pencil .pencil-content {
    padding-bottom: 13.88889vw;
  }
}

.dirac .section-pencil .pencil-descWrap {
  position: absolute;
  top: 2.86458vw;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 0;
  z-index: 13;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap {
    top: 4.16667vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-alert {
  display: inline-block;
  width: 10.46875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-alert {
    width: 13.61111vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-pencil .pencil-descWrap .pencil-alert.ie {
    margin-left: 11vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-pencil .pencil-descWrap .pencil-alert.ie {
    margin-left: 11vw;
  }
}

.dirac .section-pencil .pencil-descWrap > div {
  margin: 3.125vw auto 0;
  width: 47.08333vw;
  width: 47.60417vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap > div {
    margin-top: 5.55556vw;
    width: 83.33333vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-desc {
  color: #fff;
  text-align: left;
}

.dirac .section-pencil .pencil-descWrap .pencil-desc h5 {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-desc h5 {
    font-size: 2.77778vw;
    padding-bottom: 2.08333vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-desc p {
  font-size: 0;
  font-size: 3.95833vw;
  line-height: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-desc p {
    font-size: 6.66667vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-desc b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 3.95833vw;
  line-height: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-desc b {
    font-size: 6.66667vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-desc span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.66667vw;
  line-height: 1.6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-desc span {
    font-size: 3.05556vw;
  }
}

.dirac .section-pencil .pencil-descWrap .pencil-desc.desc2 {
  margin: 0 3.02083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-descWrap .pencil-desc.desc2 {
    margin: 0 4.16667vw;
  }
}

.dirac .section-pencil .pencil-btnWrap {
  position: absolute;
  top: 50%;
  right: 15.10417vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-btnWrap {
    right: 1.5625vw;
    -webkit-transform: none;
            transform: none;
    top: calc(50% + 20.83333vw);
    top: calc(50% + -18.05556vw);
  }
}

.dirac .section-pencil .pencil-btnWrap span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #c1c1c1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-btnWrap span {
    width: 1.38889vw;
    height: 1.38889vw;
  }
}

.dirac .section-pencil .pencil-btnWrap span.active {
  background: #000;
  border-radius: 0.46875vw;
  height: 2.55208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-btnWrap span.active {
    border-radius: 1.25vw;
    height: 6.80556vw;
  }
}

.dirac .section-pencil .pencil-btnWrap span:not(:first-of-type) {
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencil .pencil-btnWrap span:not(:first-of-type) {
    margin-top: 2.77778vw;
  }
}

.dirac .height-c-f {
  width: 100%;
  height: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .height-c-f {
    height: 0;
  }
}

.dirac .section-pencilDesc {
  margin-top: 10.41667vw;
  padding-bottom: 10.41667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc {
    margin-top: 27.77778vw;
    margin-top: 0;
    padding-bottom: 27.77778vw;
  }
}

.dirac .section-pencilDesc .pencilDesc-topWrap,
.dirac .section-pencilDesc .pencilDesc-botWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.13542vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-topWrap,
  .dirac .section-pencilDesc .pencilDesc-botWrap {
    width: 88.88889vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-botWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.dirac .section-pencilDesc .pencilDesc-botWrap {
  margin-top: 4.16667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-botWrap {
    margin-top: 13.88889vw;
  }
}

.dirac .section-pencilDesc .pencilDesc-bgWrap {
  width: 50.78125vw;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-bgWrap {
    width: 100%;
    border-radius: 4.16667vw;
  }
}

@media screen and (min-width: 670px) and (max-width: 680px) {
  .dirac .section-pencilDesc .pencilDesc-bgWrap {
    padding-top: 16.66667vw;
  }
}

.dirac .section-pencilDesc .pencilDesc-link {
  text-align: center;
  -webkit-transform: translateY(4.94792vw);
          transform: translateY(4.94792vw);
}

.dirac .section-pencilDesc .pencilDesc-link a {
  color: #0a59f7;
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-link a {
    font-size: 3.33333vw;
  }
}

.dirac .section-pencilDesc .pencilDesc-text {
  font-size: 1.14583vw;
  width: 28.54167vw;
  color: #484848;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-text {
    width: 100%;
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
  }
}

.dirac .section-pencilDesc .pencilDesc-text.pencilDesc-text-width {
  width: 28.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-pencilDesc .pencilDesc-text.pencilDesc-text-width {
    width: 100%;
    font-size: 4.44444vw;
    margin-top: 4.16667vw;
  }
}

.dirac .section-camera {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera {
    margin-top: 27.77778vw;
  }
}

.dirac .section-camera .camera-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .camera-wrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-camera .camera-wrap > div {
  width: 40.10417vw;
  position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .camera-wrap > div {
    width: 100%;
  }
  .dirac .section-camera .camera-wrap > div:first-of-type {
    margin-bottom: 13.88889vw;
  }
}

.dirac .section-camera .camera-bgWrap {
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .camera-bgWrap {
    border-radius: 4.16667vw;
  }
}

.dirac .section-camera .camera-textWrap {
  position: absolute;
  top: 4.16667vw;
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .camera-textWrap {
    top: 5.55556vw;
  }
}

.dirac .section-camera .camera-textWrap .section-subTitle {
  color: #211d1e;
  font-size: 1.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .camera-textWrap .section-subTitle {
    font-size: 4.44444vw;
    color: #484848;
  }
}

.dirac .section-camera .section-subDesc {
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-camera .section-subDesc {
    margin-top: 2.77778vw;
  }
}

.dirac .section-mic {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic {
    margin-top: 27.77778vw;
  }
}

.dirac .section-mic .section-subTitle-gray {
  font-size: 1.25vw;
  color: #868686;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .section-subTitle-gray {
    font-size: 3.61111vw;
    padding: 0 8.33333vw;
  }
}

.dirac .section-mic .mic-textWrap {
  width: 82.13542vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-textWrap {
    width: 88.88889vw;
  }
}

.dirac .section-mic .mic-descWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-descWrap {
    text-align: left;
  }
  .dirac .section-mic .mic-descWrap.dirac-mobShow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 3.47222vw auto 0;
    width: 88.88889vw;
  }
}

.dirac .section-mic .mic-descWrap > div:nth-of-type(2) {
  margin: 0 6.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-descWrap > div:nth-of-type(2) {
    margin: 0 2.77778vw 0 4.16667vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-descWrap > div:nth-of-type(3) {
    width: 50vw;
  }
}

.dirac .section-mic .mic-descWrap h5 {
  font-size: 1.66667vw;
  margin-bottom: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-descWrap h5 {
    font-size: 3.88889vw;
    margin-bottom: 1.38889vw;
  }
}

.dirac .section-mic .mic-descWrap p {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-descWrap p {
    font-size: 2.77778vw;
  }
}

.dirac .section-mic .mic-bgWrap {
  width: 82.13542vw;
  margin: 3.125vw auto 0;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-mic .mic-bgWrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    border-radius: 4.16667vw;
  }
}

.dirac .section-soundbar {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar {
    margin-top: 27.77778vw;
  }
}

.dirac .section-soundbar .section-subTitle-gray {
  font-size: 1.25vw;
  color: #868686;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .section-subTitle-gray {
    font-size: 3.61111vw;
    padding: 0 8.33333vw;
  }
}

.dirac .section-soundbar .soundbar-textWrap {
  width: 70.3125vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-textWrap {
    width: 88.88889vw;
  }
}

.dirac .section-soundbar .section-desc {
  color: #484848;
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .section-desc {
    font-size: 4.44444vw;
  }
}

.dirac .section-soundbar .soundbar-bgWrap {
  position: relative;
  width: 47.5vw;
  margin: 10.20833vw auto 16.45833vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-bgWrap {
    width: 59.02778vw;
    margin-top: 13.88889vw;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-bottom: 13.88889vw;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.dirac .section-soundbar .soundbar-bgWrap .soundbar-play {
  width: 46.5vw;
  height: 30.8vw;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-bgWrap .soundbar-play {
    width: 57.5vw;
    height: 37.5vw;
  }
}

.dirac .section-soundbar .soundbar-bgWrap .soundbar-play > img {
  width: 100%;
  z-index: 7;
  position: absolute;
  left: 0;
  top: 0.10417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-bgWrap .soundbar-play > img {
    top: 0.27778vw;
  }
}

.dirac .section-soundbar .soundbar-bgWrap .soundbar-play > video {
  width: 97%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-bgWrap .soundbar-play > video {
    width: 57.5vw;
    width: 96%;
  }
}

.dirac .section-soundbar .soundbar-bgWrap .soundbar-play .mask {
  width: 97%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -46.5%);
          transform: translate(-50%, -46.5%);
  background: #000;
  height: 30vw;
  z-index: 2;
  display: none;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-bgWrap .soundbar-play .mask {
    width: 97%;
    height: 35.5vw;
  }
}

.dirac .section-soundbar .soundbar-wave {
  position: absolute;
}

.dirac .section-soundbar .soundbar-wave.wave1 {
  top: -5.20833vw;
  left: -9.89583vw;
  left: -7.89583vw;
  width: 17.44792vw;
  height: 17.44792vw;
  top: -7.20833vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-wave.wave1 {
    top: -6.94444vw;
    left: -12.5vw;
    width: 24.30556vw;
    height: 24.30556vw;
    top: -9.94444vw;
    left: -9.5vw;
  }
}

.dirac .section-soundbar .soundbar-wave.wave2 {
  bottom: -5.20833vw;
  left: -9.89583vw;
  left: -7.89583vw;
  width: 17.44792vw;
  height: 17.44792vw;
  bottom: -7.20833vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-wave.wave2 {
    bottom: -6.94444vw;
    left: -12.5vw;
    width: 24.30556vw;
    height: 24.30556vw;
    left: -9.5vw;
    bottom: -9.95vw;
  }
}

.dirac .section-soundbar .soundbar-wave.wave3 {
  top: 2.08333vw;
  top: -7.20833vw;
  right: -6.77083vw;
  width: 17.44792vw;
  height: 17.44792vw;
  right: -7.77083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-wave.wave3 {
    top: 5.55556vw;
    top: -6.94444vw;
    right: -11.11111vw;
    width: 24.30556vw;
    height: 24.30556vw;
    top: -9.94444vw;
    right: -10.11111vw;
  }
}

.dirac .section-soundbar .soundbar-wave.wave4 {
  bottom: -1.04167vw;
  bottom: -5.20833vw;
  right: -6.77083vw;
  width: 17.44792vw;
  height: 17.44792vw;
  bottom: -7.20833vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-soundbar .soundbar-wave.wave4 {
    bottom: -2.77778vw;
    bottom: -6.94444vw;
    right: -11.11111vw;
    width: 24.30556vw;
    height: 24.30556vw;
    bottom: -7.20833vw;
    right: -10.11111vw;
    bottom: -9.95vw;
  }
}

.dirac .section-soundbar .soundbar-wave > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 255, 255, 0) 40%, #9fd6ea);
}

.dirac .section-soundbar .soundbar-wave > div:nth-of-type(1) {
  -webkit-animation: swave 3s linear infinite 0;
          animation: swave 3s linear infinite 0;
}

.dirac .section-soundbar .soundbar-wave > div:nth-of-type(2) {
  -webkit-animation: swave 3s linear infinite 1s;
          animation: swave 3s linear infinite 1s;
}

.dirac .section-soundbar .soundbar-wave > div:nth-of-type(3) {
  -webkit-animation: swave 3s linear infinite 2s;
          animation: swave 3s linear infinite 2s;
}

.dirac .section-soundbar .soundbar-wave > div:nth-of-type(4) {
  -webkit-animation: swave 3s linear infinite 3s;
          animation: swave 3s linear infinite 3s;
}

.dirac .section-together {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-together {
    margin-top: 27.77778vw;
  }
}

.dirac .section-together .together-textWrap {
  width: 70.3125vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-together .together-textWrap {
    width: 88.88889vw;
  }
}

.dirac .section-together .section-subTitle-gray {
  font-size: 1.66667vw;
  color: #868686;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-together .section-subTitle-gray {
    font-size: 3.61111vw;
    padding: 0 8.33333vw;
  }
}

.dirac .section-together .section-together-video {
  position: relative;
  height: 60.26042vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-together .section-together-video {
    height: 90.97222vw;
  }
}

.dirac .section-together .section-together-desc {
  width: 68.22917vw;
  margin: 4.16667vw auto 0;
  font-size: 1.14583vw;
  color: #484848;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-together .section-together-desc {
    font-size: 4.44444vw;
    width: 100%;
    margin-top: 8.33333vw;
  }
}

.dirac .section-share {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share {
    margin-top: 27.77778vw;
  }
}

.dirac .section-share .share-f > h3 {
  margin: 1.5625vw 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-f > h3 {
    margin: 4.16667vw 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-share .share-f > h3 {
    z-index: 6;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-share .share-f > h3 {
    z-index: 6;
  }
}

.dirac .section-share .share-f.act {
  opacity: 0;
}

.dirac .section-share > h3 {
  margin: 1.5625vw 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share > h3 {
    margin: 4.16667vw 0;
  }
}

.dirac .section-share .section-desc {
  color: #676767;
}

.dirac .section-share .share-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-wrap {
    top: 96px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-share .share-wrap {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-share .share-wrap {
    -webkit-transform: translateY(-17%) scale(0.65);
            transform: translateY(-17%) scale(0.65);
  }
}

.dirac .section-share .share-wrap-ie {
  display: none;
}

.dirac .section-share .share-textWrap {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-textWrap {
    width: 88.88889vw;
    margin-left: auto;
    margin-right: auto;
  }
  .dirac .section-share .share-textWrap .section-desc {
    font-size: 3.33333vw;
  }
}

.dirac .section-share .share-textWrap.active {
  -webkit-transform: translateY(-10.41667vw);
          transform: translateY(-10.41667vw);
}

.dirac .section-share .share-textWrap > div {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.dirac .section-share .share-textWrap > div.active {
  opacity: 1;
}

.dirac .section-share .share-textWrap > div:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dirac .section-share .share-textWrap > div .section-desc > em {
  display: block;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-textWrap > div .section-desc > em {
    display: none;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-textWrap > div .section-desc > span {
    display: block;
  }
}

.dirac .section-share .share-bgWrap {
  position: relative;
  z-index: -1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-share .share-bgWrap.active {
  -webkit-transform: translateY(-10.41667vw);
          transform: translateY(-10.41667vw);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-share .share-bgWrap.cf-f {
    z-index: 5;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-share .share-bgWrap.cf-f {
    z-index: 5;
  }
}

.dirac .section-share .share-matebook {
  position: relative;
  width: 77.8125vw;
  margin: -16.66667vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-matebook {
    width: 100vw;
    margin: -13.88889vw 0 0;
  }
}

.dirac .section-share .share-matebook .matebook-earphone,
.dirac .section-share .share-matebook .matebook-printer {
  position: absolute;
  top: 27.60417vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.36458vw;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-matebook .matebook-earphone,
  .dirac .section-share .share-matebook .matebook-printer {
    width: 14.44444vw;
    top: 34.72222vw;
  }
}

.dirac .section-share .share-matebook .matebook-earphone.active,
.dirac .section-share .share-matebook .matebook-printer.active {
  opacity: 1;
}

.dirac .section-share .share-matebook .matebook-earphone .earphone-img1 {
  width: 8.04167vw;
  position: absolute;
  left: 13.5vw;
  top: -4.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-matebook .matebook-earphone .earphone-img1 {
    width: 10.04167vw;
    position: absolute;
    left: 17.5vw;
    top: -4.5vw;
  }
}

.dirac .section-share .share-earphone {
  position: absolute;
  top: 34.16667vw;
  left: 74.73958vw;
  width: 10.20833vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-earphone {
    top: 80.55556vw;
    left: 43.125vw;
    width: 17.91667vw;
  }
}

.dirac .section-share .share-earphone.active {
  -webkit-transform: translateX(2.08333vw);
          transform: translateX(2.08333vw);
  opacity: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-earphone.active {
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-share .share-earphone .earphone-img2 {
  width: 32.04167vw;
  position: absolute;
  left: -11.5vw;
  top: -8.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-earphone .earphone-img2 {
    width: 34.04167vw;
    position: absolute;
    left: -10vw;
    top: -13.5vw;
    width: 42.04167vw;
    position: absolute;
    left: -14vw;
  }
}

.dirac .section-share .share-printer {
  position: absolute;
  top: 28.95833vw;
  left: 5.98958vw;
  width: 19.53125vw;
  -webkit-transform: translateX(-2.08333vw);
          transform: translateX(-2.08333vw);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-printer {
    top: 80.55556vw;
    left: 32.5vw;
    width: 39.16667vw;
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-share .share-printer.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-printer.active {
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-share .share-printer.active2 {
  -webkit-transform: translate(-2.08333vw, -2.08333vw);
          transform: translate(-2.08333vw, -2.08333vw);
  opacity: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-printer.active2 {
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-share .share-btnWrap-3 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-share .share-btnWrap-3.act {
  opacity: 1;
}

.dirac .section-share .share-icon {
  position: absolute;
  width: 8.33333vw;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon {
    width: 11.11111vw;
  }
}

.dirac .section-share .share-icon.active {
  opacity: 1;
  display: block;
}

.dirac .section-share .share-icon.icon1 {
  top: 21.66667vw;
  left: 17.96875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon1 {
    top: 27.77778vw;
    left: 11.11111vw;
  }
}

.dirac .section-share .share-icon.icon2 {
  top: 31.25vw;
  left: 13.02083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon2 {
    top: 41.66667vw;
    left: 11.11111vw;
  }
}

.dirac .section-share .share-icon.icon3 {
  top: 41.66667vw;
  left: 16.40625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon3 {
    top: 55.55556vw;
    left: 11.11111vw;
  }
}

.dirac .section-share .share-icon.icon4 {
  top: 21.66667vw;
  right: 17.96875vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon4 {
    top: 27.77778vw;
    right: 11.11111vw;
  }
}

.dirac .section-share .share-icon.icon5 {
  top: 31.25vw;
  right: 13.02083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon5 {
    top: 41.66667vw;
    right: 11.11111vw;
  }
}

.dirac .section-share .share-icon.icon6 {
  top: 41.66667vw;
  right: 16.40625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-icon.icon6 {
    top: 55.55556vw;
    right: 11.11111vw;
  }
}

.dirac .section-share .share-btnWrap {
  position: absolute;
  top: 34.63542vw;
  right: 8.93229vw;
}

.dirac .section-share .share-btnWrap span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #c1c1c1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-btnWrap span {
    width: 1.38889vw;
    height: 1.38889vw;
  }
}

.dirac .section-share .share-btnWrap span.active {
  background: #000;
  border-radius: 0.46875vw;
  height: 2.55208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-btnWrap span.active {
    border-radius: 1.25vw;
    height: 6.80556vw;
  }
}

.dirac .section-share .share-btnWrap span:not(:first-of-type) {
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-btnWrap span:not(:first-of-type) {
    margin-top: 2.77778vw;
  }
}

.dirac .section-share .share-desc {
  position: absolute;
  top: 61.97917vw;
  left: 16.48438vw;
  width: 67.03125vw;
  margin: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-desc {
    width: 88.88889vw;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    top: auto;
    left: auto;
    margin: -8.33333vw auto 0;
    font-size: 3.33333vw !important;
  }
  .dirac .section-share .share-desc.active {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1190px) {
  .dirac .section-share .share-desc {
    top: 7.97917vw;
  }
}

.dirac .section-share .share-desc .more {
  display: block;
  color: #006cff;
  font-size: 1.14583vw;
  margin-top: 0.52083vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-share .share-desc .more {
    font-size: 3.05556vw;
    margin-top: 0.69444vw;
  }
}

.dirac .section-cloud {
  margin-top: -5.20833vw;
  text-align: center;
  height: 300vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud {
    margin-top: 27.77778vw;
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-cloud {
    margin-top: 0;
  }
}

.dirac .section-cloud .cloud-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-wrap {
    top: 96px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-cloud .cloud-wrap {
    -webkit-transform: translateY(-7%) scale(0.8);
            transform: translateY(-7%) scale(0.8);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-cloud .cloud-wrap {
    -webkit-transform: translateY(-20%) scale(0.6);
            transform: translateY(-20%) scale(0.6);
  }
}

.dirac .section-cloud .cloud-wrap > div {
  position: relative;
  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;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-wrap > div {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.dirac .section-cloud .cloud-wrap-ie {
  display: none;
}

.dirac .section-cloud .cloud-icon {
  font-size: 0;
  margin-bottom: 0.78125vw;
}

.dirac .section-cloud .cloud-icon img {
  display: inline-block;
  vertical-align: middle;
  width: 5.46875vw;
  width: 3.5vw;
  width: 13.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-icon img {
    width: 14.58333vw;
    width: 35.58333vw;
    padding-bottom: 1.38889vw;
    padding-top: 4.7vw;
  }
}

.dirac .section-cloud .cloud-icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.66667vw;
  margin-left: 0.78125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-icon span {
    font-size: 4.44444vw;
    margin-left: 2.08333vw;
  }
}

.dirac .section-cloud .cloud-textWrap {
  position: relative;
  width: 20.83333vw;
  height: 37.5vw;
  text-align: left;
  margin-right: 3.125vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-textWrap {
    width: 88.88889vw;
    height: 55.55556vw;
    margin-right: 0;
  }
}

.dirac .section-cloud .cloud-textWrap > div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-textWrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .dirac .section-cloud .cloud-textWrap > div > div {
    width: 39.30556vw;
  }
}

.dirac .section-cloud .cloud-textWrap > div:last-of-type {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.dirac .section-cloud .cloud-textWrap > div h3:last-of-type {
  margin-top: 3.125vw;
}

.dirac .section-cloud .cloud-textWrap > div p {
  margin-top: 1.5625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-textWrap > div > div.center:first-of-type {
    margin: 0 auto;
    text-align: center;
  }
}

.dirac .section-cloud .cloud-textWrap.active > div:first-of-type {
  opacity: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.dirac .section-cloud .cloud-textWrap.active > div:last-of-type {
  opacity: 1;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.dirac .section-cloud .cloud-bgWrap {
  position: relative;
  width: 48.64583vw;
  height: 37.5vw;
  overflow: hidden;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 39.64583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-bgWrap {
    width: 84.02778vw;
    height: 65.55556vw;
  }
}

.dirac .section-cloud .cloud-bgWrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac .section-cloud .cloud-bgWrap > div:last-of-type {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-bgWrap > div:last-of-type > video {
    width: 84%;
    margin: 0 auto;
  }
}

.dirac .section-cloud .cloud-bgWrap.active > div:first-of-type {
  opacity: 0;
}

.dirac .section-cloud .cloud-bgWrap.active > div:last-of-type {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-bgWrap.active > div:last-of-type {
    -webkit-transform: translateY(19%);
            transform: translateY(19%);
  }
}

.dirac .section-cloud .cloud-btnWrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-btnWrap {
    top: 23.61111vw;
    -webkit-transform: none;
            transform: none;
  }
}

.dirac .section-cloud .cloud-btnWrap span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background: #c1c1c1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-btnWrap span {
    width: 1.38889vw;
    height: 1.38889vw;
  }
}

.dirac .section-cloud .cloud-btnWrap span.active {
  background: #000;
  border-radius: 0.46875vw;
  height: 2.55208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-btnWrap span.active {
    border-radius: 1.25vw;
    height: 6.80556vw;
  }
}

.dirac .section-cloud .cloud-btnWrap span:not(:first-of-type) {
  margin-top: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cloud .cloud-btnWrap span:not(:first-of-type) {
    margin-top: 2.77778vw;
  }
}

.dirac .section-cpu {
  padding-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu {
    padding-top: 27.77778vw;
  }
}

.dirac .section-cpu .cpu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-wrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-cpu .cpu-bgWrap {
  width: 53.54167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-bgWrap {
    width: 100%;
  }
}

.dirac .section-cpu .cpu-textWrap {
  width: 28.59375vw;
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap {
    width: 100%;
    text-align: center;
  }
}

.dirac .section-cpu .cpu-textWrap .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap .section-desc {
    font-size: 4.44444vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div {
    font-size: 0;
  }
}

.dirac .section-cpu .cpu-textWrap > div > div {
  margin-top: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div > div {
    display: inline-block;
    vertical-align: top;
  }
  .dirac .section-cpu .cpu-textWrap > div > div:first-of-type {
    margin-right: 9.02778vw;
  }
  .dirac .section-cpu .cpu-textWrap > div > div:last-of-type {
    -webkit-transform: translateY(1.38889vw);
            transform: translateY(1.38889vw);
  }
}

.dirac .section-cpu .cpu-textWrap > div > div h4 {
  font-size: 4.16667vw;
  color: #00a7ff;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div > div h4.cpu-textWrap-title {
    text-align: left;
  }
}

.dirac .section-cpu .cpu-textWrap > div > div h4.special {
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div > div h4.special {
    font-size: 4.44444vw;
    text-align: left;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div > div h4 {
    font-size: 6.66667vw;
  }
}

.dirac .section-cpu .cpu-textWrap > div > div p {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-cpu .cpu-textWrap > div > div p {
    font-size: 3.33333vw;
  }
}

.dirac .section-heat {
  margin-top: 10.41667vw;
  text-align: center;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat {
    margin-top: 27.77778vw;
  }
}

.dirac .section-heat .section-desc {
  width: 60.67708vw;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .section-desc {
    width: 88.88889vw;
    font-size: 4.44444vw;
  }
}

.dirac .section-heat .heat-bgWrap {
  width: 82.13542vw;
  margin: 3.125vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-bgWrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
  }
}

.dirac .section-heat .heat-descWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82.13542vw;
  margin: 1.5625vw auto 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap {
    width: 88.88889vw;
    margin-top: 8.33333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .section-heat .heat-descWrap {
    margin: 3.5625vw auto 0;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .section-heat .heat-descWrap {
    margin: 3.5625vw auto 0;
  }
}

.dirac .section-heat .heat-descWrap > div:nth-of-type(2) {
  margin: 0 8.85417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap > div:nth-of-type(2) {
    margin: 0;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap > div {
    width: 50%;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap .heat-descWrap-last {
    width: 100%;
    padding-top: 9.02778vw;
    padding-bottom: 2.77778vw;
  }
}

.dirac .section-heat .heat-descWrap p {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap p {
    font-size: 3.33333vw;
  }
}

.dirac .section-heat .heat-descWrap h4 {
  font-size: 4.16667vw;
  color: #00a7ff;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap h4 {
    font-size: 6.66667vw;
  }
}

.dirac .section-heat .heat-descWrap h4 span {
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-heat .heat-descWrap h4 span {
    font-size: 3.33333vw;
  }
}

.dirac .section-signal {
  margin-top: 10.41667vw;
  text-align: center;
  height: 300vh;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal {
    margin-top: 27.77778vw;
  }
}

.dirac .section-signal .signal-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-wrap {
    top: calc(96px + 8.33333vw);
    height: calc(100vh - 96px);
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-signal .signal-wrap {
    -webkit-transform: translateY(-16%) scale(0.8);
            transform: translateY(-16%) scale(0.8);
  }
}

.dirac .section-signal .signal-wrap > div {
  position: relative;
  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;
  margin-top: 3.125vw;
  overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-wrap > div {
    margin-top: 8.33333vw;
    display: block;
  }
}

.dirac .section-signal .signal-wrap-ie {
  display: none;
}

.dirac .section-signal .signal-bgWrap {
  position: relative;
  width: 57.29167vw;
  z-index: 2;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-bgWrap {
    width: 118.88889vw;
    margin-bottom: 19.44444vw;
  }
}

.dirac .section-signal .signal-wave1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-9.89583vw, -1.82292vw);
          transform: translate(-9.89583vw, -1.82292vw);
  width: 20.9375vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-wave1 {
    width: 35.41667vw;
    -webkit-transform: translate(-16.66667vw, -1.86111vw);
            transform: translate(-16.66667vw, -1.86111vw);
    z-index: 1000;
  }
}

.dirac .section-signal .signal-wave2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(8.02083vw, 0vw);
          transform: translate(8.02083vw, 0vw);
  width: 16.92708vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-wave2 {
    -webkit-transform: translate(16.66667vw, 0vw);
            transform: translate(16.66667vw, 0vw);
    width: 34.72222vw;
  }
}

.dirac .section-signal .signal-textWrap {
  position: absolute;
  top: 50%;
  width: 39.0625vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap {
    width: 46.25vw;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dirac .section-signal .signal-textWrap.text1 {
  left: 8.93229vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text1 {
    left: 6.25vw;
  }
}

.dirac .section-signal .signal-textWrap.text1 .section-desc {
  padding-right: 2.8125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text1 .section-desc {
    padding-right: 0;
    margin-right: -7.63889vw;
  }
}

.dirac .section-signal .signal-textWrap.text1 > div {
  margin-top: 3.125vw;
  font-size: 0;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text1 > div {
    margin-top: 8.33333vw;
  }
}

.dirac .section-signal .signal-textWrap.text1 > div img {
  display: inline-block;
  vertical-align: top;
  width: 7.8125vw;
  margin-right: 3.125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text1 > div img {
    width: 17.5vw;
    margin-right: 5.55556vw;
  }
}

.dirac .section-signal .signal-textWrap.text2 {
  width: 41.14583vw;
  right: 8.93229vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text2 {
    right: 2.77778vw;
    width: 48.88889vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-signal .signal-textWrap.text2 .section-title2 {
    margin-right: -1.38889vw;
  }
}

.dirac .section-signal .signal-textWrap.text2 .section-desc {
  padding-right: 2.8125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap.text2 .section-desc {
    padding-right: 0;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac .section-signal .signal-textWrap .section-title2 {
    font-size: 4.44444vw;
  }
}

.dirac .section-signal .signal-textWrap .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-signal .signal-textWrap .section-desc {
    font-size: 3.33333vw;
  }
}

.dirac .section-function {
  margin-top: 10.41667vw;
  text-align: center;
  padding-bottom: 10.41667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function {
    margin-top: 0;
    padding-bottom: 27.77778vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .section-function {
    margin-top: 13.88889vw;
  }
}

.dirac .section-function .function-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82.13542vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-wrap {
    width: 88.88889vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dirac .section-function .function-wrap > div {
  position: relative;
  width: 26.25vw;
  height: 40.41667vw;
  border-radius: 2.44792vw;
  background: #191919;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-wrap > div {
    width: 100%;
    height: 88.33333vw;
    border-radius: 6.52778vw;
  }
  .dirac .section-function .function-wrap > div:not(:last-of-type) {
    margin-bottom: 13.88889vw;
  }
}

.dirac .section-function .section-title2 {
  position: absolute;
  top: 6.25vw;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .section-title2 {
    top: 12.5vw;
  }
}

.dirac .section-function .function-icon {
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon {
    left: auto;
    width: 34.72222vw;
  }
}

.dirac .section-function .function-icon p {
  font-size: 1.04167vw;
  color: #c9c9c9;
  margin-top: 1.30208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon p {
    font-size: 3.33333vw;
    margin-top: 11.11111vw;
  }
}

.dirac .section-function .function-icon.icon1 {
  top: 14.0625vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon1 {
    width: 62.5vw;
    top: 31.94444vw;
    left: 9.02778vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.dirac .section-function .function-icon.icon1 img {
  width: 11.40625vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon1 img {
    width: 27.77778vw;
  }
}

.dirac .section-function .function-icon.icon1 p {
  margin-top: 7.29167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon1 p {
    margin-top: 9.72222vw;
  }
}

.dirac .section-function .function-icon.icon2 {
  top: 26.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon2 {
    top: 34.72222vw;
    right: 9.02778vw;
  }
}

.dirac .section-function .function-icon.icon2 img {
  width: 8.80208vw;
  margin: 0 auto;
  -webkit-transform: translateX(0.52083vw);
          transform: translateX(0.52083vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon2 img {
    width: 23.47222vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.dirac .section-function .function-icon.icon3 {
  top: 12.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon3 {
    top: 34.72222vw;
    left: 9.02778vw;
  }
}

.dirac .section-function .function-icon.icon3 img {
  width: 8.80208vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon3 img {
    width: 23.47222vw;
  }
}

.dirac .section-function .function-icon.icon4 {
  top: 26.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon4 {
    top: 34.72222vw;
    right: 9.02778vw;
  }
}

.dirac .section-function .function-icon.icon4 img {
  width: 8.80208vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon4 img {
    width: 23.47222vw;
  }
}

.dirac .section-function .function-icon.icon5 {
  top: 16.92708vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon5 {
    top: 38.88889vw;
    width: 100%;
    left: 0;
  }
}

.dirac .section-function .function-icon.icon5 img {
  width: 6.35417vw;
  margin: 0 auto 0 3.1vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon5 img {
    width: 17.77778vw;
    margin: 0 auto 0 11.2vw;
  }
}

.dirac .section-function .function-icon.icon6 {
  top: 25.3125vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon6 {
    top: 62.5vw;
    width: 100%;
  }
}

.dirac .section-function .function-icon.icon6 img {
  width: 24.375vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon6 img {
    width: 82.36111vw;
  }
}

.dirac .section-function .function-icon.icon6 p {
  margin-top: 6.25vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .function-icon.icon6 p {
    margin-top: 2.77778vw;
    padding: 0 10.27778vw;
  }
}

.dirac .section-function .s22-001 {
  position: absolute;
  width: 15.5vw !important;
  right: 0;
  top: 10.4vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-function .s22-001 {
    width: 52.5vw !important;
    top: 21.4vw;
  }
}

.dirac .section-note {
  padding: 120px 0 5.20833vw;
  text-align: left;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-note {
    padding: 120px 0 13.88889vw;
  }
}

.dirac .section-note .note-wrap-non,
.dirac .section-note .note-wrap {
  width: 82.1875vw;
  margin: 0 auto;
  list-style: decimal;
  padding-left: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-note .note-wrap-non,
  .dirac .section-note .note-wrap {
    width: 83.33333vw;
    padding-left: 1.38889vw;
  }
}

.dirac .section-note li,
.dirac .section-note p {
  line-height: 1.6;
  font-size: 13px;
  color: #a7a7a7;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-note li,
  .dirac .section-note p {
    font-size: 3.05556vw;
  }
}

.dirac .section-note li.cur,
.dirac .section-note p.cur {
  color: #000;
  font-weight: 600;
}

.dirac .section-note div {
  width: 82.13542vw;
  margin: 2.08333vw auto 0;
  -webkit-transform: translateX(-0.78125vw);
          transform: translateX(-0.78125vw);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .section-note div {
    margin-top: 5.55556vw;
    -webkit-transform: translateX(-1.38889vw);
            transform: translateX(-1.38889vw);
  }
}

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

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

.dirac .dirac-mobShow {
  display: none !important;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .dirac-mobShow {
    display: block !important;
  }
  .dirac .dirac-pcShow {
    display: none !important;
  }
}

.dirac .only-ie {
  display: none !important;
}

.dirac.dirac-isIE .only-ie {
  display: block !important;
}

.dirac.dirac-isIE .only-ie.heat {
  top: 15.5vw;
}

.dirac.dirac-isIE .hide-ie {
  display: none !important;
}

.dirac.dirac-isIE .section-mode {
  height: auto;
}

.dirac.dirac-isIE .section-mode .mode-wrap {
  display: none;
}

.dirac.dirac-isIE .section-mode .mode-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-mode .mode-wrap-ie > div {
  position: relative;
  padding: 5.20833vw 0;
}

.dirac.dirac-isIE .section-mode .mode-wrap-ie > div:nth-of-type(2) .mode-pen {
  -webkit-transform: translate(-17.9vw, -19.9333vw);
          transform: translate(-17.9vw, -19.9333vw);
}

.dirac.dirac-isIE .section-mode .mode-wrap-ie > div:nth-of-type(3) .mode-pen {
  -webkit-transform: translate(-15.10417vw, -10.41667vw);
          transform: translate(-15.10417vw, -10.41667vw);
  transform: translate(-15.10417vw, -10.41667vw);
  -webkit-transform: translate(-14.1042vw, -1.9vw);
          transform: translate(-14.1042vw, -1.9vw);
}

.dirac.dirac-isIE .section-mode .mode-wrap-ie > div:nth-of-type(3) .mode-pen img {
  -webkit-transform: translate(3.125vw, -0.78125vw);
          transform: translate(3.125vw, -0.78125vw);
  -webkit-transform: translate(3.1vw, -1.1vw);
          transform: translate(3.1vw, -1.1vw);
}

.dirac.dirac-isIE .section-mode .matebook-bgWrap {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(15.625vw);
          transform: translateX(15.625vw);
}

.dirac.dirac-isIE .section-mode .creation-bgWrap {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(10.41667vw, 0) scale(1.15);
          transform: translate(10.41667vw, 0) scale(1.15);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac.dirac-isIE .section-mode .creation-bgWrap {
    -webkit-transform: translate(7.8125vw, 0) scale(0.9);
            transform: translate(7.8125vw, 0) scale(0.9);
  }
}

@supports (-ms-ime-align: auto) {
  .dirac.dirac-isIE .section-mode .creation-bgWrap {
    -webkit-transform: translate(7.8125vw, 0) scale(0.9);
            transform: translate(7.8125vw, 0) scale(0.9);
  }
}

.dirac.dirac-isIE .section-mode .pad-bgWrap {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(15.625vw);
          transform: translateX(15.625vw);
}

.dirac.dirac-isIE .section-scene {
  margin-top: 5.20833vw;
}

.dirac.dirac-isIE .section-screen {
  height: auto;
}

.dirac.dirac-isIE .section-screen .screen-wrap {
  position: relative;
  top: auto;
}

.dirac.dirac-isIE .section-screen .screen-descWrap .desc-detail.detail2 {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 1.5625vw;
}

.dirac.dirac-isIE .section-screen .screen-descWrap .desc-detail b > span.special1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.dirac.dirac-isIE .section-screen .screen-descWrap .desc-detail b > span.special2 {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.dirac.dirac-isIE .section-screen .screen-descWrap .desc-detail b > span.special6 {
  -webkit-transform: translateY(-600%);
          transform: translateY(-600%);
}

.dirac.dirac-isIE .section-screen .screen-descWrap .desc-detail b > span.special8 {
  -webkit-transform: translateY(-800%);
          transform: translateY(-800%);
}

.dirac.dirac-isIE .section-color {
  height: auto;
}

.dirac.dirac-isIE .section-color .color-wrap {
  position: relative;
  top: auto;
  height: auto;
}

.dirac.dirac-isIE .section-color .text-detail {
  opacity: 1;
}

.dirac.dirac-isIE .section-color .color-bgWrap {
  width: 57.29167vw;
  height: 42.70833vw;
  position: relative;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac.dirac-isIE .section-color .color-bgWrap {
    width: 96.11111vw;
    height: 83.33333vw;
  }
}

.dirac.dirac-isIE .section-color .color-detail {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.dirac.dirac-isIE .section-color .color-detail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.dirac.dirac-isIE .section-color .color-detail h4 > small {
  font-size: 66%;
}

.dirac.dirac-isIE .section-color .color-frame {
  opacity: 1;
}

.dirac.dirac-isIE .section-texture {
  height: auto;
}

.dirac.dirac-isIE .section-texture .texture-wrap {
  display: none;
}

.dirac.dirac-isIE .section-texture .texture-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-texture .texture-wrap-ie > div {
  padding: 5.20833vw 0;
  width: 82.13542vw;
  margin: 0 auto;
  position: relative;
}

.dirac.dirac-isIE .section-texture .texture-mask {
  opacity: 1;
}

.dirac.dirac-isIE .section-texture .texture-textWrap {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dirac.dirac-isIE .section-keyboard {
  margin-top: 5.20833vw;
  padding-bottom: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .dirac.dirac-isIE .section-keyboard {
    margin-bottom: 0;
  }
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap {
  height: auto;
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap > div {
  position: relative;
  top: auto;
  height: auto;
  background-image: none;
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-detail {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5.20833vw 0;
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-bgWrap {
  width: 62.03125vw;
  -webkit-transform: translateX(2.70833vw);
          transform: translateX(2.70833vw);
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-detail.detail1 .keyboard-textWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-28.90625vw, -8.33333vw);
          transform: translate(-28.90625vw, -8.33333vw);
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-bgWrap {
  width: 63.59375vw;
  -webkit-transform: translateX(-5.72917vw);
          transform: translateX(-5.72917vw);
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-detail.detail2 .keyboard-textWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-2.60417vw, -8.33333vw);
          transform: translate(-2.60417vw, -8.33333vw);
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.dirac.dirac-isIE .section-keyboard .keyboard-topWrap .keyboard-btnWrap {
  display: none;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap {
  height: auto;
  margin-top: 5.20833vw;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap > div {
  position: relative;
  top: auto;
  height: auto;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap .keyboard-frame {
  opacity: 1;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap .keyboard-btn {
  opacity: 1;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap .keyboard-btn::before {
  width: 29.84375vw;
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap .keyboard-descWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dirac.dirac-isIE .section-keyboard .keyboard-botWrap .keyboard-touchpad {
  opacity: 1;
}

.dirac.dirac-isIE .section-pencil {
  height: auto;
}

.dirac.dirac-isIE .section-pencil .pencil-wrap {
  display: none;
}

.dirac.dirac-isIE .section-pencil .pencil-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-pencil .pencil-ieWrap {
  position: relative;
  padding: 5.20833vw 0;
}

.dirac.dirac-isIE .section-pencil .pencil-ieWrap.wrap1 .pencil-pen {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(26.04167vw);
          transform: translateX(26.04167vw);
  width: 94.21875vw;
}

.dirac.dirac-isIE .section-pencil .pencil-ieWrap.wrap2 .pencil-pen {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(35.15625vw);
          transform: translateX(35.15625vw);
  width: 36vw;
  top: 0.3vw;
  z-index: 3;
  margin-left: 6%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac.dirac-isIE .section-pencil .pencil-ieWrap.wrap2 .pencil-pen {
    top: 0.2vw;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac.dirac-isIE .section-pencil .pencil-ieWrap.wrap2 .pencil-pen {
    top: 0.2vw;
  }
}

.dirac.dirac-isIE .section-pencil .pencil-note1 {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  font-size: 1.66667vw;
  margin-bottom: 5.20833vw;
}

.dirac.dirac-isIE .section-pencil .pencil-note2 {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  font-size: 1.66667vw;
  margin-bottom: 5.20833vw;
}

.dirac.dirac-isIE .section-pencil .pencil-bgWrap {
  position: relative;
  top: auto;
  left: auto;
  width: 64.21875vw;
  margin: 0 auto;
}

.dirac.dirac-isIE .section-pencil .pencil-detail {
  -webkit-transform: none;
          transform: none;
}

.dirac.dirac-isIE .section-share {
  height: auto;
}

.dirac.dirac-isIE .section-share .share-wrap {
  display: none;
}

.dirac.dirac-isIE .section-share .share-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-share .share-wrap-ie > h3 {
  position: relative;
  z-index: 6;
}

.dirac.dirac-isIE .section-share .share-wrap-ie > div {
  position: relative;
}

.dirac.dirac-isIE .section-share .share-icon {
  opacity: 1;
  display: block;
  z-index: 100;
}

.dirac.dirac-isIE .section-cloud {
  margin-top: 5.20833vw;
  height: auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac.dirac-isIE .section-cloud {
    margin-top: 13.88889vw;
    padding-bottom: 27.77778vw;
  }
}

.dirac.dirac-isIE .section-cloud .cloud-wrap {
  display: none;
}

.dirac.dirac-isIE .section-cloud .cloud-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-cloud .cloud-wrap-ie > div {
  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;
  position: relative;
  padding: 5.20833vw 0;
  padding: 5.20833vw 0 0;
}

.dirac.dirac-isIE .section-cloud .cloud-textWrap {
  width: 20.83333vw;
  height: auto;
}

.dirac.dirac-isIE .section-cloud .cloud-textWrap > div {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  top: -3vw;
}

.dirac.dirac-isIE .section-cloud .cloud-textWrap > div:last-of-type {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.dirac.dirac-isIE .section-signal {
  height: auto;
}

.dirac.dirac-isIE .section-signal .signal-wrap {
  display: none;
}

.dirac.dirac-isIE .section-signal .signal-wrap-ie {
  display: block;
}

.dirac.dirac-isIE .section-signal .signal-wrap-ie > div {
  display: block;
  position: relative;
  padding: 5.20833vw 0;
  width: 100%;
  overflow: hidden;
}

.dirac.dirac-isIE .section-signal .signal-wrap-ie > div:first-of-type .signal-bgWrap {
  -webkit-transform: translateX(62.5vw);
          transform: translateX(62.5vw);
}

.dirac.dirac-isIE .section-signal .signal-wrap-ie > div:last-of-type .signal-bgWrap {
  -webkit-transform: translateX(-18.22917vw);
          transform: translateX(-18.22917vw);
}

.dirac.dirac-isIE .section-signal .signal-textWrap {
  position: absolute;
  top: 50%;
  width: 32.91667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

.dirac.dirac-isIE .section-signal .signal-textWrap.text1 {
  left: 8.93229vw;
}

.dirac.dirac-isIE .section-signal .signal-textWrap.text2 {
  right: 8.93229vw;
}

.dirac.dirac-isIE .section-function {
  margin-top: 5.20833vw;
}

.dirac .ie-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.dirac .ie-video.f4 {
  height: 100%;
}

.dirac .only-uc {
  display: none !important;
}

.dirac.dirac-isWX video, .dirac.dirac-isUC video {
  display: none !important;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac.dirac-isWX .only-uc, .dirac.dirac-isUC .only-uc {
    display: block !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac.dirac-isWX .only-uc.f2, .dirac.dirac-isUC .only-uc.f2 {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.dirac .section-win10 {
  padding-top: 5.20833vw;
}

@media screen and (min-width: 650px) and (max-width: 750px) {
  .dirac .section-win10 {
    margin-top: -56vw;
  }
}

.dirac .con-heigit {
  height: 10.41667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .con-heigit {
    height: 27.77778vw;
    height: 0;
  }
}

.dirac .gap {
  height: 10.41667vw;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .gap {
    height: 27.77778vw;
  }
}

.dirac .cooper-sVideo-kv-group {
  position: relative;
  height: 250vh;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-kv-group {
    height: auto;
    padding-top: 10.41667vw;
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-kv-group {
    height: auto;
    padding-top: 10.41667vw;
    display: none;
  }
}

.dirac .cooper-sVideo-kv-group .cooper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dirac .cooper-sVideo-kv {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.dirac .cooper-sVideo-kv.act {
  background: #000;
  opacity: 0.8;
}

.dirac .cooper-sVideo-kv .cooper-sVideo-imgBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
  width: 100%;
}

@media screen and (min-width: 1920px) and (max-width: 1999px) and (min-height: 1080px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    height: 100vh;
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: auto;
    height: 100vh;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (width: 1024px) and (height: 501px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 2000px) and (max-width: 3200px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    height: 100vh;
    width: auto;
  }
}

@media screen and (min-width: 2000px) and (max-width: 3200px) and (min-width: 2550px) and (max-width: 2570px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1030px) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    height: 82vh;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox img {
    width: 100%;
  }
}

.dirac .cooper-sVideo-kv .cooper-sVideo-imgBox .cover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox .cover {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-kv .cooper-sVideo-imgBox .cover {
    display: none;
  }
}

.dirac .cooper-sVideo-kv .video-tit {
  z-index: 5;
  width: 100%;
  font-size: 4.16667vw;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  opacity: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit {
    font-size: 8.88889vw;
    -webkit-transform: translate(-50%, -141%);
            transform: translate(-50%, -141%);
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-kv .video-tit {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translate(-50%, -354%);
            transform: translate(-50%, -354%);
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-kv .video-tit {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translate(-50%, -354%);
            transform: translate(-50%, -354%);
  }
}

.dirac .cooper-sVideo-kv .video-tit .section-title1 {
  padding: 1px;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit > h3 > em {
    display: block;
  }
}

.dirac .cooper-sVideo-kv .video-tit .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit .section-desc {
    padding: 0 4.16667vw;
    font-size: 4.44444vw;
  }
}

.dirac .cooper-sVideo-kv .video-tit1 {
  z-index: 5;
  width: 100%;
  font-size: 4.16667vw;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
  opacity: 0;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 {
    font-size: 8.88889vw;
    -webkit-transform: translate(-50%, -131%);
            transform: translate(-50%, -131%);
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-kv .video-tit1 {
    opacity: 1;
    z-index: 10;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-kv .video-tit1 {
    opacity: 1;
    z-index: 10;
  }
}

.dirac .cooper-sVideo-kv .video-tit1 .section-title1 {
  padding: 1px;
}

.dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f {
  padding-top: 3.64583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f {
    width: 67%;
    padding-top: 9.72222vw;
  }
}

.dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div {
  position: relative;
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div {
    font-size: 6.66667vw;
  }
}

.dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div > em {
  font-style: normal;
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div > em {
    font-size: 4.44444vw;
  }
}

.dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div > span {
  position: absolute;
  left: 0;
  top: -0.8vw;
  font-size: 0.83333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 .mainvideo-textWrap-f > div > span {
    font-size: 3.33333vw;
    top: -2.8vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-kv .video-tit1 > h3 > em {
    display: block;
  }
}

.dirac .cooper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
}

@media screen and (min-width: 1365px) and (max-width: 1370px) {
  .dirac .cooper-sticky {
    top: -60px;
  }
}

@media screen and (min-width: 1435px) and (max-width: 1445px) {
  .dirac .cooper-sticky {
    top: 0px;
  }
}

@media screen and (min-width: 1595px) and (max-width: 1605px) {
  .dirac .cooper-sticky {
    top: -35px;
  }
}

@media screen and (min-width: 1915px) and (max-width: 1925px) {
  .dirac .cooper-sticky {
    top: 18px;
  }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .dirac .cooper-sticky {
    top: 94px;
  }
}

@media screen and (max-width: 639px) and (min-width: 1000px) and (max-width: 1100px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) and (min-width: 1000px) and (max-width: 1100px) {
  .dirac .cooper-sticky {
    top: 74px;
  }
}

.dirac .cooper-sVideo-imgBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.dirac .cooper-sVideo-imgBox img {
  width: 100%;
}

@media screen and (min-width: 1920px) and (max-width: 1999px) and (min-height: 1080px) {
  .dirac .cooper-sVideo-imgBox img {
    height: 100vh;
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .dirac .cooper-sVideo-imgBox img {
    width: auto;
    height: 100vh;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (width: 1024px) and (height: 501px) {
  .dirac .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 2000px) and (max-width: 3200px) {
  .dirac .cooper-sVideo-imgBox img {
    height: 100vh;
    width: auto;
  }
}

@media screen and (min-width: 2000px) and (max-width: 3200px) and (min-width: 2550px) and (max-width: 2570px) {
  .dirac .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .cooper-sVideo-imgBox img {
    width: 100%;
    height: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-imgBox img {
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-imgBox img {
    width: 100%;
  }
}

.dirac .cooper-sVideo-imgBox .cover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .cooper-sVideo-imgBox .cover {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .cooper-sVideo-imgBox .cover {
    display: none;
  }
}

.dirac .ie-cooper-sVideo1 {
  display: none;
  width: 100%;
  position: relative;
}

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

@supports (-ms-ime-align: auto) {
  .dirac .ie-cooper-sVideo1 {
    display: block !important;
  }
}

.dirac .ie-cooper-sVideo1 > img {
  width: 100%;
}

.dirac .ie-cooper-sVideo1 .section-desc {
  font-size: 1.14583vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .section-desc {
    font-size: 4.44444vw;
    padding: 0 13.88889vw;
  }
}

.dirac .ie-cooper-sVideo1 .over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

.dirac .ie-cooper-sVideo1 .video-tit {
  width: 100%;
  font-size: 4.16667vw;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 40%;
  -webkit-transform: translate(-50%, -42%);
          transform: translate(-50%, -42%);
  opacity: 1;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit {
    font-size: 8.88889vw;
    -webkit-transform: translate(-50%, -141%);
            transform: translate(-50%, -141%);
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .ie-cooper-sVideo1 .video-tit {
    width: 60%;
    text-align: center;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .ie-cooper-sVideo1 .video-tit {
    width: 60%;
    text-align: center;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit > h3 > em {
    display: block;
  }
}

.dirac .ie-cooper-sVideo1 .video-tit1 {
  width: 100%;
  width: 32%;
  font-size: 4.16667vw;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -36%);
          transform: translate(-50%, -36%);
  opacity: 1;
  z-index: 3;
}

@media screen and (max-width: 639px), screen and (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 {
    font-size: 8.88889vw;
    -webkit-transform: translate(-50%, -131%);
            transform: translate(-50%, -131%);
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .ie-cooper-sVideo1 .video-tit1 {
    width: 60%;
    text-align: center;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .ie-cooper-sVideo1 .video-tit1 {
    width: 60%;
    text-align: center;
  }
}

.dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f {
  padding-top: 3.64583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 0 0%;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f {
    width: 67%;
    padding-top: 9.72222vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f {
    width: 60%;
    margin: 0 auto;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f {
    width: 60%;
    margin: 0 auto;
  }
}

.dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div {
  position: relative;
  font-size: 2.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div {
    font-size: 6.66667vw;
  }
}

.dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div > em {
  font-style: normal;
  font-size: 1.66667vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div > em {
    font-size: 4.44444vw;
  }
}

.dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div > span {
  position: absolute;
  left: 0;
  top: -0.8vw;
  font-size: 0.83333vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 .mainvideo-textWrap-f > div > span {
    font-size: 3.33333vw;
    top: -2.8vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac .ie-cooper-sVideo1 .video-tit1 > h3 > em {
    display: block;
  }
}

.dirac-last {
  letter-spacing: calc(-0.037em + 0.526px);
  font-weight: 500;
  color: #000;
  letter-spacing: calc(-0.037em + 0.526px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dirac-last {
    overflow: hidden;
  }
}

@supports (-ms-ime-align: auto) {
  .dirac-last {
    overflow: hidden;
  }
}

.dirac-last * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dirac-last sub,
.dirac-last sup {
  vertical-align: super;
  line-height: 0;
  font-size: 64%;
}

.dirac-last sub > span,
.dirac-last sup > span {
  cursor: pointer;
}

.dirac-last sup {
  font-size: 0.6em;
}

.dirac-last sup a {
  color: inherit;
  text-decoration: none;
}

.dirac-last sub {
  bottom: -0.3em;
}

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

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

.dirac-last .cf:before,
.dirac-last .cf:after {
  content: " ";
  display: table;
}

.dirac-last .cf:after {
  clear: both;
}

.dirac-last .cf {
  zoom: 1;
}

@media screen and (max-width: 639px), screen and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .show-pc {
    display: none;
  }
}

.dirac-last .show-mob {
  display: none;
}

@media screen and (max-width: 639px), screen and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .show-mob {
    display: block;
  }
}

.dirac-last .nr {
  white-space: nowrap;
}

.dirac-last img {
  display: block;
  width: 100%;
}

.dirac-last .common-tit-up {
  font-size: 1.25vw;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.52083vw;
  color: #868686;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .common-tit-up {
    font-size: 3.61111vw;
    margin-bottom: 2.77778vw;
  }
}

.dirac-last .common-tit {
  font-size: 3.33333vw;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.38542vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .common-tit {
    font-size: 8.88889vw;
    margin-bottom: 11.80556vw;
  }
}

.dirac-last .common-desc {
  font-size: 1.14583vw;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  width: 65.10417vw;
  color: #484848;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .common-desc {
    font-size: 4.44444vw;
    text-align: left;
    width: 100%;
  }
}

.dirac-last .item-text {
  font-size: 1.25vw;
  line-height: 1.6;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .item-text {
    font-size: 3.33333vw;
    text-align: center;
  }
}

.dirac-last .gap {
  height: 12.5vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .gap {
    height: 33.33333vw;
  }
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.dirac-last .dirac-last-new1 {
  margin: 0 8.85417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 {
    margin: 0;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 .common-tit-up,
  .dirac-last .dirac-last-new1 .common-tit {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 .common-desc {
    padding: 0 8.33333vw;
  }
}

.dirac-last .dirac-last-new1 .en-new1-swiper-wrap {
  position: relative;
  overflow: hidden;
}

.dirac-last .dirac-last-new1 .en-new1-swiper-wrap #en-new1-connect-bg .swiper-slide {
  width: 100%;
}

.dirac-last .dirac-last-new1 .en-new1-swiper-wrap #en-new1-connect-text {
  margin-top: 2.60417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 .en-new1-swiper-wrap #en-new1-connect-text {
    margin-top: 6.94444vw;
  }
}

.dirac-last .dirac-last-new1 .en-new1-swiper-wrap .en-new1-link {
  text-align: center;
  margin-top: 2.34375vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 .en-new1-swiper-wrap .en-new1-link {
    text-align: left;
    margin-left: 4.16667vw;
    margin-right: 4.16667vw;
    margin-top: 4.86111vw;
  }
}

.dirac-last .dirac-last-new1 .en-new1-swiper-wrap .en-new1-link a {
  display: inline-block;
  font-size: 1.66667vw;
  line-height: 1.6;
  color: #0a59f7;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 .en-new1-swiper-wrap .en-new1-link a {
    font-size: 4.44444vw;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect {
  width: auto;
  z-index: 2;
  color: #000;
  text-align: center;
  margin-top: 3.38542vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect {
    margin: 9.02778vw auto 0;
    font-weight: bold;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect span {
  border-bottom: 0.20833vw solid rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect span {
    border-bottom: 0.55556vw solid rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect span:nth-child(2) img {
  width: 1.30208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect span:nth-child(2) img {
    width: 3.47222vw;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect span img {
  width: 1.97917vw;
  margin: 0 auto;
  margin-bottom: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect span img {
    width: 5.27778vw;
    vertical-align: center;
    margin-bottom: 2.77778vw;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-size: 1.66667vw;
  padding-bottom: 0.78125vw;
  position: relative;
  line-height: 1.6;
  outline: none;
  padding: 0 3.125vw;
  padding-bottom: 0.52083vw;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet {
    font-size: 4.44444vw;
    padding: 0 8.33333vw;
    padding-bottom: 0.97222vw;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet:nth-child(1) {
  padding-left: 0;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet:last-child {
  padding-right: 0;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet img {
  opacity: 0.4;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet:hover {
  opacity: 1;
  color: black;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet:hover {
    color: rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-previous::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-previous::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-previous:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-active {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-active img {
  opacity: 1;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-active:hover {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
  -webkit-animation: progress 5s linear forwards;
          animation: progress 5s linear forwards;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new1 #en-new1-connect .swiper-pagination-bullet-active::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}

.dirac-last .dirac-last-new2 {
  padding: 0 8.85417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 {
    padding: 0;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .common-tit-up,
  .dirac-last .dirac-last-new2 .common-tit {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .common-desc {
    padding: 0 8.33333vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap {
  position: relative;
  padding-bottom: 2.60417vw;
  overflow: hidden;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap {
    padding-bottom: 6.94444vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect-bg .swiper-slide {
  width: 100%;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect {
  width: auto;
  z-index: 2;
  color: #000;
  text-align: center;
  margin-top: 3.38542vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect {
    margin: 9.02778vw auto 0;
    font-weight: bold;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span {
  border-bottom: 0.20833vw solid rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span {
    border-bottom: 0.55556vw solid rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span:nth-child(2) img {
  width: 1.30208vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span:nth-child(2) img {
    width: 3.47222vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span img {
  width: 1.97917vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect span img {
    width: 5.27778vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-size: 1.66667vw;
  padding-bottom: 0.78125vw;
  position: relative;
  line-height: 1.6;
  outline: none;
  padding: 0 3.125vw;
  padding-bottom: 0.52083vw;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet {
    font-size: 4.44444vw;
    padding: 0 8.33333vw;
    padding-bottom: 0.97222vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet:nth-child(1) {
  padding-left: 0;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet:last-child {
  padding-right: 0;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet img {
  opacity: 0.4;
  margin-bottom: 1.04167vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet img {
    margin-bottom: 2.77778vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet:hover {
  opacity: 1;
  color: black;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet:hover {
    color: rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-previous::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-previous::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-active {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-active img {
  opacity: 1;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-active:hover {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
  -webkit-animation: progress 5s linear forwards;
          animation: progress 5s linear forwards;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new2 .en-new2-swiper-wrap #en-new2-connect .swiper-pagination-bullet-active::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}

.dirac-last .dirac-last-new3 {
  padding: 0 8.85417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 {
    padding: 0;
    overflow: hidden;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .common-tit-up,
  .dirac-last .dirac-last-new3 .common-tit {
    padding: 0 2.77778vw;
  }
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .common-desc {
    padding: 0 8.33333vw;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap {
  position: relative;
  padding-bottom: 2.60417vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap {
    padding-bottom: 6.94444vw;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect-bg .swiper-slide {
  width: 100%;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect {
  width: auto;
  z-index: 2;
  color: #000;
  text-align: center;
  margin-top: 3.38542vw;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect {
    margin: 9.02778vw auto 0;
    font-weight: bold;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect span {
  border-bottom: 0.20833vw solid rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect span {
    border-bottom: 0.55556vw solid rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect span img {
  width: 1.97917vw;
  margin: 0 auto;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect span img {
    width: 5.27778vw;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-size: 1.66667vw;
  padding-bottom: 0.78125vw;
  position: relative;
  line-height: 1.6;
  outline: none;
  padding: 0 3.125vw;
  padding-bottom: 0.52083vw;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet {
    font-size: 4.44444vw;
    padding: 0 4.16667vw;
    padding-bottom: 0.97222vw;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet:nth-child(1) {
  padding-left: 0;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet:last-child {
  padding-right: 0;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet img {
  opacity: 0.4;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet:hover {
  opacity: 1;
  color: black;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet:hover {
    color: rgba(0, 0, 0, 0.4);
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-previous::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-previous::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-previous:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-active {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-active img {
  opacity: 1;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-active:hover {
  opacity: 1;
  color: black;
}

.dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  bottom: -0.20833vw;
  left: 0;
  width: 100%;
  height: 0.20833vw;
  background: #000;
  -webkit-animation: progress 5s linear forwards;
          animation: progress 5s linear forwards;
}

@media (max-width: 1200px) and (max-aspect-ratio: 1 / 1), (width: 677px) {
  .dirac-last .dirac-last-new3 .en-new3-swiper-wrap #en-new3-connect .swiper-pagination-bullet-active::after {
    height: 0.55556vw;
    bottom: -0.55556vw;
  }
}
/*# sourceMappingURL=style.css.map */