.dark {
  color: #fff;
  background-color: #000;
}
.dark section {
  background-color: #000;
  background-image: none;
}
.btn_video {
  cursor: url(../img/btn-play.svg), auto;
}
.btn_video * {
  cursor: url(../img/btn-play.svg), auto;
}
div.content_pd {
  margin: 0 auto;
  max-width: 140rem;
  position: relative;
}
div.content_pd_sm {
  margin: 0 auto;
  max-width: 130rem;
  position: relative;
}
section {
  position: relative;
  z-index: 8;
}
header {
  position: relative;
}
.header_notice {
  position: relative;
  z-index: 9;
}
@keyframes arrow-top-bottom {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.product_banner {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.product_banner.black .head h1 {
  color: #141414;
}
.product_banner.black .head .desc {
  color: #4e4f4f;
}
.product_banner.shadow .head h1 {
  text-shadow: 2px 2px 4px #666;
}
.product_banner.shadow .head .desc {
  text-shadow: 1px 1px 2px #666;
}
.product_banner .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product_banner .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_banner .head {
  color: #fff;
}
.product_banner .head h1 {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
}
.product_banner .head .desc {
  font-size: 2.4rem;
  margin: 3rem 0;
}
.product_banner .head img {
  width: 26.6rem;
  height: auto;
}
.product_banner .head .more {
  margin-top: 3.5rem;
}
.product_banner .head .more a {
  display: inline-block;
  vertical-align: top;
  padding: 0 3rem;
  line-height: 4rem;
  font-size: 1.5rem;
  border-radius: 100px;
  background-color: #111;
}
.product_banner .go_next {
  display: block;
  bottom: 5.5rem;
  position: absolute;
  left: calc(50% - 1.6rem);
  width: 3.2rem;
  animation: arrow-top-bottom 2s infinite linear;
}
.product_banner .go_next img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
div:has(.product_tab) {
  position: sticky;
  z-index: 99;
  top: -4rem;
}
.product_tab {
  color: #fff;
  padding: 2rem;
  background-color: #111;
  position: sticky;
  z-index: 99;
  top: -4rem;
}
.product_tab.sticky .flex {
  transform: translateY(2rem);
}
.product_tab .flex {
  transition: all 0.3s;
  border-bottom: 1px solid #2a2a2a;
}
.product_tab .title {
  font-size: 3.2rem;
  font-weight: 700;
}
.product_tab ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 18%;
}
.product_tab ul .active a {
  color: #fff;
}
.product_tab ul .active a::after {
  opacity: 1;
}
.product_tab ul a {
  display: block;
  font-size: 2rem;
  line-height: 6rem;
  transition: all 0.3s;
  position: relative;
  color: #a8a8a8;
}
.product_tab ul a:hover {
  color: #fff;
}
.product_tab ul a::after {
  content: '';
  display: block;
  width: 90%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  background-color: #fff;
}
.product_tab .buy {
  display: inline-block;
  vertical-align: top;
  padding: 0 3rem;
  line-height: 4rem;
  border-radius: 100px;
  background: #fff;
  transition: all 0.5s;
  color: #141414;
}
.product_tab .buy:hover {
  color: #fff;
  background-color: #414141;
}
.product_features {
  padding: 9rem 0;
  overflow: hidden;
}
.product_features.right_bottom .text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.product_features .items {
  max-width: 141.6rem;
  margin: 0 auto;
}
.product_features ul {
  display: flex;
  flex-wrap: wrap;
}
.product_features li {
  padding: 8px;
  width: calc(100% / 3);
}
.product_features li:nth-child(5n + 1),
.product_features li:nth-child(5n + 2) {
  width: 50%;
}
.product_features .item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.product_features .item:hover img {
  transform: scale(1.05);
}
.product_features .item .img {
  height: 100%;
}
.product_features .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 3rem 2rem;
  color: #fff;
}
.product_features .item .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.product_features .item .title sup {
  font-size: 12px;
}
.product_details_title {
  margin-bottom: 7rem;
  padding-top: 2px;
  margin-top: -2px;
}
.product_details_title p {
  font-size: 2.4rem;
  padding-left: 3.5rem;
  margin-left: 3.5rem;
  border-left: 2px solid #9F9F9F;
}
.product_video {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.product_video * {
  cursor: pointer;
}
.product_video img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_video .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.product_video .btn_play:hover {
  transform: translate(-50%, -50%) scale(0.99);
}
section.product_intro {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
section.product_intro.black .head {
  max-width: 42rem;
  color: #404040;
}
section.product_intro.black .nums {
  margin-top: 6rem;
}
section.product_intro.black .nums > div {
  gap: 8rem;
}
section.product_intro.black .nums span,
section.product_intro.black .nums i,
section.product_intro.black .nums .label {
  color: #404040;
  background-image: none;
  -webkit-text-fill-color: unset;
}
section.product_intro.blue .head {
  color: rgba(255, 255, 255, 0.5);
}
section.product_intro.blue .head h2 {
  color: #fff;
}
section.product_intro.blue .nums {
  margin-top: 6rem;
}
section.product_intro.blue .nums > div {
  gap: 8rem;
}
section.product_intro.blue .nums span,
section.product_intro.blue .nums i {
  background-image: -webkit-linear-gradient(45deg, #8AF6FF, #65A6FF);
}
section.product_intro.note {
  background-color: #000;
}
section.product_intro.note div.content_pd {
  justify-content: space-between;
  flex-direction: column;
}
section.product_intro.note div.content_pd > div {
  width: 100%;
}
section.product_intro.note .inner {
  padding: 14.285714% 0 0;
}
section.product_intro.note .note {
  padding: 2.142857% 0;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
section.product_intro .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.product_intro div.content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
section.product_intro div.content_pd.sm .nums > div {
  gap: 5rem;
  display: grid;
}
section.product_intro div.content_pd .head {
  max-width: 62rem;
}
section.product_intro div.content_pd .head.center {
  max-width: 108rem;
}
section.product_intro.center_top div.content_pd .head {
  max-width: 108rem;
}
section.product_intro div.content_pd .nums {
  margin-top: 10rem;
}
section.product_intro .sm {
  max-width: 120rem;
}
section.product_intro .inner {
  padding: 6% 0;
}
section.product_intro .head {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 56rem;
}
section.product_intro .head img {
  max-width: 28rem;
  height: auto;
  margin-bottom: 5rem;
}
section.product_intro .head h2 {
  line-height: normal;
}
section.product_intro .head h2 sup {
  font-size: 12px;
}
section.product_intro .head p {
  margin-top: 3rem;
  max-width: unset;
}
section.product_intro .content_pd .head p {
  max-width: unset;
}
section.product_intro .head p strong {
  display: block;
  font-weight: 700;
  font-size: 2.6rem;
}
section.product_intro .head p .num {
  display: inline;
  margin-right: 1rem;
  font-size: 3.6rem;
}
section.product_intro .head p:has(strong) {
  line-height: 1.5;
}
section.product_intro .head p:has(.num) {
  color: #dfdfdf;
}
section.product_intro .nums {
  margin-top: 10rem;
}
section.product_intro .nums > div {
  gap: 5rem;
  display: flex;
}
section.product_intro .nums span,
section.product_intro .nums i {
  white-space: nowrap;
  color: #fff;
  background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.product_intro .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
section.product_intro .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
section.product_intro .nums .label {
  color: #ccc;
  font-size: 1.8rem;
  margin-top: 1rem;
}
section.product_intro.right_top div.content_pd {
  align-items: flex-start;
  justify-content: flex-end;
}
section.product_intro.right_top .head {
  text-align: right;
}
section.product_intro.center_top div.content_pd {
  align-items: flex-start;
  justify-content: center;
}
section.product_intro.center_top .inner {
  padding: 4.285714% 0;
}
section.product_intro.center_top .head {
  text-align: center;
  max-width: 84rem;
}
section.product_intro.center_top .head p {
  max-width: 100%;
}
section.product_intro.left_top div.content_pd {
  align-items: flex-start;
}
section.product_intro.left_top .head {
  max-width: 100rem;
}
section.product_intro.left_top .head p {
  max-width: 56rem;
  max-width: 62rem;
}
section.product_intro.center_bottom div.content_pd {
  align-items: flex-end;
  justify-content: center;
}
section.product_intro.center_bottom .head {
  max-width: 84rem;
  text-align: center;
}
section.product_intro.center_bottom .head p {
  max-width: 100%;
}
section.product_intro.center_bottom .head b {
  font-size: 2.4rem;
}
.product_details {
  overflow: hidden;
  margin-top: 5rem;
}
.product_details .head {
  flex: 1;
  max-width: 64.4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details .head h2 {
  line-height: normal;
}
.product_details .head p {
  margin-top: 1rem;
}
.product_details .nums > div {
  gap: 5rem;
  display: flex;
}
.product_details .nums span,
.product_details .nums i {
  white-space: nowrap;
  color: #fff;
  background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_details .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
.product_details .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
.product_details .nums .label {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.product_details .img {
  margin: 6rem 0 2.5rem;
}
.product_details .note {
  color: #ccc;
}
.product_details1 {
  margin-top: 3rem;
}
.product_details1 .head {
  max-width: 72rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details1 .head h2 {
  line-height: normal;
}
.product_details1 .head p {
  margin-top: 2rem;
}
.product_details1 .imgs {
  max-width: 120rem;
  margin: 4rem auto 0;
}
.product_details1 .imgs > div {
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_details1 .imgs .img {
  width: 40%;
}
.product_details1 .imgs .img:hover img {
  transform: scale(1.03);
}
section.product_intro1 {
  margin-top: 5rem;
}
section.product_intro1 .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section.product_intro1 .inner {
  padding: 10% 0;
}
section.product_intro1 .head {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 55.4rem;
}
section.product_intro1 .head h2 {
  line-height: normal;
}
section.product_intro1 .head p {
  margin-top: 3rem;
}
section.product_intro1 .nums {
  margin-top: 8rem;
  padding-top: 6rem;
  max-width: 69.2rem;
  border-top: 1px solid #2F3137;
}
section.product_intro1 .nums > div {
  gap: 5rem;
  display: flex;
}
section.product_intro1 .nums span,
section.product_intro1 .nums i {
  white-space: nowrap;
  color: #fff;
  background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.product_intro1 .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
section.product_intro1 .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
section.product_intro1 .nums .label {
  color: #ccc;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.product_image {
  max-width: 2560px;
  margin: 0 auto;
}
.product_image .head {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.product_image .head h2 {
  line-height: normal;
}
.product_image .head p {
  margin-top: 3rem;
}
section.product_intro2 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
section.product_intro2 .wrap {
  position: absolute;
  left: 0;
  top: 10rem;
  bottom: 5rem;
  right: 0;
}
section.product_intro2 div.content_pd {
  height: 100%;
  display: flex;
  align-items: center;
}
section.product_intro2 .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.product_intro2 .head {
  color: #fff;
  max-width: 84rem;
  max-width: 62rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
section.product_intro2 .head h2 {
  line-height: normal;
}
section.product_intro2 .head p {
  margin-top: 1rem;
}
section.product_intro2 .nums {
  color: #fff;
  margin-top: 10rem;
}
section.product_intro2 .nums > div {
  gap: 10rem;
  display: flex;
}
section.product_intro2 .nums span,
section.product_intro2 .nums i {
  white-space: nowrap;
  background-image: -webkit-linear-gradient(#f5f1ed, #cbbba4, #a2855b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.product_intro2 .nums span {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
}
section.product_intro2 .nums i {
  font-size: 2.8rem;
  margin-left: 1rem;
}
section.product_intro2 .nums .label {
  font-size: 1.8rem;
  margin-top: 1rem;
}
section.product_intro2 .note {
  color: #9e9d9d;
  max-width: 84rem;
  max-width: 62rem;
  margin-top: auto;
}
section.product_icons {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
}
section.product_icons .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.product_icons div.content_pd {
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: all;
}
section.product_icons .inner {
  padding: 10% 0;
  max-width: 67.2rem;
}
section.product_icons .head {
  font-size: 1.8rem;
  line-height: 1.8;
}
section.product_icons .head h2 {
  line-height: normal;
}
section.product_icons .head p {
  margin-top: 3rem;
}
section.product_icons .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.product_icons .items .item {
  margin-top: 5rem;
  padding-right: 10px;
}
section.product_icons .items .item .img {
  max-width: 8rem;
}
section.product_icons .items .item .label {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
section.product_intro3 {
  max-width: 2560px;
  margin: 8rem auto 0;
  overflow: hidden;
}
section.product_intro3 .head {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 108rem;
  margin: 0 auto;
}
section.product_intro3 .head h2 {
  line-height: normal;
}
section.product_intro3 .head p {
  margin-top: 2rem;
}
.product_details2 {
  padding: 10rem 0;
}
.product_details2 .item {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details2 .item + .item {
  margin-top: 10rem;
}
.product_details2 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.product_details2 .img {
  width: 50%;
  border-radius: 8px;
}
.product_details2 .img:hover img {
  transform: scale(1.03);
}
.product_details2 .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.product_details2 .head {
  flex: 1;
  max-width: 55rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_details2 .head h2 {
  line-height: normal;
}
.product_details2 .head p {
  margin-top: 3rem;
}
section.product_details3 {
  padding: 8rem 0;
}
section.product_details3.gallery .items {
  margin-top: 4rem;
}
section.product_details3.gallery .items > div {
  gap: 3rem;
}
section.product_details3.gallery .item {
  padding: 0;
}
section.product_details3.gallery .item .img {
  padding-bottom: 107.446809%;
  border-radius: 20px;
}
section.product_details3.two {
  background-color: #f3f3f3;
}
section.product_details3.two .head {
  color: #6d6c71;
  max-width: 108rem;
  font-size: 1.8rem;
}
section.product_details3.two .head h2 {
  max-width: 48rem;
}
section.product_details3.two .items {
  margin: 6rem auto 0;
  max-width: 120rem;
}
section.product_details3.two .items > div {
  grid-template-columns: repeat(2, 1fr);
}
section.product_details3.two .item .img {
  border-radius: 16px;
  padding-bottom: 79.692833%;
}
section.product_details3 .head {
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #333;
}
section.product_details3 .head h2 {
  max-width: 81.2rem;
  margin: 0 auto;
  color: #141414;
}
section.product_details3 .head p {
  margin-top: 2rem;
}
section.product_details3 .items {
  margin-top: 3rem;
}
section.product_details3 .items > div {
  gap: 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.product_details3 .item {
  padding: 0 1.5rem;
}
section.product_details3 .item .img {
  border-radius: 8px;
  padding-bottom: 118.232819%;
}
section.product_details3 .item .intro {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  color: #333;
}
section.product_details3 .item .intro h3 {
  color: #141414;
  font-size: 2.4rem;
  font-weight: 600;
}
section.product_details3 .item .intro p {
  margin-top: 2rem;
}
.product_features1 {
  padding: 9rem 0;
}
.product_features1 .items {
  max-width: 121.6rem;
  margin: 0 auto;
}
.product_features1 ul {
  display: grid;
  grid-template-columns: 25.3% 1fr 1fr 25.3%;
}
.product_features1 li {
  padding: 8px;
}
.product_features1 li:nth-child(7n + 1),
.product_features1 li:nth-child(7n + 2),
.product_features1 li:nth-child(7n + 4) {
  grid-column: span 2;
}
.product_features1 li:nth-child(7n + 3),
.product_features1 li:nth-child(7n + 5) {
  grid-row: span 2;
}
.product_features1 .item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.product_features1 .item:hover img {
  transform: scale(1.05);
}
.product_features1 .item .img {
  height: 100%;
}
.product_features1 .item .img picture {
  height: 100%;
}
.product_features1 .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 3rem 2rem;
}
.product_features1 .item .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.product_features1 .item .desc {
  margin-top: 10px;
}
.product_focus {
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product_focus.black .head {
  color: #141414;
  margin-left: 7rem;
}
.product_focus.black .head h2 {
  background-image: -webkit-linear-gradient(bottom, #c39f82, #000);
}
.product_focus > img {
  display: block;
  width: 100%;
  height: auto;
}
.product_focus .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_focus .pic img {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.product_focus .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product_focus div.content_pd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_focus .head {
  color: #fff;
  text-align: right;
  font-size: 1.9rem;
}
.product_focus .head h2 {
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 1.2rem;
  background-image: -webkit-linear-gradient(bottom, #e1ccaf, #efe5d6 47%, #fff 56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_focus .head p {
  margin-right: 1rem;
}
section.product_intro4 {
  padding: 8rem 0;
  background: no-repeat center / cover;
}
section.product_intro4[style^="background-image"] .head {
  color: #fff;
}
section.product_intro4[style^="background-image"] .head h2 {
  color: #fff;
}
section.product_intro4 .head {
  max-width: 108rem;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #6d6c71;
  line-height: 1.5;
}
section.product_intro4 .head h2 {
  color: #141414;
  font-weight: 700;
}
section.product_intro4 .head p {
  margin-top: 2rem;
}
section.product_intro4 .img {
  margin-top: 6rem;
}
section.product_intro4 .img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
section.product_intro5 {
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-top: 5rem;
  background-color: #020100;
}
section.product_intro5 .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.product_intro5 div.content_pd {
  height: 100%;
  max-width: 120rem;
}
section.product_intro5 .head {
  max-width: 96rem;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 6rem auto;
}
section.product_intro5 .head h2 {
  line-height: normal;
}
section.product_intro5 .head p {
  margin-top: 2.5rem;
}
section.product_intro5 .text {
  font-size: 1.8rem;
  line-height: 1.8;
}
section.product_intro5 .text h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 6rem;
}
section.product_intro5 .text p {
  margin-top: 10px;
}
section.product_intro5 .text_1 {
  text-align: center;
}
section.product_intro5 .text_2 {
  position: absolute;
  left: 0;
  top: 53%;
  width: 30%;
  text-align: right;
}
section.product_intro5 .text_3 {
  position: absolute;
  right: 0;
  bottom: 16%;
  width: 30%;
}
section.product_design {
  padding: 8rem 0;
  background-color: #dadada;
}
section.product_design .head h2 {
  line-height: 1;
}
section.product_design .items {
  max-width: 120rem;
  margin: 0 auto;
}
section.product_design .item {
  margin-top: 6rem;
}
section.product_design .item .img {
  border-radius: 15px;
}
section.product_design .item .intro {
  margin-top: -9rem;
  padding: 0 6rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
section.product_design .item .intro .img {
  width: 32rem;
  height: 32rem;
}
section.product_design .item .intro .text {
  flex: 1;
}
section.product_design .item .intro .text ul {
  display: flex;
  justify-content: space-between;
}
section.product_design .item .intro .text li {
  font-size: 2.2rem;
  color: #656565;
  padding-left: 25px;
  position: relative;
}
section.product_design .item .intro .text li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #CC7C2A;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
section.product_design .item .intro .text h3 {
  color: #000;
  font-size: 3rem;
  font-weight: normal;
}
section.product_design .item .intro .text p {
  margin-top: 10px;
}
.product_find {
  padding-top: 10rem;
  background-color: #f3f3f3;
  overflow: hidden;
}
.product_find .flex {
  max-width: 120rem;
  margin: 0 auto;
}
.product_find .img {
  width: 30rem;
}
.product_find .head {
  flex: 1;
  max-width: 75.5rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_find .head img {
  width: 28rem;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
  display: block;
}
.product_find .head h2 {
  line-height: normal;
}
.product_find .head p {
  margin-top: 2rem;
}
.dark .product_images1 {
  background-image: none;
}
.dark .product_images1 .head {
    color: #fff;
}
.dark .product_images1 .head h2 {
    color: #fff;
}
.product_images1 {
  padding: 8rem 0;
  background-image: linear-gradient(#F7F7F7, #EAEAEA);
}
.product_images1 .head {
  color: #6d6c71;
  font-size: 1.8rem;
  max-width: 96rem;
  margin: 0 auto;
}
.product_images1 .head h2 {
  color: #141414;
}
.product_images1 .head p {
  margin-top: 2rem;
}
.product_images1 .imgs {
  max-width: 120rem;
  margin: 0 auto;
}
.product_images1 .img {
  margin-top: 6rem;
  border-radius: 15px;
}
section.product_icons1 {
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
section.product_icons1 .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.product_icons1 div.content_pd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.product_icons1 .inner {
  width: 100%;
  max-width: 120rem;
}
section.product_icons1 .head {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 72rem;
}
section.product_icons1 .head h2 {
  line-height: normal;
}
section.product_icons1 .head p {
  margin-top: 3rem;
}
section.product_icons1 .items {
  margin-top: 4rem;
  max-width: 48rem;
}
section.product_icons1 .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.product_icons1 .items .item {
  margin-top: 5rem;
}
section.product_icons1 .items .item .img {
  max-width: 8.6rem;
}
section.product_icons1 .items .item .label {
  margin-top: 1rem;
}
.product_features2 {
  padding: 6rem 0;
}
.product_features2 .items {
  max-width: 142.4rem;
  margin: 0 auto;
}
.product_features2 ul {
  display: flex;
  flex-wrap: wrap;
}
.product_features2 li {
  padding: 8px;
}
.product_features2 li:nth-child(6n + 1),
.product_features2 li:nth-child(6n + 4) {
  width: 35.82%;
}
.product_features2 li:nth-child(6n + 2) {
  width: 27.32%;
}
.product_features2 li:nth-child(6n + 3) {
  width: 36.86%;
}
.product_features2 li:nth-child(6n + 5) {
  width: 42.09%;
}
.product_features2 li:nth-child(6n + 6) {
  width: 22.09%;
}
.product_features2 .item {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.product_features2 .item:hover img {
  transform: scale(1.05);
}
.product_features2 .item .img {
  height: 100%;
}
.product_features2 .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.product_features2 .item .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.product_specifications.bg.white table {
  color: #000;
}
.product_specifications.bg.white table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.product_specifications.bg div.content_pd {
  max-width: 120rem;
}
.product_specifications.bg table {
  color: #ccc;
}
.product_specifications.bg table tr:nth-child(odd) {
  background-color: var(--title);
}
.product_specifications.bg table td {
  padding: 1.5rem 2rem;
}
.product_specifications.white .top {
  background-color: #d3d3d3;
}
.product_specifications.white .top a {
  color: #141414;
  border-color: #141414;
}
.product_specifications.white .top a::before {
  filter: contrast(0) brightness(0);
}
.product_specifications.white .top a::after {
  background-color: #141414;
}
.product_specifications .top {
  background-color: #242932;
}
.product_specifications .top .flex {
  padding: 10rem 0;
}
.product_specifications .top .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-width: 30rem;
}
.product_specifications .top a {
  gap: 2rem;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  line-height: 2.4rem;
  padding: 1.2rem 3rem;
  border: 3px solid #fff;
  font-size: 2.2rem;
  color: #fff;
}
.product_specifications .top a::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  order: 3;
  background: url(../img/pd-specs-arrow.png) no-repeat center / contain;
}
.product_specifications .top a::after {
  content: '';
  display: block;
  width: 2px;
  height: 2.4rem;
  background-color: #fff;
}
.product_specifications .main {
  padding: 10rem 0;
}
.product_specifications .main .head {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #AAAAAA;
  font-size: 1.8rem;
  line-height: 1.8;
}
.product_specifications .main .head h2 {
  line-height: 1;
}
.product_specifications .main .head p {
  margin-top: 2rem;
}
.product_specifications .table {
  overflow: auto;
}
.product_specifications table {
  width: 100%;
  border-collapse: collapse;
}
.product_specifications table td {
  padding: 5px 0;
  font-size: 1.8rem;
  vertical-align: top;
}
.product_specifications table td:nth-child(odd) {
  font-weight: 500;
}
.product_specifications table td:nth-child(1) {
  width: 18% !important;
}
.product_specifications table td:nth-child(2) {
  width: 40% !important;
}
.product_specifications table td:nth-child(3) {
  width: 15% !important;
}
.product_specifications table td:nth-child(4) {
  width: 27% !important;
}
.product_specifications table td img {
  max-width: 4.6rem;
  height: auto;
  display: block;
  object-fit: contain;
}
.postid-169 section.product_intro.blue .head,
.postid-388 section.product_intro.blue .head,
.postid-463 section.product_intro.blue .head {
  color: #dfdfdf;
}
.postid-541 section.product_intro div.content_pd,
.postid-582 section.product_intro div.content_pd {
  align-items: flex-start;
}
.postid-541 section.product_intro4 .head,
.postid-582 section.product_intro4 .head {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
}
.postid-1042 .product_features2,
.postid-1094 .product_features2 {
  background-color: #fff;
}
.postid-1042 section.product_intro2 .note,
.postid-1094 section.product_intro2 .note {
  margin-top: 8rem;
  color: #dfdfdf;
  font-size: 12px;
}
.postid-1042 .product_images1 .imgs,
.postid-1094 .product_images1 .imgs {
  max-width: unset;
}
.postid-1042 .product_images1 .img,
.postid-1094 .product_images1 .img {
  border-radius: 0;
}
.postid-1042 .product_details_title,
.postid-1094 .product_details_title {
  color: var(--title);
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.postid-1042 .product_specifications .top,
.postid-1094 .product_specifications .top,
.postid-636 .product_specifications .top,
.postid-995 .product_specifications .top,
.postid-1032 .product_specifications .top,
.postid-582 .product_specifications .top,
.postid-541 .product_specifications .top,
.postid-463 .product_specifications .top,
.postid-169 .product_specifications .top,
.postid-388 .product_specifications .top {
  background-color: #ebebeb;
}
.postid-1042 .product_specifications .top a,
.postid-1094 .product_specifications .top a,
.postid-636 .product_specifications .top a,
.postid-995 .product_specifications .top a,
.postid-1032 .product_specifications .top a,
.postid-582 .product_specifications .top a,
.postid-541 .product_specifications .top a,
.postid-463 .product_specifications .top a,
.postid-169 .product_specifications .top a,
.postid-388 .product_specifications .top a {
  color: var(--title);
  border-color: var(--title);
}
.postid-1042 .product_specifications .top a::before,
.postid-1094 .product_specifications .top a::before,
.postid-636 .product_specifications .top a::before,
.postid-995 .product_specifications .top a::before,
.postid-1032 .product_specifications .top a::before,
.postid-582 .product_specifications .top a::before,
.postid-541 .product_specifications .top a::before,
.postid-463 .product_specifications .top a::before,
.postid-169 .product_specifications .top a::before,
.postid-388 .product_specifications .top a::before {
  filter: contrast(0) brightness(0);
}
.postid-1042 .product_specifications .top a::after,
.postid-1094 .product_specifications .top a::after,
.postid-636 .product_specifications .top a::after,
.postid-995 .product_specifications .top a::after,
.postid-1032 .product_specifications .top a::after,
.postid-582 .product_specifications .top a::after,
.postid-541 .product_specifications .top a::after,
.postid-463 .product_specifications .top a::after,
.postid-169 .product_specifications .top a::after,
.postid-388 .product_specifications .top a::after {
  filter: contrast(0) brightness(0);
}
.postid-1042 .product_specifications,
.postid-1094 .product_specifications {
  color: var(--title);
  background-color: #fff;
}
.postid-1042 .page_compare,
.postid-1094 .page_compare {
  color: var(--title);
  background-color: #fff;
}
.postid-1042 .page_compare .page_compare_swiper .pd h3,
.postid-1094 .page_compare .page_compare_swiper .pd h3 {
  color: var(--title);
}
.postid-1042 .page_compare .page_compare_swiper .pd h3 + p,
.postid-1094 .page_compare .page_compare_swiper .pd h3 + p {
  color: var(--title);
}
.postid-1042 .page_compare .page_compare_swiper .pd .btn,
.postid-1094 .page_compare .page_compare_swiper .pd .btn {
  color: #fff;
  border-color: var(--title);
  background-color: var(--title);
}
.postid-1042 .page_compare .page_compare_swiper .pd .btn:hover,
.postid-1094 .page_compare .page_compare_swiper .pd .btn:hover {
  color: var(--title);
}
.postid-1042 .page_compare .btn,
.postid-1094 .page_compare .btn {
  color: var(--title);
  border-color: #000;
}
.postid-1042 .page_compare .btn:hover,
.postid-1094 .page_compare .btn:hover {
  color: #fff;
}
.postid-1042 .page_faqs,
.postid-1094 .page_faqs {
  color: var(--title);
  background-color: #fff;
}
.postid-1042 .page_faqs .nav .active,
.postid-1094 .page_faqs .nav .active {
  border-color: var(--title);
}
.postid-1042  .page_faqs .faq_list .question,
.postid-1094  .page_faqs .faq_list .question {
  color: var(--title);
}
.postid-1042  .page_faqs .faq_list .question::after,
.postid-1094  .page_faqs .faq_list .question::after {
  filter: none;
}
.postid-1042 .page_faqs .faq_list .answer,
.postid-1094 .page_faqs .faq_list .answer {
  color: #626262;
}
.postid-1042 .page_faqs .download_list li .title,
.postid-1094 .page_faqs .download_list li .title {
  color: var(--title);
}
.postid-1042 .page_faqs .download_list li,
.postid-1094 .page_faqs .download_list li {
  border-color: #d0d0d0;
}
.postid-1042 .page_path,
.postid-1094 .page_path {
  color: var(--title);
  background-color: #fff;
}
.postid-1042 .footer_service,
.postid-1094 .footer_service {
  color: var(--title);
  background-color: #fff;
}
@media screen and (max-width: 1220px) {
  div.content_pd,
  div.content_pd_sm {
    padding: 0 30px;
  }
  section.product_intro.note .bg_pc {
    margin: 5rem 0 12rem;
  }
  section.product_intro.note .inner {
    padding: 6% 0;
  }
  section.product_intro.center_top div.content_pd .head,
  section.product_intro.center_bottom div.content_pd .head {
    max-width: 80rem;
  }
  section.product_intro.center_top div.content_pd .head p,
  section.product_intro.center_bottom div.content_pd .head p {
    max-width: unset;
  }
  section.product_intro div.content_pd.sm .nums > div {
    display: flex;
  }
  section.product_intro div.content_pd .head {
    max-width: 50rem;
  }
  section.product_intro div.content_pd .head p {
    max-width: 40rem;
  }
  section.product_intro.right_top div.content_pd .head p {
    margin-left: auto;
  }
  section.product_intro div.content_pd .nums {
    margin-top: 5rem;
  }
  section.product_icons .bg_pc {
    margin: 5rem 0 12rem;
  }
}
@media screen and (max-width: 1172px) {
  div.content_pd,
  div.content_pd_sm {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  div.content_pd,
  div.content_pd_sm {
    max-width: 896px;
  }
  .product_tab ul {
    padding: 0 12%;
  }
  section.product_intro2 .head {
    max-width: 60rem;
  }
  section.product_intro2 .nums > div {
    gap: 6rem;
  }
  section.product_icons .inner {
    max-width: 50rem;
  }
  section.product_icons .items .item {
    margin-top: 3rem;
  }
  section.product_icons .items .item .img {
    max-width: 6rem;
  }
  section.product_intro5 .head {
    margin: 4rem 0;
  }
  section.product_intro5 .text h3 {
    margin-top: 4rem;
  }
  section.product_design .item .intro {
    margin-top: -5rem;
  }
  section.product_design .item .intro .img {
    width: 26rem;
    height: 26rem;
  }
  section.product_icons1 .items {
    margin-top: 0;
  }
  section.product_icons1 .items .item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 896px) {
  div.content_pd,
  div.content_pd_sm {
    max-width: 768px;
  }
  .product_tab ul {
    padding: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .product_banner .head h1 {
    font-size: 34px;
  }
  .product_banner .head .desc {
    font-size: 17px;
    margin: 21px 0;
  }
  .product_banner .head img {
    width: 186px;
  }
  .product_banner .head .more {
    margin-top: 25px;
  }
  .product_banner .head .more a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
  }
  .product_banner .go_next {
    display: none;
  }
  div:has(.product_tab) {
    top: 0;
  }
  .product_tab {
    top: 0;
    padding: 10px 30px;
  }
  .product_tab .title,
  .product_tab .buy {
    display: none;
  }
  .product_tab ul {
    padding: 0;
  }
  .product_tab ul a {
    font-size: 14px;
    line-height: 42px;
  }
  .product_features {
    padding: 4rem 0;
  }
  .product_features .items {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .product_features .item .text {
    padding: 21px 14px;
  }
  .product_features .item .title {
    font-size: 17px;
  }
  .product_details_title {
    margin-bottom: 3rem;
  }
  .product_details_title p {
    font-size: 17px;
    margin-left: 25px;
    padding-left: 25px;
  }
  .product_video .btn_play {
    width: 84px;
    height: 84px;
  }
  section.product_intro.note .bg_pc {
    margin: 3rem 0;
  }
  section.product_intro.note .inner {
    padding: 4% 0;
  }
  section.product_intro.note .note {
    font-size: 13px;
  }
  section.product_intro.center_top div.content_pd .head,
  section.product_intro.center_bottom div.content_pd .head {
    max-width: 496px;
  }
  section.product_intro.center_top .head b,
  section.product_intro.center_bottom .head b {
    font-size: 17px;
  }
  section.product_intro div.content_pd.sm .nums > div {
    gap: 35px;
  }
  section.product_intro div.content_pd .head {
    max-width: 450px;
  }
  section.product_intro div.content_pd .head p {
    max-width: 300px;
  }
  section.product_intro div.content_pd .nums {
    margin-top: 42px;
    max-width: 300px;
  }
  section.product_intro div.content_pd .nums > div {
    gap: 35px;
  }
  section.product_intro .head {
    font-size: 13px;
  }
  section.product_intro .head p {
    margin-top: 21px;
  }
  section.product_intro .head p .num {
    font-size: 25px;
    margin-right: 6px;
  }
  section.product_intro .head p strong {
    font-size: 18px;
  }
  section.product_intro .head img {
    max-width: 196px;
    margin-bottom: 35px;
  }
  section.product_intro .nums span {
    font-size: 36px;
  }
  section.product_intro .nums .label {
    font-size: 13px;
  }
  section.product_intro .nums i {
    font-size: 20px;
    margin-left: 5px;
  }
  .product_details {
    margin-top: 35px;
  }
  .product_details .inner {
    padding: 34px 0;
  }
  .product_details .head {
    font-size: 13px;
    max-width: 326px;
  }
  .product_details .head p {
    margin-top: 10px;
  }
  .product_details .nums span {
    font-size: 36px;
  }
  .product_details .nums i {
    font-size: 20px;
    margin-left: 6px;
  }
  .product_details .nums .label {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_details .img {
    margin: 42px 0 18px;
  }
  .product_details .note {
    font-size: 13px;
  }
  .product_details1 {
    margin-top: 21px;
  }
  .product_details1 .head {
    font-size: 13px;
    max-width: 426px;
  }
  .product_details1 .head p {
    margin-top: 14px;
  }
  .product_details1 .imgs {
    margin-top: 28px;
  }
  .product_details1 .imgs > div {
    gap: 14px;
  }
  section.product_intro1 {
    margin-top: 35px;
  }
  section.product_intro1 .inner {
    padding: 6% 30px;
  }
  section.product_intro1 .head {
    font-size: 13px;
    max-width: 388px;
  }
  section.product_intro1 .head p {
    margin-top: 21px;
  }
  section.product_intro1 .nums {
    margin-top: 56px;
    padding-top: 42px;
  }
  section.product_intro1 .nums span {
    font-size: 36px;
  }
  section.product_intro1 .nums .label {
    font-size: 13px;
  }
  section.product_intro2 .wrap {
    top: 35px;
    bottom: 35px;
  }
  section.product_intro2 .head {
    font-size: 13px;
    max-width: 532px;
  }
  section.product_intro2 .head p {
    margin-top: 8px;
  }
  section.product_intro2 .nums {
    margin-top: 3rem;
  }
  section.product_intro2 .nums > div {
    gap: 3rem;
  }
  section.product_intro2 .nums span {
    font-size: 36px;
  }
  section.product_intro2 .nums i {
    font-size: 20px;
    margin-left: 6px;
  }
  section.product_intro2 .nums .label {
    font-size: 13px;
    margin-top: 8px;
  }
  section.product_intro2 .note {
    font-size: 13px;
    max-width: 532px;
  }
  section.product_icons .inner {
    width: 100%;
    max-width: unset;
  }
  section.product_icons .bg_pc {
    margin: 3rem 0;
  }
  section.product_icons .head {
    font-size: 13px;
  }
  section.product_icons .head h2 br {
    display: none;
  }
  section.product_icons .head p {
    margin-top: 16px;
    max-width: 400px;
  }
  section.product_icons .items {
    max-width: 400px;
  }
  section.product_icons .items .item {
    margin-top: 2rem;
  }
  section.product_icons .items .item .img {
    max-width: 56px;
  }
  section.product_icons .items .item .label {
    font-size: 13px;
    margin-top: 8px;
  }
  section.product_intro3 {
    margin-top: 56px;
  }
  section.product_intro3 .head {
    font-size: 13px;
    max-width: 460px;
    margin: 0 auto;
  }
  section.product_intro3 .head p {
    margin-top: 14px;
  }
  .product_details2 {
    padding: 70px 0;
  }
  .product_details2 .item + .item {
    margin-top: 70px;
  }
  .product_image {
    padding-top: 35px;
  }
  .product_image .head {
    margin-bottom: 21px;
  }
  section.product_details3 {
    padding: 56px 0;
  }
  section.product_details3.gallery .items {
    margin-top: 28px;
  }
  section.product_details3.gallery .items > div {
    gap: 21px;
  }
  section.product_details3.gallery .item .img {
    border-radius: 12px;
  }
  section.product_details3.two .head {
    font-size: 13px;
  }
  section.product_details3 .head {
    font-size: 13px;
    max-width: 500px;
  }
  section.product_details3 .head p {
    margin-top: 14px;
  }
  section.product_details3 .items {
    margin-top: 21px;
  }
  section.product_details3 .item {
    padding: 0 10px;
  }
  section.product_details3 .item .intro {
    margin-top: 10px;
    font-size: 13px;
  }
  section.product_details3 .item .intro h3 {
    font-size: 17px;
  }
  section.product_details3 .item .intro p {
    margin-top: 14px;
  }
  .product_features1 {
    padding: 4rem 0;
  }
  .product_features1 .items {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .product_features1 .item .text {
    padding: 21px 14px;
  }
  .product_features1 .item .title {
    font-size: 21px;
  }
  .product_features1 .item .desc {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_focus.black .head {
    margin: 0;
  }
  .product_focus .head {
    font-size: 13px;
  }
  .product_focus .head h2 {
    font-size: 3rem;
    letter-spacing: 9px;
  }
  section.product_intro4 {
    padding: 56px 0;
  }
  section.product_intro4 .head {
    font-size: 14px;
    max-width: 638px;
  }
  section.product_intro4 .head p {
    margin-top: 14px;
  }
  section.product_intro4 .img {
    margin-top: 42px;
  }
  section.product_intro5 .head {
    margin: 35px auto;
    font-size: 13px;
    max-width: 638px;
  }
  section.product_intro5 .head p {
    margin-top: 17px;
  }
  section.product_intro5 .text {
    font-size: 13px;
  }
  section.product_intro5 .text h3 {
    font-size: 21px;
    margin-top: 35px;
  }
  section.product_design {
    padding: 56px 0;
  }
  section.product_design .item {
    margin-top: 42px;
  }
  section.product_design .item .intro {
    gap: 28px;
    padding: 0 21px;
    margin-top: -42px;
  }
  section.product_design .item .intro .img {
    width: 196px;
    height: 196px;
  }
  section.product_design .item .intro .text ul {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 21px;
  }
  section.product_design .item .intro .text li {
    width: 100%;
    font-size: 16px;
  }
  section.product_design .item .intro .text h3 {
    font-size: 20px;
  }
  .product_find {
    padding-top: 70px;
  }
  .product_find .img {
    width: 210px;
  }
  .product_find .head {
    max-width: 400px;
    font-size: 13px;
  }
  .product_find .head img {
    width: 196px;
  }
  .product_find .head p {
    margin-top: 14px;
  }
  .product_images1 {
    padding: 56px 0;
  }
  .product_images1 .head {
    font-size: 13px;
    max-width: 566px;
  }
  .product_images1 .head p {
    margin-top: 14px;
  }
  .product_images1 .img {
    margin-top: 42px;
  }
  section.product_icons1 .head {
    font-size: 13px;
    max-width: 425px;
  }
  section.product_icons1 .head p {
    margin-top: 16px;
  }
  section.product_icons1 .items {
    max-width: 284px;
  }
  section.product_icons1 .items .item {
    padding-right: 8px;
    margin-top: 32px;
  }
  section.product_icons1 .items .item .img {
    max-width: 60px;
  }
  section.product_icons1 .items .item .label {
    font-size: 13px;
    margin-top: 8px;
  }
  .product_features2 {
    padding: 56px 0;
  }
  .product_features2 .items {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .product_features2 .item .text {
    padding: 21px 14px;
  }
  .product_features2 .item .title {
    font-size: 15px;
  }
  .product_specifications.bg table td {
    padding: 10px 14px;
  }
  .product_specifications .top .flex {
    padding: 70px 0;
  }
  .product_specifications .top .img {
    width: 210px;
  }
  .product_specifications .top a {
    gap: 14px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 21px;
  }
  .product_specifications .top a::before {
    width: 11px;
    height: 11px;
  }
  .product_specifications .top a::after {
    height: 18px;
  }
  .product_specifications .main {
    padding: 70px 0;
  }
  .product_specifications .main .head {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .product_specifications table td {
    font-size: 13px;
  }
  .product_specifications table td img {
    width: 32px;
  }
  .page_compare {
    padding: 56px 0;
  }
  .page_faqs {
    padding: 56px 0;
  }
  .product_icons.bottom {
    background-color: #000;
  }
  .postid-541 section.product_intro4 .head,
  .postid-582 section.product_intro4 .head {
    font-size: 13px;
  }
  .postid-1042 section.product_intro2 .note,
  .postid-1094 section.product_intro2 .note {
    margin-top: 1rem;
  }
  .postid-1042 .product_details_title,
  .postid-1094 .product_details_title {
    padding-bottom: 36px;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 1),
  .postid-1094 .product_features2 li:nth-child(6n + 1) {
    order: 1;
    grid-row: span 2;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 2) {
    order: 2;
    grid-row: unset;
  }
  .postid-1094 .product_features2 li:nth-child(6n + 2) {
    order: 3;
    grid-row: unset;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 3) {
    order: 3;
    grid-row: unset;
  }
  .postid-1094 .product_features2 li:nth-child(6n + 3) {
    order: 2;
    grid-row: unset;
  }
  .postid-1094 .product_features2 li:nth-child(6n + 4) {
    order: 4;
    grid-row: unset;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 4) {
    order: 6;
    grid-row: unset;
    grid-column: span 2;
  }
  .postid-1094 .product_features2 li:nth-child(6n + 5) {
    order: 6;
    grid-row: unset;
    grid-column: span 2;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 5) {
    order: 4;
    grid-row: unset;
    grid-column: unset;
  }
  .postid-1042 .product_features2 li:nth-child(6n + 6),
  .postid-1094 .product_features2 li:nth-child(6n + 6) {
    order: 5;
    grid-row: unset;
  }
}
@media screen and (max-width: 576px) {
  div.content_pd,
  div.content_pd_sm {
    padding: 0 15px;
  }
  .product_banner.black .head h1 {
    color: #fff;
  }
  .product_banner.black .head .desc {
    color: #fff;
  }
  .product_banner .content {
    align-items: flex-start;
    justify-content: center;
  }
  .product_banner .head {
    padding: 3rem 0;
    text-align: center;
  }
  .product_banner .head h1 {
    font-size: 20px;
  }
  .product_banner .head .desc {
    font-size: 0.9rem;
    margin: 18px 0;
  }
  .product_banner .head img {
    width: 100px;
  }
  .product_banner .head .more {
    margin-top: 15px;
  }
  .product_tab {
    padding: 10px 0;
  }
  .product_tab ul a {
    font-size: 12px;
    line-height: 36px;
  }
  .product_features {
    padding: 36px 0;
  }
  .product_features.right_bottom .items li:nth-child(5n + 1) {
    order: 3;
    grid-column: unset;
  }
  .product_features.right_bottom .items li:nth-child(5n + 2) {
    order: 5;
    grid-column: span 2;
  }
  .product_features.right_bottom .items li:nth-child(5n + 3) {
    order: 2;
    grid-row: span 2;
  }
  .product_features.right_bottom .items li:nth-child(5n + 4) {
    order: 4;
    grid-column: unset;
  }
  .product_features.right_bottom .items li:nth-child(5n + 5) {
    order: 1;
    grid-column: span 2;
  }
  .product_features.right_bottom .items .item .text {
    display: block;
    text-align: left;
  }
  .product_features .items {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .product_features .items ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_features .items li {
    width: 100%;
    padding: 5px;
  }
  .product_features .items li:nth-child(5n + 1) {
    grid-column: span 2;
  }
  .product_features .items li:nth-child(5n + 2) {
    grid-row: span 2;
  }
  .product_features .items li:nth-child(5n + 4) {
    order: 5;
    grid-column: span 2;
  }
  .product_features .item .text {
    padding: 18px 12px;
  }
  .product_features .item .title {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .product_details_title {
    margin-bottom: 30px;
  }
  .product_details_title .head {
    display: block;
    text-align: center;
  }
  .product_details_title .head p {
    margin: 15px 0 0;
    padding: 0;
    border: none;
    font-size: 0.9rem;
  }
  .product_video .btn_play {
    width: 72px;
    height: 72px;
  }
  section.product_intro.note .note {
    font-size: 12px;
  }
  section.product_intro.center_top .inner {
    padding: 12% 0;
  }
  section.product_intro div.content_pd {
    align-items: flex-start;
  }
  section.product_intro div.content_pd .nums {
    margin-top: 18px;
  }
  section.product_intro div.content_pd .nums > div {
    gap: 15px;
  }
  section.product_intro div.content_pd .nums span {
    font-size: 32px;
  }
  section.product_intro div.content_pd .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  section.product_intro div.content_pd .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  section.product_intro .inner {
    padding: 12% 0;
    transform: translateY(-20px);
  }
  section.product_intro .head {
    font-size: 12px;
  }
  section.product_intro .head p {
    margin-top: 18px;
  }
  section.product_intro .head p .num {
    font-size: 22px;
  }
  section.product_intro .head p strong {
    font-size: 16px;
  }
  section.product_intro .head img {
    width: 180px;
    margin: 0;
  }
  .product_details .flex {
    gap: 24px;
    flex-direction: column;
  }
  .product_details .head {
    width: 100%;
    font-size: 12px;
    max-width: unset;
  }
  .product_details .nums {
    width: 100%;
  }
  .product_details .nums > div {
    gap: 15px;
  }
  .product_details .nums span {
    font-size: 32px;
  }
  .product_details .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  .product_details .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  .product_details .img {
    margin: 24px 0;
  }
  .product_details .note {
    font-size: 12px;
  }
  .product_details1 .head {
    font-size: 12px;
  }
  .product_details1 .head p {
    margin-top: 12px;
  }
  .product_details1 .imgs {
    margin-top: 24px;
  }
  .product_details1 .imgs > div {
    gap: 8px;
  }
  section.product_intro1 {
    margin-top: 30px;
  }
  section.product_intro1 .inner {
    height: 100%;
    padding: 6% 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.product_intro1 .head {
    font-size: 12px;
  }
  section.product_intro1 .head p {
    margin-top: 18px;
  }
  section.product_intro1 .nums {
    margin-top: 18px;
    padding-top: 18px;
    max-width: max-content;
  }
  section.product_intro2 .head {
    font-size: 12px;
  }
  section.product_intro2 .head p {
    margin-top: 6px;
  }
  section.product_intro2 .nums {
    margin-top: 18px;
  }
  section.product_intro2 .nums > div {
    gap: 15px;
  }
  section.product_intro2 .nums span {
    font-size: 32px;
  }
  section.product_intro2 .nums i {
    margin-left: 4px;
    font-size: 17px;
  }
  section.product_intro2 .nums .label {
    font-size: 12px;
    margin-top: 6px;
  }
  section.product_intro2 .note {
    font-size: 12px;
  }
  .product_icons.bottom .bg_mobile {
    margin: 30px 0 56px;
  }
  .product_icons.bottom .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product_icons.bottom .items {
    max-width: unset;
  }
  .product_icons.bottom .items .item {
    text-align: center;
  }
  .product_icons.bottom .items .item .img {
    margin: 0 auto;
  }
  .product_icons.bottom .items .item .label {
    opacity: 1;
  }
  .product_icons.static_mobile {
    background-color: #4b4f58;
  }
  .product_icons.static_mobile .wrap {
    position: static;
  }
  .product_icons.static_mobile .inner {
    padding: 30px 0;
  }
  .product_icons.static_mobile .bg_mobile {
    max-width: 242px;
    margin: 0 auto 18px;
  }
  .product_icons.static_mobile .head {
    text-align: center;
  }
  .product_icons.static_mobile .head p {
    margin-top: 12px;
  }
  .product_icons.static_mobile .items {
    max-width: 100%;
    text-align: center;
  }
  .product_icons.static_mobile .items .item {
    margin: 0;
    padding: 12px 5px;
  }
  .product_icons.static_mobile .items .item .img {
    margin: 0 auto;
  }
  section.product_icons div.content_pd {
    align-items: flex-start;
  }
  section.product_icons .inner {
    padding: 10% 0;
  }
  section.product_icons .head {
    font-size: 12px;
  }
  section.product_icons .items {
    margin-top: 18px;
    max-width: 190px;
  }
  section.product_icons .items .item {
    margin-top: 12px;
    padding-right: 5px;
  }
  section.product_icons .items .item .img {
    max-width: 3rem;
  }
  section.product_icons .items .item .label {
    opacity: 0.8;
    font-size: 12px;
    margin-top: 6px;
  }
  section.product_intro3 .head {
    font-size: 12px;
  }
  section.product_intro3 .head p {
    margin-top: 12px;
  }
  .product_details2 {
    padding: 60px 0;
  }
  .product_details2 .item {
    gap: 18px;
    flex-direction: column-reverse;
  }
  .product_details2 .item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .product_details2 .item .img {
    width: 100%;
  }
  .product_details2 .item + .item {
    margin-top: 30px;
  }
  .product_image {
    padding-top: 30px;
  }
  .product_image .head {
    max-width: 282px;
    margin: 0 auto 18px;
  }
  section.product_details3 {
    padding: 30px 0;
  }
  section.product_details3.gallery .items {
    margin-top: 24px;
  }
  section.product_details3.gallery .items > div {
    gap: 12px;
  }
  section.product_details3.two {
    padding: 42px 0 18px;
  }
  section.product_details3.two .items {
    width: calc(100% + 30px);
    margin: 36px -15px 0;
  }
  section.product_details3.two .items > div {
    display: block;
  }
  section.product_details3.two .item {
    padding: 9px 0;
  }
  section.product_details3.two .item .img {
    padding: 0;
  }
  section.product_details3.two .item .img img {
    position: static;
  }
  section.product_details3 .head {
    font-size: 12px;
  }
  section.product_details3 .head p {
    margin-top: 12px;
  }
  section.product_details3 .items {
    margin-top: 12px;
  }
  section.product_details3 .items > div {
    gap: 0 4%;
    grid-template-columns: repeat(2, 1fr);
  }
  section.product_details3 .item {
    padding: 12px 0;
  }
  section.product_details3 .item .intro {
    margin-top: 9px;
    font-size: 12px;
  }
  section.product_details3 .item .intro h3 {
    font-size: 0.9rem;
  }
  section.product_details3 .item .intro p {
    margin-top: 12px;
  }
  section.product_details3 .item:last-child {
    grid-column: span 2;
  }
  .product_features1 {
    padding: 36px 0;
  }
  .product_features1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_features1 li {
    padding: 5px;
  }
  .product_features1 li:nth-child(7n + 1) {
    order: 2;
    grid-column: unset;
  }
  .product_features1 li:nth-child(7n + 2) {
    order: 4;
  }
  .product_features1 li:nth-child(7n + 3) {
    order: 1;
  }
  .product_features1 li:nth-child(7n + 4) {
    order: 3;
    grid-column: unset;
  }
  .product_features1 li:nth-child(7n + 5) {
    order: 6;
  }
  .product_features1 li:nth-child(7n + 6) {
    order: 5;
  }
  .product_features1 li:nth-child(7n + 7) {
    order: 7;
  }
  .product_features1 .item .text {
    padding: 18px 12px;
  }
  .product_features1 .item .text .title {
    font-size: 0.9rem;
  }
  .product_features1 .item .text .desc {
    font-size: 12px;
  }
  .product_focus.black .head {
    margin-right: 27px;
  }
  .product_focus > img {
    height: 180px;
  }
  .product_focus .head {
    font-size: 12px;
  }
  .product_focus .head h2 {
    font-size: 30px;
    letter-spacing: 6.5px;
  }
  section.product_intro4 {
    padding: 3rem 0;
  }
  section.product_intro4[style^="background-image"] .img {
    margin: 36px auto 0;
    max-width: 190px;
  }
  section.product_intro4 .head {
    font-size: 12px;
  }
  section.product_intro4 .head p {
    margin-top: 12px;
  }
  section.product_intro4 .img {
    margin-top: 36px;
  }
  section.product_intro5 {
    padding-top: 150px;
  }
  section.product_intro5 .head {
    margin: 18px auto;
    font-size: 12px;
  }
  section.product_intro5 .head p {
    margin-top: 15px;
  }
  section.product_intro5 .text {
    font-size: 12px;
  }
  section.product_intro5 .text h3 {
    margin-top: 30px;
    font-size: 18px;
  }
  section.product_intro5 .text p {
    margin-top: 6px;
  }
  section.product_intro5 .text_2 {
    top: 50%;
    left: 15px;
  }
  section.product_intro5 .text_3 {
    right: 15px;
  }
  section.product_design {
    padding: 3rem 0;
  }
  section.product_design .item {
    margin-top: 36px;
  }
  section.product_design .item .intro {
    gap: 18px;
    margin-top: -18px;
    padding: 0 12px;
  }
  section.product_design .item .intro .img {
    width: 120px;
    height: 120px;
  }
  section.product_design .item .intro .text ul {
    gap: 12px;
    margin-top: 30px;
  }
  section.product_design .item .intro .text li {
    font-size: 13px;
    padding-left: 20px;
  }
  section.product_design .item .intro .text li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  section.product_design .item .intro .text h3 {
    font-size: 16px;
  }
  section.product_design .item .intro .text p {
    margin-top: 6px;
  }
  .product_find {
    padding-top: 60px;
  }
  .product_find .flex {
    gap: 18px;
    flex-direction: column-reverse;
  }
  .product_find .head {
    font-size: 12px;
  }
  .product_find .head img {
    width: 168px;
    margin-bottom: 12px;
  }
  .product_find .head p {
    margin-top: 12px;
  }
  .product_images1 {
    padding: 3rem 0;
    background-image: none;
    background-color: #eaeaea;
  }
  .product_images1 .head {
    font-size: 12px;
  }
  .product_images1 .head p {
    margin-top: 12px;
  }
  .product_images1 .img {
    margin-top: 36px;
  }
  .product_features2 {
    padding: 36px 0;
  }
  .product_features2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_features2 li {
    padding: 5px;
  }
  .product_features2 li:nth-child(6n + 1) {
    width: 100%;
    order: 2;
  }
  .product_features2 li:nth-child(6n + 2) {
    width: 100%;
    order: 3;
  }
  .product_features2 li:nth-child(6n + 3) {
    width: 100%;
    order: 1;
    grid-row: span 2;
  }
  .product_features2 li:nth-child(6n + 4) {
    width: 100%;
    order: 5;
  }
  .product_features2 li:nth-child(6n + 5) {
    width: 100%;
    order: 6;
    grid-column: span 2;
  }
  .product_features2 li:nth-child(6n + 6) {
    width: 100%;
    order: 4;
  }
  .product_features2 .item .text {
    display: block;
    text-align: left;
    padding: 18px 12px;
  }
  .product_features2 .item .title {
    font-size: 12px;
  }
  .product_specifications .top {
    display: none;
  }
  .product_specifications .top:has(.bg_mobile) {
    display: block;
  }
  .product_specifications .top:has(.bg_mobile) .flex {
    gap: 30px;
    padding: 12px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product_specifications .top:has(.bg_mobile) .img {
    width: 100%;
    position: static;
  }
  .product_specifications .top {
    background-color: #000;
  }
  .product_specifications .main {
    padding: 3rem 0;
  }
  .product_specifications .main .head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .product_specifications table td {
    font-size: 12px;
  }
  .product_specifications table td img {
    width: 28px;
  }
  .page_compare {
    padding: 3rem 0;
  }
  .page_faqs {
    padding: 3rem 0;
  }
  section.product_intro.black {
    background-color: #dfdfdf;
  }
  section.product_intro.black .bg_pc + .wrap {
    position: static;
  }
  section.product_intro.black .head {
    text-align: center;
  }
  section.product_intro.black .head p,
  section.product_intro.black .nums {
    margin-left: auto;
    margin-right: auto;
  }
  section.product_intro.black div.content_pd .nums {
    margin-top: 18px;
  }
  section.product_intro.black div.content_pd .nums > div {
    justify-content: center;
    text-align: center;
  }
  section.product_intro.center_bottom {
    background-color: #f3f3f3;
  }
  section.product_intro.center_bottom .inner {
    padding-bottom: 0;
  }
  section.product_intro.center_bottom .wrap {
    position: static;
  }
  section.product_intro.center_bottom .head {
    color: var(--title);
    text-align: center;
    margin-bottom: 24px;
  }
  section.product_intro.center_bottom .bg_mobile {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .postid-541 section.product_intro4 .head,
  .postid-582 section.product_intro4 .head {
    font-size: 12px;
  }
}
