@import url(/assets/lib/imagePreview/viewer.css);
.exhibit-details-module {
  background: #F5F6F8; }
  .exhibit-details-module .details-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 40px;
    margin: 0 0 33px; }
    .exhibit-details-module .details-content .content-text-item {
      flex: 1; }
      .exhibit-details-module .details-content .content-text-item .details-title {
        margin: 0 0 30px;
        font-weight: bold;
        color: #000000; }
      .exhibit-details-module .details-content .content-text-item .details-describe {
        font-weight: 400;
        color: #7D7D7D;
        line-height: 1.5; }
    .exhibit-details-module .details-content .content-image-item {
      border: 1px solid #D9D9D9;
      width: 446px;
      height: auto;
      aspect-ratio: 446/283;
      max-width: 50%;
      background-color: #fff;
      position: relative; }
      .exhibit-details-module .details-content .content-image-item img {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        object-fit: contain; }
      .exhibit-details-module .details-content .content-image-item .image-content {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 20px;
        display: flex;
        justify-content: space-between; }
        .exhibit-details-module .details-content .content-image-item .image-content .image-tag {
          font-weight: 400;
          color: #333333;
          padding: 5px;
          border-radius: 4px;
          background-color: #E3E9F1;
          transition: .3s all; }
          .exhibit-details-module .details-content .content-image-item .image-content .image-tag.open {
            background-color: #FCEDE1;
            color: var(--ui-color-primary); }
        .exhibit-details-module .details-content .content-image-item .image-content .image-icon i {
          width: 24px;
          height: 24px;
          font-size: var(--f-s-24);
          line-height: 1;
          color: #555; }
        .exhibit-details-module .details-content .content-image-item .image-content .image-icon:hover {
          cursor: pointer; }
  .exhibit-details-module .details-type-item {
    margin: 0 0 25px; }
  .exhibit-details-module .details-type-item, .exhibit-details-module .details-tag-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 0; }
  .exhibit-details-module .type-title, .exhibit-details-module .tag-title {
    font-weight: bold;
    color: #555555;
    padding: 3px 0; }
  .exhibit-details-module .type-box, .exhibit-details-module .tag-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px 8px; }
  .exhibit-details-module .type-item, .exhibit-details-module .tag-item {
    background: #E3E9F1;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 1px;
    max-width: 100%; }

@media (max-width: 1279px) {
  .exhibit-details-module .details-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    grid-gap: 30px; } }
@media (max-width: 1023px) {
  .exhibit-details-module .details-content {
    grid-gap: 24px;
    margin: 0 0 24px; }
    .exhibit-details-module .details-content .content-image-item {
      max-width: 100%; }
  .exhibit-details-module .details-type-item, .exhibit-details-module .details-tag-item {
    grid-gap: 0;
    flex-wrap: wrap; }
  .exhibit-details-module .type-box, .exhibit-details-module .tag-box {
    flex: 1;
    max-width: 100%; } }
@media (max-width: 767px) {
  .exhibit-details-module .details-content {
    grid-gap: 17px;
    margin: 0 0 17px; }
    .exhibit-details-module .details-content .content-text-item .details-title {
      margin: 0 0 17px;
      font-size: var(--f-s-24); }
    .exhibit-details-module .details-content .content-text-item .details-describe {
      color: #555; }
  .exhibit-details-module .details-type-item {
    margin: 0 0 17px; }
  .exhibit-details-module .details-type-item, .exhibit-details-module .details-tag-item {
    grid-gap: 0;
    flex-wrap: nowrap; }
  .exhibit-details-module .type-box, .exhibit-details-module .tag-box {
    flex: 1; }
  .exhibit-details-module .type-title, .exhibit-details-module .tag-title {
    font-size: var(--f-s-14);
    padding: 2px 0; } }
@media (max-width: 360px) {
  .exhibit-details-module .details-content {
    grid-gap: 16px;
    margin: 0 0 16px; }
  .exhibit-details-module .details-type-item, .exhibit-details-module .details-tag-item {
    grid-gap: 0; } }
[lang='en-us'] .exhibit-details-module .details-type-item, [lang='en-us'] .exhibit-details-module .details-tag-item {
  grid-gap: 12px; }
@media (max-width: 767px) {
  [lang='en-us'] .exhibit-details-module .details-type-item, [lang='en-us'] .exhibit-details-module .details-tag-item {
    flex-wrap: wrap;
    grid-gap: 12px; }
  [lang='en-us'] .exhibit-details-module .type-title, [lang='en-us'] .exhibit-details-module .tag-title {
    width: 100%; } }

.exhibit-info-module {
  background: #F5F6F8; }
  .exhibit-info-module .text-title {
    font-weight: bold;
    color: #000000;
    margin: 0 0 30px; }
  .exhibit-info-module .exhibit-info-content {
    width: 100%;
    display: flex;
    grid-gap: 20px;
    background-color: #fff; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      flex: 1;
      padding: 33px 46px 60px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        width: 194px;
        height: 100px;
        margin: 0 0 30px; }
        .exhibit-info-module .exhibit-info-content .content-info-item .info-image img {
          object-position: left;
          object-fit: contain; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        font-weight: 400;
        color: #000000;
        line-height: 28px;
        margin: 0 0 43px; }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: 350px;
      max-width: 100%;
      aspect-ratio: 1/1;
      padding: 46px 30px;
      background-color: var(--ui-color-primary);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-title {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.74);
        line-height: 35px;
        margin: 0 0 20px; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        font-weight: 400;
        font-size: var(--f-s-72);
        color: #FFFFFF;
        line-height: 1.2;
        max-width: 100%; }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text .booth-no {
          transition-property: opacity;
          transition-duration: 300ms;
          opacity: 0; }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text .drop {
          display: none; }

@media (min-width: 1360px) and (max-width: 1800px) {
  .exhibit-info-module .exhibit-info-content {
    grid-gap: 14px; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      flex: 1;
      padding: 30px 18px 12px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        width: 97px;
        height: 50px;
        margin: 0 0 12px; }
        .exhibit-info-module .exhibit-info-content .content-info-item .info-image img {
          object-position: left;
          object-fit: contain; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        font-weight: 400;
        color: #000000;
        line-height: 28px;
        margin: 0 0 12px; }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: auto;
      flex: 1;
      max-width: 260px;
      aspect-ratio: 1/1;
      padding: 26px 20px;
      background-color: var(--ui-color-primary);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-title {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.74);
        line-height: 35px;
        margin: 0 0 20px; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        font-size: var(--f-s-60); } }
@media (max-width: 1279px) {
  .exhibit-info-module .exhibit-info-content {
    flex-wrap: wrap;
    grid-gap: 10px; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      width: 100%;
      padding: 24px 24px 30px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        margin: 0 0 30px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        margin: 0 0 30px; }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: 100%;
      padding: 24px 24px 30px;
      max-width: 50%; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        font-size: var(--f-s-60); }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text br {
          display: none; } }
@media (max-width: 1023px) {
  .exhibit-info-module .exhibit-info-content {
    flex-wrap: wrap;
    grid-gap: 6px; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      width: 100%;
      padding: 20px 20px 24px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        margin: 0 0 24px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        margin: 0 0 24px; }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: 100%;
      padding: 20px 20px 24px; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        font-size: var(--f-s-56); } }
@media (max-width: 767px) {
  .exhibit-info-module .exhibit-info-content {
    flex-wrap: wrap;
    grid-gap: 2px; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      width: 100%;
      padding: 16px 16px 20px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        margin: 0 0 17px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        margin: 0 0 17px;
        font-size: var(--f-s-20); }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: 100%;
      padding: 36px 20px 34px;
      max-width: 100%;
      aspect-ratio: unset; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        display: flex;
        font-size: var(--f-s-52); }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text br {
          display: none; }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text .drop {
          display: inline-block; } }
/*@media(max-width: 500px) {
    .exhibit-info-module {
        .exhibit-info-content {
            flex-wrap: wrap;
            .content-city-item {
                max-width: 100%;
            }
        }
    }
}*/
@media (max-width: 360px) {
  .exhibit-info-module .exhibit-info-content {
    flex-wrap: wrap;
    grid-gap: 0; }
    .exhibit-info-module .exhibit-info-content .content-info-item {
      width: 100%;
      padding: 12px 12px 16px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-image {
        margin: 0 0 16px; }
      .exhibit-info-module .exhibit-info-content .content-info-item .info-title {
        margin: 0 0 16px; }
    .exhibit-info-module .exhibit-info-content .content-city-item {
      width: 100%;
      max-width: 100%; }
      .exhibit-info-module .exhibit-info-content .content-city-item .city-text {
        font-size: var(--f-s-48); }
        .exhibit-info-module .exhibit-info-content .content-city-item .city-text br {
          display: none; } }
@media (max-width: 767px) {
  [lang='en-us'] .exhibit-info-module .exhibit-info-content .content-info-item .info-title .title-min-text {
    display: none; } }

.ui-style-css .layout-head-banner-module {
  padding: 0 !important; }

.layout-head-banner-module {
  width: 100%;
  position: relative;
  overflow: hidden;
    /*    @media (max-width: $m_media_width) {
            .layout-menu-list {
                padding: 24px 20px;

                .layout-menu-item {
                    i {
                        font-size: var(--f-s-12);
                        line-height: 20px;
                    }

                    .banner-menu-link {
                        font-size: var(--f-s-12);
                        line-height: 20px;
                    }
                }
            }
            .head-banner-container {
                overflow: hidden;

                .banner-list {

                    .owl-dots {
                        padding: 0 20px;
                        grid-gap: 6px;
                        bottom: 58px;

                        .owl-dot {
                            width: 10px;
                            height: 10px;
                        }
                    }

                    .banner-item {
                        position: relative;
                        padding: 0 20px;

                        .banner-content-item {
                            .banner-content-text {
                                h1 {
                                    font-size: var(--f-s-28);
                                    line-height: 43px;
                                    margin: 0 0 20px;
                                }

                                .module_desc {
                                    font-size: var(--f-s-18);
                                    line-height: 32px;
                                }
                            }
                        }
                    }
                }
            }
        }*/ }
  .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item {
    min-height: 535px; }
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-bg:after {
      opacity: 0; }
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
      max-width: calc(100% - 650px); }
  .layout-head-banner-module.head-banner-module-one .layout-right-card-list {
    height: 0;
    display: flex;
    justify-content: flex-end; }
    .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box {
      width: 630px;
      position: absolute;
      bottom: 65px;
      z-index: 5;
      display: flex;
      flex-wrap: wrap;
      grid-gap: 16px; }
      .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item {
        width: 100%;
        height: 75px;
        overflow: hidden;
        border-radius: 6px;
        position: relative;
        display: flex;
        align-items: center;
        transition: .3s all; }
        .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item.open {
          height: 235px;
          align-items: flex-start; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item.open .card-text-item {
            padding: 35px 20px; }
            .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item.open .card-text-item .card-hide-text {
              bottom: 0;
              opacity: 1;
              position: relative; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item.open > i {
            opacity: 0; }
        .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 4;
          /*&:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              z-index: 6;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, .4);
          }*/ }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-bg .image-module {
            height: 100%; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-bg img {
            position: relative;
            z-index: 5;
            object-position: center; }
        .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item {
          position: relative;
          z-index: 8;
          padding: 20px;
          width: 100%;
          max-width: 295px; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item .card-title {
            font-weight: 400;
            font-size: var(--f-s-24);
            color: #FFFFFF;
            line-height: 32px;
            margin: 0 0 8px;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item .card-hide-text {
            position: absolute;
            bottom: -1000px;
            transition: .6s bottom ease, .6s opacity ease;
            opacity: 0; }
            .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item .card-hide-text .card-describe {
              font-weight: 400;
              font-size: var(--f-s-14);
              color: #FFFFFF;
              line-height: 20px;
              margin: 0 0 23px;
              display: -webkit-box;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3; }
            .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item .card-hide-text .card-btn {
              font-weight: bold;
              font-size: var(--f-s-14);
              color: #FFFFFF;
              line-height: 20px;
              padding: 8px 24px; }
              .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item .card-hide-text .card-btn:after {
                font-size: inherit; }
        .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item > i {
          position: absolute;
          top: 50%;
          left: 50%;
          color: #fff;
          transform: translate(-50%, -50%);
          z-index: 7;
          transition: .3s opacity; }
  .layout-head-banner-module.head-banner-module-two .head-banner-container .banner-list .banner-item {
    min-height: 432px; }
  .layout-head-banner-module.head-banner-module-two .layout-right-text-list {
    height: 0;
    display: flex;
    justify-content: flex-end; }
    .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box {
      width: 312px;
      position: absolute;
      bottom: 48px;
      z-index: 5;
      display: flex;
      flex-wrap: wrap;
      grid-gap: 16px; }
      .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item {
        width: 100%;
        border-radius: 6px;
        background-color: #fff;
        padding: 28px; }
        .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-time, .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-address {
          font-weight: 400;
          font-size: var(--f-s-12);
          color: #E87400;
          line-height: 24px;
          letter-spacing: 1px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-address {
          margin: 0 0 8px; }
        .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-title {
          font-weight: bold;
          font-size: var(--f-s-21);
          color: #333333;
          line-height: 30px;
          margin: 0 0 24px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-btn {
          width: 100%;
          justify-content: center;
          text-align: left; }
          .layout-head-banner-module.head-banner-module-two .layout-right-text-list .text-box .text-item .text-btn:after {
            content: "\e626"; }
  @media (max-width: 1800px) {
    .layout-head-banner-module.head-banner-module-two .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
      width: 656px; } }
  @media (max-width: 1359px) {
    .layout-head-banner-module.head-banner-module-two .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
      width: calc(100% - 330px); } }
  .layout-head-banner-module .layout-right-card-list {
    display: none; }
  .layout-head-banner-module .layout-right-text-list {
    display: none; }
  .layout-head-banner-module .layout-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 34px 0 34px 0; }
    .layout-head-banner-module .layout-menu-list .layout-menu-item {
      padding-right: 300px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item i {
        font-size: var(--f-s-16);
        color: #FFFFFF;
        line-height: 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item .banner-menu-link {
        font-weight: 400;
        font-size: var(--f-s-14);
        color: #FFFFFF;
        line-height: 20px;
        max-width: 100%;
        display: contents; }
  .layout-head-banner-module .head-banner-container {
    position: relative;
    z-index: 1; }
    .layout-head-banner-module .head-banner-container .banner-list {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      overflow: hidden;
      display: block; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-stage {
        display: flex;
        position: relative;
        z-index: 1; }
      .layout-head-banner-module .head-banner-container .banner-list .disabled {
        display: none; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots {
        position: absolute;
        z-index: 2;
        padding: 0;
        display: flex;
        grid-gap: 10px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 75px;
        width: 1336px; }
        .layout-head-banner-module .head-banner-container .banner-list .owl-dots .owl-dot {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: rgba(73, 71, 71, 0.9);
          border: none; }
          .layout-head-banner-module .head-banner-container .banner-list .owl-dots .owl-dot.active {
            background-color: var(--ui-color-primary); }
      .layout-head-banner-module .head-banner-container .banner-list .banner-item {
        width: 100%;
        position: relative;
        min-height: 288px;
        border: none;
        display: flex;
        align-items: flex-end; }
        .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-bg {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          /*&:after {
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              z-index: 2;
              width: 100%;
              height: 100%;
              background: linear-gradient(0deg, #0009, #0006);
          }*/ }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-bg .image-module {
            height: 100%; }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-bg img {
            position: relative;
            z-index: 1; }
        .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item {
          padding: 92px 0 90px;
          position: relative;
          z-index: 2; }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
            width: 100%;
            max-width: 880px; }
            .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text h1 {
              font-weight: bold;
              font-size: var(--f-s-38);
              color: #FFFFFF;
              line-height: 51px;
              margin: 0 0 20px; }
            .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text .module_desc {
              font-weight: 400;
              font-size: var(--f-s-16);
              color: #fff;
              line-height: 26px; }
  @media (max-width: 1800px) {
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
      max-width: calc(100% - 650px); }
    .layout-head-banner-module .head-banner-container {
      overflow: hidden; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots {
        padding: 0;
        grid-gap: 6px;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        width: 1000px; } }
  @media (max-width: 1360px) {
    .layout-head-banner-module .head-banner-container {
      overflow: hidden; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots {
        padding: 0;
        grid-gap: 6px;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        width: 728px; }
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
      max-width: calc(100% - 420px); }
    .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box {
      width: 400px; } }
  @media (max-width: 1280px) {
    .layout-head-banner-module .layout-menu-list {
      padding: 24px 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item {
        padding: unset; }
        .layout-head-banner-module .layout-menu-list .layout-menu-item i {
          font-size: var(--f-s-12);
          line-height: 20px; }
        .layout-head-banner-module .layout-menu-list .layout-menu-item .banner-menu-link {
          font-size: var(--f-s-12);
          line-height: 20px; }
    .layout-head-banner-module .head-banner-container {
      overflow: hidden; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots {
        padding: 0;
        grid-gap: 6px;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        width: 728px; }
        .layout-head-banner-module .head-banner-container .banner-list .owl-dots .owl-dot {
          width: 10px;
          height: 10px; }
      .layout-head-banner-module .head-banner-container .banner-list .banner-item {
        position: relative;
        min-height: 288px;
        padding: 0 20px; }
        .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item {
          padding: 30px 0 30px; }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item h1 {
            font-size: var(--f-s-28);
            line-height: 43px;
            margin: 0 0 20px; }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .module_desc {
            font-size: var(--f-s-16);
            line-height: 26px; } }
  @media (max-width: 1024px) {
    .layout-head-banner-module .layout-menu-list {
      padding: 24px 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item i {
        font-size: var(--f-s-12);
        line-height: 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item .banner-menu-link {
        font-size: var(--f-s-12);
        line-height: 20px; }
    .layout-head-banner-module .head-banner-container {
      overflow: hidden; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots .owl-dot {
        width: 10px;
        height: 10px; }
      .layout-head-banner-module .head-banner-container .banner-list .banner-item {
        position: relative;
        padding: 0 20px; }
        .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
          max-width: 100%;
          padding: 0; }
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .owl-dots {
      bottom: 529px; }
    .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item {
      min-height: auto;
      padding: 0 0 571px;
      align-items: flex-start; }
      .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-content-item {
        padding: 90px 0 0; }
        .layout-head-banner-module.head-banner-module-one .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text {
          max-width: 100%; }
    .layout-head-banner-module.head-banner-module-one .layout-right-card-list {
      position: relative; }
      .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box {
        width: 100%;
        bottom: 38px;
        padding: 0 20px; }
        .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item {
          height: 96px; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item.open {
            height: 235px; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item .card-text-item {
            max-width: 100%; }
          .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box .card-item > i {
            top: 50%;
            left: unset;
            right: 10px;
            color: #fff;
            transform: translate(0, -50%);
            z-index: 7;
            transition: .3s opacity; } }
  @media (max-width: 1023px) {
    .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box {
      padding: 0; } }
  @media (max-width: 767px) {
    .layout-head-banner-module .layout-menu-list {
      padding: 24px 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item i {
        font-size: var(--f-s-12);
        line-height: 20px; }
      .layout-head-banner-module .layout-menu-list .layout-menu-item .banner-menu-link {
        font-size: var(--f-s-12);
        line-height: 20px; }
    .layout-head-banner-module .head-banner-container {
      overflow: hidden; }
      .layout-head-banner-module .head-banner-container .banner-list .owl-dots {
        padding: 0 20px;
        grid-gap: 6px;
        bottom: 58px;
        width: 100%; }
        .layout-head-banner-module .head-banner-container .banner-list .owl-dots .owl-dot {
          width: 10px;
          height: 10px; }
      .layout-head-banner-module .head-banner-container .banner-list .banner-item {
        position: relative;
        padding: 0 20px; }
        .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item {
          padding: 60px 0 30px; }
          .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text h1 {
            font-size: var(--f-s-32); } }

@media (min-width: 1360px) and (max-width: 1800px) {
  .layout-head-banner-module.head-banner-module-one .layout-right-card-list .card-box {
    width: 520px; } }
@media (min-width: 768px) {
  [lang='en-us'] .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text h1 {
    font-size: var(--f-s-34); }
  [lang='en-us'] .layout-head-banner-module .head-banner-container .banner-list .banner-item .banner-content-item .banner-content-text .module_desc {
    font-size: var(--f-s-14); } }

.product-detail-container .exhibit-details-module {
  padding-bottom: 50px; }
.product-detail-container .exhibit-info-module {
  padding-top: 0; }
@media (max-width: 767px) {
  .product-detail-container .exhibit-details-module {
    padding-bottom: 30px; } }

.disclaimer-container {
  background-color: #F5F6F8; }

/*# sourceMappingURL=product-detail.css.map */
