@charset "utf-8";
.dz-content {
  max-width: 1200px;
  margin: auto;
}
.dz-product:hover .dz-nav {
  opacity: 1;
  z-index: 100;
  height: auto;
  width: 100%;
  padding: 30px;
}
.dz-product .dz-nav {
  background-color: #ffffff;
  z-index: -10;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 64px;
  flex-wrap: wrap;
  height: 0px;
  overflow: hidden;
  width: 0px;
}
.dz-product .dz-nav img {
  width: 100%;
  max-height: 200px;
  background-color: #eee;
}
.dz-product .dz-nav .dz-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.dz-product .dz-nav .dz-list {
  width: 1400px;
  display: flex;
  margin: auto;
  margin-top: 10px;
}
.dz-product .dz-nav .dz-list > .dz-item:nth-child(6n) {
  margin-right: 0;
}
.dz-product .dz-nav .dz-item {
  cursor: pointer;
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.5%;
}
.dz-product .dz-nav .dz-item .dz-title-box {
  margin-top: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dz-product .dz-nav .dz-item .dz-title-box .dz-price {
  margin-top: 4px;
  color: darkred;
  font-size: 14px;
  font-weight: bold;
}
.contentContainer {
  width: 100%;
}
#collapse {
  width: 96%;
  margin: 10px auto;
  list-style-type: none;
  color: #333;
  transition: all 0.5s;
}
#collapse .collapse_title_h2 {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  margin: 28px 0;
}
#collapse .collapse_item {
  width: 100%;
}
#collapse .collapse_item .collapse_title {
  margin: auto;
  width: 70%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-weight: bold;
  color: #333333;
  padding: 0 10px;
  font-size: 18px;
  background-color: #ffffff;
  border: 1px solid #15c5ce;
  color: #15c5ce;
  margin-top: 16px;
  cursor: pointer;
}
#collapse .collapse_item .collapse_desc {
  text-align: center;
  width: 0px;
  margin: 0 auto 16px auto;
  font-size: 16px;
  line-height: 1.4;
  height: 0;
  overflow: hidden;
  /* padding: 20px; */
  transition: all 0.5s;
  box-sizing: border-box;
}
#collapse .collapse_item .actevTitle {
  color: #ffffff;
  background-color: #15c5ce;
}
#collapse .collapse_item .actevDesc {
  width: 70%;
  padding: 20px;
  border-bottom: 1px solid #15c5ce;
  border-right: 1px solid #15c5ce;
  border-left: 1px solid #15c5ce;
  height: auto;
}
.dz-serve {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 10;
}
.dz-serve .dz-serve-item {
  position: relative;
  padding-top: 10px;
  width: 70px;
  background-color: #18c5ce;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dz-serve .dz-serve-item:hover {
  cursor: pointer;
}
.dz-serve .images-code {
  margin-bottom: 4px;
  width: 60px;
  height: 60px;
}
.dz-serve .dese-t {
  display: inline-block;
  width: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 8px;
}
.dz-serve .dz-up .dese-t {
  border: none;
}
.dz-serve .dz-serve-qercode:hover .code-image {
  left: -176px;
  opacity: 1;
}
.dz-serve .dz-serve-qercode .code-image {
  transition: all 0.5s;
  opacity: 0;
  border-radius: 6px;
  position: absolute;
  left: 1000px;
  width: 160px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.dz-serve .dz-serve-qercode .code-image .images-code_tow {
  width: 120px;
  height: auto;
  min-height: 100px;
  margin-bottom: 12px;
}
.dz-serve .dz-serve-iphon:hover .code-iphon {
  left: -176px;
  opacity: 1;
}
.dz-serve .dz-serve-iphon .code-iphon {
  transition: all 0.5s;
  opacity: 0;
  border-radius: 6px;
  position: absolute;
  left: 1000px;
  width: 160px;
  padding: 10px 0;
  display: flex;
  height: 60px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #18c5ce;
}
.dz-serve .dz-serve-iphon .dz-rectangles {
  top: 20px;
}
.dz-serve .dz-rectangles {
  width: 10px;
  height: 10px;
  top: 30px;
  right: -5px;
  transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-left: none;
  position: absolute;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .dz-list {
    width: 800px;
  }
  .dz-product:hover .dz-nav {
    opacity: 0;
  }
  .dz-product .dz-nav {
    display: none;
  }
  .dz-product .dz-nav b {
    display: none;
  }
}
@media (max-width: 1200px) {
  .dz-list {
    width: 1200px;
  }
}
@media (max-width: 1400px) {
  .dz-list {
    width: 1400px;
  }
}
@media (max-width: 1920) {
  .dz-list {
    width: 1600px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background-color: #ffffff;
}
.zx_right {
  height: 560px;
}
.zx_right img {
  max-width: 710px;
  min-height: 460px;
}
.banner {
  height: 500rem;
}
.banner .mySwiper {
  height: 500rem;
}
.dz-hot {
  display: flex;
  justify-content: space-between;
}
.dz-hot--left {
  display: flex;
  flex-direction: column;
  width: 290px;
}
.dz-hot--left__item {
  height: 140px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 12px;
}
.dz-hot--left__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.dz-hot--left__item-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}
.dz-hot--left__item:hover .dz-hot--left__item-img {
  transform: scale(1.2);
}
.dz-hot--left__item:hover .dz-hot--left__item-title {
  color: #15c5ce;
}
.dz-hot--left__item:hover .dz-hot--left__item-title::before {
  content: '了解';
}
.dz-hot--right {
  width: 898px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dz-hot--right__item {
  width: 442px;
  height: 292px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  transition: all 0.5s;
}
.dz-hot--right__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.dz-hot--right__item-desc {
  transition: all 0.5s;
  position: absolute;
  bottom: -242px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.dz-hot--right__item-desc_title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}
.dz-hot--right__item-desc_content {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: l 0.2;
}
.dz-hot--right__item-desc_btn {
  width: 84px;
  height: 26px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin: 12px auto;
}
.dz-hot--right__item-desc_btn:hover {
  background-color: #15c5ce;
  border: 1px solid #15c5ce;
  color: #000000;
}
.dz-hot--right__item:hover .dz-hot--right__item-desc {
  bottom: 0;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.dz-hot--right__item:hover .dz-hot--right__item-img {
  transform: scale(1.2);
}
.my_dz-hot--right {
  margin-left: 10px;
}
.my_dz-hot--right .dz-hot--right__item {
  width: 380px;
  margin-bottom: 0;
}
.my_swiper-wrapper .my_swiper-wrapper {
  width: 420px;
}
.my_swiper-wrapper .my_swiper-slide {
  width: 420px;
  height: 596px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.my_swiper-wrapper .my_swiper-slide .image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.5s;
}
.my_swiper-wrapper .my_swiper-slide .text_desc {
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.my_swiper-wrapper .my_swiper-slide:hover .image {
  transform: scale(1.2);
}
.dz-Successful {
  /* display: flex; */
  justify-content: space-between;
}
.dz-Successful .dz-item1 {
  width: 100%;
  height: auto;
}
.dz-Successful .dz-item1 .dz-Successful--item__img {
  width: 100%;
  height: 400px;
  object-position: center;
  transition: all 0.5s;
}
.dz-Successful .dz-item2 {
  width: 482px;
  height: 349px;
}
.dz-Successful .dz-item3 {
  width: 234px;
  height: 349px;
}
.dz-Successful .dz-Successful--item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.dz-Successful .dz-Successful--item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.dz-Successful .dz-Successful--item__desc {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.dz-Successful .dz-Successful--item__desc--title {
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
.dz-Successful .dz-Successful--item__desc--title-2 {
  display: none;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.dz-Successful .dz-Successful--item__desc--desc {
  font-size: 14px;
  color: #ffffff;
  margin: 12px 0;
  display: none;
}
.dz-Successful .dz-Successful--item__desc--btn {
  width: 84px;
  height: 26px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin: 12px auto;
  display: none;
}
.dz-Successful .dz-Successful--item__desc--btn:hover {
  background-color: #15c5ce;
  border: 1px solid #15c5ce;
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__img {
  transform: scale(1.2);
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__desc {
  background-color: rgba(0, 0, 0, 0.3);
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__desc--title-2 {
  display: block;
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__desc--title {
  display: none;
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__desc--desc {
  display: block;
}
.dz-Successful .dz-Successful--item:hover .dz-Successful--item__desc--btn {
  display: block;
}
.dz-Successful .dz-Successful--right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.dz-Successful .dz-Successful--right--1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.dz-fadeInUp--box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  width: 90vw;
}
.dz-fadeInUp--box .dz-fadeInUp--item {
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 55px;
  display: flex;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text {
  padding: 40px 20px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .pma2_ar_n {
  display: inline-block;
  position: relative;
  width: auto;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .pma2_ar_n .pma2_ar_nt {
  display: inline-block;
  height: 40px;
  position: relative;
  font-size: 20px;
  padding: 0 50px 0 20px;
  background-color: #161616;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 40px;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .pma2_ar_n .pma2_ar_nt::after {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 50px 29px;
  border-style: solid;
  z-index: 100;
  border-color: transparent transparent #fff;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .pma2_ar_n .pma2_ar_nl {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 3;
  background: transparent;
  width: 50px;
  height: 40px;
  background-image: linear-gradient(-60deg, transparent, transparent 30%, #15c5ce 0, #15c5ce 45%, transparent 0, transparent 55%, #15c5ce 0, #15c5ce 70%, transparent 0, transparent);
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .text_desc {
  font-size: 18px;
  padding-top: 20px;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .dz-fadeInUp_btn {
  display: block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  background-color: #15c5ce;
  border-radius: 8px;
}
.dz-fadeInUp--box .dz-fadeInUp--item .dz-djgy_text .dz-fadeInUp_btn:hover {
  opacity: 0.6;
}
.djgy {
  background-color: #ffffff;
  padding: 50px 0;
}
.detailsPage--title {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  padding-top: 100px;
  text-align: center;
  line-height: 26px;
}
.detailsPage_box {
  padding: 28px 0;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 创建四列 */
  gap: 10px;
}
.detailsPage_box .detailsPage_item {
  width: 290px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.detailsPage_box .detailsPage_item img {
  width: 100%;
  height: 300px;
}
.detailsPage_box .detailsPage_item .detailsPage_Price_item {
  padding: 10px;
}
.detailsPage_box .detailsPage_item .detailsPage_Price_item .detailsPage_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.detailsPage_box .detailsPage_item .detailsPage_Price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ef3429;
  font-size: 16px;
  font-weight: bold;
}
.detailsPage_box .detailsPage_item .detailsPage_Price .detailsPage_Price-2 {
  text-decoration: line-through;
  font-weight: 400;
  color: #999999;
}
.dz-artwork {
  box-sizing: border-box;
}
.dz-artwork .dz-tabs {
  position: sticky;
  top: 120px;
  /* 距离顶部的距离 */
  margin-bottom: 20px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}
.dz-artwork .dz-tabs .tabs-list {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 80vw;
  min-width: 1200px;
}
.dz-artwork .dz-tabs .tabs-item {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 33px 0;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.dz-artwork .dz-tabs .actives {
  font-weight: bold;
  color: #15c5ce;
}
.dz-artwork .dz-tabs .actives .pma2_nav_l {
  visibility: visible;
}
.dz-artwork .dz-tabs .pma2_nav_l {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #15c5ce;
  border-radius: 2px;
}
.dz-artwork .dz-djgy_img {
  width: 480px;
  height: 100%;
  object-fit: cover;
}
.dz-artwork .dz-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  font-size: 18px;
  color: #999999;
}
.dz-artwork .dz-empty .dz-empty-img {
  width: 400px;
  height: 400px;
}
.dz-pop-up {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-pop-up .dz-pop-up-content {
  overflow-x: hidden;
  overflow-y: auto;
  width: 780px;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: 20px;
}
.dz-pop-up .dz-pop-up-content .dz-pop-up-image-box {
  width: 100%;
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.dz-pop-up .dz-pop-up-content .dz-pop-up-image-box .gy_title {
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.dz-pop-up .dz-pop-up-content .dz-pop-up-image-box .hi4_am_l {
  margin: 10px auto 20px;
  width: 68px;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 220, 0, 0), #15c5ce 49.16%, rgba(255, 220, 0, 0));
}
.dz-pop-up .dz-pop-up-content .hi4_am_con {
  padding: 50px 90px 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_hh {
  font-size: 16px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_hh {
  margin-left: 7px;
  color: #666;
  font-size: 24px;
  vertical-align: middle;
}
.dz-pop-up .dz-pop-up-content .hi4_am_h {
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
}
.dz-pop-up .dz-pop-up-content .hi4_am_num {
  height: 36px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_row {
  line-height: 24px;
  font-size: 12px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_row {
  position: relative;
  padding-left: 28px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_dot {
  display: inline-block;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
}
.dz-pop-up .dz-pop-up-content .hi4_am_dot,
.dz-pop-up .dz-pop-up-content .hi4_am_dot:after {
  position: absolute;
  border-radius: 50%;
}
.dz-pop-up .dz-pop-up-content .hi4_am_dot:after {
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #15c5ce;
}
.dz-pop-up .dz-pop-up-content .hi4_am_btn {
  margin: 30px auto 0;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(90deg, #15c5ce, #18c5ce);
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
#dz-pop-up {
  display: none;
}
