@charset "utf-8";

.breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem 0.25rem;
  font-size: 0.8rem;
}

.breadcrumb a {
  color: #777;
}

.breadcrumb a:hover {
  color: #f60;
  font-weight: 600;
}

.hide {
  display: none;
}

.product-box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.product-left {
  width: 12rem;
  float: left;
  padding-left: 0.5rem;
  padding-top: 1rem;
}

.product-right {
  padding-left: 12rem;
  padding-top: 1rem;
  max-width: 1200px;
}

.product-right .product-right-top {
  padding-left: 1.5rem;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-size: 0.8rem;
}

.product-right .product-right-page {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.product-right .product-right-bottom {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  width: 100%;
  display: inline-block;
}

.left {
  text-align: left;
}

.menu {
  border: #bdd7f2 1px solid;
  border-bottom: #0080c4 4px solid;
  background: #f4f9ff;
  margin-left: 0.5rem;
  display: relative;
}

.menu .title {
  display: inline-block;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3.25rem;
  width: 100%;
  background-color: #0080c4;
}

.menu .title h2 {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  height: 3rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}

.menu .ListTitle {
  border-bottom: 1px #98c9ee solid;
  display: block;
  text-align: center;
  height: 2.25rem;
  line-height: 2.25rem;
  cursor: pointer;
  width: 100%;
}

.ListTitle div {
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px #98c9ee dotted;
}

.ListTitle div a {
  display: block;
  background: #f4f9ff;
  line-height: 2.25rem;
  height: 2.25rem;
  font-size: 0.8rem;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-bottom: 1px #98c9ee solid;
}

.ListTitle div a.on {
  background: #fff;
  border-right: 0 none;
  overflow: hidden;
  color: #f60;
}

.ListTitlePanel {
  position: relative;
}

.menuParent .listbox {
  position: absolute;
  top: 24.5rem;
  left: 15rem;
  background: #fff;
  border: 1px solid #98c9ee;
  font-size: 0.8rem;
}

.menuParent .listbox dl {
  margin-bottom: 0px;
}

.menu .listbox .procate1,
.menu .listbox .procate2 {
  float: left;
  padding: 0.5rem 0.9rem;
  width: 7.5rem;
  overflow: hidden;
  line-height: 0.7rem;
  text-indent: 0;
}

.menu .listbox .procate2 {
  border-left: 1px solid #98c9ee;
}

.menu .listbox dt {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.35rem
}

.menu .listbox dt a {
  display: inline;
  background: none;
  border: 0 none;
  color: #000;
}

.menu .listbox dd {
  float: left;
  width: 6.25rem;
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.75rem;
}

.menu .listbox dd a {
  display: inline;
  background: none;
  border: 0 none;
  color: #000;
}

.menu .listbox dd a:hover,
.menu .listbox dt a:hover {
  color: #f60;
  text-decoration: underline;
}

.menu .listbox .hotbrand {
  width: 5.35rem;
  border: 0 none;
  background: #fffdf3;
  border-left: 1px dashed #ecd988;
}

.product-list {
  padding: 1em 2em;
}

.product-grid {
  position: relative;
}

.product-grid .product-image {
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f0f0;
}

.product-grid .product-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-out 0s;
}

.product-grid:hover .product-image:before {
  opacity: 1;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-image .pic-1 {
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease-out 0s;
}

.product-grid:hover .product-image .pic-1 {
  opacity: 0;
}

.product-image .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  transform: scale(3);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out 0s;
}

.product-grid:hover .product-image .pic-2 {
  opacity: 1;
  transform: scale(1);
}

.product-image .product-trend-label,
.product-image .product-discount-label {
  content: "";
  color: #fff;
  background-color: #2ecc71;
  font-size: 0.6rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0.35rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 3;
}

.product-image .product-discount-label {
  background-color: #e74c3c;
  left: auto;
  right: 0.6rem;
}

.product-grid .con-box {
  padding: 0;
  margin: 0;
  border: #fff 2px solid;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  transition: transform 0.3s ease-out 0s;
}

.product-grid:hover .con-box {
  opacity: 1;
}

.product-grid .con-box:hover {
  border: #e74c3c 2px solid;
  background-color: #e74c3c;
}

.product-grid .con-box a {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.5rem 0.6rem 0.6rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: transform 0.3s ease-out 0s;
}

.product-grid:hover .con-box a {
  opacity: 1;
}

.product-grid .social {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  z-index: 4;
}

.product-grid .social li {
  margin: 0 0 0.6rem;
  opacity: 0;
  transform: translateX(-60px);
  transition: transform 0.3s ease-out 0s;
}

.product-grid:hover .social li {
  opacity: 1;
  transform: translateX(0);
}

.product-grid:hover .social li:nth-child(2) {
  transition-delay: 0.1s;
}

.product-grid:hover .social li:nth-child(3) {
  transition-delay: 0.2s;
}

.product-grid:hover .social li:nth-child(4) {
  transition-delay: 0.3s;
}

.product-grid .social li a {
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.product-grid .social li a:hover {
  color: #e74c3c;
}

.product-grid .social li a:before,
.product-grid .social li a:after {
  content: attr(data-tip);
  color: #000;
  background: #fff;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  display: none;
  transform: translateY(-50%);
  position: absolute;
  left: 1.65rem;
  top: 50%;
  transition: all 0.3s;
}

.product-grid .social li a:after {
  content: "";
  background: linear-gradient(-45deg, #fff 49%, transparent 50%);
  width: 0.5rem;
  height: 0.5rem;
  top: 40%;
  left: 1rem;
}

.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after {
  display: block;
}

.product-grid .product-content {
  padding: 0.6rem 0;
}

.product-grid .title {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-grid .title a {
  color: #333;
  font-weight: 600;
}

.product-grid .title a:hover {
  color: #e74c3c;
}

.product-grid .price {
  color: #333;
  font-size: 0.8rem;
  font-weight: 400;
}

.product-grid .price span {
  color: #333;
  text-decoration: line-through;
  margin-right: 0.15rem;
}

.product-grid .price.discount {
  color: #e74c3c;
}

/* 产品详情 */
.product-info {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

/* 产品图册 */
.product-img-box {
  width: 372px;
  margin: 0px auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 372px;
  float: left;
  display: block;
}

.product-img-box .swiper-container {
  height: 372px;
}

.product-img-box .swiper-slide img {
  width: 370px;
  height: 370px;
}

/* 产品标题 */
.product-info-box {
  width: 50%;
  min-width: 370px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}

.product-info-box h2 {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #e5e5e5;
}

.product-info-box .product-info-list {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #e5e5e5;
  margin: 0 auto;
}

.product-info-box table tr {
  height: 2rem;
  vertical-align: top;
}

.product-info-box table .text1 {
  font-size: 14px;
  width: 90px;
  text-align: right;
  color: #797979;
}

.product-info-box table .text2 {
  font-size: 14px;
  text-align: left;
  color: #797979;
}

.product-info-box .product-info-btn {
  padding: 1rem 0rem;
  display: block;
  height: 2.2rem;
}

.product-info-box .product-info-btn .zx-phone {
  float: left;
  width: 200px;
  text-align: left;
}

.product-info-box .product-info-btn .zx-phone i {
  display: block;
  height: 2.2rem;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}

.product-info-box .product-info-btn .zx-phone h3 {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: -0.5rem;
}

.product-info-box .product-info-btn .zx-phone p {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
}

.product-info-box .product-info-btn .zx-btn {
  float: right;
  width: 5.7rem;
  height: 2.2rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  line-height: 2.2rem;
  text-align: center;
  background-color: #005dca;
}

.product-info-box .product-info-btn .zx-btn a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.pd-title {
  height: 2rem;
  border-bottom: 1.5px solid #e5e5e5;
}

.pd-title h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0b59a1;
  position: relative;
  padding-left: 0.7rem;
  display: inline;
  line-height: 2.25rem;
  border-bottom: 0.15rem solid #f60;
}

.pd-title h2::before {
  content: "";
  width: 0.2rem;
  height: 1.25rem;
  background-color: #0b59a1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6rem;
}

.pd-title em {
  font-size: 0.8rem;
  font-family: Arial;
  text-transform: uppercase;
  font-style: normal;
  color: #c2c2c1;
  display: inline;
}

.pd-content {
  margin: 1rem 0.25rem;
}

.pd-content ol > li {
  list-style: decimal;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.pd-content ul > li {
  list-style: disc;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-left: -0.5rem;
}

.pd-content img {
  width: 100%;
  height: auto;
}

.pf-box {
  padding-top: 1.5rem;
  width: 100%;
  display: inline-block;
}

/* 封装尺寸 */
.pc-box {
  padding-top: 1.5rem;
  width: 100%;
  display: inline-block;
}

.py-box {
  padding-top: 1.5rem;
  width: 100%;
  display: inline-block;
}

.pz-box {
  padding-top: 1.5rem;
  width: 100%;
  display: inline-block;
}

.pt-1 {
  padding-top: 1rem;
}

.small-img {
  max-width: 4rem;
  max-height: 3rem;
  object-fit: cover;
}

@media only screen and (max-width: 1080px) {
  .product-box {
    width: 100% !important;
  }
}

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 650px) {
  .product-left {
    display: none;
  }

  .product-right {
    padding-left: 0px;
  }

  .menubar {
    display: block;
  }

  .product-grid:hover .product-image .pic-1 {
    opacity: 1;
  }

  .product-grid:hover .product-image .pic-2 {
    display: none;
  }

  .product-grid .con-box{
    display: none;
  }

  .product-grid .product-image:before {
    display: none;
  }

  .product-img-box {
    width: 100%;
  }

  .product-info-box{
    width: 100%;
    min-width: 0px;
  }

  .product-info-box h2{
    font-size: 16px;
    text-align: left;
  }

  .product-info-box .product-info-btn .zx-btn{
    display: none;
  }

  .product-info-box .product-info-btn .zx-phone h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .product-info-box .product-info-btn .zx-phone p {
    font-size: 1.1rem;
    font-weight: bold;
  }

  .pd-content ol > li,ul > li {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  
  /* .pd-content ul > li {
    list-style: disc;
    font-size: 1rem;
    line-height: 1.5rem;
  } */
}