#page-productdetail {
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  padding-top: 80px;
}
#page-productdetail .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}
#page-productdetail > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#page-productdetail > div > .p_gridCell {
  float: left;
  position: static;
}
#page-productdetail > .p_gridbox.signal {
  min-height: inherit;
}
#page-productdetail > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
@media screen and (max-width: 768px) {
  #page-productdetail {
    padding-top: 30px;
  }
  #page-productdetail > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #page-productdetail > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
    width: 20%;
  }
  #page-productdetail > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
    width: 77%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #page-productdetail {
    padding-top: 60px;
  }
}
#page-productdetail-single {
  min-height: 0px;
}
#page-productdetail-single .e_container-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px;
}
#page-productdetail-single .e_container-1 .cbox-1-0 {
  padding: 20px;
  background: linear-gradient(-50deg, #307ec2, #56b231);
}
#page-productdetail-single .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#page-productdetail-single .e_categoryB-2 {
  user-select: none;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  display-radio: 1;
}
#page-productdetail-single .e_categoryB-2 ul {
  list-style: none;
  margin: 0;
}
#page-productdetail-single .e_categoryB-2 li {
  position: relative;
}
#page-productdetail-single .e_categoryB-2 .deep a {
  width: calc(100% - 50px);
  width: 100%;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
}
#page-productdetail-single .e_categoryB-2 .p_c_title1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 12px 0px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  transition: all ease 0.3s;
  width: 100%;
  color: #333;
  background: #f5f5f5;
}
#page-productdetail-single .e_categoryB-2 .deep-2 {
  width: 100%;
}
#page-productdetail-single .e_categoryB-2 .p_arrbtm {
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid rgb(0 0 0 / 5%);
  transition: border-left ease 0.3s;
}
#page-productdetail-single .e_categoryB-2 .p_arrow {
  margin: 0;
  font-size: 12px;
  transform: rotate(-90deg);
  line-height: 1;
  padding: 0;
  width: auto;
  height: 14px;
  right: 15px;
  pointer-events: none;
}
#page-productdetail-single .e_categoryB-2 .p_c_title2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  transition: all ease 0.3s;
  width: 100%;
  color: #666;
  background: #ededed;
}
#page-productdetail-single .e_categoryB-2 .deep-3 {
  width: 100%;
}
#page-productdetail-single .e_categoryB-2 .p_c_title3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  transition: all ease 0.3s;
  width: 100%;
  color: #666;
  background: #e3e3e3;
}
#page-productdetail-single .e_categoryB-2 .p_c_images {
  width: 27px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 6px;
  order: -1;
  overflow: hidden;
  transition: all ease 0.3s;
}
#page-productdetail-single .e_categoryB-2 .p_c_images img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-productdetail-single .e_categoryB-2 p:hover .p_c_images {
  opacity: 0;
  margin-right: 0px;
  width: 0px;
}
#page-productdetail-single .e_categoryB-2 .deep:hover {
  background: #56b231;
  color: #fff;
  border-bottom: 1px solid #56b231;
}
#page-productdetail-single .e_categoryB-2 .active > p {
  background: #56b231;
  color: #fff;
  border-bottom: 1px solid #56b231;
}
#page-productdetail-single .e_categoryB-2 .deep:hover .p_arrbtm {
  border-left: 1px solid rgb(255 255 255 / 10%);
}
#page-productdetail-single .e_categoryB-2 li:last-child > .deep {
  border-bottom: 0px solid #ebebeb;
}
#page-productdetail-single .e_text-3 {
  line-height: normal;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#page-productdetail-single .e_text-4 {
  line-height: normal;
  color: #eee;
}
@media screen and (max-width: 768px) {
  #page-productdetail-single {
    margin-bottom: 30px;
  }
  #page-productdetail-single .e_categoryB-2 {
    background: none;
    max-width: none;
    display: flex;
    justify-content: flex-end;
  }
  #page-productdetail-single .e_categoryB-2 .p_c_tree {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    height: 100vh;
    width: 70%;
    transition: all ease 0.5s;
    background: #fff;
    z-index: 1000;
    max-height: 1080px;
  }
  #page-productdetail-single .e_categoryB-2 .deep-1 {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #page-productdetail-single .e_categoryB-2 .p_c_mbtn {
    display: block;
    width: 100%;
    border: 0;
    background: #56b231;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    outline: none;
  }
  #page-productdetail-single .e_categoryB-2 .p_c_mput {
    display: block;
    line-height: 50px;
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 1080px;
    height: 100vh;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  #page-productdetail-single .e_categoryB-2 .p_c_mput:hover {
    background: rgb(0 0 0 / 80%);
  }
  #page-productdetail-single .e_categoryB-2 .deep a {
    padding-right: 15px;
    width: 100%;
  }
  #page-productdetail-single .e_categoryB-2 .deep {
    color: #666;
  }
  #page-productdetail-single .e_categoryB-2 .deep-2 {
    display: none;
    position: static;
    width: 100%;
  }
  #page-productdetail-single .e_categoryB-2 .deep-3 {
    display: none;
    position: static;
    width: 100%;
    background: #dfdfdf;
  }
  #page-productdetail-single .e_categoryB-2 .p_c_title3 {
    border-bottom: 1px solid #d5d5d5;
  }
  #page-productdetail-single .e_categoryB-2.design_nomput .p_c_mput {
    display: none;
  }
  #page-productdetail-single .e_categoryB-2 .p_leftani {
    left: 30%;
  }
  #page-productdetail-single .e_categoryB-2 .p_bg_show {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #page-productdetail-single .e_text-3 {
    font-size: 20px;
  }
  #page-productdetail-single .e_container-1 .cbox-1-0 {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  #page-productdetail-single .e_categoryB-2 .p_c_mbtn,
  #page-productdetail-single .e_categoryB-2 .p_c_mput,
  #page-productdetail-single .e_categoryB-2 .p_c_item > .p_c_content {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #page-productdetail-single .e_text-3 {
    font-size: 24px;
  }
  #page-productdetail-single .e_container-1 .cbox-1-0 {
    padding: 15px 10px;
  }
}
#c_product_detail_078_P_041-1692172106875 {
  min-height: 0px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
#c_product_detail_078_P_041-1692172106875 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.e_container0 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1);
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.e_container0 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 0px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_text-4 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
#c_product_detail_078_P_041-1692172106875 .e_text-5 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_button-6 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  padding: 8px;
  background: linear-gradient(-50deg, #307ec2, #56b231);
  max-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  border: none;
}
#c_product_detail_078_P_041-1692172106875 .e_button-6 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_product_detail_078_P_041-1692172106875 .e_button-6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_product_detail_078_P_041-1692172106875 .e_button-6:hover::after {
  opacity: 1;
}
.container-fluid {
  position: fixed;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  align-items: center;
}
.container-fluid .closeBtn {
  width: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  display: block;
  z-index: 999;
  cursor: pointer;
}
.container-fluid .closeBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rotate-icon::before {
  content: '';
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: rotateX(70deg);
}
.rotate-icon::after {
  content: '360°';
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}
#c_product_detail_078_P_041-1692172106875 .e_line-12 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(229, 229, 229, 1);
  margin-bottom: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-13 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 50px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-13 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_richText-14 {
  font_radio: 2;
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 2;
  color: rgba(68, 68, 68, 1);
  margin-top: 20px;
}
#c_product_detail_078_P_041-1692172106875 .e_richText-14 table {
  width: 100% !important;
  overflow-y: scroll;
  display: block;
  height: 100% !important;
}
#c_product_detail_078_P_041-1692172106875 .e_richText-14 tbody {
  display: inline-block;
  min-width: 700px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-15 {
  line-height: 3;
  letter-spacing: 5px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-align: center;
}
#c_product_detail_078_P_041-1692172106875 .e_container-16 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  max-width: 200px;
  background: linear-gradient(-50deg, #307ec2, #56b231);
}
#c_product_detail_078_P_041-1692172106875 .e_container-16 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-2 .cbox-2-0 {
  padding-left: 0px;
  padding-right: 0px;
  flex: 0 0 40%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-2 .cbox-2-1 {
  flex: 0 0 60%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 229, 229, 1);
}
#c_product_detail_078_P_041-1692172106875 .e_container-17 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-2 .p_item {
  display-radio: 1;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 {
  min-height: 500px;
  width: auto;
  display-radio: 1;
  background_radio: 1;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier {
  position: relative;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-container {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .move-view {
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: rgba(204, 204, 204, 0.5);
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .images-cover {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .images-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-assembly {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-btn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-btn span {
  line-height: 60px;
  height: 60px;
  width: 20px;
  display: block;
  z-index: 8;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 3px;
}
#c_product_detail_078_P_041-1692172106875
  .e_magnifier-18
  .magnifier-btn
  .magnifier-btn-left {
  float: left;
}
#c_product_detail_078_P_041-1692172106875
  .e_magnifier-18
  .magnifier-btn
  .magnifier-btn-right {
  float: right;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-line {
  position: relative;
  overflow: hidden;
  height: 60px;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-line ul {
  display: block;
  font-size: 0;
  width: 10000%;
  position: absolute;
  left: 0;
  z-index: 7;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-line li {
  float: left;
  cursor: pointer;
}
#c_product_detail_078_P_041-1692172106875
  .e_magnifier-18
  .magnifier-line
  ul
  > .active
  .small-img {
  border-color: red;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .small-img {
  position: relative;
  height: 60px;
  width: 60px;
  padding: 0px;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-view {
  width: 100%;
  height: 110%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 9;
  background-color: #fff;
  display: none;
  overflow: hidden;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier-view img {
  display: block;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .animation03 {
  transition: all 0.3s ease-in 0.1s;
  -ms-transition: all 0.3s ease-in 0.1s;
  -moz-transition: all 0.3s ease-in 0.1s;
  -webkit-transition: all 0.3s ease-in 0.1s;
  -o-transition: all 0.3s ease-in 0.1s;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .image-icons {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 9;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .closeBtn {
  width: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  display: block;
  z-index: 999;
  cursor: pointer;
}
.container-fluid {
  position: fixed;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  align-items: center;
}
.container-fluid .closeBtn {
  width: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  display: block;
  z-index: 999;
  cursor: pointer;
}
.container-fluid .closeBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .image-big-video {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #fff;
  border-radius: 50%;
}
#c_product_detail_078_P_041-1692172106875
  .e_magnifier-18
  .image-big-video::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .image-bigger {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ccc;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .add-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .add-icon::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 5px;
  height: 2px;
  transform: rotateZ(45deg);
  background-color: #fff;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .video-icon::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  border: 2px solid #fff;
  border-radius: 50%;
}
#c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .video-icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
.rotate-icon::before {
  content: '';
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: rotateX(70deg);
}
.rotate-icon::after {
  content: '360°';
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}
#c_product_detail_078_P_041-1692172106875 .e_container-19 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-19 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_text-20 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-21 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_loop_sub-22 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#c_product_detail_078_P_041-1692172106875 .e_loop_sub-22 .p_loopItem {
  position: relative;
}
#c_product_detail_078_P_041-1692172106875 .e_container-19 .cbox-19-0 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-3 .p_item {
  display-radio: 1;
}
#c_product_detail_078_P_041-1692172106875 .e_container-23 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 30px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-23 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-24 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-right: auto;
  max-width: none;
  margin-left: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-24 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-24 .cbox-24-1 {
  flex: 0 0 60px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-25 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  text-align: right;
  margin-left: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-26 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  text-align: right;
}
#c_product_detail_078_P_041-1692172106875 .e_container-27 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-right: auto;
  max-width: none;
  margin-left: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-27 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-27 .cbox-27-0 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_text-28 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-29 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  margin-right: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-30 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 30px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-30 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-31 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-right: auto;
  max-width: none;
  margin-left: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-31 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-31 .cbox-31-1 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-31 .cbox-31-0 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_text-32 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  text-align: right;
}
#c_product_detail_078_P_041-1692172106875 .e_text-33 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  text-align: left;
  margin-left: auto;
  margin-right: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_container-34 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-right: auto;
  max-width: none;
  margin-left: auto;
}
#c_product_detail_078_P_041-1692172106875 .e_container-34 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-34 .cbox-34-0 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_text-35 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-36 {
  line-height: 2;
  display-radio: 1;
  font_radio: 2;
  color: rgba(85, 85, 85, 1);
  font-size: 14px;
  margin-right: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_button-6:hover {
  border-style: none;
  border-color: rgba(64, 158, 255, 1);
}
#c_product_detail_078_P_041-1692172106875 .e_container-41 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-41 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_product_detail_078_P_041-1692172106875 .e_container-41 .cbox-41-0 {
  flex: 0 0 auto;
}
#c_product_detail_078_P_041-1692172106875 .e_loop_sub-42 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#c_product_detail_078_P_041-1692172106875 .e_loop_sub-42 .p_loopItem {
  position: relative;
}
#c_product_detail_078_P_041-1692172106875 .e_text-43 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
#c_product_detail_078_P_041-1692172106875 .e_text-44 {
  line-height: 1.8;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #c_product_detail_078_P_041-1692172106875 .e_magnifier-18 {
    min-height: 330px;
    width: 100%;
  }
  #c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .magnifier {
    width: 100%;
  }
  #c_product_detail_078_P_041-1692172106875 .e_magnifier-18 .image-bigger {
    display: none;
  }
  #c_product_detail_078_P_041-1692172106875 .e_loop_sub-22 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-2 {
    display-radio: 1;
    flex-direction: column;
  }
  #c_product_detail_078_P_041-1692172106875 .e_text-4 {
    display-radio: 1;
    font_radio: 1;
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-3 {
    display-radio: 1;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-23 {
    display-radio: 1;
    display: none;
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-27 {
    display-radio: 1;
  }
  #c_product_detail_078_P_041-1692172106875 .e_text-28 {
    display-radio: 1;
    font_radio: 1;
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-30 {
    flex-direction: column;
  }
  #c_product_detail_078_P_041-1692172106875 .e_container-30 .cbox-30-0 {
    margin-bottom: 15px;
  }
  #c_product_detail_078_P_041-1692172106875 .e_text-33 {
    display-radio: 1;
    font_radio: 1;
  }
  #c_product_detail_078_P_041-1692172106875 .e_button-6 {
    background_radio: 1;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    border-style: none;
    border-color: rgba(64, 158, 255, 1);
    border-width: 1px;
  }
  #c_product_detail_078_P_041-1692172106875 .e_button-6:hover {
    border-style: none;
    border-color: rgba(64, 158, 255, 1);
  }
  #c_product_detail_078_P_041-1692172106875 .e_loop_sub-42 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
}
@media screen and (min-width: 769px) {
  #c_product_detail_078_P_041-1692172106875 .e_container-30 {
    display: none;
  }
}
#page-productrel {
  min-height: 300px;
  padding: 100px 0px;
}
#page-productrel .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
}
#page-productrel .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#page-productrel .e_loop-2 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  gap: 2vw;
}
#page-productrel .e_loop-2 .p_loopitem {
  flex: 0 0 calc((100% - 6vw) / 4);
  position: relative;
}
#page-productrel .e_loop-2 .p_page {
  text-align: center;
}
#page-productrel .e_loop-2 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#page-productrel .e_loop-2 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#page-productrel .e_loop-2 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#page-productrel .e_loop-2 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#page-productrel .e_loop-2 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#page-productrel .e_loop-2 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#page-productrel .e_loop-2 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#page-productrel .e_loop-2 .multSelect {
  font-size: 13px;
  position: relative;
}
#page-productrel .e_loop-2 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#page-productrel .e_loop-2 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#page-productrel .e_loop-2 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#page-productrel .e_loop-2 .multSelect ul,
li {
  list-style: none;
}
#page-productrel .e_loop-2 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#page-productrel .e_loop-2 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#page-productrel .e_loop-2 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#page-productrel .e_loop-2 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#page-productrel .e_loop-2 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#page-productrel .e_loop-2 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#page-productrel .e_loop-2 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#page-productrel .e_loop-2 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#page-productrel .e_loop-2 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#page-productrel .e_loop-2 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#page-productrel .e_loop-2 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#page-productrel .e_loop-2 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#page-productrel .e_loop-2 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#page-productrel .e_loop-2 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#page-productrel .e_loop-2 .p_split {
  margin: 0 5px;
}
#page-productrel .e_loop-2 .p_normal {
  margin-right: 16px;
}
#page-productrel .e_loop-2 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#page-productrel .e_loop-2 .input-check,
.e_loop-2 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#page-productrel .e_loop-2 .position-left {
  display: flex;
}
#page-productrel .e_loop-2 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#page-productrel .e_loop-2 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#page-productrel .e_loop-2 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#page-productrel .e_loop-2 .p_mbutton:after {
  content: '';
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#page-productrel .e_loop-2 .p_mbutton::before {
  content: '';
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#page-productrel .e_loop-2 .p_active .p_mbutton::before {
  display: block;
}
#page-productrel .e_loop-2 .p_active .p_mbutton::after {
  display: block;
}
#page-productrel .e_loop-2 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#page-productrel .e_loop-2 .p_filter_result {
  display: none;
}
#page-productrel .e_loop-2 .p_contclear {
  cursor: pointer;
  display: none;
}
#page-productrel .e_loop-2 .swiper-container {
  padding-bottom: 30px;
}
#page-productrel .e_loop-2 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#page-productrel .e_loop-2 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#page-productrel .e_loop-2 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#page-productrel .e_loop-2 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#page-productrel .e_loop-2 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#page-productrel .e_loop-2 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#page-productrel .e_loop-2 .p_categoryActive {
  color: #409eff;
}
#page-productrel .e_container-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 0px 10px #eee;
}
#page-productrel .e_container-3:hover .e_text-4 {
  color: #55b134;
}
#page-productrel .e_container-3:hover img {
  transform: scale(1.1);
}
#page-productrel .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#page-productrel .e_container-3 .cbox-3-1 {
  padding: 20px 15px;
}
#page-productrel .e_text-4 {
  line-height: normal;
  transition: all 0.5s;
}
#page-productrel .e_image-5 {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
#page-productrel .e_image-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
  transition: all 0.5s;
}
#page-productrel .e_text-6 {
  line-height: normal;
  color: #56b231;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-productrel {
    padding: 30px 0px;
  }
  #page-productrel .e_loop-2 .p_list {
    gap: 30px;
  }
  #page-productrel .e_loop-2 .p_loopitem {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #page-productrel {
    padding: 30px 0px;
  }
}
