@media screen and (min-width: 1024px) {
  .topnav {
    height: 63px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }

  .topnav img {
    height: 63px;
  }

  #one-dom-container {
    padding-top: 63px;
  }

  /* kv */
  #one-dom-container .one-kv-section {
    height: 54em;
  }

  #one-dom-container .one-kv-section .one-kv-content {
    width: 100%;
    height: 100%;
  }

  #one-dom-container .one-kv-section .one-kv-img {
    width: 100%;
    height: 100%;
  }

  /* navigation */
  #one-dom-container .one-navigation-section .one-navigation-item {
    position: relative;
    height: 19em;
    cursor: pointer;
    overflow: visible;
    margin-bottom: 0.8em;
  }

  #one-dom-container .one-navigation-section .one-navigation-item.index0 {
    width: 100%;
    height: 20em;
  }

  #one-dom-container .one-navigation-section .one-navigation-item.index1 {
    width: 33.2em;
  }

  #one-dom-container .one-navigation-section .one-navigation-item.index2 {
    width: 23.5em;
  }

  #one-dom-container .one-navigation-section .one-navigation-item>div {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
    background: radial-gradient(60.5% 111.33% at 58.65% 111.33%, #414A64 0%, rgba(65, 74, 100, 0.00) 100%), #141414;
  }


  #one-dom-container .one-navigation-section .one-navigation-item.index0 img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  #one-dom-container .one-navigation-section .one-navigation-info {
    position: absolute;
    left: 1.9em;
    top: 1.9em;
    z-index: 3;
  }

  #one-dom-container .one-navigation-section .one-navigation-info p:last-child {
    margin-top: 12px;
  }

  /* design */
  #one-dom-container .one-design-section {
    background-color: #fff !important;
    background-image: url(../images/pc/designbg.png);
    background-repeat: no-repeat;
    background-size: 100% 418.6%;
    background-position-x: 0;
    background-position-y: 0;
  }

  #one-dom-container .one-design-section .one-design-imgdiv {
    position: relative;
    width: 100%;
    height: 29em;
  }

  #one-dom-container .one-design-section .one-design-title {
    width: 100%;
    position: relative;
    top: 4.5em;
    overflow: hidden;
  }

  #one-dom-container .one-design-section .one-design-p2 {
    width: 100%;
    background-image: url(../images/pc/designpbg.png);
    background-repeat: no-repeat;
    background-size: 141em 46.7em;
    background-position-x: -81.35em;
    background-position-y: -31.35em;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #one-dom-container .one-design-section .one-design-img1 {
    position: absolute;
    z-index: 3;
    width: 27.3em;
    height: 31.3em;
    bottom: -13.95em;
    left: 5.55em;
  }

  #one-dom-container .one-design-section .one-design-img2 {
    position: absolute;
    z-index: 4;
    width: 27.4em;
    height: 23.8em;
    bottom: -9.29em;
    right: 4.95em;
  }

  #one-dom-container .one-design-section .one-design-imgsub1 {
    z-index: 4;
  }

  #one-dom-container .one-design-section .one-design-imgsub2 {
    opacity: 0;
    z-index: 5;
  }


  #one-dom-container .one-design-section .one-design-imgmask {
    z-index: 49;
    width: 100%;
    height: 100%;
    background-image: url(../images/pc/designmask.png);
    background-repeat: no-repeat;
    background-size: 100% 91.5em;
    background-position-x: 0;
    background-position-y: 0;
  }

  /* crafted */
  #one-dom-container .one-crafted-section {
    background-color: #0F0F0F !important;
  }


  #one-dom-container .one-crafted-section .one-crafted-swiper {
    width: 100%;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper .swiper-slide.index0 {
    width: 28.35em;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper .swiper-slide.index1 {
    width: 57.5em;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper .swiper-slide.index2 {
    width: 38.05em;
  }

  #one-dom-container .one-crafted-section .one-crafted-img {
    width: 100%;
    height: 29em;
    margin-bottom: 2em;
    position: relative;
    border-radius: 1.5em;
    overflow: hidden;
  }

  #one-dom-container .one-crafted-section .one-crafted-txt {
    width: 26.85em;
  }


  #one-dom-container .one-crafted-section .one-crafted-swiper-buttondiv {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
  }


  #one-dom-container .one-crafted-section .one-crafted-swiper-button {
    cursor: pointer;
    width: 2em;
    height: 2em;
    opacity: 0.8;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper-button:hover {
    opacity: 1;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper-button path {
    stroke: #E60012;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper-button.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
  }

  #one-dom-container .one-crafted-section .one-crafted-swiper-button.swiper-button-disabled path {
    stroke: rgba(255, 255, 255, 0.3) !important;
  }

  /* camera */
  #one-dom-container .one-camera-section {
    background-color: #fff !important;
    background-image: url(../images/pc/designbg.png);
    background-repeat: no-repeat;
    background-size: 100% 418.6%;
    background-position-x: 0;
    background-position-y: 0;
  }


  #one-dom-container .one-camera-section .one-camera-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    top: 4.3em;
  }

  #one-dom-container .one-camera-section .one-camera-p2 {
    width: 100%;
    background-image: url(../images/pc/designpbg.png);
    background-repeat: no-repeat;
    background-size: 141em 46.7em;
    background-position-x: -81.35em;
    background-position-y: -31.35em;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #one-dom-container .one-camera-section .one-camera-imgdiv {
    position: relative;
    width: 100%;
    height: 28.3em;
  }

  #one-dom-container .one-camera-section .one-camera-img {
    position: absolute;
    z-index: 3;
    width: 110em;
    height: 49.7em;
    right: -11.63em;
    bottom: -23.5em;
  }

  #one-dom-container .one-camera-section .one-camera-imgsub2 {
    opacity: 0;
    z-index: 5;
  }


  #one-dom-container .one-camera-section .one-camera-mask {
    z-index: 49;
    width: 100%;
    height: 100%;
    background-image: url(../images/pc/designmask.png);
    background-repeat: no-repeat;
    background-size: 100% 91.5em;
    background-position-x: 0;
    background-position-y: 0;
  }


  /* leica */
  #one-dom-container .one-leica-section {
    background: radial-gradient(97.73% 70.13% at 50% 80.03%, rgba(65, 74, 100, 0.70) 0%, rgba(65, 74, 100, 0.00) 100%), #000;
  }

  #one-dom-container .one-leica-section .one-leica-icon {
    width: 15.2em;
    height: 3em;
  }

  #one-dom-container .one-leica-section .one-leica-imgdiv {
    width: 100%;
    height: 26em;
    position: relative;
  }

  /* sensor */
  #one-dom-container .one-sensor-section .one-sensor-title {
    position: relative;
    z-index: 49;
  }

  #one-dom-container .one-sensor-section .one-sensor-imgdiv {
    position: relative;
    width: 100%;
    height: 29em;
    overflow: visible;
  }

  #one-dom-container .one-sensor-section .one-sensor-img {
    width: 108%;
    bottom: -2em;
  }

  #one-dom-container .one-sensor-section .one-sensor-info {
    width: 47.8em;
    padding-left: 9.6em;
    padding-right: 10.7em;
    bottom: 15.2em;
    opacity: 0;
  }

  #one-dom-container .one-sensor-section .one-sensor-mask1 {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 192em;
    height: 75.8em;
    position: absolute;
    z-index: 20;
    left: -96em;
    bottom: -4.15em;
  }

  #one-dom-container .one-sensor-section .one-sensor-mask2 {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 192em;
    height: 75.8em;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -4.15em;
  }

  /* night */
  #one-dom-container .one-night-section .one-night-title {
    /* opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); */
  }

  #one-dom-container .one-night-section .one-night-title.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  #one-dom-container .one-night-section .one-night-bg {
    content: "";
    width: 96em;
    height: 35em;
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background-repeat: no-repeat;
    background-size: 13em 66.55em;
    background-position: 100% 50%;
    z-index: 2;
  }

  #one-dom-container .one-night-section .one-night-swiper {
    width: 57.5em;
    height: 30em;
    position: relative;
  }

  #one-dom-container .one-night-section .one-night-swiper .one-night-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 57.5em;
    height: 30em;
    position: relative;
    border-radius: 1.5em;
    overflow: hidden;
  }

  #one-dom-container .one-night-section .one-night-swiper .one-night-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  #one-dom-container .one-night-section .one-night-mask {
    content: "";
    width: 96em;
    height: -webkit-calc(30em + 20px);
    height: calc(30em + 20px);
    position: absolute;
    left: 50%;
    bottom: 90px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: url(../images/pc/nightmask.png);
    background-repeat: no-repeat;
    background-size: 200em 110em;
    background-position: -82em -45em;
    z-index: 2;
    overflow: hidden;
  }

  #one-dom-container .one-night-section.active .one-night-mask {
    background-position: -45em 32em;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  #one-dom-container .one-night-section.active .one-night-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  #one-dom-container .one-night-section.clear::after {
    content: none;
    -webkit-transition: none;
    transition: none;
  }


  #one-dom-container .one-night-section .one-night-swiper-buttondiv {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    position: relative;
    z-index: 9;
  }


  #one-dom-container .one-night-section .one-night-swiper-button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 0.8;
  }

  #one-dom-container .one-night-section .one-night-swiper-button:hover {
    opacity: 1;
  }

  #one-dom-container .one-night-section .one-night-swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #one-dom-container .one-night-section .one-night-swiper-button path {
    stroke: #E60012;
  }

  #one-dom-container .one-night-section .one-night-swiper-button.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto;
  }

  #one-dom-container .one-night-section .one-night-swiper-button.swiper-button-disabled path {
    stroke: rgba(255, 255, 255, 0.3) !important;
  }

  /* longlens */
  #one-dom-container .one-longlens-section {
    height: 50.65em;
  }

  #one-dom-container .one-longlens-section .one-longlens-row {
    position: relative;
    z-index: 1;
  }

  #one-dom-container .one-longlens-section .one-longlens-param {
    margin-top: 4em;
    gap: 1.8em;
  }

  #one-dom-container .one-longlens-section .one-longlens-meida {
    width: 100%;
    height: 100%;
  }

  #one-dom-container .one-longlens-section .one-longlens-meida .one-longlens-img {
    width: 130.8em;
    height: 75.5em;
    margin-left: 1.5em;
    margin-top: 2em;
  }

  /* telephoto */
  #one-dom-container .one-telephoto-section .one-telephoto-swiper {
    margin: 4em auto 0;
    position: relative;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper .one-telephoto-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    -webkit-transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
    transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper .one-telephoto-img {
    width: 20em;
    height: 34em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
    transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
    border-radius: 1.5em;
    overflow: hidden;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper .one-telephoto-hide {
    opacity: 0;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper.active {
    width: 57.5em;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper.active .one-telephoto-hide {
    opacity: 1;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-swiper.active .one-telephoto-img {
    width: 57.5em;
    height: 33.95em;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-mask {
    width: 96em;
    height: 33.95em;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000 100%);
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
    transition: all 1.6s cubic-bezier(0.49, 0.31, 0.58, 1);
  }

  #one-dom-container .one-telephoto-section .one-telephoto-mask.active {
    opacity: 1;
  }

  #one-dom-container .one-telephoto-section .one-telephoto-mask .one-telephoto-switchBtnList {
    width: 100%;
    padding: 4em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* panorama */
  #one-dom-container .one-panorama-section {

    /* &.active {
      .one-panorama-title {
        top: 0;
      }

      .one-panorama-img {
        height: 100%;
      }
    } */
  }

  #one-dom-container .one-panorama-section .one-panorama-title {
    margin: auto;
    position: relative;
    top: -webkit-calc(50vh - 7.5em);
    top: calc(50vh - 7.5em);
  }

  #one-dom-container .one-panorama-section .one-panorama-media {
    width: 100%;
    height: 46.5em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 4em;
    position: relative;
  }

  #one-dom-container .one-panorama-section .one-panorama-img {
    width: 100%;
    height: 0%;
    display: block;

    /* transition: all 1.8s cubic-bezier(0.44, 0.06, 0.59, 1); */
  }

  /* display */
  #one-dom-container .one-display-section {
    margin-bottom: -1px;
  }
  #one-dom-container .one-display-section .one-display-title {
    position: relative;
    z-index: 3;
  }

  #one-dom-container .one-display-section .one-display-media {
    width: 100%;
    height: 54.05em;
    position: relative;
    z-index: 2;
  }

  #one-dom-container .one-display-section .one-display-img {
    width: 180em;
    height: 101.34375em;
    top: -5em;
  }

  #one-dom-container .one-display-section .one-display-mask {
    z-index: 9;
  }

  #one-dom-container .one-display-section .one-display-txt {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: -24em;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #one-dom-container .one-display-section .one-display-txt2 {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }

  #one-dom-container .one-display-section .one-display-param {
    width: 28.35em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    gap: 1.8em 2.4em;
  }

  #one-dom-container .one-display-section .one-display-param .one-title {
    position: relative;
    min-width: 12.975em;
  }

  #one-dom-container .one-display-section .one-display-param .one-title .one-display-icon {
    width: 28.35em;
    height: 3.8em;
    display: block;
  }
}