html,
body {
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-smooth: always;
  /* 启用字体平滑 */
  -webkit-font-smoothing: antialiased;
  /* 在一些WebKit浏览器中启用字体抗锯齿 */
  -moz-osx-font-smoothing: grayscale;
  /* 在一些Firefox浏览器中启用字体抗锯齿 */
}

:root {
  --color-base: #F39801;
  --color-base02: #03AEB3;
  --color-base03: #060C0C;
  --color-base04: #9CA3AF;
  --color-base05: #F9FAFB;
  --color-base06: #0F172A;
  --letter-spacing: 0.08rem;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
display-1,
display-2,
display-2,
display-3,
display-4,
b {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
}

section {
  margin: 4rem 0;
}

.bg-base01 {
  background-color: var(--color-base);
}

.bg-base02 {
  background-color: var(--color-base02);
}

.bg-base03 {
  background-color: var(--color-base03);
}

.bg-base04 {
  background-color: var(--color-base04);
}

.bg-base05 {
  background-color: var(--color-base05);
}

.base01 {
  color: var(--color-base01) !important;
}

.base02 {
  color: var(--color-base02) !important;
}

.base03 {
  color: var(--color-base03) !important;
}

.base04,
.base04 a {
  color: var(--color-base04) !important;
}

.base05 {
  color: var(--color-base05) !important;
}

small.small {
  font-size: .8rem;
}


/* 网站选中文字颜色 */
::selection {
  background-color: var(--color-base03);
  color: #fff;
}

.letter-spacing {
  letter-spacing: var(--letter-spacing);
}

.inter-18 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}


a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline;
}

.quick-link {
  right: 1rem;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 999;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quick-link a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color-base03);
  transition: all 0.2s ease-in-out;
}

.quick-link a:hover {
  background-color: var(--color-base);
  color: var(--color-base03);
}

.inquire-list {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--color-base05);
  background-color: var(--color-base03);
  transition: all .2s;
  cursor: pointer;
}

.inquire-list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.inquire-list>div {
  position: relative;
}

.inquire-list>div>strong {
  position: absolute;
  right: -7px;
  top: -2px;
  background-color: var(--color-base);
  font-size: .7rem;
  line-height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 15px;
}

.inquire-list>div>i {
  font-size: 1.2rem;
  padding-top: 3px;
}

.main-header {
  margin-top: 1rem;
  letter-spacing: 0.05rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  transition: all .2s;
  display: flex;
  align-items: end;
  z-index: 999;
  justify-content: space-between;
}

.main-header.header-fixed {
  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(10px);
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: .5rem;
  max-width: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.main-header a {
  color: #fff;
}

/* .main-header.header-fixed a{
  color:var(--color-base03)
} */

.main-header a.logo img {
  /* filter: brightness(0) invert(1); */
}

/* .main-header.header-fixed a.logo img{
  /* 去除图片滤镜 */
filter: none;
}

*/ .fs-10 {
  font-size: 10px !important;
}

.main-header .main-cp-menu a {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: all .2s;
}

.main-header .main-cp-menu a:hover,
.main-header .main-menu a:hover {
  color: var(--color-base);
}

.main-header .main-cp-menu a.active {
  border-bottom: 3px solid var(--color-base);
  color: var(--color-base);
}

.main-header .main-menu a {
  display: flex;
  border-bottom: 3px solid transparent;
}

.main-header .main-menu a.active {
  border-bottom: 3px solid var(--color-base);
}

.main-header .partner {
  border: 2px solid #fff;
  transition: all .2s;
  font-size: .8rem;
}

.main-header a:hover.partner {
  border: 2px solid var(--color-base);
}

.main-header .language {
  color: #fff;
}

.home-lb {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-lb .scroll-down {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 10%;
}

.home-lb .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 14, 14, .1) 0%, #060C0C 100%);
}

.home-lb .lb-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
}

.home-lb .lb-text h1 {
  font-size: clamp(3rem, 5vw + 1rem, 6rem);
  line-height: 1;
  margin: 0;
}

.home-lb .lb-text .text-liner {
  display: inline-block;
  /* 文字渐变 */
  background: linear-gradient(90deg, #fff 0%, var(--color-base02) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-lb .lb-text p {
  display: block;
  border-left: 2px solid var(--color-base02);
}

.page-banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.news-detail-banner {
  height: 70vh;
  display: flex;
  align-items: center;
}

.news-detail-banner img.object-fit-cover {
  /* 图片模糊滤镜 */
  filter: blur(5px);
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 14, 14, .1) 0%, #060C0C 100%);
}

.page-banner .page-banner-title {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  display: inline-block;
  /* 文字渐变 */
  background: linear-gradient(90deg, #fff 0%, var(--color-base02) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.news-detail-banner .page-banner-title {
  /* 去掉文字渐变 */
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.news-detail-banner .page-banner-title h1 {
  background-color: var(--color-base03);
  display: inline;
}


.page-banner .scroll-down {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: 10%;
}

.base-link01 {
  background-color: var(--color-base);
  color: var(--color-base03);
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: .8rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  transition: all .2s;
  font-weight: bold;
  letter-spacing: var(--letter-spacing)
}

.base-link01:hover {
  background-color: var(--color-base03);
  color: #fff;
  gap: 1.5rem;
}

.base-link02 {
  background-color: var(--color-base02);
  color: var(--color-base03);
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: .8rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  transition: all .2s;
  font-weight: bold;
  letter-spacing: var(--letter-spacing)
}

.base-link02:hover {
  background-color: var(--color-base03);
  color: #fff;
  gap: 1.5rem;
}

.base-link03 {
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  transition: all .2s;
  font-weight: bold;
  letter-spacing: var(--letter-spacing);
}

.base-link03:hover {
  background-color: #fff;
  color: var(--color-base03);
}

.base-link04 {
  border: 2px solid var(--color-base03);
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  color: var(--color-base03);
  font-size: .8rem;
  text-transform: uppercase;
  gap: 1rem;
  transition: all .2s;
  font-weight: bold;
  letter-spacing: var(--letter-spacing);
  background-color: #fff;
}

.base-link04:hover {
  background-color: var(--color-base03);
  color: #fff;
}

.base-link04:hover img {
  /* 图片颜色反转 */
  filter: invert(1);
}

.catalog-list {
  position: relative;
  overflow: hidden;
  display: flex;
}

.catalog-list>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  height: 70%;
  color: #fff;
  transition: all .2s;
  background: linear-gradient(360deg, rgba(7, 14, 14, .85) 0%, rgba(7, 14, 14, 0) 100%);
}

.catalog-list img {
  width: 100%;
  transition: all .2s ease-in-out;
}

.catalog-list>span {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  background-color: #fff;
  width: 30px;
  height: 30px;
  opacity: 0;
  border-radius: 30px;
  transform: rotate(0deg);
  color: var(--color-base03);
  font-size: .8rem;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.catalog-list:hover>div {
  padding: 2rem 1.5rem;
}

.catalog-list:hover>span {
  opacity: 1;
  transform: rotate(-45deg);
}

.catalog-list:hover img {
  transform: scale(1.1);
}

.scroll-catalog {
  background-color: var(--color-base03);
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.scroll-catalog .c-animate h6 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: url('dama_logo.svg') no-repeat left center;
  padding-left: 60px;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: all .2s linear;
  transform: translateX();
}

.product-swiper .swiper-slide {
  position: relative;
}

.swiper-box a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-box img {
  transition: all .2s ease-in-out;
  max-height: 300px;
}

.swiper-box:hover img {
  transform: scale(1.04);
  /* 颜色滤镜增强 */
  filter: brightness(1.1);
}

.product-swiper .swiper-slide::after {
  content: "Star Products";
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 100px;
  background-color: #FFCD4E;
  color: var(--color-base03);
  padding: 2px 7px;
  font-size: .7rem;
  transition: all .2s;
}

.swiper-box .add-inquiry {
  cursor: pointer;
  padding: 5px 10px;
  transition: all .2s;
  color: var(--color-base03);
}

.swiper-box .add-inquiry span {
  border-bottom: 1px solid var(--color-base03);
  font-size: .7rem;
  transition: all .2s;
}

.swiper-box .add-inquiry:hover {
  background-color: var(--color-base03);
  color: #fff;
}

.Partner {
  height: 70vh;
  background-image: url('img06.png');
  background-size: cover;
}

.home-share {
  background: url('img08.png') no-repeat top center;
  background-size: 100% auto;
}

.share-box {
  background: url('img09.png') no-repeat top center;
  background-size: 100% auto;
  min-height: 40vh;
}

.news-swiper .news-card,
.news-query-card {
  position: relative;

}

.news-query-card small {
  font-size: .7rem;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.news-swiper .news-card img,
.news-query-card img {
  transition: all .2s ease-in-out;
}

.news-swiper .news-card:hover img,
.news-query-card:hover img {
  transform: scale(1.02);
}

.news-swiper .news-card a.news-img,
.news-query-card a.news-img {
  display: flex;
  overflow: hidden;
}

.news-swiper .news-card span,
.news-query-card span {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  background-color: #fff;
  width: 30px;
  height: 30px;
  opacity: 0;
  border-radius: 30px;
  transform: rotate(0deg);
  color: var(--color-base03);
  font-size: .8rem;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.news-swiper .news-card:hover span,
.news-query-card:hover span {
  opacity: 1;
  transform: rotate(-45deg);
}

.swiper-pagination-bullet-active {
  background: var(--color-base02) !important;
}

.foot {
  background-color: var(--color-base06);
}

.foot .footer-text {
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--color-base04);
}

.foot .foot-form input {
  background-color: #1D293B;
  border: 1px solid #334155;
  color: #9DA3AF;
  font-size: .8rem;
}

.foot .foot-form button {
  font-size: .8rem;
}

.page-video {
  display: flex;
  align-items: center;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.page-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.page-video>div {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.history-section {
  margin: 0 auto;
}

/* 上方内容 */
.history-content {
  margin-bottom: 30px;
}

/* 下方年份 */
.history-years {
  padding: 10px 0;
  position: relative;
}

.history-years::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: var(--color-base04);
  opacity: .2;
  width: 100%;
  bottom: 19px;
}

.history-years .swiper-slide {
  width: auto;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  position: relative;
}

.history-years .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #DEE1E5;
  border-radius: 50%;
}

.history-years .swiper-slide-thumb-active {
  color: #000;
  font-weight: bold;
}

.history-years .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--color-base03);
  width: 8px;
  height: 8px;
  background: var(--color-base03);
  border-radius: 50%;
}

.page-history {
  background-image: url('img10.svg');
  background-repeat: repeat-x;
  background-size: auto 90%;
  transition: all linear .3s;
  background-position: 0 0;
}

.page-history .swiper-slide>.row>div {
  opacity: 0;
  transition: all .5s;
}

.page-history .swiper-slide-active>.row>div {
  opacity: 1;
}

.page-history:hover {
  background-position: -400px 0;
}

.navs {
  border-top: 1px solid #E4E4E4;
  color: var(--color-base03);
  font-size: .8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navs a {
  color: var(--color-base03);
}

#fullImg {
  background-color: #F7F7F7;
  position: relative;
}

#fullImg img {
  max-height: 55vh;
  max-width: 90%;
}

#fullImg>div {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-color: #FFCD4E;
  border-radius: 100px;
  font-size: .7rem;
  display: flex;
  gap: 5px;
  align-items: center;
}

.smallImg,
.accessories {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.smallImg div,
.accessories div {
  background-color: #F7F7F7;
  padding: .5rem 1rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.smallImg div.active {
  border: 1px solid var(--color-base03);
}

.customization {
  background-color: #F7F7F7;
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.customization div {
  display: flex;
  gap: 1rem;
}

.customization div span {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--color-base04);
}

.pro-list>div {
  border: 1px solid #DFDFDF;
  gap: 1rem;
}

.pro-list>div>div {
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
}

.add-inquire {
  background-color: var(--color-base03);
  color: var(--color-base05);
  font-size: .8rem;
  transition: all .2s;
}

.add-inquire:hover {
  background-color: var(--color-base);
  color: var(--color-base03);
}

.product-video {
  background-color: var(--color-base03);
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}


.product-video div {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
}

.product-video video {
  opacity: .5;
  width: 100%;
}

.product-video video.fullVideo {
  opacity: 1;
}

.full-video {
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  height: calc(100vh - 2rem);
  z-index: 99999;
  display: flex;
  justify-content: center;
  background-color: var(--color-base03);
  box-shadow: 0 0 100px rgba(0, 0, 0, 1);
}

.full-video video {
  height: 100%;
}

.pro-table {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E1E1E1;
  border-left: 0px;
}

.pro-table div {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

.pro-table div strong {
  width: 30%;
  padding: 1rem;
  background-color: #F8F8F8;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.pro-table div span {
  padding: 1rem;
  font-weight: lihght;
}

.detail-swiper .swiper-slide>div {
  position: relative;
}

.detail-swiper .swiper-slide>div span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: var(--color-base03);
  color: var(--color-base05);
  padding: 0px 7px;
  font-weight: bold;
  text-transform:capitalize;
}

.detail-swiper{
  /* 鼠标指针样式为移动 */
  cursor:all-scroll;
}

.foot-main-menu a,
.foot-main-class a {
  color: var(--color-base04);
  opacity: .75;
  text-wrap: nowrap;
}

.foot-main-menu a i,
.foot-main-class a i {
  display: none;
}

.foot-main-menu a:hover,
.foot-main-class a:hover {
  opacity: 1 !important;
}

.page-menu {
  position: relative;
  z-index: 99;
}

.page-menu .page-menu-list {
  display: none;
  position: absolute;
  flex-direction: column;
  left: -1rem;
  top: -1rem;
  right: -1rem;
  padding: 3.2rem 2.3rem 1rem 2.3rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden;
  width: fit-content;
}

.page-menu .page-menu-list.show {
  display: flex;
}

.page-menu .filter {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.page-menu .filter .fa-angle-down {
  transition: all .2s;
}

.page-menu .filter.active .fa-angle-down {
  transform: rotate(180deg);
}

.page-menu .page-menu-list a {
  text-wrap: nowrap;
  display: block;
  padding: 5px 0;
  width: fit-content;
  font-weight: 300;
  font-size: .9rem;
  color: var(--color-base03);
}

.page-menu .page-menu-list a i {
  display: none;
}

.page-menu .page-menu-list a:hover {
  text-decoration: underline !important;
}

.page-title a.navLink {
  font-weight: 300 !important;
  color: var(--color-base03);
}

.page-link,
.page-link i {
  font-size: .8rem !important;
}

.page-link,
a.page-link,
span.page-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: var(--color-base03);
}

.disabled>.page-link,
.page-link.disabled {
  background-color: var(--color-base05) !important;
}

.active>.page-link,
.page-link.active {
  background-color: var(--color-base03) !important;
  border: 1px solid #DEE2E6 !important;
  color: #fff !important;
  font-weight: bold;
  height: 100%;
  display: flex;
  padding: 0 1rem;
  align-items: center;
}

.news-con {
  font-weight: 300;
}

.nextOrprev {
  font-size: .8rem;
}

.nextOrprev a {
  color: var(--color-base04);
  text-decoration: underline !important;
}

.nextOrprev a:hover {
  color: var(--color-base03);
}

.product-query-item .swiper-box {
  border: 1px solid #E1E1E1;
  align-items: start;
  height: 100%;
}

.tooltip {
  font-size: .8rem !important;
}

.prop>div {
  display: none !important;
}

.prop>div:nth-child(1),
.prop>div:nth-child(2),
.prop>div:nth-child(3) {
  display: flex !important;
}

.consultation-list {
  display: flex;
  flex-direction: column;
}

.consultation-list>div {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.consultation-list>div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.consultation-list>div a img {
  max-width: 35px;
  max-height: 50px;
}

.consultation-list>div>button {
  position: absolute;
  right: 0;
  top: 0;
}

#inquireToast {
  position: fixed;
  right: 70px;
  bottom: 20px;
  z-index: 9999;
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: .8rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  display: none
}

.form-control {
  font-size: .8rem !important;
}

.core-edge>div {
  display: flex;
  cursor: cell;
  flex-direction: column;
}

.core-edge>div h2 {
  transition: all .2s ease-in-out;
}

.core-edge>div:hover h2 {
  background-color: var(--color-base03);
  color: #fff;
}

.core-edge>div small {
  padding-bottom: 3rem;
  position: relative;
}

/* .core-edge>div small::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--color-base03);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s linear;
}

.core-edge>div:hover small::after {
  width: 100%;
} */


.application-form form label {
  color: #DFDFDF !important;
}

.application-form form input {
  border: 0px;
}

.application-form form input[type="submit"] {
  background-color: var(--color-base) !important;
}

.newsCon p {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  .share-box {
    background: transparent;
    background-color: var(--color-base02);
  }

  .home-lb,
  .page-banner {
    height: 100vh;
  }

  .home-lb img.object-fit-cover,
  .page-banner img.object-fit-cover {
    height: 100vh;
  }

  .mobile-cp-menu a {
    color: var(--color-base03);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }

  .mobile-menu a {
    color: var(--color-base03);
  }

  .page-banner .display-1 {
    text-align: center;
  }

  .product-video {
    height: auto;
  }

  .pro-table div {
    width: 100%;
  }


  .pro-table div strong {
    width: 40%;
  }

  .customization div{
    flex-direction: column;
    gap: .5rem;
  }


}